From d024ca2f8dc2b76157829e6902eea98385157d78 Mon Sep 17 00:00:00 2001 From: embassyrow Date: Fri, 12 Apr 2024 14:18:07 -0700 Subject: [PATCH] Add embassyrow's resume --- student-resumes/embassyrow-resume/index.html | 90 +++++++++++++++++++ student-resumes/embassyrow-resume/style.css | 92 ++++++++++++++++++++ 2 files changed, 182 insertions(+) create mode 100644 student-resumes/embassyrow-resume/index.html create mode 100644 student-resumes/embassyrow-resume/style.css diff --git a/student-resumes/embassyrow-resume/index.html b/student-resumes/embassyrow-resume/index.html new file mode 100644 index 0000000..606fc6b --- /dev/null +++ b/student-resumes/embassyrow-resume/index.html @@ -0,0 +1,90 @@ + + + + + + + + + Steve Huffman Resume + + + + + + + + + + +
+

Steve Huffman

+
+ +
+
+ +
+
+

Objective

+

Now that I'm a billionaire, I'm eager to pivot from CEO responsibilities to a career in programming, leveraging my leadership experience and passion for technology to excel in The Heartbroken Dev's programming course.

+
+ +
+

Education

+
Bachelor of Science, Computer ScienceStanford University, CA
+

Graduated with Distinction

+
+ +
+

Experience

+
March, 2024 – Present
+
Chief Executive OfficerReddit
+
    +
  • Directed the strategic direction and growth of Reddit, overseeing a team of over 1,000 employees.
  • +
  • Achieved significant milestones, including reaching over 500 million monthly active users and implementing innovative monetization strategies.
  • +
  • Led product development initiatives, including platform redesigns and the introduction of new features like Reddit Premium and Community Awards.
  • +
  • Established strategic partnerships with key stakeholders to enhance user experience and drive revenue growth.
  • +
  • Managed operational functions such as budgeting, resource allocation, and talent acquisition.
  • +
+
+ +
+

Skills

+
    +
  • Proficient in leadership and team management, with a proven track record of scaling organizations and fostering innovation.
  • +
  • Strong strategic planning and decision-making abilities, adept at driving business growth and achieving objectives.
  • +
  • Excellent communication and interpersonal skills, able to collaborate effectively with diverse teams and stakeholders.
  • +
  • Familiarity with programming fundamentals and languages, including Python, JavaScript, HTML/CSS, and SQL.
  • +
  • Demonstrated ability to learn new technologies quickly and adapt to evolving industry trends.
  • +
+
+ +
+

Projects

+
    +
  • Developed a basic web application using Python and Django to analyze user engagement metrics for Reddit.
  • +
  • Contributed to open-source projects on GitHub, including bug fixes and feature enhancements for various libraries and frameworks.
  • +
  • Completed online courses and tutorials on programming concepts, data structures, and algorithms to deepen technical knowledge.
  • +
+
+ +
+

Certifications

+

Currently pursuing relevant certifications in programming and software development to supplement practical experience.

+
+ +
+

References

+

https://www.reddit.com/search/?q=steve%20huffman

+
+
+ + + \ No newline at end of file diff --git a/student-resumes/embassyrow-resume/style.css b/student-resumes/embassyrow-resume/style.css new file mode 100644 index 0000000..aab053e --- /dev/null +++ b/student-resumes/embassyrow-resume/style.css @@ -0,0 +1,92 @@ +:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}menu,ol,summary,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none} + +html +{ + font-size: 10px; +} + +body +{ + color: #111; + font-size: 1.4rem; + font-family: "Open Sans", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; + font-variation-settings: "wdth" 100; + line-height: 1.5; + + max-width: 86rem; + margin: 0 auto; + padding: 3rem; + background: rgb(255, 255, 250); +} + +a +{ + text-decoration: underline; + text-underline-offset: 0.4rem; +} + +a:hover, a:focus +{ + text-decoration: none; +} + +h1 +{ + font-weight: 500; + font-size: 3rem; + margin-bottom: 1rem; +} + +h2 +{ + font-size: 2rem; + font-weight: 700; + margin-bottom: 1rem; +} + +header, section +{ + margin: 0 0 3.5rem 0; +} + +section div +{ + margin-bottom: 0.7rem; +} + +address ul +{ + display: flex; + flex-wrap: wrap; + column-gap: 4rem; + row-gap: 1rem; +} + +.details span +{ + font-weight: 600; +} + +.details span:first-of-type +{ + font-style: italic; +} + +.details span:first-of-type:after +{ + content: "—"; + margin: 0 1rem; +} + +section ul +{ + list-style: disc; + + li + { + margin: 0 0 0.7rem 1.4rem; + } +} \ No newline at end of file