Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
45 changes: 45 additions & 0 deletions cv.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yg ini dihapus aja

Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<head>
<title>CV Muhammad Naufal Pratomo</title>
<link rel="shortcut icon" href="https://st2.depositphotos.com/33928496/47670/v/450/depositphotos_476703492-stock-illustration-logo-letter-monogram-slash-modern.jpg" type="image/x-icon">
</head>
<body style="background-color: honeydew;">
<br><br>
<div>
<center>
<div style="background-color: ghostwhite; border-radius: 12px; width: 60%; box-shadow: 0px 0px 20px lightyellow">
<br>
<h1 style="text-align: center;">Curriculum Vitae</h1>
<h2 style="text-align: center;">Muhammad Naufal Pratomo</h2>
<br>
</center>
</div>
<br><br>
<div style="background-color: ghostwhite; border-radius: 12px; width: 100%; box-shadow: 0px 0px 20px lightyellow">
<br><br>
<h3 style =" margin-left: 5%;">Pendidikan</h3>
<p style =" margin-left: 5%;">Saat ini sedang menempuh pendidikan di Politeknik Negeri Malang</p>
<br>
<h3 style =" margin-left: 5%;">Keterampilan</h3>
<ul>
<li style =" margin-left: 5%;">Pernah nyentuh ascendant di valorant :D</li>
<li style =" margin-left: 5%;">Ahli memancing di fishing Planet</li>
<li style =" margin-left: 5%;">Selalu on time anaknya sihhh :)</li>
</ul>
<br>
<h3 style =" margin-left: 5%;">Pengalaman Kerja</h3>
<p style =" margin-left: 5%;">Belum ada nichhhh :C</p>
<br>
<h3 style =" margin-left: 5%;">Kontak</h3>
<p style =" margin-left: 5%;">Email: naufalpratomo8@gmail.com</p>
<p style =" margin-left: 5%;">No. Telepon: 08********21</p>
<p style =" margin-left: 5%;">gitgub: https://github.com/NaufalPratomo</p>
<br><br><br>
<center>
<a href="index.html"><button>Pencet ini kalo mau balik ke profile</button></a>
<br><br><br>
</center>
</div>
</body>
</html>
63 changes: 33 additions & 30 deletions index.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jangan dihapus

Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wrideveloper.github.io</title>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}

html,
body {
height: 100%;
}

body {
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<h1>wrideveloper.github.io</h1>
</body>
</html>
<html>
<head>
<title>
It's Mine :D
</title>
<link rel="shortcut icon" href="https://t3.ftcdn.net/jpg/04/77/81/22/360_F_477812217_BVMns3ybwK4PHrUD3nGrwEL5lyxKmdik.jpg" type="image/x-icon">
</head>
<body style="background-color: powderblue;">
<center>
<br><br><br>
<div style="background-color: rgb(217, 241, 252); border-radius: 12px; width: 60%; box-shadow: 0px 0px 20px #00fff2;">
<br>
<h1 style="text-align: center;">Muhammad Naufal Pratomo</h1>
<h2>Waga no Profiledesu:</h2>
<br>
<p>ada siapa nihh :D</p>
<img src="https://th.bing.com/th/id/OIG.Pfg0JE_xRTtmHH_VzvXc?pid=ImgGn"
style="width: 50%; border-radius: 10%;"
alt="tau deh saha :v ">
<h2>Umur:</h2>
<p>eitsss rahasiaa 😋</p>
<h2>Alamat:</h2>
<p>Di Malang deh pokoknya</p>
<h2>Hobby:</h2>
<p>Ngegarap jobsheet hehehe :)</p>
<br>
<a href="cv.html"><button>ada CV ku ni ges</button></a>
<br><br><br>
</div>
<br><br><br>
</center>
</body>
</html>