Skip to content

Commit 210d48c

Browse files
authored
Facelift the Manim Notebook Logo (#114)
* Delete logo creation script * Replace old by new Manim Notebook Logo * Remove old notebook svg * Remove borders around logo * Add Manim Logo to Walkthrough
1 parent cad95bb commit 210d48c

File tree

8 files changed

+26
-32
lines changed

8 files changed

+26
-32
lines changed

.markdownlint.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"default": true,
3+
"MD033": false, // Inline HTML
4+
"MD041": false, // first line header
5+
"MD013": false // line length
6+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="https://marketplace.visualstudio.com/items?itemName=bhoov.vscode-manim">
3-
<img src="./assets/logo.png" width="130px" alt="Manim Notebook Logo"/>
3+
<img src="./assets/manim-notebook-logo.png" width="130px" alt="Manim Notebook Logo showing a physical notebook with an 'M' letter on its title page"/>
44
</a>
55

66
<div align="center">

assets/NotebookLogoWhite.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

assets/logo.png

-79.2 KB
Binary file not shown.

assets/manim-notebook-logo.png

248 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,5 @@
281281
"type": "git",
282282
"url": "https://github.com/Manim-Notebook/manim-notebook.git"
283283
},
284-
"icon": "assets/logo.png"
284+
"icon": "assets/manim-notebook-logo.png"
285285
}

scripts/make_manim_notebook_logo.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/walkthrough/manim-installation.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<div align="center">
2+
<img src="../../assets/manim-notebook-logo.png"
3+
width="150px"
4+
alt="Manim Notebook Logo showing a physical notebook with an 'M' letter on its title page"/>
5+
6+
<div align="center">
7+
<h3 align="center">
8+
<strong>Welcome to Manim Notebook</strong>
9+
</h3>
10+
<p>
11+
Your extension to interactively preview Manim animations</strong>
12+
| <a href="https://github.com/Manim-Notebook/manim-notebook/">GitHub</a>
13+
</p>
14+
</div>
15+
</div>
16+
17+
<br>
18+
119
# 🎈 Manim Installation
220

321
> **Manim Notebook only works with ManimGL by 3Blue1Brown,<br>NOT with the community edition of Manim (Manim CE)**.

0 commit comments

Comments
 (0)