-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
184 lines (158 loc) · 8.3 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We are medikom. Please visit our page to learn more about our mission and our products.">
<title>Contact Us | medikom</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="shortcut icon" type="image/jpg" href="favicon.png"/>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="js/contactScripts.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</head>
<body>
<!-- navbar -->
<header class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="/"><img src="images/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="history.html">Our History</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link disabled active" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</header>
<section class="headerContainer">
<div class="container d-flex align-items-center" style="height: 20vh;">
<div class="row">
<h1>
Contact Us
</h1>
</div>
</div>
</section>
<section class="divider"></section>
<section>
<div class="container">
<div class="row">
<p>Fill out this form if you would like to get in contact with us! Please enter in your name, email, and give a reason for why you are contacting us. We will get back to you as soon as we can. Thank you for showing interest in medikom!</p>
</div>
</div>
</section>
<section class="divider"></section>
<section>
<div class="container" id="contact-form-container">
<form id="contactForm" name="contact-form">
<div class="row">
<div class="col-md-6 col-lg-3 margin-bottom-1">
<label for="firstName">First Name:*</label>
<input class="form-control" type="text" name="firstname" id="firstName">
</div>
<div class="col-md-6 col-lg-3 margin-bottom-1">
<label for="lastName">Last Name:*</label>
<input class="form-control" type="text" name="lastname" id="lastName">
</div>
<div class="col-lg-6 margin-bottom-1">
<label for="emailInput">Email:*</label>
<input class="form-control" type="text" name="lastname" id="emailInput">
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6 margin-bottom-1">
<label for="companyName">Company Name:</label>
<input class="form-control" type="text" name="lastname" id="companyName">
</div>
<div class="col-12 col-lg-6 margin-bottom-1">
<label for="contact-reason-input">Reason for Contact:</label>
<select class="col-3 form-select" name="contactReason" id="contact-reason-input" aria-label="">
<option selected disabled>Choose an Option</option>
<option value="0">Question</option>
<option value="0">Feedback</option>
<option value="0">Webcams</option>
<option value="0">Telephones</option>
<option value="0">Medical Tablets</option>
<option value="0">REMOTE Glucose Monitor</option>
<option value="0">REMOTE Blood Pressure Monitor</option>
<option value="0">REMOTE Fall Sensor</option>
<option value="0">Telemedicine Kiosks</option>
<option value="0">Medical Applications</option>
</select>
</div>
</div>
<div class="row">
<div class="col-12 margin-bottom-1">
<label for="contact-message-input">Please enter your message here:*</label>
<textarea rows="8" class="form-control" name="message" class="col-4" id="contact-message-input"></textarea>
</div>
</div>
<div class="col-2">
<input value="Submit >" class="btn btn-primary" id="submit-button" onclick="formSubmit()">
</div>
<p class="margin-top-1">*Required to submit</p>
</form>
</div>
</section>
<section class="divider"></section>
<!-- footer -->
<footer class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
00000, 123 Example Rd<br>
New York<br>
New York<br>
(415) 555-0132<br>
medikom@example.com
</div>
<section class="divider d-sm-none"></section>
<div class="col-md-3 col-sm-6">
<a class="footerNav" href="/">Home</a><br>
<a class="footerNav" href="history.html">Our History</a><br>
<a class="footerNav" href="products.html">Products</a><br>
<a class="footerNav" href="news.html">News</a><br>
<a class="footerNav" href="contact.html">Contact</a>
</div>
<section class="divider d-md-none"></section>
<div class="col-md-6 col-sm-12">
<p class="newsletterHeader">Newsletter</p>
<p>Sign up for our newsletter for the latest updates on our products!</p>
<form onsubmit="return false" id="footer-form">
<input type="text" class="form-control" placeholder="Email" id="footer-email">
<button class="btn btn-primary margin-top-1" onclick="showConfirmationEmail()">Submit</button>
</form>
<p id="footerEmailSuccess" class="margin-top-1">You have been successfully registered!</p>
<p id="footerEmailFailure" class="margin-top-1">Please enter a valid email address.</p>
</div>
</div>
<section class="divider"></section>
<div class="row">
<div>
© 2021 | TSA Team #### | <a class="footerNav" href="works.html"><u>Works Cited</u></a>
<br class="d-md-none">
</div>
</div>
</div>
</footer>
</body>
</html>