-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.23 KB
/
index.html
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
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ALU_8 - A KiCad PCB Project</title>
<meta name="description" content="ALU_8 is an 8-bit ALU (KiCad PCB) project with a focus on learning." />
<meta name="keywords" content="kicad, ALU, circuit design, electronic design, PCB" />
<link rel="icon" href="logo/logo.ico">
<link rel="stylesheet" href="style.css">
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body>
<header class="h_flex">
<svg width="32" height="32">
<polygon class="svg_blue" points="3,0 10,31 31,10" />
<polygon class="svg_orange" points="0,15 3,21 30,15" />
<line class="svg_red" x2="15" y2="14" x1="0" y1="27" />
</svg>
<h1>ALU_8 - A <a href="https://www.kicad.org/">PCB</a> Project</h1>
</header>
<main>
<img src="web/helmet.gif" alt="Damaged Helmet Rotating Gif">
<zero-md src="README.md" type="text/markdown" width="200px" height="500px"></zero-md>
</main>
<footer class="h_flex">
<a href="https://github.com/HuskyNator/Ray" class="h_flex">
<img src="web/github-mark-white.svg" alt="Github Logo">
Github
</a>
</footer>
</body>
</html>