-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 2.16 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Logic Circuit Simulator</title>
<meta name="description" content="Logic Circuit Simulator Website (Beta)" />
<link rel="stylesheet" href="style.css" />
<link id="theme" rel="stylesheet" href="themes/avo.css" />
<link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet" />
</head>
<body>
<h2 id="header">Logic Circuit Simulator</h2>
<div id="command-center" class="">
<div id="typing-area">
<div id="text-display">
<iframe width="540" height="360"
src="https://i.imgur.com/efia7BB.mp4">
</iframe>
<p>Links:</p>
<p><a href="https://trello.com/b/CqorFhbP/todo" target="_blank">- ToDo Board (englisch) | </a><a href="https://trello.com/invite/b/CqorFhbP/ATTI69b07c1fe0cb7d7515eaa24d528e0f067A113E6A/todo">[Einladung]</a></p>
<p><a href="https://trello.com/b/Bjd9Kd4F/features" target="_blank">- Features Board (englisch) | </a><a href="https://trello.com/invite/b/Bjd9Kd4F/ATTI1d97254ab05f1f12e504c877a77e587eB4180F65/features">[Einladung]</a></p>
<p><a href="https://trello.com/b/qb3JYA9a/libraries" target="_blank">- Libraries Board | </a><a href="https://trello.com/invite/b/qb3JYA9a/ATTI33c66ace8b62e3ac50ffca5238a94e2d45064B1C/libraries">[Einladung]</a></p>
<p><a href="https://trello.com/b/9gUxbKXN/orientierung" target="_blank">- Orientierung Board (deutsch) | </a><a href="https://trello.com/invite/b/9gUxbKXN/ATTI7206a92997fa4bff4c884be678d1aa0fAA7FA683/orientierung">[Einladung]</a></p>
<p><a href="https://miro.com/de/" target="_blank" class="disabled">- Miro Mindmap (leer)</a></p>
<p><a href="https://miro.com/de/" target="_blank" class="disabled">- Miro Roadmap (leer)</a></p>
<!-- style="color: #31343b;" -->
</div>
</div>
</div>
<div id="footer">
<a href="https://github.com/LogicCircuitSim/" target="_blank">github</a>
</div>
</body>
</html>