1
1
<!DOCTYPE html>
2
2
< html >
3
-
4
3
< head >
5
- < link rel ="stylesheet " href ="css/popup.css ">
6
- < script src ="https://code.jquery.com/jquery-3.3.1.min.js " integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= " crossorigin ="anonymous "> </ script >
7
-
8
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css " rel ="stylesheet ">
9
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js "> </ script >
4
+ < link rel ="stylesheet " href ="css/popup.css " />
5
+ < script
6
+ src ="https://code.jquery.com/jquery-3.3.1.min.js "
7
+ integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= "
8
+ crossorigin ="anonymous "
9
+ > </ script >
10
10
11
- </ head >
11
+ < link
12
+ href ="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css "
13
+ rel ="stylesheet "
14
+ />
15
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js "> </ script >
16
+ </ head >
12
17
13
- < body >
18
+ < body >
19
+ < div class ="ui grid container ">
20
+ < div class ="sixteen wide center aligned column ">
21
+ < h1 id ="title ">
22
+ Leet< span style ="color: #f18500 "> Hub</ span >
23
+ </ h1 >
24
+ < p id ="caption "> Sync your code from LeetCode to GitHub</ p >
25
+ < br />
26
+ <!-- Authentication mode -->
27
+ < div id ="auth_mode " hidden >
28
+ < p class ="onboarding ">
29
+ < br />
30
+ Authenticate with GitHub to use
31
+ < strong
32
+ > Leet< span style ="color: #f18500 "> Hub</ span > </ strong
33
+ >
34
+ </ p >
35
+ < button id ="authenticate " class ="ui secondary button ">
36
+ < i class ="icon github "> </ i >
37
+ Authenticate
38
+ </ button >
39
+ </ div >
14
40
15
- < div class ="ui grid container ">
16
- < div class ="sixteen wide center aligned column ">
17
- < h1 id ="title "> Leet< span style ="color: #f18500; "> Hub</ span > </ h1 >
18
- < p id ="caption "> Sync your code from LeetCode to GitHub</ p >
19
- < br >
20
- <!-- Authentication mode -->
21
- < div id ="auth_mode " hidden >
41
+ <!-- Repo Hook mode -->
42
+ < div id ="hook_mode " hidden >
43
+ < p class ="onboarding ">
44
+ < br />
45
+ Set up repository hook to use
46
+ < strong
47
+ > Leet< span style ="color: #f18500 "> Hub</ span > </ strong
48
+ >
49
+ </ p >
50
+ < a
51
+ id ="hook_URL "
52
+ href =""
53
+ target ="blank "
54
+ class ="ui secondary button "
55
+ >
56
+ < i class ="icon github "> </ i >
57
+ Set up Hook
58
+ </ a >
59
+ </ div >
22
60
23
- < p class ="onboarding ">
24
- < br >
25
- Authenticate with GitHub to use < strong > Leet< span style ="color: #f18500; "> Hub</ span > </ strong >
26
- </ p >
27
- < button id ="authenticate " class ="ui secondary button ">
28
- < i class ="icon github "> </ i >
29
- Authenticate
30
- </ button >
31
-
32
- </ div >
33
-
34
- <!-- Repo Hook mode -->
35
- < div id ="hook_mode " hidden >
36
- < p class ="onboarding ">
37
- < br >
38
- Set up repository hook to use < strong > Leet< span style ="color: #f18500; "> Hub</ span > </ strong >
39
- </ p >
40
- < a id ="hook_URL " href ="" target ="blank " class ="ui secondary button ">
41
- < i class ="icon github "> </ i >
42
- Set up Hook
43
- </ a >
44
- </ div >
45
-
46
- <!-- Commit mode -->
47
- < div id ="commit_mode " hidden >
48
- < p class ="onboarding ">
49
- Problems Solved: < span id ="p_solved "> 0</ span >
50
- </ p >
51
- < div class ="ui small header "> Want more features? < a style ="color: cadetblue !important; " target ="_blank " href ="https://github.com/QasimWani/LeetHub/labels/feature "> Request a feature!</ a > </ div >
52
- </ div >
53
-
54
- </ div >
55
-
56
- <!-- Generate Socials -->
57
- < div id ="socials " class ="sixteen wide column ">
58
- < a href ="https://github.com/QasimWani/LeetHub " target ="_blank "> < i class ="ui black github icon "> </ i > </ a >
59
- < a href ="https://www.linkedin.com/in/qasimwani " target ="_blank "> < i class ="ui linkedin icon "> </ i > </ a >
60
- < a href ="mailto:qasim31wani@gmail.com " target ="_blank "> < i class ="ui red envelope icon "> </ i > </ a >
61
- < a id ="welcome_URL " href ="" target ="_blank "> < i class ="ui grey globe icon "> </ i > </ a >
62
- </ div >
61
+ <!-- Commit mode -->
62
+ < div id ="commit_mode " hidden >
63
+ < p class ="onboarding ">
64
+ Problems Solved: < span id ="p_solved "> 0</ span >
65
+ </ p >
66
+ < div class ="ui small header ">
67
+ Want more features?
68
+ < a
69
+ style ="color: cadetblue !important "
70
+ target ="_blank "
71
+ href ="https://github.com/QasimWani/LeetHub/labels/feature "
72
+ > Request a feature!</ a
73
+ >
63
74
</ div >
64
-
65
- < script src ="scripts/oauth2.js "> </ script >
66
- < script type ="text/javascript " src ="popup.js "> </ script >
75
+ </ div >
76
+ </ div >
77
+
78
+ <!-- Generate Socials -->
79
+ < div id ="socials " class ="sixteen wide column ">
80
+ < a href ="https://github.com/QasimWani/LeetHub " target ="_blank "
81
+ > < i class ="ui black github icon "> </ i
82
+ > </ a >
83
+ < a
84
+ href ="https://www.linkedin.com/in/qasimwani "
85
+ target ="_blank "
86
+ > < i class ="ui linkedin icon "> </ i
87
+ > </ a >
88
+ < a href ="mailto:qasim31wani@gmail.com " target ="_blank "
89
+ > < i class ="ui red envelope icon "> </ i
90
+ > </ a >
91
+ < a id ="welcome_URL " href ="" target ="_blank "
92
+ > < i class ="ui grey globe icon "> </ i
93
+ > </ a >
94
+ </ div >
95
+ </ div >
67
96
68
- </ body >
69
- </ html >
97
+ < script src ="scripts/oauth2.js "> </ script >
98
+ < script type ="text/javascript " src ="popup.js "> </ script >
99
+ </ body >
100
+ </ html >
0 commit comments