-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (155 loc) · 8.32 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
<!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">
<link rel="icon" href="./Resources/images/download.png">
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="stylesheet" href="./assets/css/css/all.css">
<link rel="stylesheet" href="./assets/css/hamburger.css">
<link rel="stylesheet" href="./assets/css/pageAnimate.css">
<link rel="stylesheet" href="./assets/css/scroll.css">
<title>AASTU GEBETA</title>
</head>
<body>
<div class="whole">
<div class="container flex">
<div class="top">
<h2 class="title"> <a href="index.html" title="AASTU GEBETA"> AASTU GEBETA.</h2></a>
<div class="profileChoice">
<a href="./account/account.html" id="log" title="Login"> Login </a>
<div class="underline"></div>
<a href="./account/account.html" id="signn" title="Signup"> Sign Up </a>
<div class="underline2"></div>
</div>
</div>
</div>
<section class="slider">
<div class="reliable">
<p>Reliable Delivery to your door.</p>
<a href="./account/account.html"><button class="order" title="Order Now">Order Now</button></a>
</div>
</section>
</div>
<div class="wave">
<svg width="100%" height="630px" viewBox="0 0 1320 500">
<path d="M0,192 C220,100,440,100,660,192 C880,290,1100,290,1320,192 L1320 500 L0 500" id="Path" fill="white"></path>
</svg>
</div>
<section class="features" data-animation="zoomIn">
<h3 class="featureTitle"> <span class="our">Our</span> <span> Features</h3></span>
<div class="pictures" data-animation="zoomIn" data-animation-delay="300ms">
<div class="sectionOne">
<img src="./Resources/images/time.svg" alt="time logo" title="Time Logo" class="picOne" width="300px">
<p class="describeOne" >Save your priceless time</p>
</div>
<div class="sectionOne">
<img src="./Resources/images/payment.svg" alt="payment logo" title="Payment Logo" class="picTwo" width="300px">
<p class="describeOne" id="push">Secure Online Payment</p>
</div>
<div class="sectionOne">
<img src="./Resources/images/dasher1.svg" alt="dasher one logo" title="Dasher Logo" class="picThree" width="300px">
<p class="describeOne" id="pushTwo">Easy and Reliable Delivery</p>
</div>
</div>
</section>
<section class="features howit" data-animation="zoomIn" data-animation-delay="600ms">
<h3 class="featureTitle"> <span class="our">How it</span> <span> Works</h3></span>
<div class="pictures">
<div class="sectionOne" data-animation="slideInRight">
<img src="./Resources/images/browsegirl.svg" alt="girl svg" class="picOne" width="300px">
<p class="describeOne" id="pushThree">Browse for the food you want</p>
</div>
<div class="sectionOne" data-animation="slideInUp" data-animation-delay="300ms">
<img src="./Resources/images/locate.svg" alt="location logo" class="picTwo" width="300px">
<p class="describeOne" id="pushFour">Proivde your address</p>
</div>
<div class="sectionOne"data-animation="slideInUp" data-animation-delay="400ms">
<img src="./Resources/images/package.svg" alt="package logo" class="picThree"width="300px">
<p class="describeOne" id="pushFive">Get your delivery shortly</p>
</div>
</div>
</section>
<section class="workWith" data-animation="fadeIn">
<h3 class="featureTitle"> <span class="our">Work with</span> <span> Us</h3></span>
<div class="sectionOne">
<div class="workWithOne" data-animation="fadeIn" data-animation-delay="300ms">
<div class="pic">
<img src="./Resources/images/dasher.svg" alt="dasher logo" class="deliver" width="300px">
</div>
<div class="picOne-second-half ONE">
<h4 class="becomeDasher one">Become a Dasher</h4>
<p class="dasherDescribe one">As a delivery person, you will make reliable money working anytime, anywhere</p>
<button class="btn"><a href="Dasher.html">Start Earning<i class="fas fa-arrow-alt-circle-right"></i></a></button>
</div>
</div>
<div class="workWithOne" data-animation="fadeIn" data-animation-delay="400ms">
<div class="pic">
<img src="./Resources/images/partner.svg" ondragstart=false alt="Partner logo" class="partner" width="300px">
</div>
<div class="picOne-second-half TWO" data-animation="fadeIn" data-animation-delay="600ms">
<h4 class="becomeDasher">Become a Partner</h4>
<p class="dasherDescribe"> Grow your business and reach new customers by partnering with us</p>
<button class="btn"> <a href="partner.html">Sign up your store<i class="fas fa-arrow-alt-circle-right"></i></a></button>
</div>
</div>
</div>
</section>
<section class="aboutUs" id = "aboutt">
<h3 class="featureTitle about"> <span class="our">About</span> <span> Us</h3></span>
<p class="aboutDescribe">AASTU GEBETA is a food ordering and delivery service provider,established to fullfill the needs of students in Addis Ababa Science and Technology University.
Powered by AASTU software engineering students.
</p>
</section>
<footer>
<div class="wrapper">
<div class="address">
<div class="locate">
<h4 id="location"><i class="fas fa-search-location"></i>Location</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3941.940440016215!2d38.80758761410425!3d8.885129893673739!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x164b82a7e392203f%3A0xb05f440eacc98f9f!2zQWRkaXMgQWJhYmEgU2NpZW5jZSBhbmQgVGVjaG5vbG9neSBVbml2ZXJzaXR5IC0g4Yqg4Yuy4Yi1IOGKoOGJoOGJoyDhiLPhi63hipXhiLXhipMg4Ym04Yqt4YqW4YiO4YyCIOGLqeGKkuGJqOGIreGIsuGJsg!5e0!3m2!1sen!2set!4v1642398103930!5m2!1sen!2set" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="getinfo">
<h4 id="info"><i class="fas fa-people-arrows"></i>Get to Know Us</h4>
<ul class="know">
<a href="http://"> <li>Employees</li> </a>
<a href="http://"> <li>Investors</li> </a>
<a href="http://"> <li>Developers</li> </a>
</ul>
</div>
</div>
<div class="email">
<div class="userinputs">
<input type="text" placeholder="Your Name" name="" id="NameSend">
<input type="email" name="" placeholder="Your Email" id="EmailSend">
</div>
<textarea name="" id="" cols="50" placeholder="Write Your Comment" rows="10"></textarea>
<input type="submit" value="Send Email" onclick="sendMail();return false" id="myText" class="btn">
</div>
<div class="termSocial">
<div class="social">
<img src="./Resources/images/facebook-new.png" alt="facebook logo" id="fb" width =30px>
<img src="./Resources/images/twitter new.png" alt="twitter logo" id="twitter" width= 30px>
<img src="./Resources/images/instagram-new.png" alt="instagram logo" id="insta" width= 30px>
<img src="./Resources/images/telegram-app--v1.png" alt="telegram logo" id="tg" width= 30px>
</div>
<div class="term">
<div class="items">
<p> Term and Privacy Policy </p>
<p> © 2021 AASTU GEBETA </p>
</div>
</div>
</div>
<div id="google_translate_element" class="Language"></div>
<div class="backToTop">
<a href="#"> <i class="fas fa-arrow-alt-circle-up"></i></a>
</div>
</div>
</footer>
</div>
<script src="./assets/js/navindex.js"></script>
<script src="./assets/js/scroll.js"></script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script src="./assets/js/translate.js"></script>
</body>
</html>