Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added OctrianTito/FOTO FORMAL.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions OctrianTito/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OCTRIAN ADILUHUNG TIO PUTRA</title>
</head>
<body>
<div class="profile">
<h1><b>OCTRIAN ADILUHUNG TITO PUTRA</b></h1>
<img src="FOTO FORMAL.jpg" alt="FOTO GWEHHH" width="250px">
<hr>
<h2><u><strong>PROFIL PRIBADI</strong></u></h2>
<h2>Nama : Octrian Adiluhung Tito Putra</h2>
<h2>Umur : 19</h2>
<h2>Asal : Probolinggo</h2>
<h2>Hobi : Main Game</h2>
<h2>Github : <a href="https://github.com/OctrianTito">https://github.com/OctrianTito</a></h2>
<h2>DESKRIPSI SINGKAT : SAYA MANUSIA POLTEK</h2>
</div>

</body>
</html>
14 changes: 14 additions & 0 deletions OctrianTito/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.profile {
background-color:bisque;
text-align: center;
padding-top: 50px;
margin-top: 50px;
margin-bottom: 60px;
margin-left: 20px;
margin-right: 20px;
font-family: 'Times New Roman', Times, serif;
.hr {
width: 10px;
color: black;
}
}