-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-us.html
More file actions
192 lines (172 loc) · 6.39 KB
/
contact-us.html
File metadata and controls
192 lines (172 loc) · 6.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="css/index.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class = "overlay" id = "navMenu">
<!-- <div class = "navbar" id = "opaque">
<p class = "logo-font2">S&J</p>
<img class = "nav-hamburger2" src = "img/nav-hamburger.png">
</div> -->
<div class = "menu-content">
<a class = "menu-item-link" href = "index.html"> Home </a>
<a class = "menu-item-link" href = "services.html">Services</a>
<a class = "menu-item-link" href = "contact-us.html">Contact</a>
</div>
<button class = "close-btn" onclick= "closeNavMenu()"> X </button>
<div class = "navMenu-logo">
S&J
</div>
</div>
<div class = "contact-us-jumbo-container">
<div class = "navbar" id = "opaque">
<p class = "logo-font2">S&J</p>
<img class = "nav-hamburger2" id = "hamburger2" onclick= "openNavMenu()" src = "img/nav-hamburger.png">
</div>
<p class = "jumbo-font">Contact Us</p>
<p class = "logo-font">S&J</p>
<img class = "nav-hamburger" src = "img/nav-hamburger.png">
<img class = "jumbo" src ="img/contact/contact-jumbotron.png">
</div>
<div class = "contact-us-container">
<section class = "top-content">
<div class = "text-content">
<p>Get In Touch</p>
</div>
<div class= "where-we-work">
Where We work
</div>
<div class = "offices-and-form">
<div class = "contact-us-form">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<br>
<div class="form-group">
<label for="exampleFormControlSelect1">How many buildings do you need planned?</label>
<select class="form-control" id="exampleFormControlSelect1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<br>
<div class="form-group">
<label for="exampleFormControlTextarea1">Provide a brief overview of your project needs:</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<br>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="option1" checked>
<label class="form-check-label" for="exampleRadios1">
I am a small business
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="option1" checked>
<label class="form-check-label" for="exampleRadios1">
I am a residential owner
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="option1" checked>
<label class="form-check-label" for="exampleRadios1">
I am a corporation
</label>
</div>
<div class = "button-container">
<div class = "custom-button">
Submit
</div>
</div>
</form>
</div>
<div class = "offices">
<div class = "address">
<h2>New York</h2>
<p>123 Lane</p>
<p>Suite 100</p>
<p>Albany, NY 12345</p>
<p>202 555 0144</p>
</div>
<div class = "address">
<h2>Florida</h2>
<p>Ocean Drive</p>
<p>Suite 201</p>
<p>Orlando, FL 22345</p>
<p>502 555 0144</p>
</div>
<div class = "address">
<h2>California</h2>
<p>Mountain Street</p>
<p>Suite 105</p>
<p>San Diego, CA 22345</p>
<p>702 555 0144</p>
</div>
</div>
</div>
</section>
</div>
<div class = "footer-container">
<section class = "contact-info">
<div class = "lets-talk">
<h2> Interested in starting a project? </h2>
<h2> Let's talk:</h2>
</div>
<div class = "offices">
<div class = "address">
<h2>New York</h2>
<p>123 Lane</p>
<p>Suite 100</p>
<p>Albany, NY 12345</p>
<p>202 555 0144</p>
</div>
<div class = "address">
<h2>Florida</h2>
<p>Ocean Drive</p>
<p>Suite 201</p>
<p>Orlando, FL 22345</p>
<p>502 555 0144</p>
</div>
<div class = "address">
<h2>California</h2>
<p>Mountain Street</p>
<p>Suite 105</p>
<p>San Diego, CA 22345</p>
<p>702 555 0144</p>
</div>
</div>
</section>
<section class = "copyright">
<p>Copyright @ 2018 Smith and Jones</p>
</section>
</div>
<!-- Services Content
Services
Services include: completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.
-->
<!-- *** NOTE *** Tab Navigator Content: I used the same text for each tab to make it easy, Note that the images and text do change on click but you can just use the same text for each tab element. All the images should be in the img folder.
Pre-Construction
Construction
Design Build
Sustainability
Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.
Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric "outside the box" thinking. Completely pursue scalable customer service through sustainable potentialities.
-->
<script src="js/index.js"></script>
<script src="js/services.js"></script>
</body>
</html>