-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
81 lines (63 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>CONTACT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
* {
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
}
body {
width: 100%;
height: 100%;
}
input {
font-size: 2em;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Start Header Area -->
<header class="default-header">
<div class="container">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html"><img src="img/logo.png" height="37" width="124"></a>
</div>
<div class="main-menubar d-flex align-items-center">
<nav class="hide">
<a href="index.html">Home</a>
<a href="details.html">Details</a>
<a href="contact.html">Contact</a>
</nav>
<div class="menu-bar"><span class="lnr lnr-menu"></span></div>
</div>
</div>
</div>
</div>
</header>
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
<div>
<h1 style="font-size: 60px; text-align: center; padding-top: 70px">CONTACT</h1>
</div>
<div style="text-align: center; padding-top: 30px">
<p id="article-space" style="max-width: 60em; padding-top: 15px ; text-align: justify; margin: auto;">
For any research related question please contact: <span style="font-weight:550">[email protected]</span></p>
<p id="article-space" style="max-width: 60em; padding-top: 5px ; text-align: justify; margin: auto;">
For questions regarding this website or the data presented here, please contact:
<span style="font-weight:550">[email protected]</span>
</p>
</div>