-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
92 lines (87 loc) · 5.2 KB
/
join.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Join TEK Society</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Long+Cang">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent+Marker">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179122834-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179122834-1');
</script>
</head>
<body>
<div class="embed-responsive embed-responsive-16by9" style="height: 658px;"><iframe class="embed-responsive-item" src="https://forms.gle/2EYWqGaLuU3mN5XV8"></iframe></div>
<!-- Start: Footer Dark -->
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<!-- Start: Services -->
<div class="col-sm-6 col-md-3 col-lg-3 item">
<h3>Sponsored by</h3>
<!---<img src="assets/img/logo.png" style="width: 122px;height: 120px;">--->
</div>
<!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-6 col-md-3 col-lg-3 item">
<h3>General Guidelines<br></h3>
<ul>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="conduct.html">Code of Conduct</a></li>
<li><a href="https://forms.gle/xwyjMDnMmWtU2h5d9">Feedback</a></li>
</ul>
</div>
<!-- End: About -->
<!-- Start: About -->
<div class="col-sm-6 col-md-2 col-lg-2 item">
<h3>About</h3>
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="https://medium.com/tek-society">Blogs</a></li>
<li><a href="#events" style="scroll-behavior: smooth;">Events</a></li>
</ul>
</div>
<!-- End: About -->
<!-- Start: Footer Text -->
<div class="col-md-4 col-lg-4 item text" style="height: 117px;">
<h3>TEK Society</h3>
<p>we collaborate with ambitious people;<br>Let's build something great together.<br>[email protected]</p>
</div>
<!-- End: Footer Text -->
<!-- Start: Social Icons -->
<div class="col item social"><a href="https://www.instagram.com/tek_society/"><i class="fab fa-instagram"></i></a><a href="https://www.linkedin.com/company/tek-society/"><i class="icon ion-social-linkedin"></i></a><a href="https://twitter.com/tek_society"><i class="fab fa-twitter"></i></a>
<a
href="https://medium.com/tek-society"><i class="fab fa-medium-m"></i></a><a href="https://github.com/TEK-Society"><i class="icon ion-social-github"></i></a><a href="https://discord.gg/fuFk5Xm"><i class="fab fa-discord"></i></a></div>
<!-- End: Social Icons -->
</div>
<!-- Start: Copyright -->
<p class="copyright">TEK Society © 2020</p>
<!-- End: Copyright -->
</div>
</footer>
</div>
<!-- End: Footer Dark -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>