-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (62 loc) · 2.39 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link href=" https://fonts.googleapis.com/css?family=Raleway:500" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="row" id="title">
<div class="col-sm-4">
<img class="logo img-responsive" src="images/Lamborghini_Logo.png" alt="Lamborghini">
</div>
<div class="text-uppercase text-right col-xs-8">
<h1> Pranav mudgil</h1>
<h4>front-end developer</h4>
</div>
</header>
<div class="row">
<div class="col-xs-12">
<hr class="line1">
</div>
</div>
<div class="row">
<div class="col-md-12 badi-image">
<img class="img-responsive" src="images/image1.jpg" alt="Huracan">
</div>
</div>
<div class="row text-muted collect">
<div class="col-md-4">
<h3>Collections</h3>
</div>
</div>
<div class="row container2">
<div class="col-md-4">
<img class="img-responsive coll-pics" src="images/image_aventador.jpeg" alt="Aventador">
<h3 class="text-uppercase text-center">Aventador</h3>
<p class="text-center">
<a href="https://wwww.google.com/aventador">more about Aventador</a>
</p>
</div>
<div class=" col-md-4">
<img class="img-responsive coll-pics" src="images/image_gallardo.jpeg" alt="Gallardo">
<h3 class="text-uppercase text-center">Gallardo</h3>
<p class="text-center">
<a href=https://www.google.com/gallardo>more about Gallardo</a>
</p>
</div>
<div class="col-md-4">
<img class="img-responsive coll-pics" src="images/image_murc.jpeg" alt="Murcielago">
<h3 class="text-uppercase text-center">murcielago</h3>
<p class="text-center">
<a href="https://www.google.com/murcielago">more about Murcielago</a>
</p>
</div>
</div>
</div>
</body>
</html>