-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
254 lines (242 loc) · 13.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
if (
localStorage.getItem("color-theme") === "dark" ||
!("color-theme" in localStorage)
) {
document.documentElement.classList.add("dark");
} else {
document.documentElement.classList.remove("dark");
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>My Projects</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#18181b">
</head>
<body class="bg-gray-100 text-zinc-900 dark:bg-zinc-900 dark:text-slate-50">
<nav id="nav" class="fixed z-50 mx-auto w-full p-1 drop-shadow-sm dark:drop-shadow-md">
<div class="flex items-center justify-between">
<div class="flex space-x-10 pl-5 md:space-x-6 md:pl-6">
<a href="#projects" class="block px-2 py-1 transition ease-in-out hover:text-blue-500">Projects</a>
<a href="#skills" class="block px-2 py-1 transition ease-in-out hover:text-blue-500">Skills</a>
</div>
<div>
<button id="theme-toggle" aria-label="toggle theme" type="button"
class="rounded-lg p-2.5 text-sm text-gray-500 outline-none hover:bg-gray-100 dark:text-gray-100 dark:hover:bg-zinc-700">
<svg id="theme-toggle-dark-icon" class="hidden h-5 w-5" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path>
</svg>
<svg id="theme-toggle-light-icon" class="hidden h-5 w-5" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path
d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z"
fill-rule="evenodd" clip-rule="evenodd"></path>
</svg>
</button>
</div>
</div>
</nav>
<div id="particles-js">
<div class="particles-js-text">
<h1 class="mx-4 text-center text-2xl sm:text-4xl md:text-5xl">
<div class="text-center">
<span class="animate-wave inline-block origin-bottom-right" aria-label="Waving" role="img">👋</span>
Hello, I'm <span class="text-blue-500">Paweł</span>
</div>
<div id="text-desc" class="mt-4 text-center">I'm a programmer</div>
</h1>
<a href="#projects"
class="inline-block text-center text-blue-500 drop-shadow-md transition ease-in-out hover:text-blue-400"
aria-label="Projects">
<svg xmlns="http://www.w3.org/2000/svg"
class="mx-auto mt-10 inline-block h-14 w-14 animate-bounce md:h-20 md:w-20" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round"
d="M9 12.75l3 3m0 0l3-3m-3 3v-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z">
</svg>
</a>
</div>
</div>
<div class="py-3" id="projects">
<h2
class="underline-effect mx-auto mt-8 w-fit pb-1 text-4xl uppercase drop-shadow-sm dark:drop-shadow-lg md:text-5xl">
My Projects
</h2>
<div class="project-section">
<div class="img-div">
<video class="block h-full w-full rounded-xl" autoplay loop muted playsinline disablePictureInPicture>
<source src="video/demo1.webm" type="video/webm">
<source src="video/demo1.mp4" type="video/mp4">
</video>
</div>
<div class="text-div">
<h3 class="mb-4 text-2xl font-semibold">Private Notes App</h3>
<p>
App designed to save and edit your private notes. Created with
Angular 11, Express.js and MongoDB. Authentication is based on JSON
Web Token.
</p>
<a href="https://github.com/Mihaszki/private-notes-app" target="_blank" class="btn-git">Read More</a>
</div>
</div>
<div class="project-section">
<div class="img-div">
<video class="block h-full w-full rounded-xl" autoplay loop muted playsinline disablePictureInPicture>
<source src="video/demo7.webm" type="video/webm">
<source src="video/demo7.mp4" type="video/mp4">
</video>
</div>
<div class="text-div">
<h3 class="mb-4 text-2xl font-semibold">Picture App</h3>
<p>
App created to share your photos. You can register, upload photos, comment and upvote.
Created with React, TailwindCSS, Express.js and MongoDB.
</p>
<a href="https://github.com/Mihaszki/react-picture-app" target="_blank" class="btn-git">Read More</a>
</div>
</div>
<div class="project-section">
<div class="img-div">
<video class="block h-full w-full rounded-xl" autoplay loop muted playsinline disablePictureInPicture>
<source src="video/demo2.webm" type="video/webm">
<source src="video/demo2.mp4" type="video/mp4">
</video>
</div>
<div class="text-div">
<h3 class="mb-4 text-2xl font-semibold">Vitek Bot</h3>
<p>
Vitek is a discord bot created for entertainment and statistical
purposes. It uses Node.js, Discord.js library and MongoDB. Works
with slash commands.
</p>
<a href="https://github.com/Mihaszki/vitek-discord-bot" target="_blank" class="btn-git">Read More</a>
</div>
</div>
<div class="project-section">
<div class="img-div">
<video class="block h-full w-full rounded-xl" autoplay loop muted playsinline disablePictureInPicture>
<source src="video/demo4.webm" type="video/webm">
<source src="video/demo4.mp4" type="video/mp4">
</video>
</div>
<div class="text-div">
<h3 class="mb-4 text-2xl font-semibold">Ascii Painter</h3>
<p>
App created to draw your own ASCII arts with different colors and
characters, the colors are generated by using ANSI escape codes.
Created with HTML, CSS and JavaScript.
</p>
<a href="https://github.com/Mihaszki/AsciiPainter" target="_blank" class="btn-git">Read More</a>
</div>
</div>
<div class="project-section">
<div class="img-div">
<video class="block h-full w-full rounded-xl" autoplay loop muted playsinline disablePictureInPicture>
<source src="video/demo3.webm" type="video/webm">
<source src="video/demo3.mp4" type="video/mp4">
</video>
</div>
<div class="text-div">
<h3 class="mb-4 text-2xl font-semibold">Landing Page</h3>
<p>
Responsive landing page for an imaginary company. Created with HTML,
CSS and JavaScript.
</p>
<a href="https://github.com/Mihaszki/Landing-Page-Template" target="_blank" class="btn-git">Read More</a>
</div>
</div>
<div class="project-section">
<div class="img-div">
<img loading="lazy" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg"
alt="Github" class="svg-white block h-full w-full rounded-xl bg-white">
</div>
<div class="text-div">
<h3 class="mb-4 text-2xl font-semibold">More Projects</h3>
<p>
You can view more projects on my
<a class="underline hover:text-blue-500" href="https://github.com/Mihaszki" target="_blank">Github</a>.
</p>
</div>
</div>
</div>
<div class="py-3" id="skills">
<h2
class="underline-effect mx-auto mt-8 w-fit pb-1 text-4xl uppercase drop-shadow-sm dark:drop-shadow-lg md:mt-16 md:text-5xl">
My Skills
</h2>
<div class="mx-4 mt-8 grid grid-flow-col grid-rows-5 justify-evenly gap-6 md:mx-20 md:mt-16 md:grid-rows-4">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/angularjs/angularjs-plain-wordmark.svg" alt="angular">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-original-wordmark.svg"
alt="bootstrap">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none" src="https://www.chartjs.org/media/logo-title.svg"
alt="chartjs">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-plain-wordmark.svg" alt="css3">
<img loading="lazy" class="svg-white block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original-wordmark.svg" alt="express">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-plain-wordmark.svg" alt="html5">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://upload.wikimedia.org/wikipedia/commons/d/d1/Ionic_Logo.svg" alt="ionic">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg"
alt="javascript">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg"
alt="mongodb">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-plain-wordmark.svg" alt="nodejs">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg"
alt="react">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/sass/sass-original.svg" alt="sass">
<img loading="lazy" class="svg-white block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-original-wordmark.svg"
alt="tailwind">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg"
alt="typescript">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linux/linux-original.svg" alt="linux">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" alt="vs code">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" alt="docker">
<img loading="lazy" class="svg-white block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/discordjs/discordjs-plain-wordmark.svg"
alt="discord.js">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-plain-wordmark.svg" alt="git">
<img loading="lazy" class="block h-20 w-20 drop-shadow-lg dark:drop-shadow-none"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/gimp/gimp-original.svg" alt="gimp">
</div>
</div>
<footer class="mt-20 bg-slate-200 p-4 shadow dark:bg-zinc-800 md:flex md:items-center md:justify-between md:p-6">
<ul class="mx-auto mt-3 flex flex-wrap items-center text-sm text-gray-800 dark:text-gray-400 sm:mt-0">
<li>
<a href="https://github.com/Mihaszki/projects" target="_blank" class="mr-4 hover:underline md:mr-6">Source
Code</a>
</li>
</ul>
</footer>
<script src="js/particles.js-master/particles.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>