-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 1.36 KB
/
Copy pathindex.html
File metadata and controls
42 lines (41 loc) · 1.36 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
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Framework Test Page</title>
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="grid">
<div class="row top">
<div class="col-6"><a href="https://placeholder.com"><img src="http://via.placeholder.com/120x120"></a></div>
<div class="col-6"><h1>JANE DOETTE</h1><h2>FRONT END NINJA</h2></div>
</div>
<div class="row">
<div class="col-12"><a href="https://placeholder.com"><img class ="fullwidth mainImage" src="images/cat3.jpg"></a></div>
</div>
<div class="row">
<div class="col-12"><h3>Featured Work</h3></div>
</div>
<div class="row">
<div class="leftCol">
<img src="images/cat3.jpg">
<h4>APPIFY</h4>
<a class="sectionLink">https://github.com/udacity/appify</a>
</div>
<div class="middleCol">
<img src="images/cat3.jpg">
<h4>SUNFLOWER</h4>
<a class="sectionLink">https://github.com/udacity/sunflower</a>
</div>
<div class="rightCol">
<img src="images/cat3.jpg">
<h4>BOKEH</h4>
<a class="sectionLink">https://github.com/udacity/bokeh</a>
</div>
</div>
</div>
</body>
</html>