-
Notifications
You must be signed in to change notification settings - Fork 1
/
join.html
82 lines (61 loc) · 3.07 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
<!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>TinkerHub Campus Communities</title>
<link rel="shortcut icon" href="./assets/" type="image/x-icon" />
<!-- Google Fonts -->
<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=Archivo:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@100;200;300;500;600;700;800;900&display=swap"
rel="stylesheet" />
<!-- BootStrap CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="assets/dist/style.css" />
</head>
<body>
<div class="join-page">
<div class="join-page__content">
<div class="join-page__box">
<h1 class="join-page__text">
We can’t wait to see you onboard!
<br> To get started and become a part of <br> TinkerHub
Campus, please register here.
</h1>
<a class="joinus">
Join Now
</a>
</div>
<div class="join-page__box">
<h1 class="join-page__text">
do you want to become an <br> individual member of the community?
</h1>
<a href="https://app.tinkerhub.org" class="joinus">
Join Now
</a>
</div>
<!-- <br>
<h2 class="heading__primary header-mt">Or do you want to become an <br> individual member of the community?
</h2>
<a href="https://join.tinkerhub.org" class="joinus">
Join Now
</a> -->
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.0.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="assets/dist/main.js"></script>
</body>
</html>