This repository was archived by the owner on Oct 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
47 lines (44 loc) · 1.65 KB
/
bio.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="SCSS/main.css"/>
<title>Bio - Mar Freeman</title>
<meta charset="utf-8">
</head>
<body>
<!-- HEADER: PAGE NAME -->
<div class="header">
<h1 id="name">Bio - Mark Freeman</h1>
</div>
<div class="backboard" id="top-backboard"></div>
<div id="wrapper"></div>
<!-- LEFT BOX: BIO TEXT -->
<div id="left">
<p>Mark Freeman is a Mechanical Engineering and Computer Science double major interested in robotics and bio-inspired design.
</p>
<p>
They are involved in several student groups on campus, such as Tufts QSA, Spoken Word Alliance at Tufts, and T-Time.
</p>
<p>
They also work at the Women's Center as the graphic design intern, and do freelance work for front end web development and music (scoring and personal compositions).
</p>
<p>See resume for more details on experience and skills.</p>
</div>
<!--
RIGHT BOX: IMAGE
<div id="right">
<img src="Images/IMG_5650.JPG" alt="surprised sea creatures O:">
<img src="Images/IMG_5651.JPG" alt="surprised sea creatures O:">
<img src="Images/IMG_5652.JPG" alt="surprised sea creatures O:">
<img src="Images/IMG_5653.JPG" alt="surprised sea creatures O:">
</div>
-->
<!-- FOOTER -->
<a href="index.html">
<div class="footer">
<p>Back to Homepage</p>
</div>
</a>
<div class="backboard" id="bottom-backboard"></div>
</body>
</html>