-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (142 loc) · 7.06 KB
/
index.html
File metadata and controls
157 lines (142 loc) · 7.06 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Will Hermann | AI Architect</title>
<meta name="description" content="Portfolio of Will Hermann - AI Researcher and Engineer.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=JetBrains+Mono:wght@400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Background Network Animation -->
<canvas id="network-canvas"></canvas>
<!-- Custom Cursor -->
<div class="cursor-dot"></div>
<div class="cursor-outline"></div>
<!-- Image Preview Container -->
<div class="hover-reveal"></div>
<header>
<div class="container nav-container">
<div class="logo">
<a href="index.html">Will Hermann</a>
</div>
<nav>
<ul class="nav-menu">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container hero-grid">
<div class="hero-content">
<span class="hero-label">// RESEARCH & DEVELOPMENT</span>
<h1>
Building intelligent,<br>
decentralized systems<br>
for a sovereign web.
</h1>
<p class="hero-description">
I'm an AI Architect and Researcher passionate about privacy and user sovereignty.
I bridge the gap between cognitive science and scalable software engineering.
</p>
<div class="hero-buttons">
<a href="projects.html" class="btn btn-primary">See My Work</a>
<a href="about.html" class="btn btn-outline">More About Me</a>
</div>
</div>
<div class="hero-visual">
<div class="profile-glitch-wrapper">
<img src="images/profile.jpg" alt="Will Hermann" class="hero-profile-img">
</div>
</div>
</div>
</section>
<!-- SKILLS MARQUEE (The Infinity Stream) -->
<section class="skills-marquee">
<div class="marquee-track">
<div class="marquee-content">
<span>PYTHON</span><span>TYPESCRIPT</span><span>REACT</span><span>NODE.JS</span><span>NEO4J</span><span>DOCKER</span><span>LINUX</span><span>AWS</span><span>POSTGRESQL</span><span>DJANGO</span><span>FASTAPI</span><span>SQL</span>
<!-- Duplicate for seamless loop -->
<span>PYTHON</span><span>TYPESCRIPT</span><span>REACT</span><span>NODE.JS</span><span>NEO4J</span><span>DOCKER</span><span>LINUX</span><span>AWS</span><span>POSTGRESQL</span><span>DJANGO</span><span>FASTAPI</span><span>SQL</span>
</div>
</div>
<div class="marquee-track reverse">
<div class="marquee-content">
<span>LLMs</span><span>LANGCHAIN</span><span>PYTORCH</span><span>HUGGING FACE</span><span>OPENAI</span><span>RAG</span><span>NLP</span><span>COMPUTER VISION</span><span>SYSTEM ARCHITECTURE</span><span>API DESIGN</span><span>AI AGENTS</span>
<!-- Duplicate for seamless loop -->
<span>LLMs</span><span>LANGCHAIN</span><span>PYTORCH</span><span>HUGGING FACE</span><span>OPENAI</span><span>RAG</span><span>NLP</span><span>COMPUTER VISION</span><span>SYSTEM ARCHITECTURE</span><span>API DESIGN</span><span>AI AGENTS</span>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-header">
<h2>Selected Projects</h2>
<a href="projects.html" class="view-all-link">View Archive →</a>
</div>
<div class="project-stream">
<!-- Item 01 -->
<a href="projects.html" class="stream-item" data-image="images/neo4j.jpg">
<span class="stream-index">01</span>
<span class="stream-title">Neo4j Language Tutor</span>
<div class="stream-tags">
<span class="tag">AI Agents</span>
<span class="tag">Voice</span>
</div>
</a>
<!-- Item 02 -->
<a href="projects.html" class="stream-item" data-image="images/hoody-robot.jpg">
<span class="stream-index">02</span>
<span class="stream-title">Hoody Robotics</span>
<div class="stream-tags">
<span class="tag">Computer Vision</span>
<span class="tag">IoT</span>
</div>
</a>
<!-- Item 03 -->
<a href="projects.html" class="stream-item" data-image="images/flwr-head.avif">
<span class="stream-index">03</span>
<span class="stream-title">Federated Learning</span>
<div class="stream-tags">
<span class="tag">Privacy</span>
<span class="tag">PyTorch</span>
</div>
</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container footer-content">
<div class="footer-col">
<h4>Will Hermann</h4>
<p style="font-size: 0.9rem; max-width: 300px;">
AI Architect & Researcher building the decentralized future.
</p>
</div>
<div class="footer-col">
<h4>Contact</h4>
<div class="footer-links">
<a href="mailto:willghermann@protonmail.com">willghermann@protonmail.com</a>
</div>
</div>
<div class="footer-col">
<h4>Network</h4>
<div class="footer-links">
<a href="https://github.com/coding-crying" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/william-hermann" target="_blank">LinkedIn</a>
</div>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>