-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (182 loc) · 7.83 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
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<title>Landing Page</title>
</head>
<body>
<!-- header -->
<header>
<nav class="nav">
<a href="#" class="nav-logo">
<i class='bx bxs-cloud'></i>
<h3>Cloudice.</h3>
</a>
<div class="nav-links">
<ul class="nav-list">
<li><a href="#home" class="nav-link">Overview</a></li>
<li><a href="#features" class="nav-link">Features</a></li>
<li><a href="#forum" class="nav-link">Forums</a></li>
<li>
<a href="#plans" class="nav-link get-started">
<p>Get Started</p>
<i class='bx bx-up-arrow-alt'></i>
</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- main -->
<main>
<!-- home -->
<div class="home" id="home">
<div class="left-section">
<div class="left-section-container">
<h4 class="subtitle">Secure cloud platform</h4>
<h1 class="title">
Manage your cloud files with Cloudice.
</h1>
<p class="title-description">
The most essential productivity tool. Store. Share. Work.
</p>
<div class="title-buttons">
<button class="left-button">Get Started <i class='bx bx-up-arrow-alt left-arrow'></i></button>
<button class="right-button">Compare plans</button>
</div>
</div>
</div>
<div class="scroll-down">
<a href="#footer">Scroll Down <i class='bx bx-chevron-down'></i></a>
</div>
<div class="right-section">
<img class="right-section-img" src="./RRRR.jpeg" alt="">
</div>
</div>
<!-- features -->
<div class="features" id="features">
<h1 class="title title-features">Cloudice offers you the best features <span class="feature-span">that
you'll even need</span>
</h1>
<div class="feature-container">
<div class="f-container-one">
<div class="right-side">
<h1>Collaborating on work shouldn't be this hard.</h1>
<p>
No real problem is solved by one person. tackle tough stuff across your organization by
bringing
the right people and the right data together.
</p>
<a href=""> learn more </a>
</div>
<img src="./STK-20200905-WA0064.webp" alt="memoji">
</div>
<div class="f-container-two">
<img src="./Multi_Device.png" alt="info">
<h1>Multi Device</h1>
<p>
Access the whole family of apps adapted for all your devices to suit all your needs.
</p>
<a href="#">Donwload apps</a>
</div>
<div class="f-container-three">
<img src="./advanced-data.png" alt="info">
<h1>Data Protection</h1>
<p>
Unlike other competitors, our business model is not based on ads, but on you.
</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
<!-- forums -->
<div class="forum" id="forum">
<h1>Choose your plan</h1>
<div class="toggle">
<p class="sub-head">Monthly</p>
<div class="container">
<label class="switch"><input type="checkbox" />
<div></div>
</label>
</div>
<p class="sub-head">Yearly</p>
</div>
<div class="cards">
<div class="card-one">
<div>
<h1>Free</h1>
<p class="sub-head">Send files once in a while</p>
<p class="sub-points"><i class='bx bx-check'></i>Send up to 2 GB</p>
<p class="sub-points"><i class='bx bx-check'></i>No need to verify transfers</p>
</div>
<div class="price-container">
<h1 class="price">€ 0</h1>
<p class="sub-points">Per person</p>
<a href="#">Get Started</a>
</div>
</div>
<div class="card-two">
<div>
<h1>Pro</h1>
<p class="sub-head">Send really big files regularly</p>
<p class="sub-points"><i class='bx bx-check'></i>Encrypted file storage</p>
<p class="sub-points"><i class='bx bx-check'></i>Access your files from any device</p>
<p class="sub-points"><i class='bx bx-check'></i>Get access to all our services</p>
</div>
<div class="price-container">
<h1 class="price">€ 3.62</h1>
<p class="sub-points">Per person, billed monthly</p>
<a href="#">Buy 200 GB</a>
</div>
</div>
<div class="card-three">
<div class="info-container">
<h1>Premium</h1>
<p class="sub-head">Send really big files regularly</p>
<p class="sub-points"><i class='bx bx-check'></i>Encrypted file storage</p>
<p class="sub-points"><i class='bx bx-check'></i>Access your files from any device</p>
<p class="sub-points"><i class='bx bx-check'></i>Get access to all our services</p>
</div>
<div class="price-container">
<h1 class="price">€ 8.99</h1>
<p class="sub-points">Per person, billed monthly</p>
<a href="#">Buy 2 TB</a>
</div>
</div>
</div>
</div>
</main>
<!-- footer -->
<footer>
<div class="scroll-up">
<a href="#home">Scroll Up<i class='bx bx-chevron-up'></i></a>
</div>
<div class="footer" id="footer">
<h1>Start organizing your work with us</h1>
<a href="#plans" class="get-started">
<p>Get Started</p>
<i class='bx bx-up-arrow-alt'></i>
</a>
<p class="credits">© Cloudice 2023 - Developed by Shubham.</p>
</div>
<div class="footer-nav">
<a href="" class="nav-logo footer-logo">
<i class='bx bxs-cloud footer-cloud'></i>
<h3>Cloudice.</h3>
</a>
<div class="nav-links">
<ul class="nav-list">
<li><a href="#home" class="nav-link">Overview</a></li>
<li><a href="#features" class="nav-link">Features</a></li>
<li><a href="#forum" class="nav-link">Forums</a></li>
<li>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>