-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (57 loc) · 2.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav-bar">
<a href="#" target="_blank" class="spa">SQUARE.</a>
<div class="child">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Project</a>
<a href="#">Team</a>
<a href="#">blog</a>
</div>
</div>
<div class="box">
<a href="#">WATCH VIDEO</a>
</div>
<div class="new">
<p>We have a passion in creating new and unique spaces</p>
</div>
<p class="para">Travel to the any corner of the world. without going around in circles</p>
<br /><br /><br /><br /><br /><br />
<div class="main-div">
<div class="first">
<img src="image/plan.jpg" alt="logo" height="50px" width="50px" />
<h3>PERFECTLY DESIGN</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Exercitationem impedit, accusantium odio
officia nemo voluptatem harum distinctio sint, et soluta consequuntur excepturi beatae. Deserunt culpa
asperiores doloremque ipsum, atque quo?</p>
<p class="button">READ MORE</p>
</div>
<div class="second">
<img src="image/change.jpg" alt="logo" height="50px" width="50px" />
<h3>CAREFULLY PLANNED</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Deserunt, et! Repudiandae, recusandae sunt
porro maxime dolor fugit consequuntur, quaerat, officiis ipsum mollitia quasi provident aliquid quam
suscipit distinctio asperiores delectus.</p>
<p class="button">READ MORE</p>
</div>
<div class="third">
<img src="image/plan.jpg" alt="logo" height="50px" width="50px" />
<h3>SMARTLY EXECUTE</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Deserunt, et! Repudiandae, recusandae sunt
porro maxime dolor fugit consequuntur, quaerat, officiis ipsum mollitia quasi provident aliquid quam
suscipit distinctio asperiores delectus.</p>
<p class="button">READ MORE</p>
</div>
</div>
<br /> <br /> <br /> <br /> <br /> <br />
<br /> <br /> <br /> <br /> <br /> <br />
</body>
</html>