-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
30 lines (30 loc) · 1.18 KB
/
aboutme.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
<!DOCTYPE html>
<html>
<head>
<title>About Dan Brian</title>
<link rel="stylesheet" href="/src/styles/style.css">
</head>
<body>
<h1 id="aboutHeader">About Me</h1>
<div id="aboutSpace">
<div class="aboutDescription" id="aboutImg" >
<img id="aboutPic" src="/src/images/dan-brian.png" alt="Idiot." />
</div>
<div class="aboutDescription" id="aboutDescription">
<p id="aboutCopy">I am a Senior Technical Writer at DigitalOcean looking to further advance
my coding skills. <strong>dead simple synth</strong> serves as a review
of my current coding skills for bootcamp entrance applications.</p>
</div>
</div>
<footer>
<table id="footer">
<tr>
<td class="footerSpace"><a class="footerLinks" href="https://deadsimplesynth.com">Synth</a></td>
<td class="footerSpace"><a class="footerLinks" href="saved-songs.html">Saved Songs</a></td>
<td class="footerSpace"><a class="footerLinks" href="project-requirements.html">Project Requirements</a></td>
<td class="footerSpace"><a class="footerLinks" href="aboutme.html">About Me</a></td>
</tr>
</table>
</footer>
</body>
</html>