-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (74 loc) · 1.8 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HuskyNator Github Page</title>
<!-- <link rel="icon" href="logo/logo.ico"> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="v_flex">
<img id="profile_pic" src="https://gravatar.com/avatar/259b2b7e592ff2409050ccf09358789d8409af45964b9ac61555aeb663fe583f?s=250" alt="Profile Picture">
<h1>HuskyNator</h1>
<nav class="h_flex">
<a href="https://github.com/HuskyNator" class="h_flex">
<img src="files/Github-Logos/github-mark-white.svg" alt="Github Logo">
Github
</a>
<a href="" class="h_flex">
<img src="files/LinkedIn-Logos/LI-In-Bug.png" alt="Linkedin Logo">
Linkedin
</a>
</nav>
</header>
<main class="wrap_bubbles">
<a href="https://huskynator.github.io/Ray/">
<figure>
<img src="files/Ray.png" alt="Ray Thumbnail">
<figcaption>
Ray
</figcaption>
</figure>
<p>
Dlang based CPU raytracer, built on top of VertexD
</p>
</a>
<a href="https://github.com/HuskyNator/VertexD">
<figure>
<img src="files/VertexD.png" alt="VertexD Thumbnail">
<figcaption>
VertexD
</figcaption>
</figure>
<p>
Dlang based OpenGL framework
</p>
</a>
<a href="https://github.com/HuskyNator/HoekjeC">
<figure>
<img src="files/render.png" alt="HoekjeC Thumbnail">
<figcaption>
HoekjeC
</figcaption>
</figure>
<p>
Archived C based OpenGL framework
</p>
</a>
<a href="https://github.com/HuskyNator/ALU_8">
<figure>
<img src="files/ALU_8.png" alt="ALU_8 Thumbnail">
<figcaption>
ALU_8
</figcaption>
</figure>
<p>
A tiny 8-bit ALU PCB project
</p>
</a>
</main>
<footer class="h_flex">
</footer>
</body>
</html>