-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMain.html
More file actions
185 lines (166 loc) · 6.79 KB
/
Copy pathMain.html
File metadata and controls
185 lines (166 loc) · 6.79 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
<!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>DropShop</title>
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
<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=Aboreto&family=Montserrat+Subrayada:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous"
referrerpolicy="no-referrer" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css'>
<!-- Box Icons -->
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<!-- Link To CSS -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Navbar -->
<header>
<h1 class="drop-shop animate-character" style="
margin-bottom: 0px;
">DROPSHOP
<i class="fa-solid fa-cart-shopping"></i></h1>
<h4>X</h4>
<img src="https://vtop.vitbhopal.ac.in/vtop/assets/img/vitlogo.png" height ="70px"
width="150px">
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="index.php">Order</a></li>
<li><a href="#contact">Contact</a></li>
<a href="login.php" class="btn">LOGIN</a>
</ul>
</header>
<!-- Home Section-->
<section class="home" id="home">
<div class="home-text">
<img src="https://i.ibb.co/V9mdvJh/shopping-bg.jpg"
alt="shopping-bg">
<div class="on_img-text">
<h2>The One Stop Shop For All Your Ordering Needs </h2>
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="about-img">
<img src="https://cdn.pixabay.com/photo/2017/12/09/08/18/pizza-3007395__480.jpg" alt="">
</div>
<div class="about-text">
<span>About Us</span>
<h2>We Make Getting What You Want<br>A Lot More Easier </h2>
<p>All the stores present in the campus are united under this one domain,
<br />whatever you want is now at your fingertips</p>
<a href="#" class="btn">Learn More</a>
</div>
</section>
<!-- Menu -->
<section class="menu" id="menu">
<div class="heading">
<span>Menu</span>
<h2>Tasty menu of the week</h2>
</div>
<div class="menu-container">
<!-- Box 1 -->
<div class="box">
<div class="box-img">
<a href="https://ibb.co/X3s2jJ7">
<img src="https://i.ibb.co/Sdns5vt/aloo-parantha.jpg"
alt="aloo-parantha"></a>
</div>
<h2>Aloo Parantha</h2>
<span>₹55.00</span>
<i class='bx bx-cart-alt'></i>
</div>
<!-- Box 2 -->
<div class="box">
<div class="box-img">
<img src="https://i.ibb.co/9WCCjH6/cold-coffee.jpg" alt="cold-coffee" border="0">
</div>
<h2>Cold Coffee</h2>
<span>₹45.00/Small, ₹90.00/Large</span>
<i class='bx bx-cart-alt'></i>
</div>
<!-- Box 3 -->
<div class="box">
<div class="box-img">
<img src="https://i.ibb.co/8sfbRph/grilled-veggie-wraps-8.jpg" alt="grilled-veggie-wraps-8" border="0">
</div>
<h2>Veg Wrap</h2>
<span>₹75.00</span>
<i class='bx bx-cart-alt'></i>
</div>
<!-- Box 4-->
<div class="box">
<div class="box-img">
<img src="https://i.ibb.co/HpXGFr1/Paneer-Tikka-Sandwich-Insta-02.webp" alt="Paneer-Tikka-Sandwich-Insta-02" border="0">
</div>
<h2>Paneer Tikka Sandwich</h2>
<span>₹90.00</span>
<i class="bx bx-cart-alt"></i>
</div>
<!--Box 5-->
<div class="box">
<div class="box-img">
<img src="https://i.ibb.co/3TbqF36/schezwan-noodles-recipe-2-1.webp" alt="schezwan-noodles-recipe-2-1" border="0">
</div>
<h2>Schezwan Fried Noodles</h2>
<span>₹105.00</span>
<i class='bx bx-cart-alt'></i>
</div>
</div>
</div>
</section>
<!-- Connect -->
<section class="connect">
<div class="connect-text">
<span>Let's Talk</span>
<h2>Connect now</h2>
</div>
<a href="#" class="btn">Contact Us</a>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="contact-box">
<h3>DropShop</h3>
<span>Connect With Us</span>
<div class="social">
<a href="#"><i class='bx bxl-facebook' ></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
</div>
</div>
<div class="contact-box">
<h3>Menu Links</h3>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#menu">Menu</a></li>
<li><a href="#contact">Contact</a></li>
</div>
<div class="contact-box address">
<h3>Contact</h3>
<i class='bx bxs-map' ><span>VIT-Bhopal University, Kothri, Sehore, 466114</span></i>
<i class='bx bxs-phone' ><span>+91 1234567890</span></i>
<i class='bx bxs-envelope' ><span>DropShop@email.com</span></i>
</div>
</section>
<!-- Copyright -->
<div class="copyright">
<p>© DropShop</p>
</div>
<!-- Scroll Reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Link To JavaScript -->
<script src="scripts.js"></script>
</body>
</html>