-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
78 lines (65 loc) · 2.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Crowd Sourced EV Charging Network</title>
<link rel="stylesheet" href="styleimpacts.css" />
</head>
<body>
<header>
<a href="landing.html" class="logo">Crowd Sourced EV Charging Network</a>
<nav class="navigation">
</nav>
</header>
<section class="parallax">
<img src="images/hill1.png" id="hill1" />
<img src="images/hill2.png" id="hill2" />
<img src="images/hill3.png" id="hill3" />
<img src="images/hill4.png" id="hill4" />
<img src="images/hill5.png" id="hill5" />
<img src="images/tree.png" id="tree" />
<h2 id="text">Socials</h2>
<img src="images/leaf.png" id="leaf" />
<img src="images/plant.png" id="plant" />
</section>
<section class="sec">
<div class="footer-grid">
<p>Here is our contact number, in case you feel like contacting us on our mobile.</p>
<br>
<br>
<h1>CONTACTS</h1>
<br>
<a class="footer-items f1">📞 +91 1234567890</a>
<br>
<a class="footer-items f2">📞 +91 0123456789</a>
<br>
<a class="footer-items f4">📍 PDPU, Gandhinagar, 382007</a>
<br>
<br>
<br>
</div>
<div>
<p>Here are the links of our social handles, Our Discord Community, Our Instagram Page, Our LinkedIn Account, and Our Whatsapp Community . . . . . Feel Free To Join Us. You can catch us on our Social Pages.</p>
<br>
<br>
<h1>SOCIALS</h1>
<br>
<a class="footer-items f1" href="https://discord.gg/zGzyU9FC2G">🎮 Discord</a>
<br>
<a class="footer-items f3" href="https://www.instagram.com/respawn_pdeu/">🎮 Instagram</a>
<br>
<a class="footer-items f4" href="https://www.linkedin.com/company/respawn-pdeu/">🎮 LinkedIn</a>
<br>
<a class="footer-items f5" href="https://chat.whatsapp.com/K1tqZe7AJMf9rAYBl9fD4o">🎮 Whatsapp Community</a>
<br>
<br>
<br>
<br>
<p class="copyrights">© Team Respawn | All. Rights. Reserved.</p>
</div>
</section>
<script src="scriptimpacts.js"></script>
</body>
</html>