/ng-edyucom

angular version of a portfolio

Primary LanguageHTML

Personal Website

A website refresh focused on displaying projects using:

  • Angular
  • SCSS
  • Bootstrap

Try TailwindCSS with some free component websites such as

Masonry? -Masonry

Guide

A startup guide in case I forget how to do this

  • ng new projectName
    • with Routing + SCSS
  • cd projectName

FontAwesome

  • ng add @fortawesome/angular-fontawesome
  • in .ts of component to use in, import corresponding icon
  • assign variable name, eg:
    • import { faLinkedinIn } from '@fortawesome/free-brands-svg-icons';
    • faLinkedinIn = faLinkedinIn;

Structure

  • HOME
    • Hero page?
    • Brief intro with captivating picture
    • Mention location Columbus, OH?
    • LinkedIn, Email, Resume
  • ABOUT
    • Discuss past to present trajectory, briefly
    • Data, coding, etc
  • PROJECTS
    • Cards with with filtering based on category
      • (Data, Web, Business, School, Personal, etc?)