-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (66 loc) · 2.63 KB
/
index.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
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<title>Amy Ashworth</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/global.css">
</head>
<body>
<header>
<div class="container">
<nav>
<h1 id="brand">Amy Ashworth</h1>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="work.html">My Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="hero">
<img src= "images/Amy1.jpg">
<h1>Amy Ashworth</h1>
<h3>Cincinnati, OH</h3>
</section>
<section id="about-me">
<div class="container">
<h2>I'm a web developer.</h2>
<article class="column">
<img src="images/swipe2.jpg">
<h4>I'm cool</h4>
<p>The "placebo effect," which had been verified in previous studies, disappeared when behaviours were studied in this manner. </p>
<a href="https://www.facebook.com/#/amy.ashworth.5" class="btn">Read More</a>
</article>
<article class="column">
<img src="images/swipe2.jpg">
<h4>I'm cool</h4>
<p>The "placebo effect," which had been verified in previous studies, disappeared when behaviours were studied in this manner. </p>
<a href="https://www.facebook.com/#/amy.ashworth.5" class="btn">Read More</a>
</article>
<article class="column">
<img src="images/swipe2.jpg">
<h4>I'm cool</h4>
<p>The "placebo effect," which had been verified in previous studies, disappeared when behaviours were studied in this manner.</p>
<a href="https://www.facebook.com/#/amy.ashworth.5" class="btn">Read More</a>
</article>
</div>
</section>
<section id="social">
<div class="container">
<h3>Connect with me</h3>
<ul>
<li>
<a href="..">
<img src="images/facebook.svg" alt="Facebook" />
</a>
</li>
</ul>
</div>
</section>
<footer>
<img src="http://placekitten.com/g/80/80">
Smell my feet
</footer>
</body>
</html>