-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 1.08 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
%include /header.html%
<title>294: Home</title>
<H1>
Alex Jones's site
</H1>
<div class="block">
<h3>
What is this?
</h3>
<p>
A technical log of projects and a form of digital portfolio. This helps me to record how to do things so that in a few years I can consult these notes.
</p>
</br>
<h3>
Who are you?
</h3>
<p>
Alex Jones, an electrical engineering undergraduate at Auburn university. Learn more <a href="/Bio/">here</a>
</p>
</br>
<h3>
What kind of projects do you do?
</h3>
<p>
Currently the majority of articles will be from Radio lab, but all my classes will get posted here. My hobby projects range from chemistry to embedded electronics to wood working.
</p>
</br>
<h3>
Contact information?
</h3>
<p>
Email: <a href="emailto:[email protected]">[email protected]</a>
</p>
</br>
<h3>
What is this monstrosity of a site?
</h3>
<p>
See <a href="/projects/Web%20Server/">here</a>
</p>
</div>
%include /footer.html%