-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to deploy from @ 9a1d88c 🚀
- Loading branch information
0 parents
commit a7ae722
Showing
4 changed files
with
272 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
plugins.manim.community |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |