-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (65 loc) · 2.69 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
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Epilogue:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css"/>
<title>Document</title>
</head>
<body>
<nav>
<a class="begin">INTERIOR DESIGN</a>
<a href="#" class="begin1">ABOUT</a>
<a href="#" class="begin1">PORTFOLIO</a>
<a href="#" class="begin1">TESTOMIALS</a>
<a href="#" class="begin1">BLOGS</a>
<a href="#" class="begin2">CONTACT</a>
</nav>
<header>
</header>
<section class="custom">
<h3>Custom Built Adobe XD Template</h3>
<h3>Download for Free</h3>
</section>
<section class="titles">
<div class="one">
<p class="top">Title 1</p>
<img src="Pic2.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada non libero ac dapibus. Pellentesque semper eros non sagittis gravida.</p>
<a href="#" class="button">MORE INFO</a>
</div>
<div class="two">
<p>Title 2</p>
<img src="PIC3.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada non libero ac dapibus. Pellentesque semper eros non sagittis gravida.</p>
<a href="#" class="button">MORE INFO</a>
</div>
<div class="three">
<p>Title 3</p>
<img src="PIC4.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada non libero ac dapibus. Pellentesque semper eros non sagittis gravida.</p>
<a href="#" class="button">MORE INFO</a>
</div>
</section>
<section class="Insta">
<h3>Instagram</h3>
</section>
<section class="pictures">
<img src="ROCKKK.png" class="first square"/>
<img src="squar1.png" class="second tile"/>
<img src="squar2.png" class="third tile"/>
<img src="squar3.png" class="fourth tile"/>
<img src="squar4.png" class="fifth tile"/>
</section>
<footer>
<div class="facebook">
<i class="fa fa-facebook-f"></i></div>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-send-o"></i>
</footer>
</body>
</html>