-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (74 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="author" content="Geofrey Xvr" />
<title>All Time African Legend</title>
<!-- FONTS -->
<link rel="stylesheet" type="text/css" href="fonts/hk-grotesk/style.css" />
<link rel="stylesheet" type="text/css" href="fonts/fontello/css/fontello.css" />
<!-- CSS VENDORS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="columns is-gapless" id="legend">
<!-- Navigation -->
<div class="column is-one-fifth">
<div class="legend-navigation">
<a class="button is-dark btn-nav nav-one">1</a>
<a class="button is-dark btn-nav nav-two">2</a>
<a class="button is-dark btn-nav nav-three">3</a>
</div>
</div>
<!-- Content -->
<div class="column is-half">
<div class="legend-content">
<h4 class="small-title">ALL TIME</h4>
<h4 class="big-title">
<span><span>LEGEND</span></span>
<span
><span><em>of</em> <b class="h-color">AFRICAN</b></span>
</span>
<span><span>ERA.</span></span>
</h4>
<p class="legend-pg revealing-text">
<span
>If a door is shut, attempts should be made to open it;<br />
if it's a jar, it should be pushed until it is wide open.<br />
In neither case should the door be blown up at the expense of those inside.</span
>
</p>
<p class="legend-pg revealing-text">
<span
><span>We cannot hope to solve our problems by pretending<br />they don't exist.</span></span
>
</p>
<div class="columns">
<div class="column">
<a class="button is-dark legend-btn">Read More</a>
</div>
<div class="column">
<a class="button is-dark legend-play "></a>
<div class="music-player--progress">
<progress class="progress--progress-bar" value="43" max="100"></progress>
<div class="progress--time progress--time__end">2:45</div>
</div>
</div>
</div>
</div>
</div>
<!-- Image -->
<div class="column ">
<div class="legend-image l-img">
<span class="l-title">Late Mwl. Julius<br />Kambarage<br />Nyerere</span>
<span class="l-title-t">First President of Tanzania</span>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>