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

+ +
+
+
+
+

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