-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (167 loc) · 5.96 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="https://sp-ao.shortpixel.ai/client/to_auto,q_lossless,ret_img,w_612,h_600/https://children-learning-reading-review.com/wp-content/uploads/2021/07/w-612x600.jpg"
type="image/x-icon"
/>
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./sass/styles.css" />
<title>We Design</title>
</head>
<body>
<div class="container-fluid" id="container">
<div class="overlay container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-md">
<div class="navbar-brand logo">WEDESIGN</div>
<ul class="nav">
<li class="nav-item">
<a href="#" class="nav-link">WORK</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">ABOUT</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">CONTACT</a>
</li>
</ul>
</nav>
<div class="content">
<h1 class="text-center">Elegant.</h1>
<p>
Welcome to We Design, where modern elegance meets architectural
mastery. We are a premier architecture firm dedicated to
crafting extraordinary modern mansions that redefine luxury
living. With a passion for innovation and an unwavering
commitment to excellence, we transform dreams into breathtaking
reality.
</p>
<a
class="home_button"
href="https://www.sandilendimande.com/"
target="_blank"
>Get Started</a
>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="one">
<div class="overlay container">
<div class="row">
<div class="col-md-12">
<div class="content">
<h1 class="text-center">Innovative.</h1>
<p>
At We Design, innovation is at the very core of our DNA. We take
pride in being pioneers in the field of modern mansion design,
consistently pushing the boundaries of what is possible and
reimagining the concept of luxury living.
</p>
<a
class="home_button"
href="https://www.sandilendimande.com/"
target="_blank"
>Get Started</a
>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="two">
<div class="overlay container">
<div class="row">
<div class="col-md-12">
<div class="content">
<h1 class="text-center">Modern.</h1>
<p>
At our company, modernity is not just a word; it's a driving
force that permeates every aspect of our operations. We pride
ourselves on being at the forefront of architectural innovation,
embracing cutting-edge technologies, and continuously pushing
the boundaries of design to create modern living spaces that are
second to none.
</p>
<a
class="home_button"
href="https://www.sandilendimande.com/"
target="_blank"
>Get Started</a
>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="three">
<div class="overlay container">
<div class="row">
<div class="col-md-12">
<div class="content">
<h1 class="text-center">Brilliant.</h1>
<p>
At our company, brilliance is not just a claim; it's an inherent
quality that shines through in everything we do. We take immense
pride in our unwavering commitment to excellence, relentless
pursuit of perfection, and the ability to transform
architectural dreams into awe-inspiring reality.
</p>
<a
class="home_button"
href="https://www.sandilendimande.com/"
target="_blank"
>Get Started</a
>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="four">
<div class="overlay container">
<div class="row">
<div class="col-md-12">
<div class="content">
<h1 class="text-center">Luxury.</h1>
<p>
The designs crafted by our company epitomize luxury in every
sense of the word. Each architectural masterpiece is
meticulously planned and executed to offer an unparalleled
living experience that indulges the senses and celebrates
opulence.
</p>
<a
class="home_button"
href="https://www.sandilendimande.com/"
target="_blank"
>Get Started</a
>
</div>
</div>
</div>
</div>
</div>
</body>
</html>