Merge pull request #43 from ga1programmer/master
Adds Gmoney's resume directory and files
This commit is contained in:
commit
d936b72291
3 changed files with 95 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../python_work"
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
65
student-resumes/Gmoney-resume/resume.html
Normal file
65
student-resumes/Gmoney-resume/resume.html
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<!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>
|
||||
19
student-resumes/Gmoney-resume/style.css
Normal file
19
student-resumes/Gmoney-resume/style.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
body {
|
||||
font-family: "Helvetica Neue", sans-serif;
|
||||
font-size: 24px;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue