Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit f703258

Browse files
author
Dipankar
committed
Update favicon links to use icon.png across multiple HTML files
1 parent 2c32e82 commit f703258

7 files changed

+25
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

dashboard.html

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
rel="stylesheet"
1212
href="/styles/dashboard.css"
1313
/>
14+
<!-- favicon -->
15+
<link
16+
rel="icon"
17+
type="image/webp"
18+
href="/images/icon.png"
19+
/>
1420
<script
1521
defer
1622
data-domain="ubercoders.in"

images/.DS_Store

6 KB
Binary file not shown.

images/favicon.webp

-129 KB
Binary file not shown.

images/icon.png

37.7 KB
Loading

index.html

+18-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@
1111
href="https://cdnjs.cloudflare.com/ajax/libs/lucide/0.263.1/lucide.min.css"
1212
rel="stylesheet"
1313
/>
14+
<!-- favicon -->
15+
<link
16+
rel="icon"
17+
type="image/webp"
18+
href="/images/icon.png"
19+
/>
1420
<link
1521
rel="stylesheet"
1622
href="/styles/landing-page.css"
1723
/>
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>
1929
</head>
2030
<body>
2131
<!-- Header -->
@@ -27,7 +37,10 @@
2737
</div>
2838
<div class="nav-links">
2939
<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+
>
3144
<a href="#timeline">Timeline</a>
3245
<a href="/sign-up-page.html">Sign Up</a>
3346
</div>
@@ -48,13 +61,14 @@ <h1>
4861
Join Community
4962
<i data-lucide="users"></i>
5063
</button>
51-
<a href="https://github.com/thedipankarroy/ubercoders">
64+
<a
65+
href="https://github.com/thedipankarroy/ubercoders"
66+
>
5267
<button class="btn btn-secondary">
5368
View Resources
5469
<i data-lucide="book-open"></i>
5570
</button>
5671
</a>
57-
5872
</div>
5973
</div>
6074
</header>
@@ -189,7 +203,6 @@ <h2 class="section-title">
189203
</p>
190204
</footer>
191205

192-
193206
<script
194207
src="/script/landingPage.js"
195208
defer

sign-up-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link
1111
rel="icon"
1212
type="image/webp"
13-
href="/images/favicon.webp"
13+
href="/images/icon.png"
1414
/>
1515
<script
1616
defer

0 commit comments

Comments
 (0)