-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
36 lines (36 loc) · 1.14 KB
/
Copy pathtest.html
File metadata and controls
36 lines (36 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, intial-scale=1">
<title>P1</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 text-left">
<img src="image/udacity.png" class="title-logo img-responsive" alt="UDACITY LOGO">
</div>
<div class="col-md-6 text-right text-uppercase">
<h1 class="title-super text-thin">Jane Doette</h1>
<h4>Front-end Ninja</h4>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<img src="image/portfolioBG.jpg" class="img-responsive" alt="main image">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1 class="text-muted">Featured Work</h1>
</div>
</div>
</div>
</body>
</html>