-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
72 lines (67 loc) · 2.71 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Wot Riders</title>
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Montserrat+Subrayada' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header>
<img src="img/motivated_by_strava.png" width="171" height="43">
<h1>Wot Riders</h1>
<p>30km/h average or bust</p>
</header>
<div class="profiles">
<div>
<img src="http://dgalywyr863hv.cloudfront.net/pictures/athletes/1300808/324993/1/large.jpg">
<h3>Scott Horn</h3>
<span>29 <div class="achievement pr-1"></div>, 27 silver, 29 bronze</span>
</div>
<div>
<img src="http://dgalywyr863hv.cloudfront.net/pictures/athletes/160411/106606/1/large.jpg"><h3>Chris Roberts</h3>
<span>29 gold, 27 silver, 29 bronze</span>
</div>
<div>
<img src="http://dgalywyr863hv.cloudfront.net/pictures/athletes/1201305/300116/1/large.jpg"><h3>Marcos Lopes</h3>
<span>29 gold, 27 silver, 29 bronze</span>
</div>
<div>
<img src="http://dgalywyr863hv.cloudfront.net/pictures/athletes/1153292/281973/1/large.jpg"><h3>Richard Sbresny</h3>
<span>29 gold, 27 silver, 29 bronze</span>
</div>
<div>
<img src="http://dgalywyr863hv.cloudfront.net/pictures/athletes/797002/315476/3/large.jpg"><h3>Danny Williams</h3>
<span>29 gold, 27 silver, 29 bronze</span>
</div>
<div>
<img src="http://dgalywyr863hv.cloudfront.net/pictures/athletes/1350905/416515/1/large.jpg"><h3>Craig McIntosh</h3>
<span>29 gold, 27 silver, 29 bronze</span>
</div>
<br>
</div>
<div class="columns">
<div>
<h3>Most Popular Segments</h2>
....
</div>
<div>
<h3>Highest grade segments</h2>
....
</div>
<div>
<h3>Newest Segments</h2>
....
</div>
</div>
</div>
</body>
</html>