Skip to content

Commit a9b88ff

Browse files
author
BenSt099
committed
updated readme
1 parent 72c4bfc commit a9b88ff

File tree

14 files changed

+14
-65
lines changed

14 files changed

+14
-65
lines changed

README.md

Lines changed: 14 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,30 @@
11
<div align="center" style="margin-bottom: 70px">
22
<h1>Educational Templates</h1><br>
3-
<div align="center"><p>This repository contains educational material made with Latex, LibreOffice Draw and other methods.</p></div>
4-
<div align="center"><p>! This repository is currently under construction.</p></div>
3+
<div align="center"><p>This repository contains educational material for your presentations, projects, lectures, etc. All materials werde made with Open-Source tools such as Latex, LibreOffice Draw and Python.</p></div>
54
</div>
65

76
<div align="center">
87
<h2>Examples</h2>
8+
<div align="center"><p>Take a look at some highlights of this project:</p></div>
99
</div>
1010

1111
<div align="center">
12-
<table width="100%" margin-left="auto" margin-right="auto">
13-
<tr>
14-
<th>Red-Black-Trees</th>
15-
<th>Sorting-Algorithm</th>
16-
<th>ER-Diagram</th>
17-
</tr>
18-
<tr>
19-
<td width="33%">
20-
<img src="img/rbtrees.png"
21-
alt="Red-Black-Trees Exp" />
22-
</td>
23-
<td width="33%">
24-
<img src="img/sortalg.png"
25-
alt="Sorting Algorithm Exp" />
26-
</td>
27-
<td width="33%">
28-
<img src="img/erdiagram.png"
29-
alt="ER-Diagram Exp" />
30-
</td>
31-
</tr>
32-
</table>
12+
<img src="Mandelbrot-Set/Mandelbrot-ColoredPictures/Region2_3.jpg" alt="Mandelbrot-Set Example" width="400"/>
13+
</div>
14+
15+
<div align="center">
16+
<img src="img/dijkstra.png" alt="Components for Dijkstra's algorithm" width="600"/>
17+
</div>
3318

34-
<table width="100%" margin-left="auto" margin-right="auto">
35-
<tr>
36-
<th>MTrans</th>
37-
<th>Shortest-Path-Graph</th>
38-
<th>Queue</th>
39-
</tr>
40-
<tr>
41-
<td width="33%">
42-
<img src="img/mtrans.png"
43-
alt="MTrans Exp" />
44-
</td>
45-
<td width="33%">
46-
<img src="img/spgraph.png"
47-
alt="Shortest-Path-Graph Exp" />
48-
</td>
49-
<td width="33%">
50-
<img src="img/queue.png"
51-
alt="Queue Exp" />
52-
</td>
53-
</tr>
54-
</table>
19+
<div align="center">
20+
<img src="img/gene.png" alt="Example of gene expression" width="600"/>
21+
</div>
5522

56-
<table width="100%" margin-left="auto" margin-right="auto">
57-
<tr>
58-
<th>Card</th>
59-
<th>Clock</th>
60-
<th>Circuits</th>
61-
</tr>
62-
<tr>
63-
<td width="33%">
64-
<img src="img/cardexp.png"
65-
alt="Card Exp" />
66-
</td>
67-
<td width="33%">
68-
<img src="img/clock.png"
69-
alt="Clock Exp" />
70-
</td>
71-
<td width="33%">
72-
<img src="img/circuits.png"
73-
alt="Circuits Exp" />
74-
</td>
75-
</tr>
76-
</table>
23+
<div align="center">
24+
<img src="img/rbtree.png" alt="Example of Red-Black-Tree" width="600"/>
7725
</div>
7826

27+
7928
<!--
8029
<div align="center">
8130
<h2>Highlights</h2>

Red-Black-Tree/Red-Black-Tree.pdf

11.9 KB
Binary file not shown.

img/cardexp.png

-45.7 KB
Binary file not shown.

img/circuits.png

-59.5 KB
Binary file not shown.

img/clock.png

-14.1 KB
Binary file not shown.

img/dijkstra.png

56.1 KB
Loading

img/erdiagram.png

-10.4 KB
Binary file not shown.

img/gene.png

63.1 KB
Loading

img/mtrans.png

-75.8 KB
Binary file not shown.

img/queue.png

-12.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)