-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
110 lines (98 loc) · 5.55 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
<!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 rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="styles/colors.css">
<link rel="stylesheet" href="styles/universal.css">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/contact.css">
</head>
<body>
<nav class="active">
<div class="left">
<img src="images/logo.png" alt="" class="logo">
</div>
<div class="right">
<a href="index.html" class="nav-link">Home</a>
<a href="ourProjects.html" class="nav-link">Our Projects</a>
<a href="futureProjects.html" class="nav-link">Future Projects</a>
<a href="competition.html" class="nav-link">Provita Competition</a>
<a href="ourLeadership.html" class="nav-link">Our Leadership</a>
<a href="contact.html" class="nav-link active">Contact Us</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="navDropDownBtn">
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 8h22M5 16h22M5 24h22"/>
</svg>
</div>
<div class="dropdown">
<a href="index.html" class="nav-link">Home</a>
<a href="ourProjects.html" class="nav-link">Our Projects</a>
<a href="futureProjects.html" class="nav-link">Future Projects</a>
<a href="competition.html" class="nav-link">Provita Competition</a>
<a href="ourLeadership.html" class="nav-link">Our Leadership</a>
<a href="contact.html" class="nav-link active">Contact Us</a>
</div>
</nav>
<div class="contact revealing">
<h4>CONTACT</h4>
<h1>Contact Us</h1>
<div class="waysHolder">
<div class="address">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 3a7 7 0 0 0-7 7c0 2.862 1.782 5.623 3.738 7.762A26.158 26.158 0 0 0 12 20.758a26.14 26.14 0 0 0 3.262-2.994C17.218 15.623 19 12.863 19 10a7 7 0 0 0-7-7Zm0 20.214l-.567-.39l-.003-.002l-.006-.005l-.02-.014l-.075-.053a25.34 25.34 0 0 1-1.214-.94a28.157 28.157 0 0 1-2.853-2.698C5.218 16.876 3 13.637 3 10a9 9 0 0 1 18 0c0 3.637-2.218 6.877-4.262 9.112a28.145 28.145 0 0 1-3.796 3.44a16.794 16.794 0 0 1-.345.251l-.021.014l-.006.005l-.002.001l-.568.39ZM12 8a2 2 0 1 0 0 4a2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0Z"/>
</svg>
<h2>Address</h2>
<h3>200 Hackensack Ave</h3>
</div>
<div class="email">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path fill="currentColor" fill-rule="evenodd" d="M14.95 3.684L8.637 8.912a1 1 0 0 1-1.276 0l-6.31-5.228A.999.999 0 0 0 1 4v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a.999.999 0 0 0-.05-.316M2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m-.21 1l5.576 4.603a1 1 0 0 0 1.27.003L14.268 3z"/>
</svg>
<h2>Email</h2>
<h3>[email protected]</h3>
</div>
</div>
</div>
<footer>
<div class="footer-left">
<div class="column">
<img src="images/logo.png" alt="">
<h2>The Only Student-Run Pharmaceutical Company in the Nation, Located at the Bergen County Academies in
Hackensack, NJ.</h2>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" class="footer-icon"
onclick="window.location.href = 'https://www.instagram.com/provita_pharma/'">
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
<path d="M10.333 3.644a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5" />
<path
d="M.858 3.431A2.573 2.573 0 0 1 3.431.858h6.862a2.573 2.573 0 0 1 2.573 2.573v6.862a2.573 2.573 0 0 1-2.573 2.573H3.43a2.573 2.573 0 0 1-2.573-2.573V3.43Z" />
<path d="M4.312 6.862a2.55 2.55 0 1 0 5.1 0a2.55 2.55 0 1 0-5.1 0" />
</g>
</svg>
</div>
</div>
<div class="footer-right">
<div class="column">
<h1>USEFUL LINKS</h1>
<a href="index.html" class="footer-link">> Home</a>
<a href="ourProjects.html" class="footer-link">> Our Projects</a>
<a href="futureProjects.html" class="footer-link">> Future Projects</a>
<a href="competition.html" class="footer-link">> Provita Competition</a>
<a href="ourLeadership.html" class="footer-link">> Our Leadership</a>
<a href="contact.html" class="footer-link active">> Contact Us</a>
</div>
<div class="column">
<h1>CONTACT US</h1>
<h2 class="footer-link">200 Hackensack Avenue, Hackensack, New Jersey 07670</h2>
<h2 class="footer-link">[email protected]</h2>
</div>
</div>
</footer>
<script src="scripts/universal.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>