Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
/ polymer-resume Public archive

Resume site refactored into polymer components

Notifications You must be signed in to change notification settings

edodso2/polymer-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer-Resume

My personal resume site refactored into polymer components.

Todo:

  1. Refactor resume sections into polymer components. DONE
  • start by creating one component "resume-app" with all of the HTML from the previous index.html. The styles for that component will contain the entire bootstrap library until the refactoring phase is complete.
  • once all secionts of the resume are broken out into seperate components remove bootsrap as a dependency
  1. Update navbar from bootstrap to polymer app-layout app-header component. DONE

  2. Get scroll spy working with the app-header component. DONE (needs optimization)

  3. Update resume to 2017 skill set with a 'show more' button for skills. Increase UX of the skills section by indicating that the images can be flipped to view a descriptions of the skill. Partially done

  4. Add two main projects from 2017 with SVG animations of the projects functioning.

  5. Update experience with recent job/ posiiton and descriptions from paper resume

  6. Optimizations(TBD)

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Viewing Your Application

$ polymer serve

Building Your Application

$ polymer build

This will create a build/ folder with bundled/ and unbundled/ sub-folders containing a bundled (Vulcanized) and unbundled builds, both run through HTML, CSS, and JS optimizers.

You can serve the built versions by giving polymer serve a folder to serve from:

$ polymer serve build/bundled

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

About

Resume site refactored into polymer components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages