-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
41 lines (38 loc) · 1.34 KB
/
contact.html
File metadata and controls
41 lines (38 loc) · 1.34 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
<html>
<head>
<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=Playfair+Display:wght@400;600;700&family=Roboto:wght@300;400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="contact.css">
<title>Transit Track</title>
</head>
<body>
<div class="transitPageWrapper">
<div class="transitPageHeader">
<div class="logoWrapper">
<a href="/home.html">
<div class="logo"></div>
</a>
</div>
<div class="navWrapper">
<a class="nav navHome" href="/home.html">Home</a>
<a class="nav navAbout" href="/aboutus.html">
About Us<br/>
</a>
<a class="nav navContact" href="/contact.html">Contact</a>
</div>
</div><hr><br>
<div class="transitPageBody">Feel free to reach out to us via email:<br><br>
<li> Anup C: nnm23cs245@nmamit.in<br></li>
<li> Chinmay: nnm23cs248@nmamit.in<br></li>
<li> Banish: nnm23cs246@nmamit.in<br></li>
<li> Anujna: nnm23cs244@nmamit.in<br></li>
<li> Chetas: nnm23cs247@nmamit.in<br></li>
</div>
</div>
</body>
</html>