-
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
7 changed files
with
25 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,8 @@ body{ | |
align-items: center; | ||
color: #e3e3e3; | ||
background-color: black; | ||
} | ||
|
||
img{ | ||
transition: .5s; | ||
} |
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.png"> | ||
<link rel="icon" href="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" /> | ||
|
@@ -55,6 +55,22 @@ <h1>MUHAMMAD RIFZKHY ALL FHAYED</h1> | |
</div> | ||
</section> | ||
|
||
<!-- TODO: Skill --> | ||
<section> | ||
<div class="title"> | ||
<h1>SKILL</h1> | ||
|
||
</div> | ||
</section> | ||
|
||
<!-- TODO: Project --> | ||
<section class="" style="background-color: #101010; color: #e3e3e3;"> | ||
<div class="title"> | ||
<h1>PROJECT</h1> | ||
|
||
</div> | ||
</section> | ||
|
||
<!-- TODO: Certificate --> | ||
<section> | ||
<div class="jumbotron p-3"> | ||
|
@@ -63,11 +79,11 @@ <h1>CERTIFICATE</h1> | |
</div> | ||
<div class="certificate"> | ||
<div class="row p-1"> | ||
<div class="col p-3" align="center"><img class="image" src="src/certificate/Sertifikat PKL.png" data-tilt | ||
<div class="col p-3" align="center"><img 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.png" data-tilt | ||
<div class="col p-3" align="center"><img 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.png" data-tilt | ||
<div class="col p-3" align="center"><img src="src/certificate/Sertifikat Kompetensi front.webp" data-tilt | ||
data-tilt-glare></div> | ||
</div> | ||
</div> | ||
|
@@ -76,21 +92,13 @@ <h1>AWARD CERTIFICATE</h1> | |
</div> | ||
<div class="certificate"> | ||
<div class="row p-1"> | ||
<div class="col p-3" align="center"><img class="image" src="src/certificate/piagam.png" data-tilt | ||
<div class="col p-3" align="center"><img src="src/certificate/piagam.webp" data-tilt | ||
data-tilt-glare></div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- TODO: Project --> | ||
<section class="" style="background-color: #101010; color: #e3e3e3;"> | ||
<div class="title" align="center"> | ||
<h1>PROJECT</h1> | ||
|
||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<script type="text/javascript" src="src/vanilla-tilt.js"> | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.