-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (102 loc) · 5.56 KB
/
index.html
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SIDDHU123M & CodehubX</title>
<meta name="description" content="Explore the repositories of SIDDHU123M on GitHub, including CodeHubX, Full Stack Developer, MD Viewer, JS Concepts, and more." />
<meta name="keywords" content="SIDDHU123M, CodehubX, GitHub, Repositories, Full Stack Developer, MD Viewer, JS Concepts, NodeJS, Weather APP" />
<link rel="shortcut icon" href="https://img.icons8.com/?size=100&id=LoL4bFzqmAa0&format=png&color=000000" type="image/x-icon" />
<link rel="stylesheet" href="styles.css" />
<script src="index.js"></script>
</head>
<body>
<div class="container">
<h3>Repositories</h3>
<ul>
<a href="https://github.com/SIDDHU123M/SIDDHU123M">
<li>
<img src="https://img.icons8.com/?size=100&id=492ILERveW8G&format=png&color=000000" alt="Profile Icon" />
<p>My Profile</p>
</li>
</a>
<a href="https://siddhu123m.github.io/CodehubX">
<li>
<img src="https://img.icons8.com/?size=100&id=0DJs1m5Wz0Yn&format=png&color=000000" alt="CodeHubX Icon" />
<p>CodeHubX</p>
</li>
</a>
<a href="https://siddhu123m.github.io/Full-Stack-Developer">
<li>
<img src="https://img.icons8.com/?size=100&id=JjXkZB4POgHN&format=png&color=000000" alt="Full Stack Developer Icon" />
<p>Full Stack Developer</p>
</li>
</a>
<a href="https://siddhu123m.github.io/passwordGenerator/">
<li>
<img src="https://img.icons8.com/?size=100&id=119695&format=png&color=000000" alt="Password Generator" />
<p>Password Generator</p>
</li>
</a>
<a href="https://siddhu123m.github.io/JS-Code-Editor/">
<li>
<img src="https://img.icons8.com/?size=100&id=xM5NpnNBYbws&format=png&color=000000" alt="JS Code Editor Icon" />
<p>JS Code Editor</p>
</li>
</a>
<a href="https://siddhu123m.github.io/MD-Viewer">
<li>
<img src="https://img.icons8.com/?size=100&id=tSsoqhIYwMTk&format=png&color=000000" alt="MD Viewer Icon" />
<p>MD Viewer</p>
</li>
</a>
<a href="https://siddhu123m.github.io/WeatherAPP">
<li>
<img src="https://img.icons8.com/?size=100&id=RcBBZX2XlWJV&format=png&color=000000" alt="Weather App Icon" />
<p>Weather App</p>
</li>
</a>
<a href="https://siddhu123m.github.io/JS-concepts">
<li>
<img src="https://img.icons8.com/?size=100&id=PyrI7GCv8LCv&format=png&color=000000" alt="JS Concepts Icon" />
<p>JS Concepts</p>
</li>
</a>
<!-- <a href="https://siddhu123m.github.io/NO-JS/">
<li>
<img src="https://img.icons8.com/?size=100&id=DVzc1vi8FDJt&format=png&color=000000" alt="NodeJS & JS Icon" />
<p>NodeJS & JS</p>
</li>
</a> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=492ILERveW8G&format=png&color=000000" alt="Profile Icon" />
<a href="https://github.com/SIDDHU123M/SIDDHU123M">My Profile</a>
</li> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=0DJs1m5Wz0Yn&format=png&color=000000" alt="CodeHubX Icon" />
<a href="https://github.com/SIDDHU123M/CodehubX">CodeHubX</a>
</li> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=JjXkZB4POgHN&format=png&color=000000" alt="Full Stack Developer Icon" />
<a href="https://github.com/SIDDHU123M/Full-Stack-Developer">Full Stack Developer</a>
</li> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=tSsoqhIYwMTk&format=png&color=000000" alt="MD Viewer Icon" />
<a href="https://github.com/SIDDHU123M/MD-Viewer">MD Viewer</a>
</li> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=PyrI7GCv8LCv&format=png&color=000000" alt="JS Concepts Icon" />
<a href="https://github.com/SIDDHU123M/JS-concepts">JS Concepts</a>
</li> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=DVzc1vi8FDJt&format=png&color=000000" alt="NodeJS & JS Icon" />
<a href="https://siddhu123m.github.io/NO-JS/">NodeJS & JS</a>
</li> -->
<!-- <li>
<img src="https://img.icons8.com/?size=100&id=RcBBZX2XlWJV&format=png&color=000000" alt="Weather APP Icon" />
<a href="https://github.com/SIDDHU123M/WeatherAPP">Weather APP</a>
</li> -->
</ul>
</div>
</body>
</html>