-
Notifications
You must be signed in to change notification settings - Fork 0
/
leaderboard.html
191 lines (181 loc) · 10.9 KB
/
leaderboard.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/FolioLogo.png"/>
<title>Folio: Leaderboard</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<img src="img/logo.png" class="logo" alt="">
<form class="form-inline" style="padding-top: 20px">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail3">Email address</label>
<input type="email" class="form-control" id="inputEmail" placeholder="Enter email">
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputPassword3">Password</label>
<input type="password" class="form-control" id="inputPassword" placeholder="Password">
</div>
<button type="submit" class="btn btn-default">Sign in</button><br>
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
</label>
</div>
</form>
</div>
</header>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="leaderboard.html">Leaderboard</a></li>
<li><a href="portfolio.html">View/Edit Portfolio</a></li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container">
<div class="members">
<h1 class="page-header">Leaderboard</h1>
<div class="row member-row">
<div class="inline-block">
<img src='img/winner-medal.png' class="img-thumbnail" alt="" style='width: 150px; height: 150px;'>
<img src="img/edcircle.png" style="padding: 10px; border: 10px solid rgb(54, 195, 165); margin-left: 10px; margin-right: 10px; width: 170px" class="img-thumbnail" alt="">
<img src="img/graph7.png" style= "margin-left: 40px; margin-right: 10px; height: 271px; width: 450px;" class="img-thumbnail" alt="">
<p style='margin-top: 10px; display: inline-block; font-family: Consolas; color: rgb(54, 195, 165); font-size: 80px;'>3.7%</p>
<img src="img/growth.png" style= "margin-left: 10px; margin-bottom: 47px; width: 70px;" class="img-thumbnail" alt="">
<div class="leaderuser" style="font-size: 20px; margin-left: 160px;">
Edmond Nemsingh
</div>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-success btn-block btn btn-primary" style="margin-left: 150px;"><i class="fa fa-users"></i> Add Friend</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-envelope"></i> Send Message</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-edit"></i> View Profile</a></p>
</div>
</div>
<div class="row member-row">
<div class="inline-block">
<img src='img/silver.png' class="img-thumbnail" alt="" style='width: 150px; height: 150px;'>
<img src="img/ohadcircle.png" style="padding: 10px; border: 10px solid rgb(54, 195, 165); margin-left: 10px; margin-right: 10px; width: 170px" class="img-thumbnail" alt="">
<img src="img/graph7.png" style= "margin-left: 40px; margin-right: 10px; height: 271px; width: 450px;" class="img-thumbnail" alt="">
<p style='margin-top: 10px; display: inline-block; font-family: Consolas; color: rgb(54, 195, 165); font-size: 80px;'>2.4%</p>
<img src="img/growth.png" style= "margin-left: 10px; margin-bottom: 47px; width: 70px;" class="img-thumbnail" alt="">
<div class="leaderuser" style="font-size: 20px; margin-left: 190px;">
Ohad Michel
</div>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-success btn-block btn btn-primary" style="margin-left: 150px;"><i class="fa fa-users"></i> Add Friend</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-envelope"></i> Send Message</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-edit"></i> View Profile</a></p>
</div>
</div>
<div class="row member-row">
<div class="inline-block">
<img src='img/bronze.png' class="img-thumbnail" alt="" style='width: 150px; height: 150px;'>
<img src="img/oshtoncircle.png" style="padding: 10px; border: 10px solid rgb(54, 195, 165); margin-left: 10px; margin-right: 10px; width: 170px" class="img-thumbnail" alt="">
<img src="img/graph7.png" style= "margin-left: 40px; margin-right: 10px; height: 271px; width: 450px;" class="img-thumbnail" alt="">
<p style='margin-top: 10px; display: inline-block; font-family: Consolas; color: rgb(54, 195, 165); font-size: 80px;'>2.3%</p>
<img src="img/growth.png" style= "margin-left: 10px; margin-bottom: 47px; width: 70px;" class="img-thumbnail" alt="">
<div class="leaderuser" style="font-size: 20px; margin-left: 205px;">
Oshton Tsen
</div>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-success btn-block btn btn-primary" style="margin-left: 150px;"><i class="fa fa-users"></i> Add Friend</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-envelope"></i> Send Message</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-edit"></i> View Profile</a></p>
</div>
</div>
<div class="row member-row">
<div class="inline-block">
<img src='img/4.png' class="img-thumbnail" alt="" style='width: 150px; height: 150px;'>
<img src="img/tejascircle.png" style="padding: 10px; border: 10px solid rgb(54, 195, 165); margin-left: 10px; margin-right: 10px; width: 170px" class="img-thumbnail" alt="">
<img src="img/graph7.png" style= "margin-left: 40px; margin-right: 10px; height: 271px; width: 450px;" class="img-thumbnail" alt="">
<p style='margin-top: 10px; display: inline-block; font-family: Consolas; color: rgb(54, 195, 165); font-size: 80px;'>1.8%</p>
<img src="img/growth.png" style= "margin-left: 10px; margin-bottom: 47px; width: 70px;" class="img-thumbnail" alt="">
<div class="leaderuser" style="font-size: 20px; margin-left: 205px;">
Tejas Shah
</div>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-success btn-block btn btn-primary" style="margin-left: 150px;"><i class="fa fa-users"></i> Add Friend</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-envelope"></i> Send Message</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-edit"></i> View Profile</a></p>
</div>
</div>
<div class="row member-row">
<div class="inline-block">
<img src='img/5.png' class="img-thumbnail" alt="" style='width: 150px; height: 150px;'>
<img src="img/ariacircle.png" style="padding: 10px; border: 10px solid rgb(54, 195, 165); margin-left: 10px; margin-right: 10px; width: 170px" class="img-thumbnail" alt="">
<img src="img/graph7.png" style= "margin-left: 40px; margin-right: 10px; height: 271px; width: 450px;" class="img-thumbnail" alt="">
<p style='margin-top: 10px; display: inline-block; font-family: Consolas; color: rgb(54, 195, 165); font-size: 80px;'>1.5%</p>
<img src="img/growth.png" style= "margin-left: 10px; margin-bottom: 47px; width: 70px;" class="img-thumbnail" alt="">
<div class="leaderuser" style="font-size: 20px; margin-left: 205px;">
Aria Chang
</div>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-success btn-block btn btn-primary" style="margin-left: 150px;"><i class="fa fa-users"></i> Add Friend</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-envelope"></i> Send Message</a></p>
</div>
<div class="col-md-3">
<p><a href="#" class="btn btn-primary btn-block" style="margin-left: 150px;><i class="fa fa-edit"></i> View Profile</a></p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>Folio © 2019</p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.4.4/fuse.min.js"></script>
</body>
</html>