-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
133 lines (113 loc) · 7.02 KB
/
events.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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="container">
<div class="jumbotron mt-5">
<h2 class="display-5">WEBINAR ON FUTURE OF TECHNOLOGY AFTER COVID-19</h2>
<h4 class="display-6">PROGRAM DATE & TIME 29TH MAY 2020 ,10:30 AM </h4>
<p class="lead">WEBINAR PLATFORM: GOOGLE MEET
<br>REGISTRATION FREE OF COST
<br>CERTIFICATE OF PARTICIPATION WILL BE PROVIDED</p>
<hr class="my-4">
<p>Session I: Imperative Transformation in Employer & Employee after Covid 19 By Dr. Biju Paul, Associate Professor-IT & Placement Officer Rajagiri School of Engineering & Technology, Cochin
</p>
<p>Session II: Revamping Technology Business after Covid 19 By Dr. Vinodh P Vijayan, Professor & Head CSE Mangalam College of Engineering, Kottayam</p>
<p >
<h4>Address for Communication</h4>
<b> Mrs. Juliet A Murali</b><br> Assistant Professor, Department of Information Technology
<br>
Viswajyothi College of Engineering & Technology
<br> Vazhakulam PO-686670, Muvattupuzha Ernakulam
<br>
<a href = "mailto: [email protected]" class="btn btn-outline-success p-2"><span class="ion-email"></span> Email</a>
<a href="tel:+919747414217" class="btn btn-outline-success p-2 ml-2"><span class="ion-ios-telephone"></span> Now</a>
</p>
</div>
</div>
<div class="container mt-3">
<div class="col-12">
<img class="img-fluid img-responsive" src="assets/img/event1full.jpg" >
</div>
</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>
<footer class="page-footer fixed-bottom " style="background-color: white;">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">
<a class="btn btn-success" href="./reg.html" role="button"><p id="timeleft"></p> </a>
<a class="btn btn-danger" href="" role="button">FREE</p> </a>
</div>
<!-- Copyright -->
</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>