-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 961 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sam Buchmiller</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- https://github.com/kognise/water.css -->
<link rel="stylesheet" href="water.min.css" />
</head>
<body>
<h1>Sam Buchmiller</h1>
<div id="about">
<p>
I am a software developer with several years under my belt now. I've
worked mostly with Java/Kotlin, Angular, and SQL. I have recently been
the technical lead on some new features for Clearwater Analytics. My
next goal is to gain experience working with cloud development.
</p>
<p style="margin-top: 20px">
<a href="https://www.linkedin.com/in/sbuchmiller"
>View my profile on LinkedIn.</a
>
</p>
</div>
<h2 id="links">Links</h2>
<ul>
<li><a href="/notes">Sam's Notes</a></li>
</ul>
</body>
</html>