-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.63 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.63 KB
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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Ingrid Daniels Photography</title>
<meta name="description" content="Ingrid Daniels Photography Bio">
<link rel="stylesheet" href="css/vendor/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container">
<div id="header">
<img src="img/camera.png" width="200" alt="camera" title="camera">
<h1>Ingrid Daniels Photography</h1>
</div>
<div id="bio">
<h2>About Me</h2>
<p>Hello, I'm Ingrid. I have been taking photographs of people and animals for almost 10 years and am finally creating a website to showcase my work. As you can see, we have quite a ways to go. While my fabulous web designer works on creating this site, we have put up this temporary page so you know how to cotact me in the meantime.</p>
<p>Should you wish to contact me regarding scheduling a photo shoot, I can be reached at 555.1234. I look forward to hearing from you!</p>
<p class="signature">xo, Ingrid</p>
</div>
<div id="photo">
<img src="img/girl.jpg" width="400" alt="Ingrid" title="Ingrid" class="circle">
</div>
<div id="footer">
<p>©2015 Ingrid Daniels Photography</p>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/main.js"></script>
</body>
</html>