-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (48 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Leah Joyce Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="container">
<header>
<img class="logo" src="img/logo.png" alt="logo">
<h1>Leah Joyce</h1>
<h2>Front-End Ninja</h2>
</header>
<hr>
<main>
<div class="top-image">
<a href="https://foter.com/re/8c4c81" target="_blank"><img src="img/tulips.jpg" alt="tulips"></a>
</div>
<div id="featured-work">
<h3>Featured Work</h3>
<div class="featured">
<figure><img src="img/blogpreviewer.png" alt="Blog Previewer Project">
<figcaption><strong>Blog Previewer</strong> </figcaption>
<p>https://github.com/leahpjoyce/Blog-Previewer</p>
</figure>
</div>
<div class="featured">
<figure><img src="img/BubbleUnder.png" alt="Bubble Under Project">
<figcaption><strong>Bubble Under</strong></figcaption>
<p>https://github.com/leahpjoyce/bubble_Under</p>
</figure>
</div>
<div class="featured">
<figure><img src="img/Yorkshire.jpg" alt="Animal Trading Card">
<figcaption><strong>
Animal Trading Card</strong></figcaption>
<p>https://github.com/leahpjoyce/Animal-Trading-Card</p>
</figure>
</div>
</div>
</main>
</div>
</body>
</html>