-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (42 loc) · 1.55 KB
/
index.html
File metadata and controls
84 lines (42 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BL44L654N5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BL44L654N5');
</script>
<link rel='stylesheet' href='style/style.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Newsreader">
<title>Sterling Suggs</title>
</head>
<body>
<!-- I know someone is going to look in here and criticize my copying and pasting the menu
onto every page. I threw this site together in a weekend. Maybe one day I'll clean it up. -->
<nav class="navbar" id="navbar">
<a href='index.html' id='home-button'>Sterling Suggs</a>
<a href='projects.html'>ML projects</a>
<a href='musicmain.html'>Music</a>
<a href='resume.html'>Resume</a>
</nav>
<!-- <script src='loadmenu.js'></script> -->
<div class="main">
<div id='content-wrap'>
<h3 class='title'>Sterling Suggs</h3>
<img src='img/headshot.jpg' alt="profile picture" class='inline-item' style='max-height: 500px; margin:auto; display:block;'>
<p>
<br>
Once in a while, I do something, and I prove it by listing it on this organic, pre-LLM, non-GMO website.
<br><br>
</p>
</div>
</div>
<!-- <div class='footer'>
<samp> swsuggs at student dot byu dot edu </samp>
</div> -->
</body>
</html>