-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<title>portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width= device-width ,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Lato:100,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<div class = "row">
<div class = "col-md-6"><img class="img-responsive icon" src="images/logo.svg" alt="logo"></div>
<div class = "col-md-6">
<h1 class="text-right text-uppercase">Jane Doette</h1>
<h3 class="text-right text-uppercase">Front-end Ninja</h3>
</div>
</div>
</header>
<section class="row">
<hr>
</section>
<div class="row">
<img class="img-responsive" src="images/main" alt="main">
</div>
<div class="row" >
<h2>Featured Work</h2>
</div>
<div class="row">
<div class="col-md-4">
<img class="img-responsive" src="images/appify" alt="appify">
<h3 class="text-uppercase text-center">Appify</h3>
<p class="text-center"><a href="http://github.com/">http://github.com/</a></p>
</div>
<div class="col-md-4">
<img class="img-responsive" src="images/appify" alt="appify">
<h3 class="text-uppercase text-center">Appify</h3>
<p class="text-center"><a href="http://github.com/">http://github.com/</a></p>
</div>
<div class="col-md-4">
<img class="img-responsive" src="images/appify" alt="appify">
<h3 class="text-center text-uppercase">Appify</h3>
<p class="text-center"><a href="http://github.com/">http://github.com/</a></p>
</div>
</div>
</div>
</body>
</html>