-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (177 loc) · 6.44 KB
/
index.html
File metadata and controls
209 lines (177 loc) · 6.44 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Projects Hub</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<style>
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #0f172a, #1e293b);
color: #fff;
}
header {
text-align: center;
padding: 30px;
font-size: 28px;
font-weight: bold;
}
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 25px;
padding: 30px;
}
@media (max-width: 600px) {
header {
font-size: 22px;
}
}
.card {
background: #1e293b;
border-radius: 15px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.card:hover {
transform: translateY(-8px) scale(1.03);
box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}
.card img {
width: 100%;
height: 150px;
object-fit: cover;
}
.card-content {
padding: 15px;
text-align: center;
}
.card-content h3 {
margin: 10px 0;
}
.card-content a {
display: inline-block;
margin-top: 10px;
padding: 10px 18px;
background: linear-gradient(45deg, #38bdf8, #0ea5e9);
color: #000;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
transition: 0.3s;
}
.card-content a:hover {
background: linear-gradient(45deg, #0ea5e9, #22c55e);
}
.icon {
margin-right: 8px;
}
.social-icons svg {
width: 18px;
height: 18px;
stroke-width: 2;
}
.social-icon {
margin: 0 8px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 6px;
border-radius: 50%;
transition: 0.3s;
}
.social-icon:hover {
background: #38bdf8;
color: #000;
}
footer {
text-align: center;
padding: 15px;
background: #1e293b;
font-size: 14px;
}
</style>
</head>
<body>
<header>
🚀 My GitHub Projects Hub
</header>
<div class="container">
<!-- QR Code Generator -->
<div class="card">
<img src="image/qr.png" alt="QR Generator">
<div class="card-content">
<h3><i class="fa-solid fa-qrcode icon"></i>QR & Barcode Generator</h3>
<a href="https://devangdaksh.github.io/QBar/" target="_blank">
Visit Site
</a>
</div>
</div>
<!-- Weather -->
<div class="card">
<img src="image/weath.png" alt="Weather">
<div class="card-content">
<h3><i class="fa-solid fa-cloud-sun icon"></i>Weather App</h3>
<a href="https://devangdaksh.github.io/weather/" target="_blank">
Visit Site
</a>
</div>
</div>
<!-- Clock -->
<div class="card">
<img src="image/clock.png" alt="Clock">
<div class="card-content">
<h3><i class="fa-solid fa-clock icon"></i>Clock App</h3>
<a href="https://devangdaksh.github.io/clocky/" target="_blank">
Visit Site
</a>
</div>
</div>
<!-- YouTube Downloader -->
<div class="card">
<img src="image/youtube.png" alt="YouTube Downloader">
<div class="card-content">
<h3><i class="fa-brands fa-youtube icon"></i>YouTube Downloader <span style="color: orange;">(Coming Soon)</span></h3>
<p>A downloader UI in progress.</p>
<a href="https://devangdaksh.github.io/youtube-video-downloader" target="_blank">
Visit Site
</a>
</div>
</div>
</div>
<footer class="footer">
<p>© 2026 Devang | All Projects in One Place</p>
<p>Created by Devang</p>
<p>Contact: <a href="mailto:devangworkid@gmail.com">mail</a></p>
<p>Follow us on social media for updates and tips:</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/devang-Singh-41642a366" class="social-icon" target="_blank" rel="noopener">
<span class="tooltip">LinkedIn</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<line x1="8" y1="11" x2="8" y2="16"></line>
<line x1="8" y1="8" x2="8" y2="8"></line>
<line x1="12" y1="16" x2="12" y2="11"></line>
<path d="M16 16v-3a2 2 0 0 0-4 0"></path>
</svg>
</a>
<a href="https://www.youtube.com/@script_dev-e3i" class="social-icon" target="_blank" rel="noopener">
<span class="tooltip">YouTube</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-youtube">
<rect x="2" y="4" width="20" height="16" rx="4" ry="4"></rect>
<polygon points="10 9 16 12 10 15 10 9"></polygon>
</svg>
</a>
<a href="https://github.com/Devangdaksh" class="social-icon" target="_blank" rel="noopener">
<span class="tooltip">GitHub</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github">
<path d="M12 2C6.13 2 2 6.13 2 12c0 4.42 2.87 8.17 6.84 9.5.5.09.66-.22.66-.48 0-.24-.01-.87-.01-1.7-2.78.6-3.37-1.34-3.37-1.34-.45-1.16-1.1-1.47-1.1-1.47-.9-.62.07-.61.07-.61 1 .07 1.53 1.03 1.53 1.03.89 1.52 2.34 1.08 2.91.83.09-.65.35-1.08.63-1.33-2.22-.25-4.56-1.11-4.56-4.95 0-1.09.39-1.98 1.03-2.68-.1-.25-.45-1.27.1-2.65 0 0 .84-.27 2.75 1.02A9.56 9.56 0 0 1 12 6.8c.85.004 1.71.115 2.51.337 1.91-1.29 2.75-1.02 2.75-1.02.55 1.38.2 2.4.1 2.65.64.7 1.03 1.59 1.03 2.68 0 3.85-2.34 4.7-4.57 4.95.36.31.68.92.68 1.85 0 1.33-.01 2.41-.01 2.74 0 .27.16.58.67.48A10.01 10.01 0 0 0 22 12c0-5.87-4.73-10-10-10z"/>
</svg>
</a>
</div>
</footer>
</body>
</html>