Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GamzeeRakoon committed Feb 1, 2024
1 parent 47ad3ef commit 55189f7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added img/goblin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/laravel_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ma_cheese.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/php_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html data-theme="cupcake" class="scroll-smooth" lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./styles.css"><title>Portfolio Gamzee</title><script defer="defer" src="/dist/bundle.js"></script><link href="/dist/styles.css" rel="stylesheet"></head><body><header id="home"><nav class="navbar bg-base-100 fixed z-50"><div class="flex-1"><div class=""><div tabindex="0" class="btn btn-ghost btn-circle avatar"><div class="w-10 rounded-full"><img alt="Raccoon icon" src="./img/ma_cheese.png"></div></div></div></div><div class="flex-none"><ul class="menu menu-horizontal px-1"><li><a href="#home" class="cursor-pointer hover:text-gray-400">Home</a></li><li><a href="#aboutMe" class="cursor-pointer hover:text-gray-400">About me</a></li><li><a href="#projects" class="cursor-pointer hover:text-gray-400">Projects</a></li><li><a href="#contact" class="cursor-pointer hover:text-gray-400">Contact</a></li></ul></div></nav></header><main><section><div class="flex items-center mx-auto max-w-7xl h-screen"><div><p class="text-9xl font-bold">Hi</p><p class="mb-5 text-8xl">I am <span class="font-medium text-violet-700">Gamzee van den Boogaard</span></p><p class="text-xl">Im a fullstack developer studying at Alfa-College</p></div></div></section><section id="aboutMe"><div class="hero min-h-screen bg-base-200"><div class="hero-content flex-col lg:flex-row-reverse"><img alt="cool picture" src="https://daisyui.com/images/stock/photo-1635805737707-575885ab0820.jpg" class="max-w-sm rounded-lg shadow-2xl"><div><h1 class="text-5xl font-bold">About me</h1><p class="py-6">Hey there, I'm Gamzee, a 19-year-old full-stack Software Development student from the Netherlands, currently honing my craft at Alfa-College.</p><p class="py-6">Beyond the classroom, I'm always on the lookout for the next tech adventure. Whether it's diving headfirst into the latest frameworks, experimenting with new programming languages, or staying in the loop with industry trends, I thrive on staying on the cutting edge of software development.</p><p>But I'm not just a lone coder—I'm all about that collaborative vibe. You'll catch me contributing to open-source projects, where it's not just about writing code; it's a community thing. Open source is about sharing knowledge, building together, and facing real-world challenges as a team. Jumping into these projects not only sharpens my coding skills but also keeps the fire burning for tackling problems together.</p></div></div></div></section><section id="projects" class="flex items-center justify-center min-h-screen"><div class="container mx-auto my-8"><h1 class="text-5xl font-bold pb-10 text-center">Projects</h1><div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 place-items-center"><div class="card w-96 bg-base-200 shadow-xl place-items-center border-b-5 border-red-50"><figure class="overflow-hidden bg-base-100 w-full"><img src="./img/goblin.png" alt="Goblin icon"></figure><div class="card-body"><h2 class="card-title font-bold">Goblinflix</h2><p>React webapp that uses the TMDB API to look for movies, their trailers displayed in a streaming service type front-end</p><div class="card-actions justify-end"><a type="button" class="btn btn-secondary" href="https://github.com/GamzeeRakoon/goblinflix">Source</a></div></div></div><div class="card w-96 bg-base-200 shadow-xl place-items-center border-b-5 border-red-50"><figure class="overflow-hidden bg-base-100"><img src="./img/php_logo.png" alt="PHP Logo"></figure><div class="card-body"><h2 class="card-title font-bold">Blog PHP</h2><p>A PHP blog website written in pure PHP and MySQL</p><div class="card-actions justify-end"><a type="button" class="btn btn-secondary" href="https://github.com/GamzeeRakoon/blog-php">Source</a></div></div></div><div class="card w-96 bg-base-200 shadow-xl place-items-center border-b-5 border-red-50"><figure class="overflow-hidden bg-base-100"><img src="./img/laravel_logo.png" alt="Laravel Logo"></figure><div class="card-body"><h2 class="card-title font-bold">Blog PHP</h2><p>A PHP blog website written in pure PHP and MySQL</p><div class="card-actions justify-end"><a type="button" class="btn btn-secondary" href="https://github.com/GamzeeRakoon/blog-php">Source</a></div></div></div></div></div></section><section class="flex items-center justify-center min-h-screen bg-base-200"><div id="contact"><h1 class="text-5xl font-bold pb-10 text-center">contact</h1><div class="overflow-x-auto"><table class="table"><tbody><tr><td>Email</td><td><a class="link link-secondary" href="mailto:[email protected]">[email protected]</a></td></tr><tr><td>github</td><td><a class="link link-secondary" href="https://github.com/GamzeeRakoon">GamzeeRakoon</a></td></tr><tr><td>Gitlab</td><td><a class="link link-secondary" href="https://gitlab.com/GamzeeRakoon">GamzeeRakoon</a></td></tr></tbody></table></div></div></section></main><footer><div class="text-center bg-base-200"><p>© 2024 Gamzee. All Rights Reserved.</p></div></footer><script src="./bundle.js"></script></body></html>
<!doctype html><html data-theme="cupcake" class="scroll-smooth" lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./styles.css"><title>Portfolio Gamzee</title><script defer="defer" src="/dist/bundle.js"></script><link href="/dist/styles.css" rel="stylesheet"></head><body><header id="home"><nav class="navbar bg-base-100 fixed z-50"><div class="flex-1"><div class=""><div tabindex="0" class="btn btn-ghost btn-circle avatar"><div class="w-10 rounded-full"><img alt="Raccoon icon" src="./img/ma_cheese.png"></div></div></div></div><div class="flex-none"><ul class="menu menu-horizontal px-1"><li><a href="#home" class="cursor-pointer hover:text-gray-400">Home</a></li><li><a href="#aboutMe" class="cursor-pointer hover:text-gray-400">About me</a></li><li><a href="#projects" class="cursor-pointer hover:text-gray-400">Projects</a></li><li><a href="#contact" class="cursor-pointer hover:text-gray-400">Contact</a></li></ul></div></nav></header><main><section><div class="flex items-center mx-auto max-w-7xl h-screen"><div><p class="text-9xl font-bold">Hi</p><p class="mb-5 text-8xl">I am <span class="font-medium text-violet-700">Gamzee van den Boogaard</span></p><p class="text-xl">Im a fullstack developer studying at Alfa-College</p></div></div></section><section id="aboutMe"><div class="hero min-h-screen bg-base-200"><div class="hero-content flex-col lg:flex-row-reverse"><img alt="cool picture" src="./img/tux.png" class="max-w-sm rounded-lg shadow-2xl"><div><h1 class="text-5xl font-bold">About me</h1><p class="py-6">Hey there, I'm Gamzee, a 19-year-old full-stack Software Development student from the Netherlands, currently honing my craft at Alfa-College.</p><p class="py-6">Beyond the classroom, I'm always on the lookout for the next tech adventure. Whether it's diving headfirst into the latest frameworks, experimenting with new programming languages, or staying in the loop with industry trends, I thrive on staying on the cutting edge of software development.</p><p>But I'm not just a lone coder—I'm all about that collaborative vibe. You'll catch me contributing to open-source projects, where it's not just about writing code; it's a community thing. Open source is about sharing knowledge, building together, and facing real-world challenges as a team. Jumping into these projects not only sharpens my coding skills but also keeps the fire burning for tackling problems together.</p></div></div></div></section><section id="projects" class="flex items-center justify-center min-h-screen"><div class="container mx-auto my-8"><h1 class="text-5xl font-bold pb-10 text-center">Projects</h1><div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 place-items-center"><div class="card w-96 bg-base-200 shadow-xl place-items-center border-b-5 border-red-50"><figure class="overflow-hidden bg-base-100 w-full"><img src="./img/goblin.png" alt="Goblin icon"></figure><div class="card-body"><h2 class="card-title font-bold">Goblinflix</h2><p>React webapp that uses the TMDB API to look for movies, their trailers displayed in a streaming service type front-end</p><div class="card-actions justify-end"><a type="button" class="btn btn-secondary" href="https://github.com/GamzeeRakoon/goblinflix">Source</a></div></div></div><div class="card w-96 bg-base-200 shadow-xl place-items-center border-b-5 border-red-50"><figure class="overflow-hidden bg-base-100"><img src="./img/php_logo.png" alt="PHP Logo"></figure><div class="card-body"><h2 class="card-title font-bold">Blog PHP</h2><p>A PHP blog website written in pure PHP and MySQL</p><div class="card-actions justify-end"><a type="button" class="btn btn-secondary" href="https://github.com/GamzeeRakoon/blog-php">Source</a></div></div></div><div class="card w-96 bg-base-200 shadow-xl place-items-center border-b-5 border-red-50"><figure class="overflow-hidden bg-base-100"><img src="./img/laravel_logo.png" alt="Laravel Logo"></figure><div class="card-body"><h2 class="card-title font-bold">Blog PHP</h2><p>A PHP blog website written in pure PHP and MySQL</p><div class="card-actions justify-end"><a type="button" class="btn btn-secondary" href="https://github.com/GamzeeRakoon/blog-php">Source</a></div></div></div></div></div></section><section class="flex items-center justify-center min-h-screen bg-base-200"><div id="contact"><h1 class="text-5xl font-bold pb-10 text-center">contact</h1><div class="overflow-x-auto"><table class="table"><tbody><tr><td>Email</td><td><a class="link link-secondary" href="mailto:[email protected]">[email protected]</a></td></tr><tr><td>Github</td><td><a class="link link-secondary" href="https://github.com/GamzeeRakoon">GamzeeRakoon</a></td></tr><tr><td>Gitlab</td><td><a class="link link-secondary" href="https://gitlab.com/GamzeeRakoon">GamzeeRakoon</a></td></tr></tbody></table></div></div></section></main><footer><div class="text-center bg-base-200"><p>© 2024 Gamzee. All Rights Reserved.</p></div></footer><script src="./bundle.js"></script></body></html>

0 comments on commit 55189f7

Please sign in to comment.