-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Matt T. | Udacity Portfolio </title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="responsive.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Work+Sans:300,600" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<div class="head_title">
<img class="head_icon" src="imgs/bluebrush.svg" alt="paintbrush" height="60" width="60">
<h1 class="head_name"> MATT TOPPING </h1>
<h2 class="head_desc"> Front-End Freshie </h2>
</div>
<hr>
</header>
<div class="landing_img">
<img class="basket_cat" src="imgs/basket_head.jpg" alt="Cat in Basket">
</div>
<h1 class="ft_title">Featured Work</h1>
<div class="feat_work">
<div class="cafe">
<img src="imgs/REZcafe.jpg" alt="Cafe Sign">
<p>Coffee Crawl</p>
<a href="#">https://example.link</a>
</div>
<div class="cat">
<img src="imgs/REZcat_profile.jpg" alt="Cat Profile">
<p>Cat Cafe</p>
<a href="#">https://example.link</a>
</div>
<div class="roaster">
<img src="imgs/REZroaster.jpg" alt="Roasted beans cooling">
<p>Morning Roast</p>
<a href="#">https://example.link</a>
</div>
</div>
<footer>
<div class="credits">Icon made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a>, licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</footer>
</body>
</html>