-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
63 lines (63 loc) · 2.38 KB
/
contact.html
File metadata and controls
63 lines (63 loc) · 2.38 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
<!doctype html>
<html>
<head>
<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=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Lato:ital,wght@1,300&family=Roboto&display=swap"
rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="shortcut icon" href="asset/img/byclex32.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=.9, maximum-scale=1">
<title>Runran-Bike food delivery</title>
</head>
<body>
<!--header content ⇓ -->
<div class="header">
<div class="container">
<a href="index.html"><img src="asset/img/logo.svg" alt="logo Runran" class="header__logo"></img></a>
<ul>
<li><a href="https://github.com/antonionce" target="_blank">Github</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<!--jumbotron content ⇓ -->
<div class="jumbotron">
<div class="container">
<h2>We are ready to serve you. <span>food delivery service.</span><br>
</h2>
</div>
</div>
<div class="banner">
<div class="container">
<h2>Our philosophy.</h2>
<p>Make food delivery service fast and sustainable.</p>
</div>
</div>
<div class="container">
<h2 class="container__blue__title">Does your restaurant need food delivery service?</h2>
</div>
<!--contact form ⇓ -->
<div class="container--contact">
<div class="container--contact__form">
<h4>please send your message 👋</h4>
<input class="container--contact__controls" type="email" name="email" placeholder="E-mail">
<input class="container--contact__controls" type="text" name="text" placeholder="Name"><br>
<textarea class="container--contact__controls" rows="5" cols="50" placeholder="Your message..."></textarea>
<input class="container--contact__button" type="submit" value="Enviar">
</div>
</div>
<!--area the footer ⇓ -->
<div class="footer">
<h3>Thanks for watching.</h3>
<p>1000 7th Avenue</p>
<p>Mexixo, DF</p>
<p>(484) 192 - 8372</p>
</div>
</body>
</html>