Commit graph

1184 commits

Author SHA1 Message Date
0xfff
6a3f4cca60 (Update) Participate: Replace self-written boids with particle.js 2016-09-27 23:52:02 +02:00
0xfff
c0665911a9 (Chore) gitignore: ignore webstorm idea file 2016-09-27 23:20:00 +02:00
0xfff
67d0b8aa68 (fix) hero: add proper spacing for large screens 2016-09-27 10:59:41 +02:00
0xfff
956d374a75 (Chore) Build: Upgrade node-sass (3.4.2-> 3.10.0) 2016-09-27 10:59:21 +02:00
0xfff
4f7dda7c47 (Fix) GetDash: add ids so internal hashlinking works 2016-09-27 01:41:27 +02:00
0xfff
32e45e02cd (Update) Boids: increase movement speed / remove unused variable 2016-09-27 01:35:30 +02:00
0xfff
fd0251c24d (Feature) Boids: Add boids animation to Particiapte header 2016-09-27 01:32:03 +02:00
0xfff
d2eea20612 (fix) GetDash: add matchHeight to columns 2016-09-27 00:17:53 +02:00
0xfff
1cfddb82c7 (Update) GetDash: Add module infogrid / refactor page scss / add inverted navigation style 'black' 2016-09-26 22:43:04 +02:00
0xfff
69693de9a6 (Update) GetDash: Add new hero image 2016-09-26 22:42:26 +02:00
0xfff
9066e3ecb0 (Fix) Build: enable sass sourcemaps 2016-09-26 15:19:02 +02:00
0xfff
372b67d9c0 (Update) Typography: Reduce xxlarge title size 2016-09-26 15:18:51 +02:00
0xfff
e3c762edf8 (Update) Nav: replace link styling with mixin / decrease letter-spacing 2016-09-26 14:40:13 +02:00
0xfff
a502cf4d70 (Fix) index.html: use .row and .content correctly 2016-09-26 14:35:25 +02:00
0xfff
586b9b9ef3 (Refactor) Fonts / SCSS: Add Typography Mixins / Global Functions / Variables / Structure 2016-09-26 14:34:58 +02:00
0xfff
8c19d705dd (Update) Header: increase letter spacing 2016-09-26 13:31:15 +02:00
0xfff
d97a84c795 (Update) Colors: Add all color variables 2016-09-26 02:47:53 +02:00
0xfff
69f58a1a41 (Fix) Buttons: Remove arbitrary padding from btn-green 2016-09-26 02:47:39 +02:00
0xfff
bac1df746b (Chore) Sass Variables: Prefix color variables with "$color-" / Add typography variables 2016-09-26 02:37:19 +02:00
0xfff
92177218c3 (Fix) Header/Layout: revert change from calc to padding since it affects too many other things 2016-09-26 02:35:59 +02:00
0xfff
826dd028f2 (Fix) Header/Layout: revert change from calc to padding since it affects too many other things 2016-09-26 02:23:56 +02:00
0xfff
33fd77f796 (Update) Hero: adjust spacing to button / increase title size / adjust text opacity 2016-09-26 01:57:23 +02:00
0xfff
69d9d2c1d1 (Refactor) Hero: Markup / BEM / Spacing / Responsive Height / Variables (#20)
* (Refactor) Hero: Markup / BEM / Spacing / Responsive Height / Variables

* (Fix) Header: adjust spacing with padding
2016-09-26 01:40:16 +02:00
0xfff
251405a23e (Update) Header: adjust h1 size 2016-09-26 00:10:03 +02:00
0xfff
159f9797b3 (Update) Buttons: Add new button styles 2016-09-26 00:09:46 +02:00
0xfff
c2f4932e26 (Feature) Fonts: Montserrat (ExtraLight – Medium) 2016-09-25 22:08:26 +02:00
0xfff
76a9e42877 (Fix) Build: copy fonts correctly 2016-09-23 23:37:48 +02:00
Perry Woodin
29411c31a8 Feature/travis (#18)
* Add key to list of known hosts.

* Deploy on travis branch

* Changed build directory from _dist to _site

* Changing build branch back to master.
2016-09-20 13:37:21 -04:00
Joshua Seigler
e341a07fb5 style guide update, fix fonts after build process reorg (#17)
* feat: style guide update

* feat: style guide update

* fix: make 'npm run font' use correct dest folder
2016-09-20 12:56:26 -04:00
0xfff
e6953b067d (Fix) Popup: move files to correct folders (after merge) 2016-09-17 02:43:34 +02:00
0xfff
87d05d09ce Merge branch 'feature/video-popup'
* feature/video-popup:
  (Feature) Popup: Add video popup for the overview video

# Conflicts:
#	_layouts/default.html
#	src/scss/main.scss
2016-09-17 02:33:55 +02:00
0xfff
2b0331ad48 (Feature) Build System: Use npm scripts for the build process (#16)
* (Chore) Editorconfig: Add an editorconfig file so those spaces and tabs dont keep mixing

* (Refactor) Build: use npm scripts to build assets

* (Chore) Build: remove dist files from repo / fix ESLint errors

* (Update) Build: Remove unused tasks / add autoprefixer

* (Chore) Gemfile: remove old dependencies

* (Chore) Package.json: Shrinkwrap & postinstalll

* (Doc) Build: Update instructions for new build system

* (Fix) Build: Wach html files in all folders

* (Fix) Build: exclude _site/ from watch

* (Chore) Build/CI: Update buildscript for node/ruby combined

* (Chore) Travis: Add g++ compiler to environment

* (Chore) Build: fix watched directory

* (Fix) travis: set version to 4.5.0 LTS

* (Fix) travis: remove shrinkwrap

* (Fix) Travis: rvm

* (Fix) Travis: before_install

* (Fix) Travis: ignore dist for html proofer
2016-09-17 02:14:13 +02:00
0xfff
e82d1642c2 (Feature) Popup: Add video popup for the overview video 2016-09-16 19:15:45 +02:00
Perry Woodin
0cd655f34b Setup before-deploy for travis. 2016-09-13 10:54:47 -04:00
Perry Woodin
5c52ed0f9f Travis rsync 2016-09-13 10:36:37 -04:00
Perry Woodin
d116948938 Typo: alt-ignore 2016-09-12 15:30:53 -04:00
Perry Woodin
ad056aa1cb Fix/html (#13)
* Remove style-guide from i18n builds

* Remove uncategorized from CN blog posts.

* Team images and alt attributes.

* Fixing language linkage

* Ignore missing or empty alt tags

* ignore sass-cache

* fix gitignore for sass-cache

* fix gitignore for sass-cache

* Only show language dropdown if the page is not a post (blog)

* New url with site.lang included.

* Removed the site.baseurl var from the posts.
2016-09-12 15:25:54 -04:00
Perry Woodin
5ee9ae4de9 Feature/travis (#12)
* travis config

* Updated gemlock for htmlproofer.

* Note about installing nokogiri with bundle install.

* htmlproofer for cibuild

* Restricting the htmlproofer test to ignore /blog/

* Removed travis branch from the whitelist.
2016-09-12 09:35:43 -04:00
Perry Woodin
0d43667e7c Update: Refactor hero files. (#11)
- Removed the duplicate hero files that were located in the _i18n
directory and moved them into the _includes.
- Changed the hero image to a variable.
- New hero images.
2016-09-09 16:21:25 -04:00
0xfff
2cde4f02dd (Update) Layout: Spacing Home (#10)
* (Update) Logo-collection: Adjust spacing / add maxheight / use BEM

* (Update) Home: Adjust spacing between h1 + slogan /  Adjust space between image at the bottom

* (Fix) Home: Replace secure icon with correctly retraced one

* [Chore] Layout: Whitespace / unused inline javascript

* (Update) Home: More Spacing

* (Fix) Currency: execute js onload

* (Update) Layout: Add class for latest news section
2016-09-09 16:19:43 -04:00
Perry Woodin
29290b301f Update: Exclude mockups from site build. 2016-09-09 13:05:49 -04:00
Perry Woodin
e26cc9ae65 Fiixed: Team page syntax error for image. 2016-09-09 13:02:38 -04:00
0xfff
db93e035b5 (Update) Footer: Layout / Responsive / mediaQueries / matchHeight.js (#9)
* (Update) Home: Adjust section spacing

* (Feature) Mediaqueries: Add mq mixin

* (Update) Layout/JS: move javascript to bottom of page (performance!)

* (Update) Footer: general styling + responsive styles
2016-09-09 12:56:27 -04:00
0xfff
65bcd78cb0 (Update) Home: replace png icons with svgs (#8) 2016-09-09 12:55:54 -04:00
Perry Woodin
f5da2712a3 pr7 2016-09-09 12:55:16 -04:00
0xfff
7cb8aac36e (Update) Nav: Link the Dash logo to the homepage (#6)
* (Update) Nav: Link the Dash logo to the homepage

* (Update) Header: Reduce dropshadow
2016-09-09 12:45:29 -04:00
0xfff
3a0a543859 (Update) Dependencies: Add bundler and Gemfile (#5)
* (Update) Dependencies: Add bundler and Gemfile to handle ruby dependencies

* (Update) Dependencies: Move  jekyll-multiple-languages-plugin into Gemfile instead of using a git submodule

* (Doc) README: Adjust note about jekyll-multiple-language-plugin
2016-09-09 12:41:03 -04:00
0xfff
cea60c5c6e (Update) Navigation: Add basic language menu / Refactor markup structure 2016-09-09 16:13:17 +02:00
Perry Woodin
aaef5715db Test api 2016-09-08 14:05:42 -04:00
Perry Woodin
1b55d5a889 Markup for community, get-dash, and participate.
- Consistent markup
- Added ids to each section to allow jump from links in hero files.
2016-09-07 08:40:05 -04:00