Skip to content

Commit

Permalink
update portofolio
Browse files Browse the repository at this point in the history
  • Loading branch information
fahmyfauzi committed Aug 20, 2023
1 parent d31013a commit 7a2ed98
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Binary file added dist/img/portfolio/gis-virtual-tour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file removed dist/img/portfolio/project-3.webp
Binary file not shown.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta name="description" content="I am a 7th semester Computer Engineering undergraduate student with a GPA of 3.45, interested in IT and programming. Energetic junior web developer proficient in PHP and Laravel. Constantly learning and exploring IT and programming languages.">
<meta name="description" content="A recent graduate with a GPA of 3.48 who has an interest in IT and programming. I am a passionate programmer and skilled in developing using PHP and Laravel as the main framework. I am always eager to expand my knowledge and happy to face new challenges in the world of IT and various programming languages">
<!-- <link href="/dist/output.css" rel="stylesheet" /> -->
<link rel="stylesheet" href="dist/css/final.css" rel="stylesheet">

Expand Down Expand Up @@ -213,14 +213,19 @@ <h2 class="font-bold text-dark text-3xl mb-4 sm:text-4xl lg:text-5xl md:text-lg
</div>
</div>
<div class="w-full px-4 flex flex-wrap justify-center xl:w-10/12 xl:mx-auto">


<div class="mb-12 p-4 md:w-1/2">
<div class="rounded-md shadow-md overflow-hidden">
<img src="dist/img/portfolio/project-4.webp" alt="project pencarian lowongan kerja" width="w-full">
<img src="dist/img/portfolio/informasi-lowongan-kerja.webp" alt="project informasi lowongan kerja" width="w-full">
</div>
<h3 class="font-semibold text-xl text-dark mt-5 mb-3 dark:text-white">Informasi Lowongan Kerja</h3>
<p class="font-medium text-base text-secondary">Recreate a job vacancy portal, because the current system uses wordpress which makes the website slow because of the many plugins installed. This application is made to fulfill the value of the course, namely Practical Work</p>
</div>
<div class="mb-12 p-4 md:w-1/2">
<div class="rounded-md shadow-md overflow-hidden">
<img src="dist/img/portfolio/gis-virtual-tour.png" alt="project laravel gis and virtual tour" width="w-full">
</div>
<h3 class="font-semibold text-xl text-dark mt-5 mb-3 dark:text-white">Pencarian Lowongan Kerja</h3>
<p class="font-medium text-base text-secondary">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod nostrum nesciunt harum sunt? Alias, reprehenderit amet.</p>
<h3 class="font-semibold text-xl text-dark mt-5 mb-3 dark:text-white">Laravel Gis and Tour Virtual</h3>
<p class="font-medium text-base text-secondary">A simple project developed from a YouTube tutorial: @TahuCoding</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 7a2ed98

Please sign in to comment.