-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (200 loc) · 13.5 KB
/
index.html
File metadata and controls
225 lines (200 loc) · 13.5 KB
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
<!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>CSS Project</title>
<link rel="stylesheet" href="./index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Exo+2&family=Josefin+Sans&family=Quicksand&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
</head>
<body>
<header>
<nav class="main-nav" >
<section class="nav-sect" id="sect-1">
<div id="logo-cont">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-laptop" viewBox="0 0 16 16">
<path d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>
</svg>
</div>
<div class="logo-text">
<div>CSS</div>
</div>
<div id="navIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg>
</div>
</section>
<section class="nav-sect icon-deactive" id="sect-2">
<ul id="nav-list">
<li class="list-text"> Home</li>
<li class="list-text"> Studies</li>
<li class="list-text"> Pages</li>
<li class="list-text"> News</li>
<li class="list-text">Shop</li>
<li id="btn-start" >
<div class="str-btn">
<button>Get Started</button>
</div>
<div id="cart">
<a class="cart-icon" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
</a>
</div>
</li>
</ul>
</section>
</nav>
<div class="hero">
<div class="hero-bg">
<h2>Smart, secure, and simply amazing.</h2>
<p>Special 50% volume purchase discount on Niche for all eligible education institutions</p>
</div>
<button class="btn-hero">Start 15 day trial</button>
</header>
<main>
<div class="gal-head animate">
<h1>Simple yet Powerful</h1>
</div>
<section class="menu-cont">
<div class="menu-list animate">
<div class="menu-item" id="menu-item-1">
<svg xmlns="http://www.w3.org/2000/svg" width="10vw" height="10vw" fill="currentColor" class="bi bi-balloon" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 9.984C10.403 9.506 12 7.48 12 5a4 4 0 0 0-8 0c0 2.48 1.597 4.506 4 4.984ZM13 5c0 2.837-1.789 5.227-4.52 5.901l.244.487a.25.25 0 1 1-.448.224l-.008-.017c.008.11.02.202.037.29.054.27.161.488.419 1.003.288.578.235 1.15.076 1.629-.157.469-.422.867-.588 1.115l-.004.007a.25.25 0 1 1-.416-.278c.168-.252.4-.6.533-1.003.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3.177 3.177 0 0 1-.052-.45l-.04.08a.25.25 0 1 1-.447-.224l.244-.487C4.789 10.227 3 7.837 3 5a5 5 0 0 1 10 0Zm-6.938-.495a2.003 2.003 0 0 1 1.443-1.443C7.773 2.994 8 2.776 8 2.5c0-.276-.226-.504-.498-.459a3.003 3.003 0 0 0-2.46 2.461c-.046.272.182.498.458.498s.494-.227.562-.495Z"/>
</svg>
<h3>Speedup</h3>
</div>
<div class="menu-item"id="menu-item-2">
<svg xmlns="http://www.w3.org/2000/svg" width="10vw" height="10vw" fill="currentColor" class="bi bi-boxes" viewBox="0 0 16 16">
<path d="M7.752.066a.5.5 0 0 1 .496 0l3.75 2.143a.5.5 0 0 1 .252.434v3.995l3.498 2A.5.5 0 0 1 16 9.07v4.286a.5.5 0 0 1-.252.434l-3.75 2.143a.5.5 0 0 1-.496 0l-3.502-2-3.502 2.001a.5.5 0 0 1-.496 0l-3.75-2.143A.5.5 0 0 1 0 13.357V9.071a.5.5 0 0 1 .252-.434L3.75 6.638V2.643a.5.5 0 0 1 .252-.434L7.752.066ZM4.25 7.504 1.508 9.071l2.742 1.567 2.742-1.567L4.25 7.504ZM7.5 9.933l-2.75 1.571v3.134l2.75-1.571V9.933Zm1 3.134 2.75 1.571v-3.134L8.5 9.933v3.134Zm.508-3.996 2.742 1.567 2.742-1.567-2.742-1.567-2.742 1.567Zm2.242-2.433V3.504L8.5 5.076V8.21l2.75-1.572ZM7.5 8.21V5.076L4.75 3.504v3.134L7.5 8.21ZM5.258 2.643 8 4.21l2.742-1.567L8 1.076 5.258 2.643ZM15 9.933l-2.75 1.571v3.134L15 13.067V9.933ZM3.75 14.638v-3.134L1 9.933v3.134l2.75 1.571Z"/>
</svg>
<h3>Cleanup</h3>
</div>
<div class="menu-item"id="menu-item-3">
<svg xmlns="http://www.w3.org/2000/svg" width="10vw" height="10vw" fill="currentColor" class="bi bi-dribbble" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.408 0 8-3.584 8-8s-3.592-8-8-8zm5.284 3.688a6.802 6.802 0 0 1 1.545 4.251c-.226-.043-2.482-.503-4.755-.217-.052-.112-.096-.234-.148-.355-.139-.33-.295-.668-.451-.99 2.516-1.023 3.662-2.498 3.81-2.69zM8 1.18c1.735 0 3.323.65 4.53 1.718-.122.174-1.155 1.553-3.584 2.464-1.12-2.056-2.36-3.74-2.551-4A6.95 6.95 0 0 1 8 1.18zm-2.907.642A43.123 43.123 0 0 1 7.627 5.77c-3.193.85-6.013.833-6.317.833a6.865 6.865 0 0 1 3.783-4.78zM1.163 8.01V7.8c.295.01 3.61.053 7.02-.971.199.381.381.772.555 1.162l-.27.078c-3.522 1.137-5.396 4.243-5.553 4.504a6.817 6.817 0 0 1-1.752-4.564zM8 14.837a6.785 6.785 0 0 1-4.19-1.44c.12-.252 1.509-2.924 5.361-4.269.018-.009.026-.009.044-.017a28.246 28.246 0 0 1 1.457 5.18A6.722 6.722 0 0 1 8 14.837zm3.81-1.171c-.07-.417-.435-2.412-1.328-4.868 2.143-.338 4.017.217 4.251.295a6.774 6.774 0 0 1-2.924 4.573z"/>
</svg>
<h3>App lock</h3>
</div>
<div class="menu-item"id="menu-item-4">
<svg xmlns="http://www.w3.org/2000/svg" width="10vw" height="10vw" fill="currentColor" class="bi bi-inboxes" viewBox="0 0 16 16">
<path d="M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438L14.933 6zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0H1.066z"/>
</svg>
<h3>Application</h3>
</div>
</div>
<button class="btn-menu btn-menu-1 animate">
Learn more →
</button>
</section>
<div class="gal-head">
<h1>Get special offers on the things you love</h1>
</div>
<section id="sec-gal">
<div class="gallery-cont">
<div class="gallery-item">
<div class="gallery-img">
<img src="https://images.unsplash.com/photo-1576106671236-0cb9f26137cd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=327&q=80" alt="" class="wall-img">
</div>
<div class="gallery-text animate">
<h2>special offers on the things you love</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci dolorem officiis, numquam praesentium magnam, voluptatum vitae doloribus fugiat sed quod veritatis dicta ex? Maiores magnam architecto sint voluptatem, at quas.</p>
</div>
</div>
<div class="gallery-item animate">
<div class="gallery-img">
<img src="https://images.unsplash.com/photo-1611157817797-ed7184b2a12d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80" alt="" class="wall-img">
</div>
<div class="gallery-text animate">
<h2>special offers on the things you love</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci dolorem officiis, numquam praesentium magnam, voluptatum vitae doloribus fugiat sed quod veritatis dicta ex? Maiores magnam architecto sint voluptatem, at quas.</p>
</div>
</div>
<div class="gallery-item animate">
<div class="gallery-img">
<img src="https://plus.unsplash.com/premium_photo-1666805690344-7a03260a90a8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80" alt="" class="wall-img">
</div>
<div class="gallery-text animate">
<h2>special offers on the things you love</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci dolorem officiis, numquam praesentium magnam, voluptatum vitae doloribus fugiat sed quod veritatis dicta ex? Maiores magnam architecto sint voluptatem, at quas.</p>
</div>
</div>
<div class="gallery-item animate">
<div class="gallery-img">
<img src="https://images.unsplash.com/photo-1632739867170-41aeb7069615?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=327&q=80" alt="" class="wall-img">
</div>
<div class="gallery-text animate">
<h2>special offers on the things you love</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci dolorem officiis, numquam praesentium magnam, voluptatum vitae doloribus fugiat sed quod veritatis dicta ex? Maiores magnam architecto sint voluptatem, at quas.</p>
</div>
</div>
</section>
<section>
<div class="question-cont">
<div class="question-text">
<h1>What do you need to know?</h1>
<p>Whether you're stumped on geometry or SAT practice, there’s no question too big or too small for niche</p>
</div>
<div class="question-btn">
<button class="btn-menu">Ask question</button>
</div>
</div>
</section>
</main>
<footer>
<div class="info-cont">
<h2>CSS Project</h2>
<p>Contact me:</p>
<p>ajayrobin10@gmail.com</p>
<a href="https://github.com/ajayrobin1">Git hub</a>
<a href="https://www.linkedin.com/in/ajay-robin-1b4218221/">Linked in</a>
</div>
<div class="foot-cont">
<div class="foot-item">
<ul>
<li><h2>Features</h2></li>
<li>Our Story</li>
<li>Invoice Software</li>
<li>Time Tracking</li>
<li>Blog</li>
<li>Careers</li>
<li>Contact Us</li>
</ul>
</div>
<div class="foot-item">
<ul>
<li><h2>About Us</h2></li>
<li>Our Story</li>
<li>Invoice Software</li>
<li>Time Tracking</li>
<li>Blog</li>
<li>Careers</li>
<li>Contact Us</li>
</ul>
</div>
<div class="foot-item">
<ul>
<li><h2>Helpful link</h2></li>
<li>Our Story</li>
<li>Invoice Software</li>
<li>Time Tracking</li>
<li>Blog</li>
<li>Careers</li>
<li>Contact Us</li>
</ul>
</div>
</div>
<hr>
©2022 developed by Ajay Robin
</footer>
<script src="index.js" ></script>
</body>
</html>