-
Notifications
You must be signed in to change notification settings - Fork 3
/
oldindex.html
126 lines (121 loc) · 4.62 KB
/
oldindex.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
<!-- ---
layout: default
title: BITS 2019
---
<!-- Navbar -->
<!-- <img src="BITS-logo.GIF" width="250px" height="250px" class="logo-bits">
<nav class="navbar navbar-expand-lg navbar-transparent navbar-absolute fixed-top collapse" id="navigation-example">
<div class="container-fluid">
<div class="navbar-wrapper">
<a class="navbar-brand" style="color: #b5caff00;"></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation" data-target="#navigation-example">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon icon-bar"></span>
<span class="navbar-toggler-icon icon-bar middle"></span>
<span class="navbar-toggler-icon icon-bar"></span>
</button>
<div class="collapse navbar-collapse justify-content-end">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://acicts.io" target="_blank" style="color: #b5caff">
Register
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" target="_blank" style="color: #b5caff">
Dashboard
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" target="_blank" style="color: #b5caff">
Timeline
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" target="_blank" style="color: #b5caff">
About Crew
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="" target="_blank" style="color: #b5caff">
Contact Us
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- <div class="card comesold" id="" style="width:40%; position: absolute; bottom:40px; left:-10px; transition: 1s; z-index: 5;">
<div class="card-body">
<h4 class="card-title" style="color: #b5caff">Coming Soon</h4>
<div class="card-text" style="font-size:200%;"><div id="demo" style="font-family:'Saira', sans-serif; color: #b5caff; display:inline;"></div></div>
<i class="material-icons" style="font-size: 50px; position: absolute; right:0%; top:1px; color: #fff">
<div class="arrow"></div>
</i>
<style>
.arrow::before{
content: "keyboard_arrow_right";
}
.comesold:hover{
left:10px !important;
}
/* Changes for small display */
@media (max-width: 700px) {
.comesold{
width:90% !important;
left:-75% !important;
}
}
@media (max-width: 991px) {
.comesold:hover{
left:10px !important;
}
}
</style>
</div>
</div>
<div class="page-header clear-filter">
<div class="page-header-image" style="background-image: url('./assets/img/sidebar-1.jpg');"></div>
<div class="content-center">
<div class="col-md-8 ml-auto mr-auto">
<div class="brand">
<img>
<h1 class="title" style="font-family:'Saira', sans-serif; color:#4498ff; text-shadow: 0px 0px 20px black;">
BITS '19
</h1>
<h6 style="background-color: rgba(255, 5, 5, 0.404); font-family:'Saira', sans-serif; padding: 5px; margin:auto; z-index: -1; width:300px;" class="secyear">Second Consecutive Year</h6>
<h3 class="description" style="font-family:'Saira', sans-serif; color: #b5caff; text-shadow:-4px 1px 20px black;">The Task Based Online<br>Intra-School ICT Competiton</h3>
<br/>
<a href="./tasks.html" class="btn btn-round btn-lg" style="background-color: rgba(71, 123, 255, 1); text-shadow:0px 0px 20px black;">Go to the dashboard</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid"> -->
<!--nav style="float:left; transition: 1s;" id="linksleft" >
<ul>
<li>
<a href="" style="color: #b5caff">
About Crew
</a>
</li>
<li>
<a href="" style="color: #b5caff">
Contact Us
</a>
</li>
</ul>
</nav-->
<!-- <div class="copyright float-right" style="color: #b5caff">
©
<script>
document.write(new Date().getFullYear())
</script>
<a href="http://acicts.io/" target="_blank">ACICTS</a> - All rights reserved.
</div>
</div> -->
<!--This Website is created by Supun Tharinda-->
<!-- </footer> -->