-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·223 lines (223 loc) · 9.32 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="asset/img/qiraico.png" type="image/x-icon">
<title>qira - Workspaces</title>
</head>
<body>
<!-- Navbar Component -->
<div class="container-fluid borde">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img src="asset/img/logoqira.svg" alt="" width="90px">
</a>
<ul class="nav nav-pills justify-content-center">
<li class="nav-item"><a href="#workspace" class="nav-link" aria-current="page">Workspace</a></li>
<li class="nav-item"><a href="#services" class="nav-link">Services</a></li>
<li class="nav-item"><a href="#pricing" class="nav-link">Prices</a></li>
<li class="nav-item"><a href="singIn.html" class="sign">Sign Up |</a></li>
<li class="nav-item"><a href="Login.html" class="btn">Login</a></li>
</ul>
</header>
</div>
<!-- End of navbar component -->
<!-- this part begin jumbotron -->
<div class="jumbotron">
<div class="jumbotron__description">
<h1>Rent your next workspace with qira.</h1>
<h2>We already have the place
ready where you can study,
meditate and work.
</h2>
<a href="#" class="jumbotron__btn">Contact Us</a>
</div>
<div class="jumbotron__img">
<img src="asset/img/qira-hero.png" alt="">
</div>
</div>
<!-- this part End jumbotron -->
<!-- this part is the div brand -->
<div class="brands">
<div class="brand__img" >
<img src="asset/img/comercio.svg" alt="">
</div>
<div class="brand__img">
<img src="asset/img/getty.svg" alt="">
</div>
<div class="brand__img">
<img src="asset/img/qora.svg" alt="">
</div>
<div class="brand__img">
<img src="asset/img/matercard.svg" alt="">
</div>
<div class="brand__img">
<img src="asset/img/continental.svg" alt="">
</div>
</div>
<!-- this part End divs brand -->
<!-- this part begin the cards -->
<div class="titles"> <h2 id="workspace">Workspaces</h2></div>
<div class="container-fluid p-5">
<div class="row">
<div class="col col--gap">
<div class="card" style="width: 18rem;">
<img src="asset/img/comtainerhouse.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Container House</h5>
<p class="card-text">$ 200 USD / Mounth</p>
<a href="#" class="btn btn-primary" id="btn_card">let's rent</a>
</div>
</div>
</div>
<div class="col col--gap">
<div class="card" style="width: 18rem;">
<img src="asset/img/housetree.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Treehouse</h5>
<p class="card-text">$ 100 USD / Mounth</p>
<a href="#" class="btn btn-primary" id="btn_card">let's rent</a>
</div>
</div>
</div>
<div class="col col--gap">
<div class="card" style="width: 18rem;">
<img src="asset/img/mobilehouse.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Mobil House</h5>
<p class="card-text">$ 80 USD / Mounth</p>
<a href="#" class="btn btn-primary" id="btn_card">let's rent</a>
</div>
</div>
</div>
<div class="col col--gap">
<div class="card" style="width: 18rem;">
<img src="asset/img/green house.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Eco department</h5>
<p class="card-text">$ 150 USD / Mounth</p>
<a href="#" class="btn btn-primary" id="btn_card">let's rent</a>
</div>
</div>
</div>
</div>
</div>
<!-- this part End divs brand -->
<!-- this part begin the experiences -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="titles"> <h2>Experiences</h2></div>
<div class="row">
<div class="col-lg-4">
<div class="perfil__photo" id="sara"></div>
<h2 class="fw-normal">Sara jhonson</h2>
<p class="description">"The experience is incredible, qira takes care of everything."</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="perfil__photo" id="ellis"></div>
<h2 class="fw-normal">Ellis Dakota</h2>
<p class="description">"it's easy renting a place to work with qira is really easy."</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="perfil__photo" id="roberto"></div>
<h2 class="fw-normal">Roberto Martinez</h2>
<p class="description">"I literally rented a mobile home with everything I needed"</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
<!-- this part End experiences-->
<!-- this part begin the tech services -->
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light container-fluid" id="housetech">
<div class="col-md-5 p-5 mx-auto my-5">
<h1 class="display-4 fw-normal" id="services">Upgrate your house with tech solutions</h1>
<a class="btn btn-outline-secondary" href="#">Coming soon</a>
</div>
</div>
<!-- this part begin the tech services -->
<div class="container py-3">
<div class="d-flex flex-column flex-md-row align-items-center pb-3 mb-4 border-bottom">
<div class="pricing-header p-3 pb-md-4 mx-auto text-center">
<div class="titles"> <h2 id="pricing">Tech Services</h2></div>
<p class="fs-5 text-muted">We can develop your ideas to create a unique and technological space</p>
</div>
</div>
</div>
<!-- this part begin the tech cards prices -->
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
<div class="col p-5">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Basic Update</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$500<small class="text-muted fw-light">/ USD</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Smart light</li>
<li>Smart plugs</li>
<li>Alexa in your house</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-primary">Conctact Us</button>
</div>
</div>
</div>
<div class="col p-5">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3" id="focusprices">
<h4 class="my-0 fw-normal">Enterprise</h4>
</div>
<div class="card-body" id="borderfocus">
<h1 class="card-title pricing-card-title">Quote<small class="text-muted fw-light"></small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>IOT</li>
<li>Personalized design</li>
<li>Rent services</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-primary">Contact Us</button>
</div>
</div>
</div>
<div class="col p-5">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Profesional</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$1500<small class="text-muted fw-light">/USD</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>House Smart basic</li>
<li>custom instalation</li>
<li>IOT</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-primary">Contact Us</button>
</div>
</div>
</div>
</div>
<!-- this part begin the footer -->
<div class="container-fluid">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted">© 2022 Company, Inc</p>
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
<img src="asset/img/logoqira.svg" alt="" class="footer__logo">
</a>
<ul class="nav col-md-4 justify-content-end">
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">Features</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">Pricing</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">About</a></li>
</ul>
</footer>
</div>|
</body>
</html>