-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (53 loc) · 2.96 KB
/
index.html
File metadata and controls
57 lines (53 loc) · 2.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TPI CPC - Coming soon</title>
<link href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/4.8.95/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bd-coming-soon.css">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
</head>
<body class="min-vh-100 d-flex flex-column">
<header>
<div class="container">
<nav class="navbar navbar-dark bg-transparenet">
<a class="" href="#">
<img class="logo" src="assets/images/tpicpc.png" alt="logo">
</a>
<span style=" cursor: pointer;" class="navbar-text ml-auto d-none d-sm-inline-block">+8801751379009
</span>
<span style=" cursor: pointer;" class="navbar-text d-none d-sm-inline-block">tpicpc@gmail.com</span>
</nav>
</div>
</header>
<main class="my-auto">
<div class="container">
<h1 class="page-title">We're coming soon</h1>
<p class="page-description"><b>TPI CPC</b> is the most primitive and extensive club as well as the biggest
club at <b>Thakurgaon Polytechnic Institute</b>. We work together to explore every field of Computer
Science
</p>
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd8EmnW0XxUtzyWvDJNjcwbccXMdjwlxwV97na0VoxrBWTD8Q/viewform?embedded=true" width="640" height="2204" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> -->
<a href="https://forms.gle/2WijTgiUoSWPG3dt6" target="_blank" class="btn btn-success mb-5">Registration
Here</a>
<p>Stay connected</p>
<nav class="footer-social-links">
<a href="https://github.com/tpicpc" target="_blank" class="social-link"><i
class="mdi mdi-github-circle"></i></a>
<a href="https://www.facebook.com/tpicpc" target="_blank" class="social-link"><i
class="mdi mdi-facebook-box"></i></a>
<a href="https://www.youtube.com/@tpicpc/" target="_blank" class="social-link"><i
class="mdi mdi-youtube"></i></a>
<a href="https://www.instagram.com/tpicpc/" target="_blank" class="social-link"><i
class="mdi mdi-instagram"></i></a>
<a href="https://www.linkedin.com/company/tpicpc/" target="_blank" class="social-link"><i
class="mdi mdi-linkedin-box"></i></a>
</nav>
</div>
</main>
</body>
</html>