-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (62 loc) · 2.58 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
<!DOCTYPE html>
<html>
<head>
<title>Dashboard</title>
<link rel="stylesheet" media="screen and (min-width: 720px)" type="text/css" href="index.css">
<link rel="stylesheet" media="screen and (max-width: 720px)" type="text/css" href="responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/js/EasePack.min.js"></script>
<script src="https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/js/rAF.js"></script>
<script src="https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/js/TweenLite.min.js"></script>
</head>
<body>
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
</div>
<div class="profile">
<img src="https://avatars3.githubusercontent.com/u/33354423?s=460&v=4">
<div class="details">
<b>Name : Sandeep Patel </b>
</br></br>
<b>College : IIIT Bhubaneswar</b>
</br></br>
<b>Mobile : 9064507905</b>
</br></br>
<div class="progressdiv" data-percent="86">
<svg class="progress" width="178" height="178" viewport="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle r="80" cx="89" cy="89" fill="transparent" stroke-dasharray="502.4" stroke-dashoffset="0" ></circle>
<circle class="bar" r="80" cx="89" cy="89" fill="transparent" stroke-dasharray="502.4" stroke-dashoffset="0"></circle>
</svg></div>
</br>
<b class="progressbar">Events registerd By you</b>
</div>
</div>
<div class="List">
<div id="card">
<img height="100%"; width="100%" src="hovercop.jpg">
<div class="title">Hovercop</div>
<div class="description">
<br>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum
<br>
<br>
Date:
<br>
Venue:
<br>
Time:
</div>
<div class="button">
<button><<</button><span><button>>></button></span>
</div>
</div>
</iframe>
</div>
<div class="footer">
<a href="#" class="Logout">Logout</a>
<a href="#" class="Events">Add Events</a>
<a href="#" class="Status">Registration Status </a>
</div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>