-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
270 lines (263 loc) · 15.1 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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dynamic Portfolio</title>
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<link rel="stylesheet" href="./dist/output.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.1/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.1/css/sharp-thin.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.1/css/sharp-solid.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.1/css/sharp-regular.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.5.1/css/sharp-light.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],300&family=Josefin+Sans:wght@600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
}
#intro {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
}
#header a {
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
}
#websitename {
font-family: 'Lilita One', cursive;
}
</style>
</head>
<body class="bg-slate-100">
<!-- Navbar -->
<nav class="bg-gray-200 px-6 py-4 shadow">
<div class="container mx-auto flex justify-between items-center">
<a href="#" class="text-xl font-bold text-gray-900" id="websitename">Creative Catalog</a>
<div class="hidden md:block" id="header">
<a href="#about" class="text-gray-800 hover:text-orange-600 px-4">About</a>
<a href="#skills" class="text-gray-800 hover:text-orange-600 px-4">Skills</a>
<a href="#projects" class="text-gray-800 hover:text-orange-600 px-4">Projects</a>
<a href="#contact" class="text-gray-800 hover:text-orange-600 px-4">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="text-gray-700 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="object-cover object-center rounded" alt="hero" src="https://s3.tebi.io/mynotes/ME.png">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-extrabold text-gray-900">Hello, I'm Arbind Singh</h1>
<p class="mb-8 leading-relaxed" id="intro">Passionate about teaching and empowering the next generation of technologists. Experienced in Python, TypeScript, Flask, Docker, and Cloud Infrastructure.</p>
<div class="flex justify-center">
<a href="#contact" class="inline-flex text-white bg-orange-500 border-0 py-2 px-6 focus:outline-none hover:bg-orange-600 rounded text-lg">Contact Me</a>
<a href="#projects" class="ml-4 inline-flex text-gray-700 bg-gray-200 border-0 py-2 px-6 focus:outline-none hover:bg-gray-300 rounded text-lg">See My Projects</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="text-gray-700 body-font bg-white">
<div class="container px-5 py-24 mx-auto">
<div class="text-center mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font text-gray-900 mb-4">Skills & Technologies</h1>
<p class="text-base leading-relaxed xl:w-2/4 lg:w-3/4 mx-auto">My technical skill set.</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
<i class="fas fa-laptop-code text-orange-500 text-3xl mb-3"></i>
<h2 class="title-font font-medium text-2xl text-gray-900">Web Dev</h2>
<p class="leading-relaxed">HTML, CSS, JavaScript, ReactJs Tailwindcss</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
<i class="fa-sharp fa-solid fa-code text-orange-500 text-3xl mb-3"></i>
<h2 class="title-font font-medium text-2xl text-gray-900">Coding</h2>
<p class="leading-relaxed">Python, C, C++ and More to learn</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
<i class="fa-regular fa-layer-group text-orange-500 text-3xl mb-3"></i>
<h2 class="title-font font-medium text-2xl text-gray-900">DevOps</h2>
<p class="leading-relaxed">Docker , Kubernetes, AWS, Azure, GCP</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
<i class="fa-sharp fa-regular fa-gear text-orange-500 text-3xl mb-3"></i>
<h2 class="title-font font-medium text-2xl text-gray-900">Sys Admin</h2>
<p class="leading-relaxed">Windows, Linux, OSx, Unix, Android</p>
</div>
</div>
<!-- More skills -->
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="text-gray-700 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-gray-900">Projects</h1>
<div class="h-1 w-20 bg-orange-500 rounded"></div>
</div>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-500">Check out some of my projects.</p>
</div>
<div class="flex flex-wrap -m-4">
<!-- Project 1 -->
<div class="p-4 md:w-1/2">
<div class="max-w-md mx-auto bg-white rounded-lg overflow-hidden md:max-w-xl shadow-lg">
<div class="md:flex">
<div class="md:flex-shrink-0">
<img src="https://github.com/habitual69/mealbuddy/blob/main/screenshots/mealbuddy.png?raw=true" alt="Meal Buddy" class="h-48 w-full object-cover md:h-full md:w-48">
</div>
<div class="p-4">
<div class="flex items-center mb-3">
<div class="flex-shrink-0 w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-orange-500 text-white">
<i class="fas fa-utensils"></i>
</div>
<h2 class="text-lg font-medium text-gray-900 title-font">MealBuddy</h2>
</div>
<p class="leading-relaxed text-base text-gray-600">MealBuddy is a comprehensive platform designed to help users discover new meals, delve into detailed recipes, and explore a culinary world like never before.</p>
<a href="https://github.com/habitual69/mealbuddy" class="inline-flex items-center mt-3 text-orange-500 hover:text-orange-600">
Learn More
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="p-4 md:w-1/2">
<div class="max-w-md mx-auto bg-white rounded-lg overflow-hidden md:max-w-xl shadow-lg">
<div class="md:flex">
<div class="md:flex-shrink-0">
<img src="https://raw.githubusercontent.com/habitual69/onlinedigitalmusic/main/odm.png" alt="ODM" class="h-48 w-full object-cover md:h-full md:w-48">
</div>
<div class="p-4">
<div class="flex items-center mb-3">
<div class="flex-shrink-0 w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-orange-500 text-white">
<i class="fa-sharp fa-solid fa-music"></i>
</div>
<h2 class="text-lg font-medium text-gray-900 title-font">OnlineDigitalMusic (ODM)</h2>
</div>
<p class="leading-relaxed text-base text-gray-600">OnlineDigitalMusic: A web app for music lovers. Powered by the unofficial DiFm API, it offers diverse tunes to suit every taste.</p>
<a href="https://github.com/habitual69/onlinedigitalmusic" class="inline-flex items-center mt-3 text-orange-500 hover:text-orange-600">
Learn More
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="p-4 md:w-1/2">
<div class="max-w-md mx-auto bg-white rounded-lg overflow-hidden md:max-w-xl shadow-lg">
<div class="md:flex">
<div class="md:flex-shrink-0">
<img src="https://github.com/habitual69/youradio/blob/main/assets/tunewave.png?raw=true" alt="Project 2 Screenshot" class="h-48 w-full object-cover md:h-full md:w-48">
</div>
<div class="p-4">
<div class="flex items-center mb-3">
<div class="flex-shrink-0 w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-orange-500 text-white">
<i class="fa-solid fa-radio-tuner"></i>
</div>
<h2 class="text-lg font-medium text-gray-900 title-font">TuneWave - Online Music Streaming</h2>
</div>
<p class="leading-relaxed text-base text-gray-600">uneWave: Learn web development, API integration, and music streaming in one interactive platform. Perfect for beginners and skill improvement alike.</p>
<a href="https://github.com/habitual69/youradio" class="inline-flex items-center mt-3 text-orange-500 hover:text-orange-600">
Learn More
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="p-4 md:w-1/2">
<div class="max-w-md mx-auto bg-white rounded-lg overflow-hidden md:max-w-xl shadow-lg">
<div class="md:flex">
<div class="md:flex-shrink-0">
<img src="https://www.redditinc.com/assets/images/blog/_1000x483_crop_center-center_none/reddit_header_2023-11-28-222257_hthh.png" alt="ODM" class="h-48 w-full object-cover md:h-full md:w-48">
</div>
<div class="p-4">
<div class="flex items-center mb-3">
<div class="flex-shrink-0 w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-orange-500 text-white">
<i class="fa-brands fa-reddit-alien"></i>
</div>
<h2 class="text-lg font-medium text-gray-900 title-font">Reddit Post Explorer</h2>
</div>
<p class="leading-relaxed text-base text-gray-600">The Reddit Post Explorer: A Python and Streamlit web app for effortlessly browsing and exploring posts from various subreddits. Fetching data from the Reddit API, it offers a user-friendly interface.</p>
<a href="https://github.com/habitual69/reddit-post-explorer" class="inline-flex items-center mt-3 text-orange-500 hover:text-orange-600">
Learn More
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="text-gray-700 body-font relative">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">Contact Me</h1>
<p class="
lg:w-2/3 mx-auto leading-relaxed text-base">Whether you have a question or just want to say hi, I'll try my best to get back to you!</p>
</div>
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<form action="https://formspree.io/f/xjvnyjpj" method="POST" class="flex flex-wrap -m-2">
<div class="p-2 w-1/2">
<input class="w-full bg-gray-100 rounded border border-gray-400 focus:outline-none focus:border-orange-500 text-base px-4 py-2" placeholder="Name" type="text" name="name">
</div>
<div class="p-2 w-1/2">
<input class="w-full bg-gray-100 rounded border border-gray-400 focus:outline-none focus:border-orange-500 text-base px-4 py-2" placeholder="Email" type="email" name="email">
</div>
<div class="p-2 w-full">
<textarea class="w-full bg-gray-100 rounded border border-gray-400 focus:outline-none h-48 focus:border-orange-500 text-base px-4 py-2 resize-none block" placeholder="Message" name="message"></textarea>
</div>
<div class="p-2 w-full">
<button class="flex mx-auto text-white bg-orange-500 border-0 py-2 px-8 focus:outline-none hover:bg-orange-600 rounded text-lg">Send</button>
</div>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-200 text-gray-600 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<span class="ml-3 text-xl" id="websitename">Creative Catalog</span>
</a>
<p class="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">© 2024 Arbind Singh —
<a href="https://twitter.com/" class="text-gray-600 ml-1" rel="noopener noreferrer" target="_blank">@iknewit_dev</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-gray-500" href="https://www.facebook.com/aksclusive">
<i class="fab fa-facebook-f"></i>
</a>
<a class="ml-3 text-gray-500" href="https://twitter.com/iknewit_dev?lang=en">
<i class="fab fa-twitter"></i>
</a>
<a class="ml-3 text-gray-500" href="www.linkedin.com/in/arbindsingh89">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="ml-3 text-gray-500" href="https://www.instagram.com/arbind__singh">
<i class="fab fa-instagram"></i>
</a>
</span>
</div>
</footer>
</body>
</html>