-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg.html
88 lines (80 loc) · 4.83 KB
/
reg.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Info Tech</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.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://fonts.googleapis.com/css?family=Aldrich">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allerta+Stencil">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="assets/css/Data-Table.css">
<link rel="stylesheet" href="assets/css/Data-Table2.css">
<link rel="stylesheet" href="assets/css/Header-Blue.css">
<link rel="stylesheet" href="assets/css/Highlight-Clean.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.15/css/dataTables.bootstrap.min.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="css/bootstrap4-neon-glow.css">
<link rel="stylesheet" href="css/animation.css">
<script src="./assets/script.js"></script>
<script src="./assets/event1.js"></script>
<link rel="stylesheet" href="css/animation.css">
</head>
<body>
<div class="b-dark" >
<div style="background-color: #00000088;">
<header>
<nav class="navbar navbar-dark navbar-expand-sm">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="ion-navicon-round" style="font-size: 40px;"></span>
</button>
<a class="navbar-brand mr-auto ml-3 mt-1" href="./index.html">
<h1> INFO TEC<span class="vim-caret">H</span></h1>
</a>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav mr-auto" >
<li class="nav-item active ml-5"><a class="nav-link" href="./index.html"> Home</a></li>
<li class="nav-item ml-5"><a class="nav-link" href="./login.html"> Student Details</a></li>
<li class="nav-item ml-5"><a class="nav-link" href="./index.html">Events</a></li>
<li class="nav-item ml-5"><a class="nav-link" href="./login.html">Login</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="p-3 row justify-content-center">
<h4 class="wordCarousel border-bottom ">
<span> Categories </span>
<div>
<!-- Use classes 2,3, or 4 to match the number of words -->
<ul class="flip4">
<li><span class="vim-caret">Workshop</span></li>
<li><span class="vim-caret">Webinars</span></li>
<li><span class="vim-caret">Online class</span></li>
<li><span class="vim-caret">And more</span></li>
</ul>
</div>
</h4>
</div>
</div>
</div>
<div class=" " id="form" >
<iframe class="col-12" src="https://docs.google.com/forms/d/e/1FAIpQLSdFxPRpdzBl7n0ip9XQ-650U0n9GWmMQKaJ-8B3YZUCQSFyHA/viewform?embedded=true" height="1022" >Loading…</iframe>
</div>
<footer class="page-footer font-small b-dark " style="color: white; margin-bottom: 120px;">
<div style="background-color: #00000088;">
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="#" style="color: cornsilk;"> Beyond</a>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.15/js/dataTables.bootstrap.min.js"></script>
</body>
</html>