stuff to watch on Netflix
##shows
- house of cards
- danger 5
- kimmy Schmidt
- bobs burgers
- attack on Titan
- agents of shield
- Luke Cage
I'm updating my site, repo is here: https://github.com/jaronoff/josharonoff.com | |
I want to include my resume on the homepage in a rendered partial, and I'm trying to figure out how to have the display pull the data from a data source, either a txt file or something in the database. I'm open to suggestions. | |
I'm using Foundation, and I want to be able to change the look and feel of the view, dependant on where in the site I have it. Example, on the homepage, maybe I only show where I've worked (company name.) but on the resume, I show all the data. Both pull from the same data set. | |
http://www.josharonoff.com/v6/resume/ | |
Here's the kind of data I'd be pulling from. |
------------------------------------------------------------- | |
JoshAronoff.com Reqs for Developers | |
------------------------------------------------------------- | |
**Background:** | |
I'm a designer for the web, specializing in UI and UX Design. Over the last year, I've been learning (or trying to learn) Ruby and Rails so that I can make my own app ideas a reality. It's been slow going to say the least. | |
I have an immediate need to update my existing portfolio website. I'm looking for work, and my current implementation is stale and doesn't reflect how I want to be presented on the web. It's ok, but it can be better. | |
I'm moving away from Wordpress or traditional CMS models because it will force me to learn Rails quicker, but in the meantime I need help. |
stuff to watch on Netflix
##shows
#remove font caches for all users | |
%x( sudo atsutil databases -remove ) | |
#Stop and start the ATS Server | |
%x( atsutil server -shutdown ) | |
#Restart the ATS Server | |
%x( atsutil server -ping ) |