This repository was archived by the owner on Jan 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsololearn.html
More file actions
69 lines (51 loc) · 1.82 KB
/
sololearn.html
File metadata and controls
69 lines (51 loc) · 1.82 KB
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
<!--
⚡This code is made to congratulate all the winners of Code coach challenge.
⚡Thanks SL for code coach feature.😊
⚡Huge thanks to Gordon 😘 for all suggestions.
⚡Thanks to @Happy to help
https://www.sololearn.com/Discuss/2107512/?ref=app
⚡reviews by all will be helpful for improvement.
⚡https://code.sololearn.com/WuIQEt1QZlGJ/?ref=app
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>100 PRO!</title>
<meta name="author" content="Omkar">
<meta name="description" content="100 PRO : A celebration code for all 100 people who won sololearn pro version">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="sololearn.css">
<script src="sololearn.js">JS not supported by current browser</script>
</head>
<body>
<header>
Code coach winners
</header>
<section class="congoSection">
<span id="count">0</span>
<p id="congoMessage"> </p>
<svg class="arrows" onclick="window.location.replace('#main')">
<path d="M0 0 L30 30 L60 0"></path>
<path d="M0 20 L30 50 L60 20"></path>
<path d="M0 40 L30 70 L60 40"></path>
</svg>
</section>
<main id="main">
<input id="search-bar"
placeholder="Search by name"
oninput="sortByName(this.value)"/>
<!--dynamic content-->
</main>
<section id="Thanks" class="board">
<span class="textbig">#Thanks</span>
Thanks Sololearn for organizing the competition with <a href="https://www.sololearn.com/post/195309/?ref=app" class="anch">newly added feature.</a>
Keep on adding new features.
We love you Sololearn!
<a href="https://www.sololearn.com/Profile/10314085/?ref=app" class="anch">~Omkar</a>
</section>
<footer class="board">
<!--dynamic content-->
</footer>
</body>
</html>