-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutMe.html
61 lines (53 loc) · 2.77 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Photography</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/general.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/jpg" href="Files/Images/EyeSq.JPG">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="topnav" id="myTopnav" style="z-index: 100">
<a href="index.html">Home</a>
<a href="aboutMe.html" class="active">About Me</a>
<a href="portfolios.html">Projects</a>
<a href="Academics">Academics</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i></a>
</div>
<div class="main-image" style="background-image: url('/Files/Images/MeAtTimesSquare.jpg');">
</div>
<div class="main-content">
<br><br><br>
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 5%">
<h4>Gabrielle Jones</h4>
<p>Hello! I'm currently in my senior year of undergrad at Columbia University studying Chemical Engineering. I'm in the process of building this website for serious and fun projects I work on. I'm applying to grad school right now and going into my final spring semester</p>
</div>
</div>
</div>
<br><br><br>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>