-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (343 loc) · 25 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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<!-- BASIC SEO -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Peter Till | Software Developer</title>
<link rel="icon" type="image/png" href="./assets/img/logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/img/logo.png">
<meta name="title" content="Peter Till | Software Engineer">
<meta name="description" content="I'm Peter, an average guy who programs as a hobby and is preparing for his profession. I spend my free time with developing applications for mobile & desktop">
<meta name="keywords" content="software,engineer,petertill,Peter Till, Till Peter, Till Péter,freelancer">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="revisit-after" content="10 days">
<meta name="author" content="Peter Till">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://petertill.github.io/">
<meta property="og:title" content="Peter Till | Software Engineer">
<meta property="og:description" content="I'm Peter, an average guy who programs as a hobby and is preparing for his profession. I spend my free time with developing applications for mobile & desktop">
<meta property="og:image" content="https://petertill.github.io/assets/img/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://petertill.github.io/">
<meta property="twitter:title" content="Peter Till | Software Engineer">
<meta property="twitter:description" content="I'm Peter, an average guy who programs as a hobby and is preparing for his profession. I spend my free time with developing applications for mobile & desktop">
<meta property="twitter:image" content="https://petertill.github.io/assets/img/logo.png">
<!-- PWA -->
<link rel="manifest" href="./manifest.json" crossorigin="use-credentials">
<!-- EXTERNAL LOADS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script src="https://kit.fontawesome.com/d9ec437633.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./output.css">
<script src="./js/email.js"></script>
</head>
<body>
<nav>
<div class="navbar-brand">
<img class="navbar-logo" src="./assets/img/logo.png" alt="Peter Till logo" title="Peter Till logo">
Peter Till
</div>
<ul class="navbar-menu">
<li><a class="navbar-link" href="#">Home</a></li>
<li><a class="navbar-link" href="#about">About</a></li>
<li><a class="navbar-link" href="#projects">Projects</a></li>
<li><a class="navbar-link" href="#services">Services</a></li>
<li><a class="navbar-link" href="#contact">Contact me</a></li>
</ul>
<a href="javascript:void(0);" class="material-symbols-outlined navbar-hamburger" onclick="openMobileMenu()" id="mobile-menu-button">
menu
</a>
</nav>
<ul id="mobile-menu" class="hidden">
<li><a class="navbar-link" href="#">Home</a></li>
<li><a class="navbar-link" href="#about">About</a></li>
<li><a class="navbar-link" href="#projects">Projects</a></li>
<li><a class="navbar-link" href="#services">Services</a></li>
<li><a class="navbar-link" href="#contact">Contact me</a></li>
</ul>
<header>
<div class="hero-text md:order-first order-last">
<h1 class="md:text-6xl text-3xl font-extrabold mb-4 leading-normal">HI, I'M <span class="text-primary">PETER TILL</span>!</h1>
<p class="md:text-4xl text-xl font-extrabold">An enthusiastic software developer from Hungary</p>
<a class="btn btn-primary" href="#">jijisja</a>
</div>
<img class="hero-image md:order-last order-first" src="./assets/img/rocket.png" alt="Hero image" title="Hero image">
</header>
<div class="p-9 clients">
<h5 class="text-2xl font-bold m-4 text-center">Clients I worked with</h5>
<div class="flex flex-row flex-wrap gap-5 justify-center">
<img src="https://cdn.beacons.ai/profile_pictures/instagram/onlinemarketinges.co.jpg" alt="" class="rounded-full h-20 w-auto shadow-lg">
<img src="https://i.sstatic.net/WqYKA.png" alt="" class="h-20 w-auto drop-shadow-lg">
<img src="https://cooksoncreative.com/wp-content/uploads/2020/04/logo-microsoft-404px-grey.png" alt="" class="h-20 w-auto drop-shadow-lg">
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#2F2F37" fill-opacity="1" d="M0,160L18.5,176C36.9,192,74,224,111,202.7C147.7,181,185,107,222,85.3C258.5,64,295,96,332,138.7C369.2,181,406,235,443,234.7C480,235,517,181,554,165.3C590.8,149,628,171,665,197.3C701.5,224,738,256,775,277.3C812.3,299,849,309,886,277.3C923.1,245,960,171,997,128C1033.8,85,1071,75,1108,101.3C1144.6,128,1182,192,1218,197.3C1255.4,203,1292,149,1329,154.7C1366.2,160,1403,224,1422,256L1440,288L1440,0L1421.5,0C1403.1,0,1366,0,1329,0C1292.3,0,1255,0,1218,0C1181.5,0,1145,0,1108,0C1070.8,0,1034,0,997,0C960,0,923,0,886,0C849.2,0,812,0,775,0C738.5,0,702,0,665,0C627.7,0,591,0,554,0C516.9,0,480,0,443,0C406.2,0,369,0,332,0C295.4,0,258,0,222,0C184.6,0,148,0,111,0C73.8,0,37,0,18,0L0,0Z"></path>
</svg>
<main>
<section class="main-center" id="about">
<div class="md:grid grid-cols-7 gap-24 ">
<img src="./assets/img/logo.png" alt="" class="col-span-3 h-full w-auto rounded-2xl object-cover shadow-[0px_0px_20px_0px_#dd7732] my-10 sm:my-0">
<div class="col-span-4">
<h2 class="text-4xl text-center">About me</h2>
<p>
My name is <span class="text-emphasis">Peter Till</span>, a passionate <span class="text-emphasis">full-stack</span> software developer and <span class="text-emphasis">entrepreneur</span> from Hungary.
I have excellent skills in the field of <span class="text-emphasis">mobile application</span>, <span class="text-emphasis">blockchain</span> and <span class="text-emphasis">web development</span>, as well as in the <span class="text-emphasis">development of Discord bots</span>.
I mainly use <span class="text-blue-500">Python</span>, <span class="text-yellow-500">Node.js</span>, React, <span class="text-blue-300">Tailwind CSS</span>, <span class="text-purple-500">PHP</span> and <span class="text-green-500">MongoDB</span> or <span class="text-orange-500">Firebase</span> for database. I have a lot of projects, because I always have the desire to create something new and fantastic and naturally improve in the process. Obviously I won't describe them, because my introduction would be long, but my larger projects are on this page below, in the projects section.
</p>
<p class="mt-2">You don't have a website yet, or maybe you're not satisfied with the current one? Are you aware that the Internet and websites are the future, but you don't know how to get started? If you know yourself, you're in the right place! From simple websites to websites with a more creative, modern look, I am at your disposal for anything.</p>
</div>
</div>
</section>
<section class="main-center" id="projects">
<h2 class="text-4xl text-center">My biggest projects</h2>
<div class="lg:grid grid-cols-7 gap-24 mx-auto w-full max-w-[1240px] my-36">
<img src="./assets/img/aicord.png" alt="" class="h-auto lg:w-full col-span-4 ml-auto mr-auto lg:ml-0 lg:mr-auto p-4 my-5 sm:my-0">
<div class="col-span-3 flex flex-col justify-center items-start text-left">
<h3 class="text-[35px]">AICord Discord bot</h3>
<p>A multi-functional AI Discord bot written in Python. It has functionalities like AI Characters, image generation and more.</p>
<table>
<tr>
<th>Active users</th>
<td>500+ servers</td>
</tr>
<tr>
<th>Tech stack</th>
<td><img src="https://skillicons.dev/icons?i=discord,flask,mongodb,py,tailwind" alt=""></td>
</tr>
<tr>
<th>Income</th>
<td>70$ / mo</td>
</tr>
</table>
<div>
<a class="btn btn-primary inline-block mr-5" href="https://discord.com/application-directory/936662970912608287">Try it</a>
<a class="btn btn-secondary inline-block" href="#">Website</a>
</div>
</div>
</div>
<div class="lg:grid grid-cols-7 gap-24 mx-auto w-full max-w-[1240px] my-36">
<div class="col-span-3 flex flex-col justify-center items-start text-left">
<h3 class="text-[35px]">AICord Discord bot</h3>
<p>A multi-functional AI Discord bot written in Python. It has functionalities like AI Characters, image generation and more.</p>
<table>
<tr>
<th>Active users</th>
<td>500+ servers</td>
</tr>
<tr>
<th>Framework</th>
<td>Discord.py</td>
</tr>
<tr>
<th>Database</th>
<td>MongoDB</td>
</tr>
<tr>
<th>Income</th>
<td>50$ / mo</td>
</tr>
</table>
<div>
<a class="btn btn-primary inline-block mr-5" href="https://discord.com/application-directory/936662970912608287">Try it</a>
<a class="btn btn-secondary inline-block" href="#">Website</a>
</div>
</div>
<img src="./assets/img/aicord.png" alt="" class="h-auto lg:w-full col-span-4 ml-auto mr-auto lg:ml-0 lg:mr-auto p-4 my-5 sm:my-0">
</div>
</section>
<section class="main-center" id="services">
<h2 class="text-4xl text-center">How can I help?</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-3">
<div class="knowledge-card relative">
<img src="./assets/img/logo-horizontal.png" alt="" class="bg-red-400 knowledge-image object-contain">
<h3 class="text-3xl">Website development</h3>
<p>Development of a responsive, modern website for companies or even individuals.</p>
<h4 class="text-2xl mt-5 mb-5 text-primary">I can provide:</h4>
<ul class="knowledge-list">
<li>Website design</li>
<li>Web development</li>
<li>Domain & storage</li>
<li>Maintainance</li>
<li>SEO optimalization</li>
</ul>
<a class="btn btn-primary w-full text-center" href="#">Order</a>
</div>
<div class="knowledge-card">
<img src="https://media.dev.to/cdn-cgi/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4xpm01mu2185tpvnilaq.png" alt="Discord bot developer" class="bg-white knowledge-image object-contain">
<h3 class="text-3xl">Discord bot development</h3>
<p>I'll code a fun, useful and engaging custom Discord bot for your community with advanced or simple features</p>
<h4 class="text-2xl mt-5 mb-5 text-primary">I can provide:</h4>
<ul class="knowledge-list">
<li>Website design</li>
<li>Web development</li>
<li>Domain & storage</li>
<li>Maintainance</li>
<li>SEO optimalization</li>
</ul>
<a class="btn btn-primary w-full text-center" href="#">Order</a>
</div>
<div class="knowledge-card">
<img src="./assets/img/logo-horizontal.png" alt="" class="bg-red-400 knowledge-image object-contain">
<h3 class="font-bold text-3xl">Web development</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Deserunt excepturi, saepe nobis nemo corporis mollitia voluptates totam illo fuga quos unde! Veniam necessitatibus facilis officiis molestiae qui in reprehenderit asperiores.</p>
<h4 class="text-2xl mt-5 mb-5">Test</h4>
<ul class="knowledge-list">
<li>Website design</li>
<li>Web development</li>
<li>Domain & storage</li>
<li>Maintainance</li>
<li>SEO optimalization</li>
</ul>
<a class="btn btn-primary w-full text-center" href="#">Order</a>
</div>
</div>
</section>
<section>
<h2 class="text-4xl text-center">Certificates</h2>
<div class="flex px-5 gap-3 flex-wrap">
<a class="certificate bg-secondary p-3 rounded-md" href="https://www.freecodecamp.org/certification/petertill/javascript-algorithms-and-data-structures" target="_blank">
<h3 class="text-3xl">JavaScript Algorithms and Data Structures</h3>
<p>freeCodeCamp</p>
</a>
<a class="certificate bg-secondary p-3 rounded-md" href="https://www.freecodecamp.org/certification/petertill/responsive-web-design" target="_blank">
<h3 class="text-3xl">Responsive Web Design</h3>
<p>freeCodeCamp</p>
</a>
<div class="certificate bg-secondary p-3 rounded-md">
<h3 class="text-3xl">The Fundamentals of Digital Marketing</h3>
<p>Google</p>
</div>
<div class="certificate bg-secondary p-3 rounded-md">
<h3 class="text-3xl">English Exam, level B2</h3>
<p>ELTE Origo Language Centrum</p>
</div>
</div>
</section>
<section class="main-center">
<!--div class="w-full max-w-7xl px-4 md:px-5 lg-6 mx-auto">
<div class="w-full"-->
<!--h2 class="font-manrope font-bold text-4xl text-black mb-8 text-center">Our customer reviews
</h2-->
<div class="grid grid-cols-1 xl:grid-cols-2 gap-11 pb-11">
<div>
<h2 class="text-4xl text-center">Testimonials</h2>
<p>
I've already worked with a few people and asked them for their input. I have also asked some of my software users or friends that I've worked with on a cool project. Their feedback means a lot to me.
</p>
</div>
<div class="p-8 bg-amber-50 rounded-3xl flex items-center justify-center flex-col">
<h2 class="font-manrope font-bold text-5xl text-amber-400 mb-6">
4.3</h2>
<div class="flex items-center justify-center gap-2 sm:gap-6 mb-4">
<img src="./assets/img/star.svg" alt="" width="44" height="44">
<img src="./assets/img/star.svg" alt="" width="44" height="44">
<img src="./assets/img/star.svg" alt="" width="44" height="44">
<img src="./assets/img/star.svg" alt="" width="44" height="44">
<img src="./assets/img/star.svg" alt="" width="44" height="44">
</div>
<p class="font-medium text-xl leading-8 text-gray-900 text-center">46 Ratings</p>
</div>
</div>
<div class="mt-11 mb-8 p-5 border-primary border-4 rounded-xl">
<div class="flex sm:items-center flex-col min-[400px]:flex-row justify-between gap-5 mb-4">
<div class="flex items-center gap-3">
<img src="https://pagedone.io/asset/uploads/1704349572.png" alt="John image" class="w-10 h-10">
<div>
<h6 class="font-semibold text-lg leading-8 text-primary ">Haycat
<span class="inline-flex items-center rounded-md bg-blue-50 px-2 py-1 text-xs font-medium text-blue-700 ring-1 ring-inset ring-blue-700/10">Discord bot</span>
</h6>
<div class="flex items-center gap-3">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
</div>
</div>
</div>
</div>
<p class="font-normal text-lg leading-8 text-gray-400 max-xl:text-justify">Amazing and easy to work with</p>
</div>
<div class="mt-11 mb-8 p-5 border-primary border-4 rounded-xl">
<div class="flex sm:items-center flex-col min-[400px]:flex-row justify-between gap-5 mb-4">
<div class="flex items-center gap-3">
<img src="https://cdn.discordapp.com/avatars/820395936856670220/1638510574a7eb428bac842070cb7a63.webp" alt="Client's Discord profile" class="w-10 h-10 rounded-full">
<div>
<h6 class="font-semibold text-lg leading-8 text-primary ">Flight
<span class="inline-flex items-center rounded-md bg-blue-50 px-2 py-1 text-xs font-medium text-blue-700 ring-1 ring-inset ring-blue-700/10">Discord bot</span>
</h6>
<div class="flex items-center gap-3">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
</div>
</div>
</div>
</div>
<p class="font-normal text-lg leading-8 text-gray-400 max-xl:text-justify">Peter is an outstanding coder willing to meet the demands his clients. Very responsive and trustworthy. He gives great feed back as well as professional guidance on your project. 5/5 ⭐</p>
</div>
<div class="pt-11 pb-8">
<div class="flex sm:items-center flex-col min-[400px]:flex-row justify-between gap-5 mb-4">
<div class="flex items-center gap-3">
<img src="https://pagedone.io/asset/uploads/1704349572.png" alt="John image" class="w-10 h-10">
<div>
<h6 class="font-semibold text-lg leading-8 text-indigo-600 ">Haycat
<span class="inline-flex items-center rounded-md bg-blue-50 px-2 py-1 text-xs font-medium text-blue-700 ring-1 ring-inset ring-blue-700/10">Discord bot</span>
</h6>
<div class="flex items-center gap-3 mb-4">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
<img src="./assets/img/star.svg" alt="">
</div>
</div>
</div>
</div>
<p class="font-normal text-lg leading-8 text-gray-400 max-xl:text-justify">Indeed he is good. I worked with him</p>
</div>
<!--/div>
</div-->
</div>
</section>
<section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" class="">
<path fill="#2F2F37" fill-opacity="1" d="M0,0L24,21.3C48,43,96,85,144,96C192,107,240,85,288,106.7C336,128,384,192,432,186.7C480,181,528,107,576,106.7C624,107,672,181,720,197.3C768,213,816,171,864,128C912,85,960,43,1008,48C1056,53,1104,107,1152,138.7C1200,171,1248,181,1296,165.3C1344,149,1392,107,1416,85.3L1440,64L1440,320L1416,320C1392,320,1344,320,1296,320C1248,320,1200,320,1152,320C1104,320,1056,320,1008,320C960,320,912,320,864,320C816,320,768,320,720,320C672,320,624,320,576,320C528,320,480,320,432,320C384,320,336,320,288,320C240,320,192,320,144,320C96,320,48,320,24,320L0,320Z"></path>
</svg>
<div class="bg-secondary flex flex-col justify-center items-center h-fit p-10 text-center">
<h2 class="text-5xl mb-0"><span class="text-primary">Request</span> a personalized <span class="text-primary">quote</span>!</h2>
<!--a class="btn btn-primary mt-5" href="tel:+36301499071"><b>+36301499071</b></a-->
<a class="btn btn-primary mt-5" href="mailto:[email protected]"><b>[email protected]</b></a>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#2F2F37" fill-opacity="1" d="M0,0L24,21.3C48,43,96,85,144,96C192,107,240,85,288,106.7C336,128,384,192,432,186.7C480,181,528,107,576,106.7C624,107,672,181,720,197.3C768,213,816,171,864,128C912,85,960,43,1008,48C1056,53,1104,107,1152,138.7C1200,171,1248,181,1296,165.3C1344,149,1392,107,1416,85.3L1440,64L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z"></path>
</svg>
</section>
<section class="main-center" id="contact">
<h2 class="text-4xl text-center">Contact me!</h2>
<div class="md:grid grid-cols-7 gap-24 mt-20">
<img src="./assets/img/logo.png" alt="" class="col-span-3 h-full w-auto rounded-2xl object-cover shadow-[0px_0px_20px_0px_#dd7732] my-10 sm:my-0">
<div class="col-span-4">
<form class="p-3 p-xl-4" id="contact-form">
<div class="mb-3"><input class="form-control" type="text" id="name" name="name" placeholder="Name"></div>
<div class="mb-3"><input class="form-control" type="email" id="email" name="email" placeholder="Email"></div>
<div class="mb-3"><textarea class="form-control" id="message" name="message" rows="6" placeholder="Message"></textarea></div>
<div><button class="btn btn-primary d-block w-100" type="submit">Send </button></div>
</form>
</div>
</div>
</section>
</main>
<footer>
2024 © Peter Till | All rights reserved
</footer>
<script src="./js/index.js" type="text/javascript"></script>
</body>
</html>