-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 1.89 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<title>Sara Wiedeman FEND</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<header class="header">
<div class="logo_container">
<a href="#" target="_blank"><img src="./images/profile.png" alt="sara wiedeman logo" width="65" height="65"></a>
</div>
<h1>Sara Wiedeman</h1>
<h4>Graphic Designer and Front-End Developer</h4>
</header>
<main class="content">
<div class="hero_image">
<img id="banner" src="./images/flowersinaus.png" alt="flowers in Australia">
</div>
<h3 class="work_title">Recent Work</h3>
<section class="code_projects">
<div class="work_1">
<a href="https://codepen.io/drummgurl/pen/jzdXmK" target="_blank"><img src="images/pixelart.png" alt="pixel art maker"></a>
<p>Pixel Art Maker</p>
<a href="https://codepen.io/drummgurl/pen/jzdXmK">Click to View</a>
</div>
<div class="work_2">
<a href="https://codepen.io/drummgurl/pen/jxxKxq" target="_blank"><img src="images/pandanimalcard.png" alt="panda animal card"></a>
<p>Animal Trading Card</p>
<a href="https://codepen.io/drummgurl/pen/jxxKxq">Click to View</a>
</div>
<div class="work_3">
<a href="https://codepen.io/drummgurl/pen/bMMjgg" target="_blank"><img src="images/article.png" alt="article mock-up"></a>
<p>Article Mock-Up</p>
<a href="https://codepen.io/drummgurl/pen/bMMjgg">Click to View</a>
</div>
</section>
<footer class="footer">
<small>Copyright © 2018 Sara Wiedeman</small>
</footer>
</main>
</body>
</html>