Skip to content

Commit e588704

Browse files
committed
RFT: footer
1 parent 4b0c533 commit e588704

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

Block Chain Collage Code 0/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,17 @@ <h3>
9494
>
9595
<a href="#">15 (Only JS)</a>
9696
</div>
97-
<footer>© 2025 Class Repo | MDJAmin</footer>
97+
<footer>
98+
© 2025
99+
<a
100+
class="home"
101+
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
102+
target="_blank"
103+
>
104+
Class Repo
105+
</a>
106+
| MDJAmin
107+
</footer>
98108
<script src="../js/script.js"></script>
99109
</body>
100110
</html>

Block Chain Collage Code 1/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,17 @@ <h3>
100100
>15</a
101101
>
102102
</div>
103-
<footer>© 2025 Class Repo | MDJAmin</footer>
103+
<footer>
104+
© 2025
105+
<a
106+
class="home"
107+
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
108+
target="_blank"
109+
>
110+
Class Repo
111+
</a>
112+
| MDJAmin
113+
</footer>
104114
<script src="../js/script.js"></script>
105115
</body>
106116
</html>

Rashed Code 23/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,17 @@ <h3>
6262
<a href="#">09 (React Project)</a>
6363
<a href="#">10 (React Project)</a>
6464
</div>
65-
<footer>© 2025 Class Repo | MDJAmin</footer>
65+
<footer>
66+
© 2025
67+
<a
68+
class="home"
69+
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
70+
target="_blank"
71+
>
72+
Class Repo
73+
</a>
74+
| MDJAmin
75+
</footer>
6676
<script src="../js/script.js"></script>
6777
</body>
6878
</html>

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@ <h1>Class Repo Projects</h1>
2424
<a href="Block Chain Collage Code 0/index.html">Block Chain Collage Code 0</a>
2525
<a href="Block Chain Collage Code 1/index.html">Block Chain Collage Code 1</a>
2626
</div>
27-
<footer>© 2025 Class Repo | MDJAmin</footer>
27+
<footer>
28+
© 2025
29+
<a
30+
class="home"
31+
href="https://github.com/MDJAmin/class-repo-learning-projects-html-css-js-react"
32+
target="_blank"
33+
>
34+
Class Repo
35+
</a>
36+
| MDJAmin
37+
</footer>
2838
<script src="js/script.js"></script>
2939
</body>
3040
</html>

0 commit comments

Comments
 (0)