Skip to content

Commit

Permalink
closes #44 new uploading method + updates to about me + running on yo…
Browse files Browse the repository at this point in the history
…semite
  • Loading branch information
harquail committed Oct 26, 2015
1 parent 26ad119 commit 4d5c560
Show file tree
Hide file tree
Showing 35 changed files with 375 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
build/
**/cloudflare-auth.conf
**/ship.conf
aws-credentials.json
harquail.com/
node_modules/
.DS_Store
.sass-cache/
aws-credentials.json
2 changes: 1 addition & 1 deletion contents/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I'm Nook (like the [e-reader](http://nook.com)).

I'm equally at home in a Linux terminal or a Victorian Novel, but my passion is finding ways to combine the two worlds. I'm interested in the intersection of art and technology, in creating things that are functional and beautiful. I'm fascinated by games and other systems that create delight.

I work at [Viacom Lab](http://www.viacomlab.com/) in a user-centered team that builds apps and experiences to explore the future of media and entertainment.
I work at [Viacom Lab](http://www.viacomlab.com/), in a user-centered team that makes products & experiences to explore the future of media and entertainment.

Previously, I was at [Dartmouth College](http://www.dartmouth.edu/), where I earned an M.S. in Computer Science with a Concentration in Digital Arts, and helped establish the [DALI Lab](http://dali.dartmouth.edu) — a technology innovation lab at Dartmouth.

Expand Down
14 changes: 14 additions & 0 deletions contents/aws-upload.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
credentials:"../aws-credentials.json",
bucketName:"harquail.com",
patterns:[
"**/*.ico",
"**/*.js",
"**/*.css",
"**/*.less",
"**/*.png",
"**/*.jpg",
"**/*.pdf",
"**/*.html"
]
}
Binary file modified contents/portfolio/3d_design/knight01.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/3d_design/knight02.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/dekaaz/1. Mockup_create_v2-N.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/dekaaz/Copy-of-Mockup_login_v1.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/dekaaz/Profile-NotFollowed.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/kindle-mount/mount-specs.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/kindle-mount/mount-specs2.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/kitten-posters/kitteh_box_PRINT_ME.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt02.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt03.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt04.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt05.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt06.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt07.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/metadata-games/tilt08.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/psych-on-ice/home.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/psych-on-ice/login.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/quyen-logo/nook_quyen_logo_banner.medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contents/portfolio/word/word1.medium.jpg
Binary file modified contents/portfolio/word/word2.medium.jpg
Binary file modified contents/portfolio/word/word3.medium.jpg
Binary file modified contents/portfolio/word/word4.medium.jpg
Binary file modified contents/portfolio/word/word_blastoff_poster.medium.jpg
354 changes: 354 additions & 0 deletions contents/resume/resume.pdf.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions sh/wship.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ for i in contents/portfolio/*/*.pdf;
echo "${RED}generated html for $i \n${RESET}"
fi
done

#should double size here
mogrify -verbose -format "medium.jpg" -quality 100 -resize 720x800\> contents/portfolio/*/*.png contents/portfolio/*/*.tif ; echo "${RED}generated thumbnails\n${RESET}"
rm -rf harquail.com && echo "${RED}cleaned\n${RESET}"
wintersmith build && echo "${RED}built\n${RESET}"
ship harquail.com -to s3 && cfcli -c contents/cloudflare-auth.conf purgecache && echo "${RED}shipped.\n${RESET}"
cd harquail.com && s3-upload && echo "${RED}uploaded.\n${RESET}"
# ship harquail.com -to s3 &&
cd .. && cfcli -c contents/cloudflare-auth.conf purgecache && echo "${RED}shipped.\n${RESET}"

0 comments on commit 4d5c560

Please sign in to comment.