-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" href="logo.webp"> | ||
<link rel="icon" href="./src/logo.webp"> | ||
<title>Muhammad Rifzkhy All Fhayed</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous" /> | ||
|
@@ -30,7 +30,7 @@ <h3>PORTOFOLIO</h3> | |
</section> | ||
|
||
<!-- TODO: About Me --> | ||
<section class="" style="background-color: #101010; color: #e3e3e3;"> | ||
<section class="about" style="background-color: #101010; color: #e3e3e3;"> | ||
<div class="jumbotron p-3"> | ||
<div class="title" align="center"> | ||
<h1>ABOUT ME</h1> | ||
|
@@ -43,9 +43,9 @@ <h1>MUHAMMAD RIFZKHY ALL FHAYED</h1> | |
clean solutions that deliver impactful experiences to users.</p> | ||
</div> | ||
<div class="col" align="center"> | ||
<div class="card" data-tilt data-tilt-glare data-tilt-max-glare="0.8"> | ||
<!-- <img src="src/rifzkhy.jpg" class="card-img-top" alt="..."> --> | ||
<img src="src/rifzkhy.jpg" class="profile-pics"> | ||
<div class="card" data-tilt style="width: 18rem;"> | ||
<!-- <img loading="lazy"src="src/rifzkhy.jpg" class="card-img-top" alt="..."> --> | ||
<img loading="lazy" src="./src/rifzkhy.webp" class="profile-pics"> | ||
<div class="card-body"> | ||
<button type="button" class="btn btn-secondary">Hire me</button> | ||
</div> | ||
|
@@ -64,11 +64,26 @@ <h1>SKILL</h1> | |
</section> | ||
|
||
<!-- TODO: Project --> | ||
<section class="" style="background-color: #101010; color: #e3e3e3;"> | ||
<div class="title"> | ||
<section class="project" style="background-color: #101010; color: #e3e3e3;"> | ||
<div class="jumbotron p-3"> | ||
<div class="title" align="center"> | ||
<h1>PROJECT</h1> | ||
|
||
</div> | ||
<div class="row pt-3"> | ||
<div class="col"> | ||
<div class="card" data-tilt style="width: 18rem;" align="center"> | ||
<img loading="lazy" src="./src/matsuri-ai.webp" class="project-pics"> | ||
<img src="./src/whatsapp-background.webp" class="card-img-top"> | ||
<div class="card-body"> | ||
<h5 class="card-title">MatsuriAI</h5> | ||
<p class="card-text">An artficial intelligence Whatsapp BOT using OpenAI ChatGPT.</p> | ||
<a href="http://wa.me/6285651418066" class="btn" style="background-color: #FEB252;">Chat</a> | ||
<a href="#" class="btn" style="background-color: #FEB252;">Help</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- TODO: Certificate --> | ||
|
@@ -79,11 +94,11 @@ <h1>CERTIFICATE</h1> | |
</div> | ||
<div class="certificate"> | ||
<div class="row p-1"> | ||
<div class="col p-3" align="center"><img src="src/certificate/Sertifikat PKL.webp" data-tilt | ||
<div class="col p-3" align="center"><img loading="lazy"src="src/certificate/Sertifikat PKL.webp" data-tilt | ||
data-tilt-glare></div> | ||
<div class="col p-3" align="center"><img src="src/certificate/Sertifikat LSP front.webp" data-tilt | ||
<div class="col p-3" align="center"><img loading="lazy"src="src/certificate/Sertifikat LSP front.webp" data-tilt | ||
data-tilt-glare></div> | ||
<div class="col p-3" align="center"><img src="src/certificate/Sertifikat Kompetensi front.webp" data-tilt | ||
<div class="col p-3" align="center"><img loading="lazy"src="src/certificate/Sertifikat Kompetensi front.webp" data-tilt | ||
data-tilt-glare></div> | ||
</div> | ||
</div> | ||
|
@@ -92,7 +107,7 @@ <h1>AWARD CERTIFICATE</h1> | |
</div> | ||
<div class="certificate"> | ||
<div class="row p-1"> | ||
<div class="col p-3" align="center"><img src="src/certificate/piagam.webp" data-tilt | ||
<div class="col p-3" align="center"><img loading="lazy"src="src/certificate/piagam.webp" data-tilt | ||
data-tilt-glare></div> | ||
</div> | ||
</div> | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.