-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (176 loc) · 8.38 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
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
<!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.0">
<title>Leader Board CSS3</title>
<!-- stylesheet -->
<link rel="stylesheet" href="styles/style.css">
<script src="https://kit.fontawesome.com/f79f7d8f0b.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header start -->
<header>
</header>
<!-- header end -->
<main>
<!-- top players and top blogs -->
<section class="container">
<div class="top-players">
<h2 class="section-title">Top Player</h2>
<div class="players">
<div class="player">
<img src="images/players/player-1.png">
<h3 class="player-name">Top Player-1</h3>
</div>
<div class="player">
<img src="images/players/player-2.png">
<h3 class="player-name">Top Player-2</h3>
</div>
<div class="player">
<img src="images/players/player-3.png">
<h3 class="player-name">Top Player-3</h3>
</div>
<div class="player">
<img src="images/players/player-4.png">
<h3 class="player-name">Top Player-4</h3>
</div>
<div class="player">
<img src="images/players/player-5.png">
<h3 class="player-name">Top Player-5</h3>
</div>
<div class="player">
<img src="images/players/player-6.png">
<h3 class="player-name">Top Player-6</h3>
</div>
</div>
</div>
<hr>
<div class="top-blogs">
<h2 class="section-title">Top Blog</h2>
<div class="blogs">
<article class="blog">
<div class="thumbnail">
<img src="images/blogs/blog-1.png" alt="Top Blog Images 1">
</div>
<div class="blog-info">
<h3 class="blog-title">13 of My Favorite<br /> UI/UX Goodies</h3>
<p class="blog-author">By <a href="#">Danny Sapio</a></p>
</div>
</article>
<article class="blog">
<div class="thumbnail">
<img src="images/blogs/blog-2.png" alt="Top Blog Images 2">
</div>
<div class="blog-info">
<h3 class="blog-title">UI cheat sheet:<br> list vs grids</h3>
<p class="blog-author">By <a href="#">Tess Gadd</a></p>
</div>
</article>
<article class="blog">
<div class="thumbnail">
<img src="images/blogs/blog-3.png" alt="Top Blog Images 3">
</div>
<div class="blog-info">
<h3 class="blog-title">7 typography tips<br/> for interface design</h3>
<p class="blog-author">By <a href="#">Jeremiah Lam</a></p>
</div>
</article>
<article class="blog">
<div class="thumbnail">
<img src="images/blogs/blog-4.png" alt="Top Blog Images 4">
</div>
<div class="blog-info">
<h3 class="blog-title">Your logo is<br> copied
</h3>
<p class="blog-author">By <a href="#">Ferdinand Vogler</a></p>
</div>
</article>
</div>
</div>
</section>
<!-------------------------
Latest Courses
--------------------------->
<section class="container">
<div class="latest-courses">
<h2 class="section-title">
Latest Course
</h2>
<div class="courses">
<div class="course">
<div class="course-banner">
<img src="images/courses/course-1.png" alt="Course Image 1">
</div>
<div class="course-detail">
<h3 class="course-title">React - The Complete<br/> Guide 2020</h3>
<p class="course-author">Reed Krakoff</p>
<div class="course-info">
<div>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star empty"></i>
<span class="course-point">4.5</span>
</div>
<div class="course-duration">
<i class="far fa-clock"></i>01:30 hr
</div>
</div>
</div>
</div>
<div class="course">
<div class="course-banner">
<img src="images/courses/course-2.png" alt="Course Image 1">
</div>
<div class="course-detail">
<h3 class="course-title">Powerpoint 2020 Master<br/> Powerpoint Course</h3>
<p class="course-author">Walter Scott</p>
<div class="course-info">
<div>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star empty"></i>
<span class="course-point">4.5</span>
</div>
<div class="course-duration">
<i class="far fa-clock"></i>01:30 hr
</div>
</div>
</div>
</div>
<div class="course">
<div class="course-banner">
<img src="images/courses/course-3.png" alt="Course Image 1">
</div>
<div class="course-detail">
<h3 class="course-title">The Complete JavaScript Course 2020</h3>
<p class="course-author">Reed Krakoff</p>
<div class="course-info">
<div>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star filled"></i>
<i class="fas fa-star empty"></i>
<span class="course-point">4.5</span>
</div>
<div class="course-duration">
<i class="far fa-clock"></i>01:30 hr
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</body>
</html>