forked from AdityyaX/College-Club-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
68 lines (63 loc) · 2.65 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
<!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>Contact Us</title>
<link rel="stylesheet" href="gfg_con.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&family=Supermercado+One&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<div class="navbar">
<div class="logo">
<img src="Geeks Icon 2.png" alt="GeeksforGeeks LPU Chapter" width="75px" height="75px">
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="join.html">Join</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="about1">
CONTACT US
</div>
<hr>
<h2 id="social_media">Social Media Handles</h2>
<div class="social_media2">
<div class="insta">
<a href="https://www.instagram.com/geeksforgeekslpu/" ><img src="intagram4.png" alt="" class="insta_img"></a>
</div>
<div class="linkedin">
<a href="https://www.linkedin.com/company/geeksforgeekslpu/" > <img src="linkedin4.png" alt="linkedin_logo" class="linkedin_img"> </a>
</div>
</div>
<h2 id="youtube">Youtube Channel</h2>
<div class="youtube2">
<div class="youtube3">
<a href="https://www.youtube.com/c/GeeksforGeeksLPU" ><img src="youtube2.png" alt="" class="youtube_img"></a>
</div>
</div>
</main>
<br>
<footer>
<div class="footer1">
<p class="footpara">Copyright © GeeksForGeeks LPU. All Rights Reserved | Gmail: [email protected] </p>
<br>
</div>
</footer>
</body>
</html>