-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
195 lines (161 loc) · 5.68 KB
/
about.html
File metadata and controls
195 lines (161 loc) · 5.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - InstaGrab</title>
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="about.css">
</head>
<body>
<header>
<div class="container">
<nav>
<a href="index.html" class="logo">InstaGrab</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<div class="nav-buttons">
<button id="theme-toggle" class="theme-toggle">🌓</button>
<a href="login.html" class="btn btn-secondary">Login</a>
<a href="signup.html" class="btn btn-primary">Sign Up</a>
</div>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>About InstaGrab</h1>
<p>Connecting hungry people with delicious food, fast.</p>
</div>
</section>
<section>
<div class="container">
<h2>Our Story</h2>
<div class="story-grid">
<div class="story-content">
<p style="margin-bottom:1.5rem;">
InstaGrab began in 2023 with one goal: to make food delivery simple, fast, and affordable.
We teamed up with restaurants across the country to bring great meals straight to your door.
</p>
<p style="margin-bottom:1.5rem;">
Our team is made up of people who love food and technology.
Every day, we're working to improve your experience and support our restaurant partners.
</p>
<p>
Today, InstaGrab serves millions of orders each month, delivering happiness with every meal.
</p>
</div>
<div class="team-image"><img src="team.png" alt="InstaGrab Team" width="600px" height="400px"></div>
</div>
</div>
</section>
<section class="alt">
<div class="container">
<h2>Our Values</h2>
<div class="values-grid grid-3">
<div class="card">
<div class="card-body">
<h3 class="card-title">Speed & Reliability</h3>
<p>We deliver fast and on time. Most orders arrive in 30 minutes or less.</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h3 class="card-title">Quality & Freshness</h3>
<p>We work only with restaurants that focus on great taste and fresh ingredients.</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h3 class="card-title">Customer First</h3>
<p>Your satisfaction matters to us. Our support team is available 24/7.</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2>Meet Our Team</h2>
<div class="team-grid grid-3">
<div class="card">
<div class="card-image"><img src="sarah.png" alt="Sarah Chen"></div>
<div class="card-body">
<h3 class="card-title">Sarah Chen</h3>
<p class="card-subtitle">CEO & Co-founder</p>
<p>Former VP at a major tech company with 10+ years in logistics.</p>
</div>
</div>
<div class="card">
<div class="card-image"><img src="marcus.png" alt="Marcus Rodriguez"></div>
<div class="card-body">
<h3 class="card-title">Marcus Rodriguez</h3>
<p class="card-subtitle">CTO & Co-founder</p>
<p>Full-stack engineer with expertise in large-scale systems.</p>
</div>
</div>
<div class="card">
<div class="card-image"><img src="emily.png" alt="Emily Williams"></div>
<div class="card-body">
<h3 class="card-title">Emily Williams</h3>
<p class="card-subtitle">COO</p>
<p>Operations expert with deep experience in supply chain management.</p>
</div>
</div>
</div>
</div>
</section>
<section class="alt">
<div class="container" style="text-align:center;">
<h2>Join the InstaGrab Community</h2>
<p style="margin-bottom:2rem;font-size:1.125rem;">
Start ordering your favorite food today.
</p>
<a href="login.html" class="btn btn-primary" style="padding:1rem 3rem;font-size:1.125rem;">
Get Started
</a>
</div>
</section>
<footer>
<div class="container">
<div class="footer-grid">
<div class="footer-section">
<h3>InstaGrab</h3>
<p>Your favorite food delivery app. Order now, eat happy.</p>
</div>
<div class="footer-section">
<h3>For Customers</h3>
<ul class="footer-links">
<li><a href="#">Browse Restaurants</a></li>
<li><a href="#">Track Orders</a></li>
<li><a href="#">Special Offers</a></li>
</ul>
</div>
<div class="footer-section">
<h3>For Restaurants</h3>
<ul class="footer-links">
<li><a href="#">Partner With Us</a></li>
<li><a href="#">Business Resources</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Company</h3>
<ul class="footer-links">
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 InstaGrab. All rights reserved.</p>
</div>
</div>
</footer>
<script src="theme.js"></script>
</body>
</html>