From 9d147733f4cef90fe638aa2d9d6438c8e4ff5ad5 Mon Sep 17 00:00:00 2001 From: Gmoney Date: Thu, 18 Apr 2024 21:42:21 -0700 Subject: [PATCH] Adds Gmoney's resume directory and files --- .../HTML and CSS pre-work.code-workspace | 11 ++++ student-resumes/Gmoney-resume/resume.html | 65 +++++++++++++++++++ student-resumes/Gmoney-resume/style.css | 19 ++++++ 3 files changed, 95 insertions(+) create mode 100644 student-resumes/Gmoney-resume/HTML and CSS pre-work.code-workspace create mode 100644 student-resumes/Gmoney-resume/resume.html create mode 100644 student-resumes/Gmoney-resume/style.css diff --git a/student-resumes/Gmoney-resume/HTML and CSS pre-work.code-workspace b/student-resumes/Gmoney-resume/HTML and CSS pre-work.code-workspace new file mode 100644 index 0000000..79965e6 --- /dev/null +++ b/student-resumes/Gmoney-resume/HTML and CSS pre-work.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "../python_work" + }, + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/student-resumes/Gmoney-resume/resume.html b/student-resumes/Gmoney-resume/resume.html new file mode 100644 index 0000000..595a917 --- /dev/null +++ b/student-resumes/Gmoney-resume/resume.html @@ -0,0 +1,65 @@ + + + + +
My Resume + + + +
+

G Money's Resume

+
+

Objective

+

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. +

+
+
+

Personal Information

+ +

Name: G Money

+

Address: 4 DaStreets Road, The Hood, CA 98765

+

Phone: 02-tone-867-5309

+

Email: gmoney@moolah.org

+
+
+
+

Education

+ +

Degree: Bachelor of Science in 808s and Heartbreak

+

School: Heartbroken Dev University

+
+
+
+

Languages

+ + +
+
+
+

Previous Work Experience

+ +
+

Teenager

+
    +
  • Provide unnecessary and unwanted attitude to authority figures.
  • +
  • Shower once every few weeks under the guise of water conservation.
  • +
+
+
+
+
+

Accomplishments

+ +
+ + + \ No newline at end of file diff --git a/student-resumes/Gmoney-resume/style.css b/student-resumes/Gmoney-resume/style.css new file mode 100644 index 0000000..a7b8bc6 --- /dev/null +++ b/student-resumes/Gmoney-resume/style.css @@ -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; + } \ No newline at end of file