65 lines
No EOL
2 KiB
HTML
65 lines
No EOL
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<center><title>My Resume</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1>G Money's Resume</h1></center>
|
|
<hr>
|
|
<center><h2> Objective</h2></center>
|
|
<p>Aspiring programmer with an odd sense of humor, looking to develop
|
|
the skills necessary to benefit both society and the environment. Seeking
|
|
an entry-level full-stack developer position in a MisFortune 100 company.
|
|
</p>
|
|
<div>
|
|
<hr>
|
|
<center><h2>Personal Information</h2></center>
|
|
<!-- Use below to place information-->
|
|
<p>Name: G Money</p>
|
|
<p>Address: 4 DaStreets Road, The Hood, CA 98765 </p>
|
|
<p>Phone: 02-tone-867-5309</p>
|
|
<p>Email: gmoney@moolah.org</p>
|
|
</div>
|
|
<div>
|
|
<hr>
|
|
<center><h2>Education</h2></center>
|
|
<!-- Use below to place information-->
|
|
<p>Degree: Bachelor of Science in 808s and Heartbreak </p>
|
|
<p>School: Heartbroken Dev University</p>
|
|
</div>
|
|
<div>
|
|
<hr>
|
|
<center><h2>Languages </h2></center>
|
|
<!-- Use below to place information-->
|
|
<ul>
|
|
<li>English</li>
|
|
<li>Sanskrit</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<hr>
|
|
<center><h2>Previous Work Experience</h2></center>
|
|
<!-- Use below to place information-->
|
|
<div>
|
|
<h3>Teenager</h3>
|
|
<ul>
|
|
<li>Provide unnecessary and unwanted attitude to authority figures.</li>
|
|
<li>Shower once every few weeks under the guise of water conservation.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<hr>
|
|
<center><h2>Accomplishments</h2></center>
|
|
<ul>
|
|
<li>Student of a Fortune 10 Principal Engineer</li>
|
|
<li>2020 Hotdog Eating Champion</li>
|
|
<li>2019 Banjo Playing State Champion</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |