-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
229 lines (222 loc) · 8.9 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
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="style.css" />
<title>Design Studio</title>
</head>
<body>
<header class="header">
<nav>
<div class="nav__logo"><a href="#"><img src="ds-removebg-preview.png"></a></div>
<ul class="nav__links" id="nav-links">
<li class="link"><a href="#home">Home</a></li>
<li class="link"><a href="#choose">About</a></li>
<li class="link"><a href="#craft">Products</a></li>
<li class="link"><a href="#blog">Contact Us</a></li>
</ul>
<div class="nav__menu__btn" id="menu-btn">
<span><i class="ri-menu-line"></i></span>
</div>
<div class="nav__actions">
<span><i class="ri-search-fill"></i></span>
<span><i class="ri-user-fill"></i></span>
</div>
</nav>
<div class="section__container header__container" id="home">
<h1>Make Your College Life More Memorable and fun</h1>
<p>
Surround yourself with good that match your vibes and make you more chillax.
</p>
<form action="/">
<input type="text" placeholder="eg. stickers" />
<button><i class="ri-search-line"></i></button>
</form>
<a href="#choose"><i class="ri-arrow-down-double-line"></i></a>
</div>
</header>
<section class="section__container choose__container" id="choose">
<img class="choose__bg" src="Untitled_design__2_-removebg-preview.png" alt="bg" />
<div class="choose__content">
<h2 class="section__header">Why Choose Us</h2>
<p class="section__subheader">
Experience Unmatched Creativity and Expertise in Design.
Discover Why We're the Right Choice for You.
</p>
<div class="choose__grid">
<div class="choose__card">
<span><i class="ri-truck-line"></i></span>
<h4>Fast & Free Shipping</h4>
<p>
Elevate your Surrounding design with our Fast & Free Shipping service
without delay
</p>
</div>
<div class="choose__card">
<span><i class="ri-shopping-bag-3-line"></i></span>
<h4>Easy to Shop</h4>
<p>
Discover Effortless Elegance: Explore Our Easy-to-Shop Solutions
</p>
</div>
<div class="choose__card">
<span><i class="ri-customer-service-2-line"></i></span>
<h4>24/7 Support</h4>
<p>
Experience peace of mind knowing that our dedicated team is
available round the clock
</p>
</div>
<div class="choose__card">
<span><i class="ri-loop-right-line"></i></span>
<h4>Hassle Free Returns</h4>
<p>
We believe in the perfect vibe match, and if it doesn't quite fit, we
make returning items a breeze
</p>
</div>
</div>
</div>
<div class="choose__image">
<img src="choose.jpg" alt="choose" />
</div>
</section>
<section class="offer__container" id="offer">
<div class="offer__grid__top">
<img src="offer45.jpg" alt="offer" />
<img src="offer47.jpg" alt="offer" />
<img src="offer.jpg" alt="offer" />
<div class="offer__content">
<h2 class="section__header">Funky College stuff</h2>
<p class="section__subheader">
Explore exclusive deals to find the products that match your vibe
</p>
<button class="btn">Explore Now</button>
</div>
</div>
</section>
<section class="section__container craft__container" id="craft">
<div class="craft__content">
<h2 class="section__header">Crafted with excellent material</h2>
<p class="section__subheader">
From T-shirts to book covers, from stickers to posters, all the cool college stuff can be found here.
</p>
<button class="btn">Explore</button>
</div>
<div class="craft__image">
<div class="craft__image__content">
<img src="DEsign_love-removebg-preview.png" alt="craft" />
<p>Creative Tshirts</p>
<h4>Rs 500/-</h4>
</div>
<a href="#"><i class="ri-add-line"></i></a>
</div>
<div class="craft__image">
<div class="craft__image__content">
<img src="DEsign love (2).png" alt="craft" />
<p>Cool Posters</p>
<h4>Rs 20/-</h4>
</div>
<a href="#"><i class="ri-add-line"></i></a>
</div>
<div class="craft__image">
<div class="craft__image__content">
<img src="DEsign love (3).png" alt="craft" />
<p>Book Covers</p>
<h4>Rs 350 /-</h4>
</div>
<a href="#"><i class="ri-add-line"></i></a>
</div>
</section>
<section class="section__container modern__container" id="modern">
<div class="modern__image">
<img src="Untitled_design__2_-removebg-preview.png" alt="bg" class="modern__bg" />
<img src="DEsign love (4).png" alt="modern" class="modern__img-1" />
<img src="DEsign love (5).png" alt="modern" class="modern__img-2" />
<img src="DEsign love (6).png" alt="modern" class="modern__img-3" />
</div>
<div class="modern__content">
<h2 class="section__header">
We add more fun to your college life
</h2>
<p class="section__subheader">
Transform Your living at IIT R with Our Contemporary Design Expertise:
Let us help you in making your life here a bit more interesting.
</p>
<div class="modern__grid">
<div class="modern__card">
<span><i class="ri-checkbox-blank-circle-line"></i></span>
<p>
Our team specializes in creating customized designs that
embrace modern aesthetics.
</p>
</div>
<div class="modern__card">
<span><i class="ri-checkbox-blank-circle-line"></i></span>
<p>
We stay at the forefront of design trends, ensuring your product is
stylish and innovative.
</p>
</div>
<div class="modern__card">
<span><i class="ri-checkbox-blank-circle-line"></i></span>
<p>
Modern design isn't just about aesthetics; it's about
functionality and comfort too.
</p>
</div>
<div class="modern__card">
<span><i class="ri-checkbox-blank-circle-line"></i></span>
<p>
We take care of all aspects of the design process, from concept to
procurement and installation.
</p>
</div>
</div>
<button class="btn">Join Us</button>
</div>
</section>
<section class="section__container_blog_container" id="blog">
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__content">
<h4>SUBSCRIBE TO GET THE LATEST NEWS ABOUT US</h4>
<p>
We recommend you to subscribe to our newspaper. Enter your email to
get our daily updates about us
</p>
</div>
<div class="footer__form">
<form action="/">
<input type="text" placeholder="Enter your email" />
<button>Subscribe</button>
</form>
</div>
</div>
<div class="section__container footer__bar">
<div class="footer__logo">
<h4><a href="#">Design Studio</a></h4>
<p>Copyright © 2024 Design Studio. All rights reserved.</p>
</div>
<ul class="footer__nav">
<li class="footer__link"><a href="https://www.instagram.com/ds_iitr/">Join on Instagram</a></li>
<li class="footer__link"><a href="https://tr.ee/Bma9V_yTvh">Join on Whatsapp</a></li>
<li class="footer__link"><a href="https://tr.ee/nKq_LVd6JQ">Projects</a></li>
</ul>
</div>
</footer>
</section>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>