-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
137 lines (124 loc) · 5.86 KB
/
contact.html
File metadata and controls
137 lines (124 loc) · 5.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Java House DC: Contact</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="icon" type="image/png" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"> <!-- For IconS -->
<link href="https://fonts.googleapis.com/css?family=Alegreya|Bevan|Sanchez|Source+Sans+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/contact.css">
</head>
<body id="contactPage">
<!-- TOP Nav bar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="home.html"><image src="images/Java_housenewR.png"></a>
</div>
<div>
<button type="button" class="navbar-toggler ml-auto" data-toggle="collapse" data-target="#myNavbar" aria-controls="myNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav ml-auto">
<li class="pl-5"><a href="home.html">HOME</a></li>
<li class="pl-5"><a href="about.html">ABOUT</a></li>
<li class="pl-5"><a href="menu.html">MENU</a></li>
<li class="pl-5"><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<!-- Contact FORM code goes here -->
<div class="container">
<div class = "row">
<div class= "col">
<div class= "contact">
<p>Contact Us</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="containForm">
<div class="row" id="form">
<div class="form-group">
<input type="text" class="form-control" id="exampleInputname" aria-describedby="nameHelp" placeholder="Your Name">
</div>
</div>
<div class="row" id="form">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Email">
</div>
</div>
<div class = "row" id="form">
<div class="form-group">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="6" placeholder="Message"></textarea>
</div>
</div>
<div class = "row" id="form">
<div class="form-group">
<a href="thankyou.html"><input class="btn btn-primary" type="submit" value="Submit"></a>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<img class="img-fluid" src="images/JavaMarker.png" alt="Java House DC" />
<div class="card-body">
<p><i class="fas fa-map-marker-alt"></i>
1645 Q St NW</p><p>Washington, DC 20009</p>
<p id="tel"><i class="fas fa-phone"></i>
(202)387-6622</p>
<p id="week"><i class="fas fa-clock"></i>
Open 7 Days a week</p>
<p>7AM - 9PM EST</p>
<p id="letter"><i class="fas fa-envelope-open-text"></i>
contactus@JavaHouseDC.com</p>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<!-- FOOTER Nav Bar -->
<div class="navbar w-100 d-inline-block fixed-bottom">
<div class ="row justify-content-center ">
<h2><a href="menu.html" class="badge badge-pill badge-warning" id="btnOrder">Order Now</a></h2>
</div>
<!-- Footer -->
<!-- <button type="button" class="btn pmd-btn-fab btn-warning pmd-ripple-effect">Order Now</button> -->
<div class ="row justify-content-center">
<span id="socialmedia">
<a href="https://www.facebook.com/javahouseDC" target="_blank" data-toggle="tooltip" title="Visit us on Facebook">
<img src="images/icons/facebook.png"/></a>
<a href="https://instagram.com/javahouseDC" target="_blank" data-toggle="tooltip" title="Visit us on Instagram">
<img src="images/icons/instagram.png"/></a>
<a href="https://www.snapchat.com/" target="_blank" data-toggle="tooltip" title="Visit us on Snapchat">
<img src="images/icons/snapchat.png"/></a>
<a href="https://www.whatsapp.com/" target="_blank" data-toggle="tooltip" title="Visit us on WhatsApp">
<img src="images/icons/whatsapp.png"/></a>
<a href="https://twitter.com/javahouseDC" target="_blank" data-toggle="tooltip" title="Visit us on Twitter">
<img src="images/icons/twitter.png"/></a>
<a href="https://www.linkedin.com/" target="_blank" data-toggle="tooltip" title="Visit us on LinkedIn">
<img src="images/icons/linkedin.png"/></a>
</span>
</div>
</div>
<!--SCRIPTS-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</script>
</body>
</html>