-
Notifications
You must be signed in to change notification settings - Fork 4
/
link.html
81 lines (75 loc) · 3.58 KB
/
link.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174226233-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-174226233-1');
</script>
<script data-ad-client="ca-pub-8016470144296347" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<link rel="icon" href="assests/iconswp/logo.webp" type="image/icon type">
<meta charset="utf-8">
<meta name="description" content="This webpage contains all the links related to the hackclub">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assests/css/link.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700&display=swap" rel="stylesheet">
<meta name="description" content="This page contains the contact information of Hackclub Vit Chennai">
<title>HackClub| Workshops| Link Directory</title>
</head>
<body>
<div class="logo_container">
<a href="http://hackclub.tech/" target="_blank"><img class="logo" src="assests/iconswp/logo.webp"
alt="Hack Club Logo" style="transform: scale(0.8);"></a>
</div>
<div class="poster_block">
<div class="foot">
<div id="text">
<h4>Click on the poster to register now!<br>Certificates will be provided!</h4>
</div>
</div>
<a href="https://bit.ly/hcspeakerdec1" target="_blank">
<img class="poster" src="assests/icons/unnamed.png"></a>
</div>
<br>
<div id="text">Want to give us memes for Meme Mondays?
</div><br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdcL6NYF-2Yy92hdTuFUgoH5FESENEtsP1TR0ocHOk69iC5Kw/viewform">
<div class="link">Click me!</div>
</a><br><br>
<div id="text">Want previous workshop's recordings?</div><br>
<a href="link2.html">
<div class="link">Click me!</div>
</a>
<br>
<div class="foot">
<div id="text">
<h4>Feel free to connect with us!</h4>
</div>
<div class="footer">
<a href="https://linktr.ee/HackclubVIT" target="_blank"><img class="card"
src="assests/icons/Whatsapp.png"></a>
<a href="https://www.linkedin.com/company/hackclubvit/?originalSubdomain=in" target="_blank"><img
class="card" src="assests/iconswp/linkedin.webp"></a>
<a href="https://github.com/HackclubVIT" target="_blank"><img class="card"
src="assests/iconswp/git.webp"></a>
<a href="https://www.instagram.com/hackclubvitc/" target="_blank"><img class="card"
src="assests/iconswp/insta.webp"></a>
<a href="https://twitter.com/hackclubvitc" target="_blank"><img class="card"
src="assests/iconswp/twitter.webp"></a>
<a href="mailto:team@hackclub.tech" target="_blank"><img class="card" src="assests/iconswp/gmail.webp"></a>
<a href="https://discord.gg/8xfmnWv" target="_blank"><img class="card"
src="assests/iconswp/discord.webp"></a>
</div>
<div id="text">
<h5>Made with <span>♡</span>, by Students of Hack Club</h5>
</div>
</div>
<br>
</body>
</html>