项目作者: JackHowa

项目描述 :
Bio site based on Free Code Camp requirements
高级语言: HTML
项目地址: git://github.com/JackHowa/portfolio-minimal.git
创建时间: 2019-05-12T15:36:00Z
项目社区:https://github.com/JackHowa/portfolio-minimal

开源协议:MIT License

下载


Portfolio

This website is for potential employers and peers. It’s to show that I’m a software engineer and a bit about personality and design.

This website is also for any one googling me. Since I’ve deleted my social media, thought this would be a helpful landing page.

Requirements

v1

  • My portfolio should have a welcome section with an id of welcome-section.
  • The welcome section should have an h1 element that contains text.
  • My portfolio should have a projects section with an id of projects.
  • The projects section should contain at least one element with a class of project-tile to hold a project.
  • The projects section should contain at least one link to a project.
  • My portfolio should have a navbar with an id of navbar.
  • The navbar should contain at least one link that I can click on to navigate to different sections of the page.
  • My portfolio should have a link with an id of profile-link, which opens my GitHub or FCC profile in a new tab.
  • My portfolio should have at least one media query.
  • The height of the welcome section should be equal to the height of the viewport.
  • The navbar should always be at the top of the viewport.

v2

  • Portfolio can go offline via a service worker
  • Material design guidelines for dark mode
  • Light/dark mode detection
  • Improve performance by loading non-essentials later

Roadmap

  • Form for taking in responses
  • More options for email, in case no email hooked up

Credit

  • Google documentation for service worker
  • Free Code Camp for requirements and community

Lincese

MIT