forked from YoursSohail/Webathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (72 loc) · 5.03 KB
/
index.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
<!DOCTYPE html>
<html >
<head>
<!-- Designed and developed by Vinit Shahdeo -->
<!--
██████╗ ██████╗ ██████╗ ███████╗ ██████╗██╗ ██╗███████╗███████╗ ██╗ ██╗██╗████████╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔════╝██║ ██║██╔════╝██╔════╝ ██║ ██║██║╚══██╔══╝
██║ ██║ ██║██║ ██║█████╗ ██║ ███████║█████╗ █████╗ ██║ ██║██║ ██║
██║ ██║ ██║██║ ██║██╔══╝ ██║ ██╔══██║██╔══╝ ██╔══╝ ╚██╗ ██╔╝██║ ██║
╚██████╗╚██████╔╝██████╔╝███████╗╚██████╗██║ ██║███████╗██║ ╚████╔╝ ██║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝
-->
<meta charset="UTF-8">
<title>Webathon - CodeChef VIT University</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" 13th SEPT | 11 AM - 1 PM | Mandatory to attend for all the core members. ">
<meta name="author" content="Vinit Shahdeo">
<meta property="og:type" content="website" />
<meta property="og:title" content="Webathon - CodeChef VIT University" />
<meta property="og:description" content="13th SEPT | 11 AM - 1 PM | Mandatory to attend for all the core members." />
<meta property="og:image" content="https://github.com/vinitshahdeo/Webathon/blob/master/webathon.png?raw=true" />
<meta property="og:url" content="https://vinitshahdeo.github.io/Webathon/" />
<meta property="og:site_name" content="Webathon - CodeChef VIT University" />
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Webathon - CodeChef VIT University">
<meta name="twitter:title" content="Webathon - CodeChef VIT University">
<meta name="twitter:description" content="13th SEPT | 11 AM - 1 PM | Mandatory to attend for all the core members.">
<meta name="twitter:creator" content="@Vinit_Shahdeo">
<meta name="twitter:image" content="https://github.com/vinitshahdeo/Webathon/blob/master/webathon.png?raw=true">
<meta itemprop="name" content="Webathon - CodeChef VIT University">
<meta itemprop="description" content="13th SEPT | 11 AM - 1 PM | Mandatory to attend for all the core members. ">
<meta itemprop="image" content="https://github.com/vinitshahdeo/Webathon/blob/master/webathon.png?raw=true">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<div class="contain">
<div class="header">
<h1><WEBATHON/></h1>
<h3>CodeChef - VIT University</h3>
<h5><strong>
<i class="fa fa-clock-o"></i> 11 AM - 1 PM
<i class="fa fa-calendar-o"></i> Sept 13
<i class="fa fa-map-marker"></i> Library
</strong>
</h5>
</div>
<div class="macbook">
<div class="mac">
<div class="viewport">
<div class="screen">
<div class='heart norm'></div>
</div>
</div>
<div class="bottom"></div>
</div>
</div>
<div class="content">
<h3>Because We <i class="fa fa-heart"></i> Web Designing!</h3>
<a href="https://github.com/vinitshahdeo/" target="_blank"><button type="button" class="button button--flat button--green button--light"><i class="fa fa-github"></i> GitHub</button></a>
</div>
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
<!--- Developed by Vinit Shahdeo -->
<!-- CodeChef VIT WEBATHON -->
</html>