-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (196 loc) · 6.56 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
<!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" />
<title>Document</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/normalize.css" />
</head>
<body>
<header>
<nav class="nav__top">
<ul class="list nav__list fixed__nav">
<li class="nav__item">
<a class="social" href="#"
><img class="social" src="icons/Linkedin-icon.svg" alt="Linkedin"
/></a>
</li>
<li class="nav__item">
<a href="#"
><img class="social" src="icons/twitter.svg" alt="twitter"
/></a>
</li>
<li class="nav__item"><a href="#">English</a></li>
<li class="nav__item"><a href="#">My Page</a></li>
<li class="nav__item"><a href="#">Logout</a></li>
</ul>
</nav>
<nav class="nav collapsible">
<a class="logo" href="#"
><img class="logo__img" src="images/cloud.png" alt="logo"
/></a>
<ul class="list nav__list collapsible__content">
<li class="nav__item about">
<a href="about.html" target="blank">About</a>
</li>
<li class="nav__item"><a href="#">Hosting</a></li>
<li class="nav__item"><a href="#">VPS</a></li>
<li class="nav__item"><a href="#">Domin</a></li>
<li class="nav__item"><a href="#">Pricing</a></li>
<li class="nav__item offer"><a href="#">Offers</a></li>
</ul>
<div class="hamburger tap">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="nav-menu tap">
<li class="nav-item about">
<a href="about.html" target="blank">About</a>
</li>
<li class="nav-item"><a href="#">Hosting</a></li>
<li class="nav-item"><a href="#">VPS</a></li>
<li class="nav-item"><a href="#">Domin</a></li>
<li class="nav-item"><a href="#">Pricing</a></li>
</ul>
</nav>
</header>
<!-- ######### Hero Section ######## -->
<section class="hero">
<div>
<q>Hello!</q>
<h1>
Cloud Hosting<br />
for Pros
</h1>
<p class="hero__paragraph01">
Businesses grow faster when developers can build on the simple,
affordable cloud they love
</p>
<h2>See what you can save</h2>
<p class="hero__paragraph02">
Monthly caps and flat pricing mean your bill is never a surprise.
</p>
</div>
</section>
<!-- ######### Cards Section ######## -->
<section class="cards__section">
<div class="main__program">
<h2>Main Program</h2>
<img class="indicator" src="images/indicator.svg" alt="indicator" />
</div>
<div class="card__body grid grid--5x1">
<div class="card__item">
<img src="icons/growth.svg" alt="Card icon" />
<h3>Growth</h3>
<p>
Build scalable, high-performance apps using our MongoDB cloud
service
</p>
</div>
<div class="card__item">
<img src="icons/easy.svg" alt="Card icon" />
<h3>Caching</h3>
<p>
An optimal caching configuration ensures your page loads so fast
it's scary.
</p>
</div>
<div class="card__item">
<img src="icons/computer.svg" alt="Card icon" />
<h3>Dashboard</h3>
<p>
Track your website's performance & keep an eye on all the metrics
that matter most.
</p>
</div>
<div class="card__item">
<img src="icons/settings.svg" alt="Card icon" />
<h3>Manage</h3>
<p>
Get a spike in traffic? Bump up your resources on the fly. You'll
have total control.
</p>
</div>
<div class="card__item">
<img src="icons/snap.svg" alt="Card icon" />
<h3>Mirroring</h3>
<p>
We automatically make three copies of your data to ensure safety &
redundancy.
</p>
</div>
</div>
<div class="">
<a class="links" href="#">See Our Service</a>
<button type="button" class="btn btn--secondary">Join to Us</button>
</div>
</section>
<!-- ############## Owners Section #################### -->
<section class="owner__section">
<div class="owner__header">
<h2>Our Owners</h2>
<img class="indicator" src="images/indicator.svg" alt="indicator" />
</div>
<div class="owner__content grid grid--2x3">
<!--############## Js generating template #################-->
</div>
</section>
<!--############## Partner Section #################-->
<section class="partner">
<h3>Our Partner</h3>
<div class="owner__header">
<img class="indicator" src="images/indicator.svg" alt="indicator" />
</div>
<ul class="list partner__list">
<li class="partner__item">
<img
src="https://pluspng.com/img-png/airbnb-logo-png-open-2000.png"
alt="Airbnb Logo PNG"
/>
</li>
<li class="partner__item">
<img
src="https://pluspng.com/img-png/airbnb-logo-png-open-2000.png"
alt="Airbnb Logo PNG"
/>
</li>
<li class="partner__item">
<img
src="https://pluspng.com/img-png/airbnb-logo-png-open-2000.png"
alt="Airbnb Logo PNG"
/>
</li>
<li class="partner__item">
<img
src="https://pluspng.com/img-png/airbnb-logo-png-open-2000.png"
alt="Airbnb Logo PNG"
/>
</li>
<li class="partner__item">
<img
src="https://pluspng.com/img-png/airbnb-logo-png-open-2000.png"
alt="Airbnb Logo PNG"
/>
</li>
</ul>
</section>
<footer class="show">
<div class="footer">
<div>
<img class="footer__logo" src="images/cloud.png" alt="logo" />
</div>
<div class="footer__info">
<h2>Lorem ipsum dolor sit amet.</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facere
tempore voluptate sunt itaque odit quis.
</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>