Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data diri Yufi Ariftiyo Sidi #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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 foto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,64 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>Exercise 1</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body>
<center>
<h1>Biodata</h1>
<h2>Yufi Ariftiyo Sidi</h2>
<hr color="gold">
<img src="foto.jpg" class="foto" alt="foto">
</center>
<br>

<h2>Profile</h2>
<p>
Hello, my name is Yufi Ariftiyo Sidi. My friends and my family call me yupi. I’m a fresh graduate student from
Mercu Buana University. I love to learn something new, I can work in team and
individual as well.
</p>

<h2>Address</h2>
<p>
Pondok Pakulonan Blok H2/17 RT 03/04 Kel. Pakualam Kec. Serpong Utara Tangerang Selatan
</p>

<h2>Contact</h2>
<p>
PHONE: 0857-1630-5228 <br>
EMAIL: [email protected]
</p>

<h2>Education</h2>
<p>
Mercu Buana University 2015 - 2019 | Bachelor Degree of Information System with GPA 3.71 <br>
SMA Yuppentek 1 Tangerang 2013 - 2015 | IPA
</p>

<h2>Work Experience</h2>
<p>
PT. Paragon Technology Innovation - ETL Internship | March 2018 – June 2018 | Working with Pentaho Data
Integration and PostgreSQL. <br>

PT. Jagat Genta Teknologi - Programmer | June 2018 – November 2018 | Develop a web application to benchmark
smartphone battery for JagatReview
</p>

<h2>Skills</h2>
<ul>
<li>PHP</li>
<li>SQL</li>
<li>CSS</li>
<li>CodeIgniter</li>
<li>JavaScript</li>
<li>Java</li>
<li>C++</li>
<li>Microsoft Office</li>
</ul>
</body>

</html>
36 changes: 36 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body{
background: linear-gradient(94deg, rgba(11,9,43,1) 0%, rgba(17,17,139,1) 43%, rgba(2,18,80,0.6138830532212884) 100%);
}

h1{
color: gold;
}

h2{
color: gold;
font: 22px arial, sans-serif;
font-weight: bold;
}

.foto{
float: center;
width: 180px;
}

p{
color: whitesmoke;
font-family: arial;
font-size: 16px;
padding: 0px;
margin:5px;
text-align: justify;
}

li{
color: whitesmoke;
font-family: arial;
font-size: 16px;
padding: 0px;
margin:5px;
text-align: justify;
}