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
1 change: 1 addition & 0 deletions Adityawangsa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# wrideveloper.github.io
Binary file added Hari pertama/Foto Pribadi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions Hari pertama/Kedua.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
body{
background-image: linear-gradient(to right, aqua, magenta);
}
.sa{
background-color: #b18383;
/* width: 100%;
max-width: 150px;
height: 120px; */
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
vertical-align: top;
border-radius: 10px;
}
.sa h1{
transform: translate(10px, 0px);
display: inline-block;
}
.sa p{
display: inline-block;
margin-left: 10px;
}
p{
display: inline-block;
}
.fd{
width: 200px;
height: 100px;
background-image: linear-gradient(to right, yellow, greenyellow);
margin-left: 30px;
margin-top: 10px;
border: 3px solid blue;
border-radius: 10px;
box-shadow: 4px 4px 10px black;
}
.fd1 p{
position: relative;
right: 10px;
width: 60px;
height: 30px;
background-color: greenyellow;
border-radius: 10px;
}
</style>
<body>
<div class="sa">
<h1>MACAN!</h1>
<p>Aing Macan</p>
</div>
<div class="fd">
<div class="fd1">
<p>Gra....</p>
</div>
</div>
</body>
</html>
123 changes: 123 additions & 0 deletions Hari pertama/Untitled-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M. Syaikhul Ma'arif Adityawangsa</title>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display:wght@600&family=Raleway:wght@300&display=swap');

body{
font-size: 16px;
background-image: url("pexels-spencer-selover-428429.jpg");
background-size: cover;
height: 100vh;
}
.gt{
width: 100%;
height: 94px;
background-color: yellowgreen;
}
.gt p{
display: flex;
position: relative;
line-height: 5px;
font-size: 1.5em;
margin-left: 90px;
top: -70px;
width: 90px;
font-family: 'Playfair Display', serif;
}
.gt img{
width: 70px;
height: auto;
transform: translate(15px, 1px);
display: flex;
justify-content: space-between;
}
.gt ul{
list-style-type: none;
display: flex;
justify-content: flex-end;
margin: 0;
position: relative;
top: -80px;
}
.gt li{
width: 90px;
}
.gt a{
text-decoration: none;
color: black;
text-align: justify;
padding: 10;
}
.gt a:hover{
font-weight:bolder;
color: grey;
}
.h1{
width: 800px;
height: 200px;
background-color:aquamarine;
display: block;
margin: 0 auto;
border-radius: 10px;
border-style: solid;
border-width: 2px;
border-color:bisque;
margin-top: 20px;
box-shadow: 10px 10px 20px(rgb(185, 23, 23));
}
.h1 img{
width: 100px;
height: auto;
transform: translate(20px,20px);
display: inline-block;
vertical-align: top;
}
.h1 h1{
font-size: 1.5em;
transform: translate(30px, 0px);
display: inline-block;
padding-left: 10px;
font-family: 'Montserrat', sans-serif;
}
.SA p{
font-family: 'Raleway', sans-serif;
display: inline;
position: relative;
top: -75px;
margin-left: 146px;
}
/* .Hg{
display: flex;
} */
</style>
<body>
<div class="gt">
<img src="https://cdn.icon-icons.com/icons2/2622/PNG/512/bed_icon_159028.png" alt="Jangan lupa tidur, Bang!">
<p>Ruang</p>
<p>Hampa</p>
<ul>
<li><a href="./Untitled-1.html">Home</a></li>
<li><a href="https://shopee.co.id/?gad_source=1&gclid=CjwKCAiA0syqBhBxEiwAeNx9N5LyrOY2nb_sODfULmhggSMIcYfiqzQqQGuTS1Iy4AfljQwsnAZY_BoCyJEQAvD_BwE" target="_self">Shop</a></li>
<li><a href="https://wa.me/qr/7UEOBELUVSK7L1" target="_self">Contact</a></li>
<li><a href="#">About me</a></li>
</ul>
</div>
<div class="Hg">
<div class="h1">
<img src="I:\Latihan Kerja Rodi\Hari pertama\Foto Pribadi.jpg" alt="">
<h1>M. Syaikhul Ma'arif Adityawangsa</h1>
<div class="SA">
<p>Nama: M. Syaikhul Ma'arif Adityawangsa</p><br>
<p>Umur: 18 tahun</p><br>
<p>Alamat: Jatimulyo, Lowokwaru, Malang</p><br>
<p>Hobi: Fotografi</p>
</div>
</div>
</div>
</body>
</html>
Binary file added Hari pertama/pexels-spencer-selover-428429.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.