-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (102 loc) · 4.19 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.82.0" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Landon Ferguson</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta property="og:title" content="Landon Ferguson" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Landon Ferguson"/>
<meta name="twitter:description" content=""/>
<link rel="stylesheet" href="/css/style-dark.css">
<link rel="stylesheet" href="/css/custom.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="icon" type="image/png" href="/images/favicon.ico" />
</head>
<body class="max-width mx-auto px3 ltr">
<div class="content index py4">
<header id="header">
<a href="/">
<div id="logo" style="background-image: url(/images/logo.png)"></div>
<div id="title">
<h1>Landon Ferguson</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#"><i class="fas fa-bars fa-2x"></i></a>
</li>
<li><a href="/">/ Home</a></li>
<li><a href="/about">/ About & Contact</a></li>
</ul>
</div>
</header>
<section id="about">
</section>
<section id="projects">
<span class="h1"><a href="#">Projects</a></span>
<ul class="project-list">
<li class="project-item">
<a href="/projects/data-fx">Data-FX</a>: An addon for Blender3D which displays data in 3d space
</li>
<li class="project-item">
<a href="/projects/bartender-bot">Bartender-Bot</a>: Automated drink dispensing system with mobile app
</li>
<li class="project-item">
<a href="/projects/i-hear-them">I-Hear-Them</a>: First-person horror game made with the Javascript library ThreeJS
</li>
</ul>
</section>
<section id="writing">
<span class="h1"><a href="/posts">Posts</a></span>
<ul class="post-list">
<li class="post-item">
<div class="meta"><time datetime="2021-05-29 01:32:36 -0400 EDT" itemprop="datePublished">2021-05-29</time></div>
<span><a href="/posts/post04/">Saving Greg: A Ludum Dare 48 Post-Mortem</a></span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2021-05-04 15:34:36 -0400 EDT" itemprop="datePublished">2021-05-04</time></div>
<span><a href="/posts/post03/">Bayer Matrix Dithering in GLSL for Use in a Horror Game</a></span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2021-04-18 02:20:05 -0400 EDT" itemprop="datePublished">2021-04-18</time></div>
<span><a href="/posts/post02/">Geographic Coordinates to a 3D Sphere</a></span>
</li>
<li class="post-item">
<div class="meta"><time datetime="2021-03-22 11:43:05 -0400 EDT" itemprop="datePublished">2021-03-22</time></div>
<span><a href="/posts/post01/">Data Visualization Addon for Blender3d</a></span>
</li>
</ul>
</section>
<footer id="footer">
<div class="footer-left">
Copyright © 2021 Landon Ferguson
</div>
<div class="footer-right">
<nav>
<ul>
<li><a href="/">/ Home</a></li>
<li><a href="/about">/ About & Contact</a></li>
</ul>
</nav>
</div>
</footer>
</div>
</body>
<link rel="stylesheet" href=/lib/font-awesome/css/all.min.css>
<script src=/lib/jquery/jquery.min.js></script>
<script src=/js/main.js></script>
<script src=/js/p5/p5.min.js></script>
<script src=/js/background.js></script>
</html>