-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
48 lines (45 loc) · 3.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>CPH</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/Article-List.css">
<link rel="stylesheet" href="assets/css/Contact-Form-Clean.css">
<link rel="stylesheet" href="assets/css/Features-Boxed.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css">
<link rel="stylesheet" href="assets/css/Lightbox-Gallery.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/Team-Clean.css">
<link rel="stylesheet" href="assets/css/Team-Grid.css">
</head>
<body class="text-white">
<nav class="navbar navbar-light navbar-expand-md bg-light">
<div class="container-fluid"><a class="navbar-brand" href="index.html">CyPhyHouse<img src="assets/img/Picture1.png" height="40"></a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link active" href="docs.html">Publications</a></li>
<li class="nav-item" role="presentation"><a class="nav-link active" href="downloads.html">Downloads</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="team.html">Team</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="contact.html">Contact Us </a></li>
</ul>
</div><img src="assets/img/NSFlogo.png" height="40"></div>
</nav>
<div class="contact-clean" style="background-color: rgb(251,251,251);">
<form data-bss-recipient="6ac463b4f6877c8f0f4021cc59da4b39" data-bss-subject="cph siteß">
<h2 class="text-center">Contact us</h2>
<div class="form-group"><input class="form-control" type="text" name="name" placeholder="Name" required=""></div>
<div class="form-group"><input class="form-control is-invalid" type="email" name="email" placeholder="Email" required=""><small class="form-text text-danger">Please enter a correct email address.</small></div>
<div class="form-group"><textarea class="form-control" name="message" placeholder="Message" rows="14" required=""></textarea></div>
<div class="form-group"><button class="btn btn-primary" type="submit">send </button></div>
</form>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/smart-forms.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script>
</body>
</html>