-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkblitz.html
118 lines (111 loc) · 6.36 KB
/
kblitz.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
<!DOCTYPE html>
<html lang=''>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<title>Chess Club IISER-K</title>
<meta name='description' content='The official website of the IISER Kolkata Chess Club'>
<meta name='author' content='IISER-K Chess Club'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='theme-color' content='#000'>
<link rel='stylesheet' href='css/gothamrnd/gothamrnd.css'>
<link href='https://fonts.googleapis.com/css?family=Karla:400' rel='stylesheet'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel='stylesheet' href='css/main.css'>
<link rel='stylesheet' href='css/cards.css'>
<link rel="stylesheet" href="css/flickity.css" media="screen">
<link rel="stylesheet" href="css/fullscreen.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://pgn.chessbase.com/CBReplay.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
</head>
<body style="background-color:rgb(17, 1, 1)">
<div class='section analyze'>
<div class='section-wrapper analyze'>
<h1><div class='wow fadeIn' data-wow-delay='200ms'>Chess Club</div></h1>
<h2><div class='wow fadeIn' data-wow-delay='200ms'>IISER Kolkata</div></h2>
<div id='scroll_links'>
<span class='link_centered wow fadeInUp' data-wow-delay='200ms'><a class='scrollable' href='index.html'>Home</a></span>
<span class='link_centered wow fadeInUp' data-wow-delay='300ms'><a class='scrollable' href='#watch'>Watch</a></span>
<span class='link_centered wow fadeInUp' data-wow-delay='400ms'><a class='scrollable' href='#play'>Play</a></span>
</div>
<h1 class='wow fadeInDown'>Blitz</h1>
<div class='wow fadeInUp description' data-wow-delay='100ms'>
Blitz chess creates a flurry of moves, as both players attempt to hustle to victory. Quite enjoyed by folks who love to experience a blazing fast game and even faster thinking.
</div>
</div>
</div>
<div class='section analyze' id='watch'>
<div class='section-wrapper analyze'>
<div class='wow fadeInUp description' data-wow-delay='300ms' data-wow-offset='100'>
<h1>
Watch Live Blitz
</h1>
</div>
<div class='wow fadeInUp description' data-wow-delay='100ms'>
<h3>
Kibitiz a strong blitz game being played live. Nice entertainment!
</h3>
</div>
<iframe src="https://liveblitz.chessbase.com" width="400" height="440"></iframe>
</div>
</div>
<div class='section analyze' id='play'>
<div class='section-wrapper analyze'>
<div class='wow fadeInUp description' data-wow-delay='100ms' data-wow-offset='100'>
<h1>
Play Live Blitz
</h1>
</div>
<div class='wow fadeInUp description' data-wow-delay='100ms'>
<h3>
Go ahead! Good luck!!
</h3>
</div>
<iframe src="https://play.chessbase.com" style="width:760px;height:480px"></iframe>
</div>
</div>
<div class='section contact' id='contact'>
<div class='section-wrapper contact'>
<h1 class='wow fadeInDown'>Contact</h1>
<p class='wow fadeInUp'>
Join our <a id="team-link" href="https://lichess.org/team/iiserk-chess-club">Chess Team</a> on lichess.
</p>
<p class='wow fadeInUp' id="mail-us">
Mail us at: <a id="mail-link" href="mailto:[email protected]">[email protected]</a>
</p><br>
<p class='wow fadeInUp'>
Follow us on the links below!!
</p><br>
<div class="social-icons wow fadeInUp">
<a class="social-icon" id="socialInsta" href="https://www.instagram.com/chess.club_iiserk/"><i class="fab fa-instagram"></i></a>
<a class="social-icon" id="socialFace" href="https://www.facebook.com/Chess-Club-IISER-Kolkata-114370200471219"><i class="fab fa-facebook-f"></i></a>
</div><br>
<h2 class='wow fadeInUp'>Office bearers</h2>
<div class='office-bearers-box wow fadeInDown'>
<div>Vikrant Kumar</div>
<div>Ananyapam De</div>
<div>Chandraniva Guha Roy</div>
</div><br><br><br>
<h3 class='wow credits fadeInUp'>Made with <i class="fa fa-heart"></i> by
</h3>
<div class='credits wow fadeInDown'>
<div>Ananyapam De</div>
<div>Satvik Saha</div>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/urljs/2.3.1/url.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js'></script>
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<script src="js/flickity.pkgd.min.js"></script>
<script src="js/fullscreen.js"></script>
<script src='js/main.js'></script>
<script src="https://pgn.chessbase.com/cbreplay.js" type="text/javascript"></script>
</body>
</html>