forked from makersquare/frontend-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-Sarah.html
34 lines (31 loc) · 1.17 KB
/
project-Sarah.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ATX Nerdy Ladies | Project List | MKS Front-End Cohort 1</title>
<link rel="stylesheet" href="../stylesheets/app.css" />
<script src="../bower_components/modernizr/modernizr.js"></script>
</head>
<!-- change the ID here to your name ID. it should be the same as the ID on the .picture div in index.html -->
<body class="project-page" id="Sarah">
<!-- YOURNAME Project -->
<div class="project">
<div class="project-wrap">
<div class="picture">
<!-- change to your photo URL -->
<img src="../images/project-YOURIMAGE.png" alt="">
</div>
<h2 class="name">Your Name</h2>
<h3 class="project-name">Your Project Name</h3>
<p class="project-description">
Tell us what you'll be working on! Plenty of space here!
</p>
</div>
</div>
<!-- END -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../bower_components/foundation/js/foundation.min.js"></script>
<script src="../js/app.js"></script>
</body>
</html>