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 Naufal #3

Open
wants to merge 1 commit 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 fotodiri.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 67 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,76 @@
<html lang="en">
<head>
<title>Exercise 1</title>
<link rel="stylesheet" href="./style.css" type="text/css"> </link>
</head>
<body>

<center>
<h1>Biodata</h1>
<h1 class="title">Curriculum Vitae | Muhammad Naufal Yunan</h1>
<img src="./fotodiri.jpg" class="fotodiri">
<hr>
</center>
<h5 class="alamatkontak"> Taman Cibeunying Utara No.10, Bandung | +6282173389959 | [email protected]</h5>


<h2 class="profile"> Profile </h2>
<p class="profile description"> A hard worker who could work under pressure,
have a good communication skill, loyalty, and a propitious teamwork
and problem solving skill with other people. Open minded when
undergoing problems. Attracted on being problem solver in energy and
technology field. </p> <br>

<h2 class=" Education"> Education </h2>
<h3> Bachelor of Eng. | April 2019 | Bandung Institute of Technology </h2>
<ul class="edlist">
<li> Major: Geological Engineering </li> <br>
<li> Related Coursework :
<ul id="coursework">
<li> Geodynamic Laboratory Assistant</li>
<li> Sedimentology and Stratigraphy Laboratory Assistant</li>
<li> Geological Mapping Field Course Assistant, Karangsambung</li>
<li> Junior Geologist PT AAK</li><br>
</ul>
<li> Graduated with Cum Laude distinction and GPA 3.61 on the scale of 4 </li>
</li>
</ul><br>

<h2 class="Skills & Abilities">Skills & Abilities </h2>
<h3> Management and Leadership </h3>
<ul class="salist">
<li>Head of Human Resources Division of HMTG "GEA" ITB.</li>
<p> Responsible for the fulfillment of organization core value of
more than 300 person in HMTG "GEA" ITB.
</p>
<li> Laboratory Assistant in the Sedimentology, Stratigraphy and Subsurface Geology
Laboratory and Geodynamic Laboratory.</li>
<p> Responsible for teaching structural geoogy and sedimentology and stratigraphy Laboratory
module for more than two terms on the laboratory. </p>
<li> Dean's List for more than 4 semester</li>
<p> Managing GPA achievement more than 3.5 on the scale of 4 with no failed subjects
under a lot of extracurricular activity </p>
</ul>

<h2 class="Experience">Experience </h2>

<ul class="exp">
<li>Exploration Geologist | Atlas Anugerah Kencana | 2017-2018</li>
<p> Responsible for coal distribution mapping in PT. AAK work area in
Middle Bengkulu. Producing coal distribution and geological map of the work area in Middle Bengkulu.</p>
<li> Field Course Assistant | ITB | July-August 2018 & July 2019</li>
<p> Teaching 80 people how to do a geological mapping, and how to interpret data that have been collected in the field. </p>
<li> BP Exploration Division Intern | British Petroleum | April-July 2018</li>
<p> Responsible to conduct Pore Pressure, Fracture Gradient, and Geomechanical
Analysis and it’s geomechanical state on hydraulic fracturing in Ubadari Field, Bintuni Basin, Papua.</p>
<li> South Jambi Basement Fracture Project | ITB | July-October 2019</li>
<p> Responsible to conduct geomechanical analysis, petrophysical analysis of
fractured basement and fracture property analysis using image log data (FMI and FMS) to support DFN model. </p>
<li> Jatibarang Basement Fracture Project | ITB | July-October 2019</li>
<p> Responsible to do geomechanical analysis of fractured basement and fracture property
analysis using image log data (FMI and FMS) to determine the critical fracture orientation.</p>
</ul>
<div class="image">
<!-- <img src="./fotodiri.jpg" alt="Pas Foto Pribadi" > -->
<div>
</body>
</html>
71 changes: 71 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
body{
background: linear-gradient(-45deg, #35577D, #141E30);
}
h1{
color: gold;
font-family: Arial;
}

h2{
color: khaki;
font-family: : Georgia;

}
h3{
color: white;
margin-left: 10px;
font-weight: bolder;
font-family: arial;
}
p{
color: silver;
opacity:0.8;
font-family: Helvetica;
font-size: 15px;
padding: 0px;
margin:5px;
margin-left: 15px;
text-align: justify;

}
.edlist,
.salist,
.exp{
font-family: :Calibri;
font-size: 18px;
font-weight: normal;
color: beige;
opacity:0.9;

}
#coursework{
color: beige;
font-family: Arial;
font-size: 15px;

}

.alamatkontak{
font-size: 13px;
font-family: sans-serif;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: gold;
opacity: 0.5;
}

.fotodiri {
-webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 50, 0.97);
-moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 50, 0.97);
box-shadow: 5px 0px 5px 0px rgba(0, 0, 50, 0.97);
float: right;
width: 50px;
}

footer{
background: linear-gradient(45deg, #35567D, #141E30);
margin: 20px;
padding: 10px;
}