This repository was archived by the owner on Mar 2, 2025. It is now read-only.
Commit f703258 Dipankar
committed
1 parent 2c32e82 commit f703258 Copy full SHA for f703258
File tree 7 files changed +25
-6
lines changed
7 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 11
11
rel ="stylesheet "
12
12
href ="/styles/dashboard.css "
13
13
/>
14
+ <!-- favicon -->
15
+ < link
16
+ rel ="icon "
17
+ type ="image/webp "
18
+ href ="/images/icon.png "
19
+ />
14
20
< script
15
21
defer
16
22
data-domain ="ubercoders.in "
Original file line number Diff line number Diff line change 11
11
href ="https://cdnjs.cloudflare.com/ajax/libs/lucide/0.263.1/lucide.min.css "
12
12
rel ="stylesheet "
13
13
/>
14
+ <!-- favicon -->
15
+ < link
16
+ rel ="icon "
17
+ type ="image/webp "
18
+ href ="/images/icon.png "
19
+ />
14
20
< link
15
21
rel ="stylesheet "
16
22
href ="/styles/landing-page.css "
17
23
/>
18
- < script src ="https://code.jquery.com/jquery-3.6.0.slim.min.js " integrity ="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI= " crossorigin ="anonymous "> </ script >
24
+ < script
25
+ src ="https://code.jquery.com/jquery-3.6.0.slim.min.js "
26
+ integrity ="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI= "
27
+ crossorigin ="anonymous "
28
+ > </ script >
19
29
</ head >
20
30
< body >
21
31
<!-- Header -->
27
37
</ div >
28
38
< div class ="nav-links ">
29
39
< a href ="#program "> Program</ a >
30
- < a href ="https://chat.whatsapp.com/Egzobar83QXIfqk1T2eAyI "> Community</ a >
40
+ < a
41
+ href ="https://chat.whatsapp.com/Egzobar83QXIfqk1T2eAyI "
42
+ > Community</ a
43
+ >
31
44
< a href ="#timeline "> Timeline</ a >
32
45
< a href ="/sign-up-page.html "> Sign Up</ a >
33
46
</ div >
48
61
Join Community
49
62
< i data-lucide ="users "> </ i >
50
63
</ button >
51
- < a href ="https://github.com/thedipankarroy/ubercoders ">
64
+ < a
65
+ href ="https://github.com/thedipankarroy/ubercoders "
66
+ >
52
67
< button class ="btn btn-secondary ">
53
68
View Resources
54
69
< i data-lucide ="book-open "> </ i >
55
70
</ button >
56
71
</ a >
57
-
58
72
</ div >
59
73
</ div >
60
74
</ header >
@@ -189,7 +203,6 @@ <h2 class="section-title">
189
203
</ p >
190
204
</ footer >
191
205
192
-
193
206
< script
194
207
src ="/script/landingPage.js "
195
208
defer
Original file line number Diff line number Diff line change 10
10
< link
11
11
rel ="icon "
12
12
type ="image/webp "
13
- href ="/images/favicon.webp "
13
+ href ="/images/icon.png "
14
14
/>
15
15
< script
16
16
defer
You can’t perform that action at this time.
0 commit comments