-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
50 lines (50 loc) · 1.43 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>portfolio</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive title-logo" src="images/udacity.jpg" alt="udacity logo">
</div>
<div class="col-md-6 text-right text-uppercase">
<h1 class="title-super">Harish Gujja</h1>
<h4>Front-end project</h4>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="http://placekitten.com/g/1500/500" alt="image">
</div>
</div>
<div class="row">
<div class="row text-uppercase">
<h2 class="col-md-12">featured work</h2>
</div>
<div class="col-md-4">
<img class="img-responsive" src="http://placekitten.com/g/400/300" alt="image">
<h2 class="text-uppercase text-center">Appify</h2>
</div>
<div class="col-md-4">
<img class="img-responsive" src="http://placekitten.com/g/400/300" alt="image">
<h2 class="text-uppercase text-center">sunflower</h2>
</div>
<div class="col-md-4">
<img class="img-responsive" src="http://placekitten.com/g/400/300" alt="image">
<h2 class="text-uppercase text-center">Boech</h2>
</div>
</div>
</div>
</body>
</html>