Skip to content

Commit

Permalink
Deploying to deploy from @ f11ee10 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Jan 17, 2024
0 parents commit d4fc14c
Show file tree
Hide file tree
Showing 7 changed files with 330 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins.manim.community
2 changes: 2 additions & 0 deletions build.js

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions build.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*!
* Bootstrap v4.5.3 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*!
* Sizzle CSS Selector Engine v2.3.5
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2020-03-14
*/

/*!
* jQuery JavaScript Library v3.5.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2020-05-04T22:49Z
*/

/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
Binary file added favicon.ico
Binary file not shown.
160 changes: 160 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#121212" />
<meta name="keywords" content="Manim, Mathematics, Animation, Python" />
<meta
name="description"
content="A list of Plugins available to Install and work with Manim."
/>
<meta property="og:author" content="Manim Community" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="A list of Plugins available to Install and work with Manim."
/>
<meta property="og:url" content="https://plugins.manim.community/" />
<meta property="og:title" content="Manim Community Plugins" />
<meta
property="og:image"
content="https://www.manim.community/banner.png"
/>
<title>Manim Community Plugins</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@manim_community" />

<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"name": "Manim Community",
"url": "https://www.manim.community",
"logo": "https://www.manim.community/logo.png",
"email": "devs(at)manim.community",
"description": "Manim is a community-maintained Python library for creating mathematical animations."
}
</script>
</head>
<body>
<header class="border-bottom border-dark mb-4">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img
src="logo.svg"
width="60"
height="60"
alt="Manim Community Logo"
loading="lazy"
/>
Manim Community
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#social"
aria-controls="social"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="social">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://www.manim.community">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#"
>Plugins<span class="sr-only">(current)</span></a
>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a
href="https://docs.manim.community"
class="nav-link"
target="_blank"
rel="noopener noreferrer"
><button type="button" class="btn btn-outline-light">
<i class="fas fa-book"></i> Documentation
</button></a
>
</li>
<li class="nav-item">
<a
href="https://github.com/ManimCommunity/manim"
class="nav-link"
target="_blank"
rel="noopener noreferrer"
><button type="button" class="btn btn-outline-light">
<i class="fab fa-github"></i> GitHub
</button></a
>
</li>
<li class="nav-item">
<a
href="https://twitter.com/manim_community/"
class="nav-link"
target="_blank"
rel="noopener noreferrer"
><button type="button" class="btn btn-outline-light">
<i class="fab fa-twitter"></i> Twitter
</button></a
>
</li>
<li class="nav-item">
<a
href="https://discord.gg/mMRrZQW"
class="nav-link"
target="_blank"
rel="noopener noreferrer"
><button type="button" class="btn btn-outline-light">
<i class="fab fa-discord"></i> Discord
</button></a
>
</li>
<li class="nav-item">
<a
href="https://www.reddit.com/r/manim/"
class="nav-link"
target="_blank"
rel="noopener noreferrer"
><button type="button" class="btn btn-outline-light">
<i class="fab fa-reddit"></i> Reddit
</button></a
>
</li>
<li class="nav-item">
<a
href="https://docs.manim.community/en/latest/conduct.html"
class="nav-link"
target="_blank"
rel="noopener noreferrer"
><button type="button" class="btn btn-outline-light">
<i class="fa fa-gavel"></i> Conduct
</button></a
>
</li>
</ul>
</div>
</nav>
</header>
<div class="container-fluid py-4 px-5" id="main-container">
<div class="loader block-spin mx-auto" id="loading-screen"></div>
</div>
<script src="build.js"></script>
</body>
</html>
111 changes: 111 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[["manim-automata", "manim-cad-drawing-utils", "manim-chemistry", "manim-code-blocks", "manim-course-utils", "manim-data-structures", "manim-ds", "manim-editor", "manim-extras", "manim-fontawesome", "manim-fonts", "manim-gearbox", "manim-gui", "manim-json", "manim-lamination-builder", "manim-livestream", "manim-meshes", "manim-ml", "manim-mobject-svg", "manim-onlinetex", "manim-physics", "manim-play-timeline", "manim-plugintemplate", "manim-pptx", "manim-presentation", "manim-revealjs", "manim-rhythm-graph", "manim-rubikscube", "manim-sequence-diagram", "manim-slides", "manim-studio", "manim-svg-animations", "manim-tikz", "manim-tools", "manim-utils", "manim-voiceover", "manim-weighted-line", "chanim"], ["manim-graphing"]]

0 comments on commit d4fc14c

Please sign in to comment.