Build Your Online Resume Easily with GitHub.dev Workshop

https aka ms workshoplibrary resume n.w
1 / 21
Embed
Share

"Learn how to create a professional resume website in your browser using GitHub.dev and GitHub Pages. Follow step-by-step instructions and enhance your coding skills effortlessly. Start building your digital presence today!"

  • Resume Builder
  • GitHub Pages
  • Coding Workshop
  • Online Portfolio
  • Web Development

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. https://aka.ms/workshoplibrary-resume Create a resume website in the browser using github.dev and GitHub Pages Presented by:

  2. Setting up your coding environment github.com 1. Create a new repository 2. Press . 3. Write code in the browser!

  3. github.dev/your-username/resume 1. Install CodeSwing

  4. github.dev/your-username/resume 1. Install CodeSwing 2. Turn on AutoSave

  5. Getting started with HTML html head body link title main header article h1 article

  6. Creating an HTML page github.dev/your-username/resume 1. Open the Command Palette 2. Select CodeSwing: Initialize Workspace as Swing 3. Choose Basic: HTML-Only

  7. Adding content to an HTML page

  8. HTML Lists Unordered List Ordered List Work Experience Cool accomplishment Cool accomplishment Cool accomplishment In this role, I accomplished three main objectives: 1. Cool accomplishment 2. Cool accomplishment 3. Cool accomplishment

  9. Add your work experience

  10. Add your skills, education, and about you

  11. Adding style using CSS Image Source

  12. Adding style to a page github.dev/your-username/resume 1. Create a new file called style.css 2. Add your CSS to style your page body { font-family: Segoe UI , Tahoma, Geneva, Verdana, sans-serif; font-size: 12px; max-width: 960px; margin: auto; }

  13. Sizing github.dev/your-username/resume h1 { font-size: 3em; letter-spacing: .6em; padding-top: 1em; padding-bottom: 1em; } h2 { font-size: 1.5em; padding-bottom: 1em; } h3 { font-size: 1em; padding-bottom: 1em; }

  14. Using CSS grids

  15. Controlling spacing with the box model

  16. Selecting an element by ID id property

  17. Creating your website

  18. your-username.github.io/resume/ To continue growing your web development skills, Modify this page! Experiment with more styles and content Explore content on Microsoft Learn Please tell us how you liked this workshop by filling out this survey: https://aka.ms/workshopomatic- feedback

More Related Content