Commit graph

21 commits

Author SHA1 Message Date
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
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
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
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
perrywoodin
312d9f68a9 Merge pull request #2 from seigler/master
Added new site fonts, started styling document footer
2016-07-28 10:52:59 -04:00
Perry Woodin
995d1c5dcc Currency page
Getting and displaying data for:
- Markets
- Governance
- Blockchain
2016-07-27 11:34:54 -04:00
Joshua Seigler
ee61fa65c1 updating footer markup, first pass at styles (not responsive yet) 2016-07-24 18:44:43 -04:00
Joshua Seigler
beb38babd9 add a style guide section, add existing colors 2016-07-23 01:36:03 -04:00
Perry Woodin
75c208e654 Import of WordPress News posts
Still need to be filtered by language.
2016-07-15 09:28:15 -04:00
Perry Woodin
13ac889ada Including the base.html for relative links. 2016-07-14 14:38:36 -04:00
Perry Woodin
01c297d5e7 Blog section
The blog is driven by the _posts directory nested in each language.
2016-07-14 14:05:47 -04:00
Perry Woodin
bcabe142a6 Moved base.html login inline
The base could not be included as a snippet because it causes a stack
error due to a conflict with the i18n plugin.
2016-07-14 07:34:04 -04:00
Perry Woodin
f371dd4cd3 Relative links
Created a _include snippet base.html that can be used to create
relative links to assets.
2016-07-13 15:46:48 -04:00
Perry Woodin
74a6063445 Output i18n content
Output the content on the HTML files.
2016-07-13 13:30:59 -04:00
Perry Woodin
ee6f392667 i18n hero files for each section. 2016-07-13 10:44:29 -04:00
Perry Woodin
b8999e100c Moved footer to an include 2016-07-12 17:28:49 -04:00
Perry Woodin
49629b0c18 Hero content and variable i18n example. 2016-07-12 13:02:45 -04:00
Perry Woodin
63c812a569 Setup pages struct in languages yml
Each page will:
- title (required)
- hero-h1 (optional)
- hero-text (optional)
2016-07-12 10:49:56 -04:00
Perry Woodin
fd43071a3c Navigation
- Split the navigation out to separate files.
- Set the navigation items to i18n strings.
- Updated the overlay css to accommodate the number of nav items.
2016-07-12 10:21:59 -04:00
Perry Woodin
fecf2766d0 started scss files 2016-07-12 09:26:33 -04:00
Perry Woodin
cbbac7e2d9 Initial commit 2016-06-14 15:07:17 -04:00