-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from RakaiSeto/main
tugas biodata rakai
- Loading branch information
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Rakai Seto Sembodo</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
</head> | ||
<body style="background-color: #ddd; color: black"> | ||
<div> | ||
<div class="d-flex flex-column align-items-center"> | ||
<h1>Rakai Seto Sembodo</h1> | ||
<img style="height: 25vh; width:fit-content;" src="2332302307-vurma-1QlUR.jpg" alt="PROFIL"/> | ||
<br> | ||
<button type="button" class="btn btn-primary w-25" data-bs-toggle="modal" data-bs-target="#exampleModal"> | ||
Contact Me | ||
</button> | ||
</div> | ||
<hr /> | ||
<div style="display: flex; flex-direction: column; flex-wrap: wrap" class="container"> | ||
<div> | ||
<h2>Alamat :</h2> | ||
<p>Jl. Kelapa Kopyor Barat V CJ2/12A, Kelapa Gading, Jakarta Utara</p> | ||
<p>Jl. Simpang Remujung No 6A (Kos Surya Kencana)</p> | ||
</div> | ||
|
||
<div> | ||
<h2>Umur :</h2> | ||
<p>18</p> | ||
</div> | ||
<div> | ||
<h2>Motto Hidup :</h2> | ||
<p>I'm Him</p> | ||
</div> | ||
<div> | ||
<h2>Pendidikan</h2> | ||
<ul> | ||
<li>SMPN 99 JAKARTA</li> | ||
<li>SMKN 7 JAKARTA</li> | ||
<li>Politeknik Negeri Malang</li> | ||
</ul> | ||
<!-- <br> --> | ||
</div> | ||
<div> | ||
<h2>Pekerjaan</h2> | ||
<ul> | ||
<li>Fullstack Developer</li> | ||
<li>Mentor Miniclass Web Basic WRI Polinema</li> | ||
<li>Komandan Tingkat JTI '23</li> | ||
</ul> | ||
</div> | ||
<!-- <br> --> | ||
<div> | ||
<h2>Hobi</h2> | ||
<ul> | ||
<li>Basket</li> | ||
<li>Nonton</li> | ||
<li>Programming</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h1 class="modal-title fs-5" id="exampleModalLabel">Kontak</h1> | ||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> | ||
</div> | ||
<div class="modal-body text-center"> | ||
<a href="http://github.com/rakaiseto" target="_blank" style="text-decoration: none" | ||
><i class="bi bi-github"></i> Github</a | ||
> | ||
<br /> | ||
<a href="http://instagram.com/rakss101" target="_blank" style="text-decoration: none" | ||
><i class="bi bi-instagram"></i> Instagram</a | ||
> | ||
<br /> | ||
<a href="https://www.linkedin.com/in/rakaiseto/" target="_blank" style="text-decoration: none" | ||
><i class="bi bi-linkedin"></i> LinkedIn</a | ||
> | ||
<br /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |