Commit Graph

256 Commits

Author SHA1 Message Date
JT 009ba717a7 meta and lighten purple link/h2 over dark bg 2014-07-27 21:47:03 -07:00
Armon Dadgar 1c56af7105 website: Fixing download helper 2014-07-28 00:29:12 -04:00
Armon Dadgar bd93aac189 website: Update helper to use correct env variable 2014-07-28 00:11:40 -04:00
Armon Dadgar decf9f1bb0 website: Update google analytics 2014-07-28 00:06:16 -04:00
Armon Dadgar 8fbcd65eb1 website: Document the -backup flag 2014-07-27 23:40:18 -04:00
Jack Pearkes 91331ce763 website: more poly line tweaks 2014-07-27 23:12:37 -04:00
Jack Pearkes d97a235f77 website: soften poly lines slightly 2014-07-27 23:05:15 -04:00
Amadeus Demarzi 2b01b4bad3 NO MOAR GLOBALS
The instance of Engine is no longer attached to window. Was only there
for debugging purposes.
2014-07-27 19:54:42 -07:00
Amadeus Demarzi f984f33e8b Small mobile to desktop resize bug-fix 2014-07-27 19:51:59 -07:00
Amadeus Demarzi d2a6666b9b Reworked Breathing
It now no longer feels like breathing. It should feel a bit more
amorphis and subtle.
2014-07-27 19:33:15 -07:00
Amadeus Demarzi 1f29626bba Sometimes you like, fuggit, make it responsive
So now the logo dynamically changes based on screensize...
2014-07-27 18:41:44 -07:00
Amadeus Demarzi fc24ee6f9c Fixed mobile homepage
* Fixed the overflow problem
* Logo should now resize appropriately
* Tagline hidden on mobile
2014-07-27 18:32:33 -07:00
Amadeus Demarzi bf52c81454 Fixing mobile logo scaling 2014-07-27 18:32:33 -07:00
Jack Pearkes 95dcc213e9 website: change tagline font to lato 2014-07-27 18:32:33 -07:00
Amadeus Demarzi a4b9e96f7b Fixed IE detection 2014-07-27 18:32:33 -07:00
Amadeus Demarzi 6cb2bc606e Adding static design to homepage 2014-07-27 18:32:33 -07:00
Amadeus Demarzi 89a786c5e1 Testing strokes 2014-07-27 18:32:33 -07:00
Amadeus Demarzi c25f011666 New logo 2014-07-27 18:32:33 -07:00
Amadeus Demarzi 8a15d6f4c0 Performance tweaks and start of static version
* Performance improvements involve less CSS'ery
* Building a canvas API to screenshot various aspect to make static
* Static backgrounds in place... next stop, logo changes
2014-07-27 18:32:33 -07:00
Amadeus Demarzi 28a89eb328 Removing deprecated code 2014-07-27 18:32:33 -07:00
Amadeus Demarzi 33be6008d2 Basic breathing... needs more refinement 2014-07-27 18:32:33 -07:00
Amadeus Demarzi 26d45774dc Improved Typewriter with cursor 2014-07-27 18:32:32 -07:00
Amadeus Demarzi 64adfce427 Using classes to show galaxy 2014-07-27 18:32:32 -07:00
Amadeus Demarzi 3f54a5fa18 More tweaks and stuff
Improved CSS and HTML a bit in the jumbotron.
2014-07-27 18:32:32 -07:00
Amadeus Demarzi 172552d48a Fixed mobile nav 2014-07-27 18:32:32 -07:00
Amadeus Demarzi c656937d9d Removing more unneccesary function calls 2014-07-27 18:32:32 -07:00
Amadeus Demarzi 31cfad5c44 Various performance optimizations
* Reducing hot function calls
* Optimized surrounding HTML and CSS
* Removed a forced redraw test in render
2014-07-27 18:32:32 -07:00
Amadeus Demarzi 96863d5f4b Various performance optimizations 2014-07-27 18:32:32 -07:00
Amadeus Demarzi 5f10724025 Attempting to improve performance a bit 2014-07-27 18:32:32 -07:00
Amadeus Demarzi c6a5b0458e Grid now maintains aspect ratio on scale
Muuuch better. Less jank.
2014-07-27 18:32:32 -07:00
Amadeus Demarzi 8483bc384c Tons of Grid fixes
Realized I didn't export the poly properly

It now scales... although I should maintain the aspect ratio so it
doesn't look terrible on narrower devices

Fixed mouse targeting
2014-07-27 18:32:32 -07:00
Amadeus Demarzi aeef7b5de3 MOAR STARS 2014-07-27 18:32:32 -07:00
Amadeus Demarzi 222cf2012b Lots more things.
Got Puller integrated.
Need to make Puller shape responsive.
NEED MOAR PERFORMANCE. Somehow...

Overall module is pretty neat I think... just needs lots of refinement
2014-07-27 18:32:32 -07:00
Amadeus Demarzi afc8e3dbdf Disabling random generation for now 2014-07-27 18:32:31 -07:00
Amadeus Demarzi 8f327af3c1 Slightly better random generation.
Not sure this is right though.

Thinking of going the puller route in this.  I think a catchy tag line
is in order too.
2014-07-27 18:32:31 -07:00
Amadeus Demarzi 23228f9bde Basic shape generation
It doesn't look right yet, however it's a start and needs some
refinement
2014-07-27 18:32:31 -07:00
Amadeus Demarzi 9d2c13135a Animation improvements, added Chainable 2014-07-27 18:32:31 -07:00
Amadeus Demarzi 35945d6c2d Logo is now centered, optimized context.translate 2014-07-27 18:32:31 -07:00
Amadeus Demarzi 4c2e31b827 Starfield is now properly centered 2014-07-27 18:32:31 -07:00
Amadeus Demarzi f6cd6434ae A few subtle draw performance fixes
By rounding all floated values to whole numbers... we can help a tad
with aliasing and the like
2014-07-27 18:32:31 -07:00
Amadeus Demarzi 9d615b5a25 Adding some random shapes... 2014-07-27 18:32:31 -07:00
Amadeus Demarzi 72f0ef0e8e Retwerkin stuff 2014-07-27 18:32:31 -07:00
Amadeus Demarzi 27b3187ce9 Begun creating a Shape class 2014-07-27 18:32:31 -07:00
Amadeus Demarzi bfa6288148 Random CSS Performance improvements 2014-07-27 18:32:31 -07:00
Amadeus Demarzi dd7b065434 Improving the overall intro animation 2014-07-27 18:32:30 -07:00
Amadeus Demarzi c511d6e543 Added galaxy, made tweaks 2014-07-27 18:32:30 -07:00
Amadeus Demarzi c85b68f978 Got the base scene functioning 2014-07-27 18:32:30 -07:00
Amadeus Demarzi 3adfc52092 Getting things ready... for dat import 2014-07-27 18:32:30 -07:00
Amadeus Demarzi d6d4cf4b39 Grunt file cleanup
Better indenatation, more readable
2014-07-27 18:32:30 -07:00
Jack Pearkes c7d71da885 website: fix aws example 2014-07-27 21:26:44 -04:00
Jack Pearkes a16b34e4d6 website: add AWS example 2014-07-27 21:23:42 -04:00
Mitchell Hashimoto 7e6141a1ca website: plugins section, wip 2014-07-27 17:03:31 -07:00
Mitchell Hashimoto c7784e44d3 website: proper iRC channel 2014-07-27 16:40:36 -07:00
Mitchell Hashimoto e99dfbf89e website: added more copy to homepage
/cc @pearkes @armon - I think the spacing was weird, so I added
another couple sentences to help fill it out.
2014-07-27 15:57:43 -07:00
Armon Dadgar e579e07aaa website: minor homeage copy changes. /cc: @pearkes 2014-07-27 17:23:53 -04:00
Armon Dadgar 699101b0ca website: Remove guides 2014-07-27 17:20:52 -04:00
Armon Dadgar fcb1a36bbc website: Consul example 2014-07-27 17:00:21 -04:00
Armon Dadgar 2a64f56a9a website: next steps links to examples 2014-07-27 16:11:31 -04:00
Armon Dadgar fc0757fed3 website: fixing downloads page 2014-07-27 16:11:21 -04:00
Jack Pearkes 627b691cf4 website: add consul example 2014-07-27 16:05:12 -04:00
Jack Pearkes 84941de974 website: add examples, intro button cleanup 2014-07-27 16:05:12 -04:00
Armon Dadgar 91e78c19dc website: homepage copy changes. /cc: @pearkes 2014-07-27 15:51:27 -04:00
Armon Dadgar 10383cfc67 website: Change local-exec example 2014-07-27 15:41:08 -04:00
Armon Dadgar a4f7401458 website: Copy fixes 2014-07-27 15:30:31 -04:00
Jack Pearkes 5075b162d7 website: more homepage copy changes 2014-07-27 15:17:20 -04:00
Armon Dadgar 5a763e58a3 website: copy cleanups 2014-07-27 14:51:52 -04:00
Jack Pearkes a08c1816cf website: lato 100 font weight 2014-07-27 14:41:25 -04:00
Jack Pearkes a2aeda969c website: fix docs footer 2014-07-27 14:38:37 -04:00
Armon Dadgar 44d7ccc629 website: fixing community page 2014-07-27 14:35:59 -04:00
Jack Pearkes a61d88eb3c website: initial try at content for homepage 2014-07-27 12:07:43 -04:00
Mitchell Hashimoto 63c0ff9260 website: update docs for apply command 2014-07-26 17:51:17 -07:00
Armon Dadgar 615d724aaa website: Document consul provider 2014-07-26 20:42:25 -04:00
Mitchell Hashimoto efa3e1f25f website: update Vagrantfile for grunt 2014-07-26 16:26:17 -07:00
Jack Pearkes 229e477413 website: make lato light 200 weight, seems to show up better on non-retina 2014-07-26 10:02:01 -04:00
Jack Pearkes e839779ea0 website: make examples somewhat real, modify the 'window' style 2014-07-26 10:02:01 -04:00
Mitchell Hashimoto 988ca2a81b website: just create the guides index 2014-07-25 21:45:18 -07:00
Mitchell Hashimoto a03af7809c website: warning that plan files are insecure 2014-07-25 21:42:06 -07:00
Mitchell Hashimoto d5049b65da website: internals 2014-07-25 21:37:45 -07:00
Mitchell Hashimoto f8520d1446 website: outputs 2014-07-25 17:58:09 -07:00
Mitchell Hashimoto c27b2cd9b9 website: providers and variables 2014-07-25 14:51:26 -07:00
Jack Pearkes d4c998e0d5 website: graphiz link 2014-07-25 15:41:27 -04:00
Jack Pearkes c8b3620696 website: fix cloudflare docs 2014-07-25 14:34:59 -04:00
JT dc83b0247d update terminal window with border 2014-07-25 11:21:29 -07:00
Armon Dadgar cc6e7f12e8 website: vs pages 2014-07-25 12:53:06 -04:00
Armon Dadgar f9f61268e9 website: new grunt less 2014-07-25 12:31:53 -04:00
Jack Pearkes 64b4db41eb website: add cloudflare 2014-07-25 12:31:23 -04:00
Jack Pearkes 9998339a04 website: add cloudflare docs 2014-07-25 12:28:11 -04:00
Armon Dadgar 0850e5691c website: vs page 2014-07-25 10:51:30 -04:00
Armon Dadgar a42661004d website: use cases 2014-07-25 10:45:56 -04:00
Jack Pearkes a3c8374183 website: heroku domain docs 2014-07-25 10:23:44 -04:00
Mitchell Hashimoto 6df5a76ca8 website: resource config 2014-07-24 21:12:30 -07:00
Armon Dadgar db464a0e83 website: Documenting use cases 2014-07-25 00:11:36 -04:00
Armon Dadgar 652c76500e website: remove useless file 2014-07-25 00:11:36 -04:00
Jack Pearkes b9414b832c providers/digitalocean: don't save status and locked 2014-07-24 23:32:42 -04:00
Jack Pearkes 37f4e28a4f website: improve heroku docs 2014-07-24 23:30:59 -04:00
JT 3726d092e7 transition nav hover on mouse out 2014-07-24 18:40:31 -07:00
JT fa8a0d0c40 fix padding on clone graphic 2014-07-24 18:17:04 -07:00
JT 5439e66fdb Merge branch 'master' of github.com:hashicorp/terraform 2014-07-24 18:07:54 -07:00
JT 8361c9be87 footer hover 2014-07-24 18:07:48 -07:00
Armon Dadgar a5098f167c website: document dnsimple 2014-07-24 19:35:43 -04:00