-
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
4 changed files
with
23 additions
and
4 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
body{ | ||
height: 100vh; | ||
overflow-x: hidden; | ||
color: #101010; | ||
background-color: #e3e3e3; | ||
scroll-behavior: smooth; | ||
|
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,6 +3,7 @@ | |
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" href="logo.png"> | ||
<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" /> | ||
|
@@ -21,10 +22,11 @@ | |
<div class="content"> | ||
|
||
<!-- TODO: Landing page --> | ||
<section> | ||
<section align="center"> | ||
<div class="wrapper"> | ||
<h1>I'm Rifzkhy</h1> | ||
<h3>PORTOFOLIO</h3> | ||
</div> | ||
</section> | ||
|
||
<!-- TODO: About Me --> | ||
|
@@ -45,6 +47,7 @@ <h1>MUHAMMAD RIFZKHY ALL FHAYED</h1> | |
<!-- <img src="src/rifzkhy.jpg" class="card-img-top" alt="..."> --> | ||
<img src="src/rifzkhy.jpg" class="profile-pics"> | ||
<div class="card-body"> | ||
<button type="button" class="btn btn-secondary">Hire me</button> | ||
</div> | ||
</div> | ||
</div> | ||
|