├── index.md
├── locales
├── en
│ └── translation.json
└── ru
│ └── notranslation.json
├── preico.md
├── profile.md
├── signin.md
├── signup.md
├── resetpass.md
├── _sass
├── laptop.scss
├── largeMonitor.scss
├── tablet.scss
├── tablet_ls.scss
└── materialize
│ ├── components
│ ├── _mixins.scss
│ ├── _icons-material-design.scss
│ ├── _transitions.scss
│ ├── forms
│ │ ├── _forms.scss
│ │ ├── _file-input.scss
│ │ ├── _switches.scss
│ │ ├── _radio-buttons.scss
│ │ ├── _range.scss
│ │ └── _select.scss
│ ├── _tooltip.scss
│ ├── _pulse.scss
│ ├── _table_of_contents.scss
│ ├── _materialbox.scss
│ ├── _badges.scss
│ ├── _toast.scss
│ ├── _roboto.scss
│ ├── _dropdown.scss
│ ├── _modal.scss
│ ├── _slider.scss
│ ├── _typography.scss
│ ├── _carousel.scss
│ ├── _tabs.scss
│ ├── _chips.scss
│ ├── _collapsible.scss
│ ├── _tapTarget.scss
│ ├── _waves.scss
│ ├── _grid.scss
│ └── _cards.scss
│ └── materialize.scss
├── img
├── 1.jpg
├── 2.jpg
├── 3.jpg
├── 4.jpg
├── 5.jpg
├── 6.jpg
├── 28x28.png
├── 1200x630.jpg
├── bg
│ ├── bg_hd.jpg
│ ├── bg_full_hd.jpg
│ ├── bg_mobile.jpg
│ ├── bg_tablet.jpg
│ ├── grid.svg
│ ├── dots.svg
│ ├── bigdots.svg
│ └── lines.svg
├── team
│ ├── t_1.png
│ ├── t_2.png
│ ├── t_3.png
│ ├── t_4.png
│ ├── t_5.png
│ ├── t_6.png
│ ├── t_7.png
│ ├── t_8.png
│ ├── t_9.png
│ ├── t_10.png
│ ├── t_10c.jpg
│ ├── t_1c.jpg
│ ├── t_2c.jpg
│ ├── t_3c.jpg
│ ├── t_4c.jpg
│ ├── t_5c.jpg
│ ├── t_6c.jpg
│ ├── t_7c.jpg
│ ├── t_8c.jpg
│ └── t_9c.jpg
├── meetup
│ ├── m_2.png
│ ├── m_1.svg
│ └── d10e.svg
├── advisors
│ ├── a_1.png
│ ├── a_2.png
│ ├── zan.jpg
│ ├── aurel.png
│ ├── jeremy.jpg
│ ├── bhaskar.jpg
│ └── naveen_yannam.png
├── icon
│ ├── favicon.png
│ ├── ic_dropdown.svg
│ ├── ic_done.svg
│ ├── ic_menu.svg
│ ├── ic_submit.svg
│ ├── ic_close.svg
│ ├── ic_person.svg
│ ├── ic_facebook.svg
│ ├── ic_logo.svg
│ ├── ic_edit.svg
│ ├── ic_more.svg
│ ├── ic_scroll.svg
│ ├── ic_person_add.svg
│ ├── ic_cancel.svg
│ ├── ic_email.svg
│ ├── ic_linkedin.svg
│ ├── ic_medium.svg
│ ├── ic_twitter.svg
│ ├── ic_github.svg
│ ├── ic_youtube.svg
│ ├── ic_behance.svg
│ ├── ic_foxico.svg
│ ├── ic_bitcointalk.svg
│ ├── ic_telegram.svg
│ ├── ic_reddit.svg
│ ├── ic_instagram.svg
│ └── ic_steemit.svg
├── partner
│ ├── gmt.png
│ ├── wiser.png
│ ├── sberbank.svg
│ ├── bitrewards.svg
│ ├── foxico.svg
│ ├── hybris.svg
│ ├── foundico.svg
│ ├── icobench.svg
│ ├── icomarks.svg
│ └── trackico.svg
├── illustration
│ ├── net_revenue_of_alibaba.png
│ ├── worldwide_retail_e_commerce_sales.png
│ └── amazons_consolidated_net_revenue_by_segment.png
├── details
│ ├── a_small.svg
│ ├── a_big.svg
│ ├── quadr.svg
│ ├── a_medium.svg
│ └── star.svg
├── media
│ └── me_1.svg
├── text_logo.svg
└── features
│ └── f_1.svg
├── _layouts
├── page.html
├── resetpass.html
├── signin.html
├── signup.html
├── default.html
├── post.html
├── home.html
└── preico.html
├── _includes
├── tabs_container_pool.html
├── footer.html
├── calltoaction.html
├── contact.html
├── google-analytics.html
├── team.html
├── bnr_top.html
├── disqus_comments.html
├── product.html
├── mission.html
├── userblock.html
├── tabs_container_bounty.html
├── resetpass.html
├── person9.html
├── person8.html
├── person10.html
├── person6.html
├── person_new.html
├── competitors.html
├── person7.html
├── person3.html
├── person4.html
├── tabs_container_referral.html
├── person2.html
├── person5.html
├── market.html
├── signin.html
├── person1.html
├── media.html
├── personmodal.html
├── head.html
├── meetup.html
├── script.html
├── partner.html
├── faq.html
├── rating.html
└── wlmodal.html
├── assets
├── main.scss
└── materialize.scss
├── 404.html
├── _config.yml
├── README.md
├── .gitignore
├── _posts
├── 2016-05-20-my-example-post.md
├── 2016-05-20-welcome-to-jekyll.md
├── 2016-05-20-super-long-article.md
└── 2016-05-20-this-post-demonstrates-post-content-styles.md
├── js
├── initLangs.js
└── profile.js
├── presale.html
└── CODE_OF_CONDUCT.md
/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: home
3 | ---
--------------------------------------------------------------------------------
/locales/en/translation.json:
--------------------------------------------------------------------------------
1 | {
2 | }
--------------------------------------------------------------------------------
/preico.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: preico
3 | ---
--------------------------------------------------------------------------------
/profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: profile
3 | ---
--------------------------------------------------------------------------------
/signin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: signin
3 | ---
--------------------------------------------------------------------------------
/signup.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: signup
3 | ---
--------------------------------------------------------------------------------
/resetpass.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: resetpass
3 | ---
--------------------------------------------------------------------------------
/_sass/laptop.scss:
--------------------------------------------------------------------------------
1 | @media screen and (min-width: 1200px) {
2 |
3 |
4 | }
--------------------------------------------------------------------------------
/_sass/largeMonitor.scss:
--------------------------------------------------------------------------------
1 | @media screen and (min-width: 1580px) {
2 |
3 | }
--------------------------------------------------------------------------------
/_sass/tablet.scss:
--------------------------------------------------------------------------------
1 | @media only screen and (min-width: 600px) {
2 |
3 | }
--------------------------------------------------------------------------------
/_sass/tablet_ls.scss:
--------------------------------------------------------------------------------
1 | @media screen and (min-width: 992px) {
2 |
3 | }
--------------------------------------------------------------------------------
/img/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/1.jpg
--------------------------------------------------------------------------------
/img/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/2.jpg
--------------------------------------------------------------------------------
/img/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/3.jpg
--------------------------------------------------------------------------------
/img/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/4.jpg
--------------------------------------------------------------------------------
/img/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/5.jpg
--------------------------------------------------------------------------------
/img/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/6.jpg
--------------------------------------------------------------------------------
/img/28x28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/28x28.png
--------------------------------------------------------------------------------
/img/1200x630.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/1200x630.jpg
--------------------------------------------------------------------------------
/img/bg/bg_hd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/bg/bg_hd.jpg
--------------------------------------------------------------------------------
/img/team/t_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_1.png
--------------------------------------------------------------------------------
/img/team/t_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_2.png
--------------------------------------------------------------------------------
/img/team/t_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_3.png
--------------------------------------------------------------------------------
/img/team/t_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_4.png
--------------------------------------------------------------------------------
/img/team/t_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_5.png
--------------------------------------------------------------------------------
/img/team/t_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_6.png
--------------------------------------------------------------------------------
/img/team/t_7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_7.png
--------------------------------------------------------------------------------
/img/team/t_8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_8.png
--------------------------------------------------------------------------------
/img/team/t_9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_9.png
--------------------------------------------------------------------------------
/img/meetup/m_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/meetup/m_2.png
--------------------------------------------------------------------------------
/img/team/t_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_10.png
--------------------------------------------------------------------------------
/img/team/t_10c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_10c.jpg
--------------------------------------------------------------------------------
/img/team/t_1c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_1c.jpg
--------------------------------------------------------------------------------
/img/team/t_2c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_2c.jpg
--------------------------------------------------------------------------------
/img/team/t_3c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_3c.jpg
--------------------------------------------------------------------------------
/img/team/t_4c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_4c.jpg
--------------------------------------------------------------------------------
/img/team/t_5c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_5c.jpg
--------------------------------------------------------------------------------
/img/team/t_6c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_6c.jpg
--------------------------------------------------------------------------------
/img/team/t_7c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_7c.jpg
--------------------------------------------------------------------------------
/img/team/t_8c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_8c.jpg
--------------------------------------------------------------------------------
/img/team/t_9c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/team/t_9c.jpg
--------------------------------------------------------------------------------
/img/advisors/a_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/a_1.png
--------------------------------------------------------------------------------
/img/advisors/a_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/a_2.png
--------------------------------------------------------------------------------
/img/advisors/zan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/zan.jpg
--------------------------------------------------------------------------------
/img/bg/bg_full_hd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/bg/bg_full_hd.jpg
--------------------------------------------------------------------------------
/img/bg/bg_mobile.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/bg/bg_mobile.jpg
--------------------------------------------------------------------------------
/img/bg/bg_tablet.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/bg/bg_tablet.jpg
--------------------------------------------------------------------------------
/img/icon/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/icon/favicon.png
--------------------------------------------------------------------------------
/img/partner/gmt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/partner/gmt.png
--------------------------------------------------------------------------------
/img/partner/wiser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/partner/wiser.png
--------------------------------------------------------------------------------
/img/advisors/aurel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/aurel.png
--------------------------------------------------------------------------------
/img/advisors/jeremy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/jeremy.jpg
--------------------------------------------------------------------------------
/img/advisors/bhaskar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/bhaskar.jpg
--------------------------------------------------------------------------------
/_layouts/page.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 | {{ content }}
7 |
8 |
9 |
--------------------------------------------------------------------------------
/img/advisors/naveen_yannam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/advisors/naveen_yannam.png
--------------------------------------------------------------------------------
/_includes/tabs_container_pool.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/main.scss:
--------------------------------------------------------------------------------
1 | ---
2 | # Only the main Sass file needs front matter (the dashes are enough)
3 | ---
4 |
5 | @import "main";
6 |
--------------------------------------------------------------------------------
/_includes/footer.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/img/illustration/net_revenue_of_alibaba.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/illustration/net_revenue_of_alibaba.png
--------------------------------------------------------------------------------
/assets/materialize.scss:
--------------------------------------------------------------------------------
1 | ---
2 | # Only the main Sass file needs front matter (the dashes are enough)
3 | ---
4 |
5 | @import "materialize/materialize";
6 |
--------------------------------------------------------------------------------
/img/icon/ic_dropdown.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/img/illustration/worldwide_retail_e_commerce_sales.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/illustration/worldwide_retail_e_commerce_sales.png
--------------------------------------------------------------------------------
/img/details/a_small.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/details/a_big.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/details/quadr.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/illustration/amazons_consolidated_net_revenue_by_segment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ElementhFoundation/old.website/HEAD/img/illustration/amazons_consolidated_net_revenue_by_segment.png
--------------------------------------------------------------------------------
/img/details/a_medium.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_mixins.scss:
--------------------------------------------------------------------------------
1 | // @mixin box-shadow-2($args1, $args2) {
2 | // -webkit-box-shadow: $args1, $args2;
3 | // -moz-box-shadow: $args1, $args2;
4 | // box-shadow: $args1, $args2;
5 | // }
--------------------------------------------------------------------------------
/img/icon/ic_done.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_menu.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_icons-material-design.scss:
--------------------------------------------------------------------------------
1 | /* This is needed for some mobile phones to display the Google Icon font properly */
2 | .material-icons {
3 | text-rendering: optimizeLegibility;
4 | font-feature-settings: 'liga';
5 | }
6 |
--------------------------------------------------------------------------------
/img/icon/ic_submit.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/404.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 |
7 |
404
8 |
9 |
Page not found :(
10 |
The requested page could not be found.
11 |
12 |
--------------------------------------------------------------------------------
/_includes/calltoaction.html:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | title: Elementh Foundation
2 | author: Elementh
3 | email: panoramedia@gmail.com
4 | description: > # this means to ignore newlines until "baseurl:"
5 | Elementh Foundation
6 |
7 | twitter_username: macrod68
8 | github_username: macrod68
9 |
10 | sass:
11 | style: compressed
--------------------------------------------------------------------------------
/img/icon/ic_close.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_person.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_facebook.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_edit.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_more.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/img/icon/ic_scroll.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/img/icon/ic_person_add.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_transitions.scss:
--------------------------------------------------------------------------------
1 | // Scale transition
2 | .scale-transition {
3 | &.scale-out {
4 | transform: scale(0);
5 | transition: transform .2s !important;
6 | }
7 |
8 | &.scale-in {
9 | transform: scale(1);
10 | }
11 |
12 | transition: transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
13 | }
--------------------------------------------------------------------------------
/img/icon/ic_cancel.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_email.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/_includes/contact.html:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/img/details/star.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_linkedin.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/_includes/google-analytics.html:
--------------------------------------------------------------------------------
1 |
11 |
12 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Elementh.io site
2 |
3 | The theme is a fork of the [minima][1]
4 |
5 |
6 | # License
7 |
8 | The theme is available as open source under the terms of the [MIT License][2].
9 |
10 | [Materialize][3] a modern responsive front-end framework based on Material Design
11 |
12 | Copyright © 2018 Elementh Foundation. Powered by Jekyll
13 |
14 | [1]: https://github.com/jekyll/minima
15 | [2]: https://opensource.org/licenses/MIT
16 | [3]: http://materializecss.com/
17 |
--------------------------------------------------------------------------------
/_sass/materialize/components/forms/_forms.scss:
--------------------------------------------------------------------------------
1 | // Remove Focus Boxes
2 | select:focus {
3 | outline: $select-focus;
4 | }
5 |
6 | button:focus {
7 | outline: none;
8 | background-color: $button-background-focus;
9 | }
10 |
11 | label {
12 | font-size: $label-font-size;
13 | color: $input-border-color;
14 | }
15 |
16 | @import 'input-fields';
17 | @import 'radio-buttons';
18 | @import 'checkboxes';
19 | @import 'switches';
20 | @import 'select';
21 | @import 'file-input';
22 | @import 'range';
23 |
--------------------------------------------------------------------------------
/_layouts/resetpass.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/_layouts/signin.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/_layouts/signup.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/_includes/team.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/img/bg/grid.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/img/bg/dots.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Rectangle
5 | Created with Sketch.
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/img/bg/bigdots.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Rectangle
5 | Created with Sketch.
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/img/icon/ic_medium.svg:
--------------------------------------------------------------------------------
1 |
3 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/img/partner/sberbank.svg:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 | *.iws
3 | /out/
4 | .idea_modules/
5 | atlassian-ide-plugin.xml
6 | com_crashlytics_export_strings.xml
7 | crashlytics.properties
8 | crashlytics-build.properties
9 | fabric.properties
10 | logs
11 | *.log
12 | npm-debug.log*
13 | pids
14 | *.pid
15 | *.seed
16 | *.pid.lock
17 | lib-cov
18 | coverage
19 | .nyc_output
20 | .grunt
21 | .lock-wscript
22 | build/Release
23 | node_modules
24 | jspm_packages
25 | .npm
26 | .eslintcache
27 | .node_repl_history
28 | *.tgz
29 | .yarn-integrity
30 | /dist/lastupdate.json
31 | /dist/sitemaps/*.xml
32 | *.node-*
33 | package-lock.json
34 | .DS_Store
35 | *.orig
36 | .sass-cache
37 | _site/
38 | .sass-cache/
39 | .jekyll-cache/
40 | .jekyll-metadata
--------------------------------------------------------------------------------
/_includes/bnr_top.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
Elementh 创始人见面会邀请您
5 |
6 |
7 |
深圳站
8 |
时间: 2018年3月23日(周五)18:00-20:30 pm
9 |
地点: 深圳市南山区荔园路9号 Bee+G&G空间
10 |
11 |
12 |
广州站
13 |
时间: 2018年3月24日(周6)18:00-20:30 pm
14 |
地点: 广州市天河区珠江新城珠江西路5号国际金融中心11楼 Bee+G&G空间
15 |
16 |
17 |
--------------------------------------------------------------------------------
/img/icon/ic_twitter.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/img/icon/ic_github.svg:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_tooltip.scss:
--------------------------------------------------------------------------------
1 | .material-tooltip {
2 | padding: 10px 8px;
3 | font-size: 1rem;
4 | z-index: 2000;
5 | background-color: transparent;
6 | border-radius: 2px;
7 | color: #fff;
8 | min-height: 36px;
9 | line-height: 120%;
10 | opacity: 0;
11 | position: absolute;
12 | text-align: center;
13 | max-width: calc(100% - 4px);
14 | overflow: hidden;
15 | left: 0;
16 | top: 0;
17 | pointer-events: none;
18 | visibility: hidden;
19 | }
20 |
21 | .backdrop {
22 | position: absolute;
23 | opacity: 0;
24 | height: 7px;
25 | width: 14px;
26 | border-radius: 0 0 50% 50%;
27 | background-color: #323232;
28 | z-index: -1;
29 | transform-origin: 50% 0%;
30 | visibility: hidden;
31 | }
32 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_pulse.scss:
--------------------------------------------------------------------------------
1 | .pulse {
2 | &::before {
3 | content: '';
4 | display: block;
5 | position: absolute;
6 | width: 100%;
7 | height: 100%;
8 | top: 0;
9 | left: 0;
10 | background-color: inherit;
11 | border-radius: inherit;
12 | transition: opacity .3s, transform .3s;
13 | animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
14 | z-index: -1;
15 | }
16 |
17 | overflow: initial;
18 | position: relative;
19 | }
20 |
21 | @keyframes pulse-animation {
22 | 0% {
23 | opacity: 1;
24 | transform: scale(1);
25 | }
26 | 50% {
27 | opacity: 0;
28 | transform: scale(1.5);
29 | }
30 | 100% {
31 | opacity: 0;
32 | transform: scale(1.5);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_table_of_contents.scss:
--------------------------------------------------------------------------------
1 | /***************
2 | Nav List
3 | ***************/
4 | .table-of-contents {
5 | &.fixed {
6 | position: fixed;
7 | }
8 |
9 | li {
10 | padding: 2px 0;
11 | }
12 | a {
13 | display: inline-block;
14 | font-weight: 300;
15 | color: #757575;
16 | padding-left: 20px;
17 | height: 1.5rem;
18 | line-height: 1.5rem;
19 | letter-spacing: .4;
20 | display: inline-block;
21 |
22 | &:hover {
23 | color: lighten(#757575, 20%);
24 | padding-left: 19px;
25 | border-left: 1px solid $primary-color;
26 | }
27 | &.active {
28 | font-weight: 500;
29 | padding-left: 18px;
30 | border-left: 2px solid $primary-color;
31 | }
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/img/icon/ic_youtube.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
8 |
11 |
12 |
--------------------------------------------------------------------------------
/img/bg/lines.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Rectangle
5 | Created with Sketch.
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/_includes/disqus_comments.html:
--------------------------------------------------------------------------------
1 | {% if page.comments != false and jekyll.environment == "production" %}
2 |
3 |
4 |
19 | Please enable JavaScript to view the comments powered by Disqus.
20 | {% endif %}
21 |
--------------------------------------------------------------------------------
/_posts/2016-05-20-my-example-post.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: post
3 | ---
4 |
5 | Eos eu docendi tractatos sapientem, brute option menandri in vix, quando vivendo accommodare te ius. Nec melius fastidii constituam id, viderer theophrastus ad sit, hinc semper periculis cum id. Noluisse postulant assentior est in, no choro sadipscing repudiandae vix. Vis in euismod delenit dignissim. Ex quod nostrum sit, suas decore animal id ius, nobis solet detracto quo te.
6 |
7 | {% comment %}
8 | Might you have an include in your theme? Why not try it here!
9 | {% include my-themes-great-include.html %}
10 | {% endcomment %}
11 |
12 | No laudem altera adolescens has, volumus lucilius eum no. Eam ei nulla audiam efficiantur. Suas affert per no, ei tale nibh sea. Sea ne magna harum, in denique scriptorem sea, cetero alienum tibique ei eos. Labores persequeris referrentur eos ei.
13 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_materialbox.scss:
--------------------------------------------------------------------------------
1 | .materialboxed {
2 | &:hover {
3 | &:not(.active) {
4 | opacity: .8;
5 | }
6 | }
7 |
8 | display: block;
9 | cursor: zoom-in;
10 | position: relative;
11 | transition: opacity .4s;
12 | -webkit-backface-visibility: hidden;
13 |
14 | &.active {
15 | cursor: zoom-out;
16 | }
17 | }
18 |
19 | #materialbox-overlay {
20 | position:fixed;
21 | top: 0;
22 | right: 0;
23 | bottom: 0;
24 | left: 0;
25 | background-color: #292929;
26 | z-index: 1000;
27 | will-change: opacity;
28 | }
29 |
30 | .materialbox-caption {
31 | position: fixed;
32 | display: none;
33 | color: #fff;
34 | line-height: 50px;
35 | bottom: 0;
36 | left: 0;
37 | width: 100%;
38 | text-align: center;
39 | padding: 0% 15%;
40 | height: 50px;
41 | z-index: 1000;
42 | -webkit-font-smoothing: antialiased;
43 | }
--------------------------------------------------------------------------------
/img/meetup/m_1.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/img/icon/ic_behance.svg:
--------------------------------------------------------------------------------
1 |
3 |
6 |
7 |
8 |
11 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/img/icon/ic_foxico.svg:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/_includes/product.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_sass/materialize/components/forms/_file-input.scss:
--------------------------------------------------------------------------------
1 | /* File Input
2 | ========================================================================== */
3 |
4 | .file-field {
5 | position: relative;
6 |
7 | .file-path-wrapper {
8 | overflow: hidden;
9 | padding-left: 10px;
10 | }
11 |
12 | input.file-path { width: 100%; }
13 |
14 | .btn {
15 | float: left;
16 | height: $input-height;
17 | line-height: $input-height;
18 | }
19 |
20 | span {
21 | cursor: pointer;
22 | }
23 |
24 | input[type=file] {
25 |
26 | // Needed to override webkit button
27 | &::-webkit-file-upload-button {
28 | display: none;
29 | }
30 |
31 | position: absolute;
32 | top: 0;
33 | right: 0;
34 | left: 0;
35 | bottom: 0;
36 | width: 100%;
37 | margin: 0;
38 | padding: 0;
39 | font-size: 20px;
40 | cursor: pointer;
41 | opacity: 0;
42 | filter: alpha(opacity=0);
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/img/icon/ic_bitcointalk.svg:
--------------------------------------------------------------------------------
1 | 5
3 |
4 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/img/icon/ic_telegram.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/_layouts/default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include head.html %}
5 |
6 |
7 |
8 |
9 |
10 | {{ content }}
11 |
12 | {% include script.html %}
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/_includes/mission.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/img/partner/bitrewards.svg:
--------------------------------------------------------------------------------
1 |
2 |
6 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/img/partner/foxico.svg:
--------------------------------------------------------------------------------
1 |
3 |
11 |
12 |
--------------------------------------------------------------------------------
/_includes/userblock.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | English
4 | Deutsch
5 | Español
6 | Français
7 | Português
8 | Tiếng việt
9 | العربية
10 | 한국어
11 | 日本語
12 | 简体中文
13 |
14 |
15 |
16 | Sign in
17 | Sign up
18 |
19 |
20 | Profile
21 | Log out
22 |
23 |
--------------------------------------------------------------------------------
/_layouts/post.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 |
7 |
8 |
19 |
20 |
21 | {{ content }}
22 |
23 |
24 | {% if site.disqus.shortname %}
25 | {% include disqus_comments.html %}
26 | {% endif %}
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/_posts/2016-05-20-welcome-to-jekyll.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: post
3 | ---
4 | You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
5 |
6 | To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
7 |
8 | Jekyll also offers powerful support for code snippets:
9 |
10 | {% highlight ruby %}
11 | def print_hi(name)
12 | puts "Hi, #{name}"
13 | end
14 | print_hi('Tom')
15 | #=> prints 'Hi, Tom' to STDOUT.
16 | {% endhighlight %}
17 |
18 | Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
19 |
20 | [jekyll-docs]: http://jekyllrb.com/docs/home
21 | [jekyll-gh]: https://github.com/jekyll/jekyll
22 | [jekyll-talk]: https://talk.jekyllrb.com/
23 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_badges.scss:
--------------------------------------------------------------------------------
1 | // Badges
2 | span.badge {
3 | min-width: 3rem;
4 | padding: 0 6px;
5 | margin-left: 14px;
6 | text-align: center;
7 | font-size: 1rem;
8 | line-height: $badge-height;
9 | height: $badge-height;
10 | color: color('grey', 'darken-1');
11 | float: right;
12 | box-sizing: border-box;
13 |
14 | &.new {
15 | font-weight: 300;
16 | font-size: 0.8rem;
17 | color: #fff;
18 | background-color: $badge-bg-color;
19 | border-radius: 2px;
20 | }
21 | &.new:after {
22 | content: " new";
23 | }
24 |
25 | &[data-badge-caption]::after {
26 | content: " " attr(data-badge-caption);
27 | }
28 | }
29 | nav ul a span.badge {
30 | display: inline-block;
31 | float: none;
32 | margin-left: 4px;
33 | line-height: $badge-height;
34 | height: $badge-height;
35 | }
36 |
37 | // Line height centering
38 | .collection-item span.badge {
39 | margin-top: calc(#{$collection-line-height / 2} - #{$badge-height / 2});
40 | }
41 | .collapsible span.badge {
42 | margin-top: calc(#{$collapsible-line-height / 2} - #{$badge-height / 2});
43 | }
44 | .side-nav span.badge {
45 | margin-top: calc(#{$sidenav-line-height / 2} - #{$badge-height / 2});
46 | }
47 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_toast.scss:
--------------------------------------------------------------------------------
1 | #toast-container {
2 | display:block;
3 | position: fixed;
4 | z-index: 10000;
5 |
6 | @media #{$small-and-down} {
7 | min-width: 100%;
8 | bottom: 0%;
9 | }
10 | @media #{$medium-only} {
11 | left: 5%;
12 | bottom: 7%;
13 | max-width: 90%;
14 | }
15 | @media #{$large-and-up} {
16 | top: 10%;
17 | right: 7%;
18 | max-width: 86%;
19 | }
20 | }
21 |
22 | .toast {
23 | @extend .z-depth-1;
24 | border-radius: 2px;
25 | top: 35px;
26 | width: auto;
27 | margin-top: 10px;
28 | position: relative;
29 | max-width:100%;
30 | height: auto;
31 | min-height: $toast-height;
32 | line-height: 1.5em;
33 | word-break: break-all;
34 | background-color: $toast-color;
35 | padding: 10px 25px;
36 | font-size: 1.1rem;
37 | font-weight: 300;
38 | color: $toast-text-color;
39 | display: flex;
40 | align-items: center;
41 | justify-content: space-between;
42 | cursor: default;
43 |
44 | .toast-action {
45 | color: $toast-action-color;
46 | font-weight: 500;
47 | margin-right: -25px;
48 | margin-left: 3rem;
49 | }
50 |
51 | &.rounded{
52 | border-radius: 24px;
53 | }
54 |
55 | @media #{$small-and-down} {
56 | width: 100%;
57 | border-radius: 0;
58 | }
59 | }
60 |
--------------------------------------------------------------------------------
/img/media/me_1.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
8 |
16 |
17 |
--------------------------------------------------------------------------------
/_sass/materialize/materialize.scss:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 |
3 | // Mixins
4 | @import "components/mixins";
5 | @import "components/color";
6 |
7 | // Variables;
8 | @import "components/variables";
9 |
10 | // Reset
11 | @import "components/normalize";
12 |
13 | // components
14 | @import "components/global";
15 | @import "components/badges";
16 | @import "components/icons-material-design";
17 | @import "components/grid";
18 | @import "components/navbar";
19 | @import "components/roboto";
20 | @import "components/typography";
21 | @import "components/transitions";
22 | @import "components/cards";
23 | @import "components/toast";
24 | @import "components/tabs";
25 | @import "components/tooltip";
26 | @import "components/buttons";
27 | @import "components/dropdown";
28 | @import "components/waves";
29 | @import "components/modal";
30 | @import "components/collapsible";
31 | @import "components/chips";
32 | @import "components/materialbox";
33 | @import "components/forms/forms";
34 | @import "components/table_of_contents";
35 | @import "components/sideNav";
36 | @import "components/preloader";
37 | @import "components/slider";
38 | @import "components/carousel";
39 | @import "components/tapTarget";
40 | @import "components/pulse";
41 | @import "components/date_picker/default";
42 | @import "components/date_picker/default.date";
43 | @import "components/date_picker/default.time";
44 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_roboto.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: "Roboto";
3 | src: local(Roboto Thin),
4 | url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),
5 | url("#{$roboto-font-path}Roboto-Thin.woff") format("woff");
6 |
7 | font-weight: 100;
8 | }
9 | @font-face {
10 | font-family: "Roboto";
11 | src: local(Roboto Light),
12 | url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),
13 | url("#{$roboto-font-path}Roboto-Light.woff") format("woff");
14 | font-weight: 300;
15 | }
16 |
17 | @font-face {
18 | font-family: "Roboto";
19 | src: local(Roboto Regular),
20 | url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),
21 | url("#{$roboto-font-path}Roboto-Regular.woff") format("woff");
22 | font-weight: 400;
23 | }
24 |
25 | @font-face {
26 | font-family: "Roboto";
27 | src: local(Roboto Medium),
28 | url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
29 | url("#{$roboto-font-path}Roboto-Medium.woff") format("woff");
30 | font-weight: 500;
31 | }
32 |
33 | @font-face {
34 | font-family: "Roboto";
35 | src: local(Roboto Bold),
36 | url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
37 | url("#{$roboto-font-path}Roboto-Bold.woff") format("woff");
38 | font-weight: 700;
39 | }
40 |
--------------------------------------------------------------------------------
/_includes/tabs_container_bounty.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/img/partner/hybris.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
8 |
12 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/_includes/resetpass.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | RESET PASSWORD
5 |
6 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/img/icon/ic_reddit.svg:
--------------------------------------------------------------------------------
1 |
3 |
6 |
7 |
8 |
15 |
16 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/js/initLangs.js:
--------------------------------------------------------------------------------
1 | $('#lngSelect').on('change', function() {
2 | window.location.href = '?lng=' + this.value
3 | })
4 |
5 | function setCookie(key, value) {
6 | var expires = new Date();
7 | expires.setTime(expires.getTime() + (24 * 60 * 60 * 1000));
8 | document.cookie = key + '=' + value + ';expires=' + expires.toUTCString();
9 | }
10 |
11 | function getParameterByName(name, url) {
12 | if (!url) url = window.location.href;
13 | name = name.replace(/[\[\]]/g, "\\$&");
14 | var regex = new RegExp("[?&]" + name + "(=([^]*)|&|#|$)"),
15 | results = regex.exec(url);
16 | if (!results) return null;
17 | if (!results[2]) return '';
18 | return decodeURIComponent(results[2].replace(/\+/g, " "));
19 | }
20 | var lng = getParameterByName("lng")
21 |
22 | if(lng) {
23 | setCookie("i18next", lng)
24 | var newUrl = window.location.href.replace('?lng=' + lng , '')
25 | window.location.href = newUrl
26 | }
27 | i18next.use(i18nextXHRBackend).use(i18nextBrowserLanguageDetector).init({
28 | 'debug': false,
29 | 'fallbackLng': 'en',
30 | detection: {
31 | order: ['querystring', 'cookie', 'localStorage', 'navigator', 'htmlTag'],
32 | },
33 | backend: {
34 | loadPath: '/locales/{{lng}}/{{ns}}.json',
35 | crossDomain: true
36 | }
37 | }, function (err, t) {
38 | jqueryI18next.init(i18next, $);
39 | $('body').localize()
40 | });
41 |
42 | i18next.on('languageChanged', function(lng) {
43 | $('#lngSelect').find('option[value="'+ lng +'"]').prop('selected', true)
44 | })
--------------------------------------------------------------------------------
/_includes/person9.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Experienced web and graphic designer and illustrator. His statement is «clean projects, clean design». Talks a lot and draws a lot. Prefers coffee.
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_dropdown.scss:
--------------------------------------------------------------------------------
1 | .dropdown-content {
2 | @extend .z-depth-1;
3 | background-color: $dropdown-bg-color;
4 | margin: 0;
5 | display: none;
6 | min-width: 100px;
7 | max-height: 650px;
8 | overflow-y: auto;
9 | opacity: 0;
10 | position: absolute;
11 | z-index: 999;
12 | will-change: width, height;
13 |
14 | li {
15 | clear: both;
16 | color: $off-black;
17 | cursor: pointer;
18 | min-height: $dropdown-item-height;
19 | line-height: 1.5rem;
20 | width: 100%;
21 | text-align: left;
22 | text-transform: none;
23 |
24 | &:hover, &.active, &.selected {
25 | background-color: $dropdown-hover-bg-color;
26 | }
27 |
28 | &.active.selected {
29 | background-color: darken($dropdown-hover-bg-color, 5%);
30 | }
31 |
32 | &.divider {
33 | min-height: 0;
34 | height: 1px;
35 | }
36 |
37 | & > a, & > span {
38 | font-size: 16px;
39 | color: $dropdown-color;
40 | display: block;
41 | line-height: 22px;
42 | padding: (($dropdown-item-height - 22) / 2) 16px;
43 | }
44 |
45 | & > span > label {
46 | top: 1px;
47 | left: 0;
48 | height: 18px;
49 | }
50 |
51 | // Icon alignment override
52 | & > a > i {
53 | height: inherit;
54 | line-height: inherit;
55 | float: left;
56 | margin: 0 24px 0 0;
57 | width: 24px;
58 | }
59 | }
60 | }
61 |
62 | // Input field specificity bugfix
63 | .input-field.col .dropdown-content [type="checkbox"] + label {
64 | top: 1px;
65 | left: 0;
66 | height: 18px;
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/_includes/person8.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Started working with crypto-currencies and blockchain in 2016. Prior to that, Sergey worked as a technical expert on the implementation and support of ERP and databases on large production sites.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/img/icon/ic_instagram.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
14 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/_includes/person10.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Specialising in web crawling, processes automation, server tasks solving. As a member of the team is responsible for searching spider development and finding information about goods and prices. 9 years of commercial development background.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_includes/person6.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | 10 years of commercial development. Participated in the development of payment systems, ERP, mobile applications (iOS, Android, Windows Phone). Experience in building highly loaded real-time systems. Has extensive experience in database development.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_includes/person_new.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Join our team
33 |
34 |
35 | Specialising in web crawling, processes automation, server tasks solving. As a member of the team is responsible for searching spider development and finding information about goods and prices. 9 years of commercial development background.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/img/icon/ic_steemit.svg:
--------------------------------------------------------------------------------
1 |
3 |
6 |
11 |
15 |
19 |
20 |
--------------------------------------------------------------------------------
/_includes/competitors.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_includes/person7.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | More than 6 years of commercial development. A rich list of implemented projects: from corporate sites, to portals of state corporations, ministries and large banks. The last year and a half has been working on projects Miiix and SmallHorse. Uses advanced technologies in development for maximum performance of services.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_includes/person3.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Executive Director and Partner in Miiix and Smallhorse projects. One of the lecturers in IdealMachine and Skolkovo startup acceleration programs. From 2002 to 2012, he created and was actively developing his own clothing brand. Starting in 2013, he joined the Miiix team and took over operational management and business development.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_includes/person4.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Aleksandr has extensive experience in developing systems for predictive analytics and data analysis in such areas as insurance, banking and e-commerce. In the company, Aleksandr successfully solves the problem of product matching from various data sources using the latest world developments in the field of machine learning.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_modal.scss:
--------------------------------------------------------------------------------
1 | .modal {
2 | @extend .z-depth-4;
3 |
4 | display: none;
5 | position: fixed;
6 | left: 0;
7 | right: 0;
8 | background-color: #fafafa;
9 | padding: 0;
10 | max-height: 70%;
11 | width: 55%;
12 | margin: auto;
13 | overflow-y: auto;
14 |
15 | border-radius: 2px;
16 | will-change: top, opacity;
17 |
18 | @media #{$medium-and-down} {
19 | width: 80%;
20 | }
21 |
22 | h1,h2,h3,h4 {
23 | margin-top: 0;
24 | }
25 |
26 | .modal-content {
27 | padding: 24px;
28 | }
29 | .modal-close {
30 | cursor: pointer;
31 | }
32 |
33 | .modal-footer {
34 | border-radius: 0 0 2px 2px;
35 | background-color: #fafafa;
36 | padding: 4px 6px;
37 | height: 56px;
38 | width: 100%;
39 | text-align: right;
40 |
41 | .btn, .btn-flat {
42 | margin: 6px 0;
43 | }
44 | }
45 | }
46 | .modal-overlay {
47 | position: fixed;
48 | z-index: 999;
49 | top: -25%;
50 | left: 0;
51 | bottom: 0;
52 | right: 0;
53 | height: 125%;
54 | width: 100%;
55 | background: #000;
56 | display: none;
57 |
58 | will-change: opacity;
59 | }
60 |
61 | // Modal with fixed action footer
62 | .modal.modal-fixed-footer {
63 | padding: 0;
64 | height: 70%;
65 |
66 | .modal-content {
67 | position: absolute;
68 | height: calc(100% - 56px);
69 | max-height: 100%;
70 | width: 100%;
71 | overflow-y: auto;
72 | }
73 |
74 | .modal-footer {
75 | border-top: 1px solid rgba(0,0,0,.1);
76 | position: absolute;
77 | bottom: 0;
78 | }
79 | }
80 |
81 | // Modal Bottom Sheet Style
82 | .modal.bottom-sheet {
83 | top: auto;
84 | bottom: -100%;
85 | margin: 0;
86 | width: 100%;
87 | max-height: 45%;
88 | border-radius: 0;
89 | will-change: bottom, opacity;
90 | }
91 |
--------------------------------------------------------------------------------
/img/partner/foundico.svg:
--------------------------------------------------------------------------------
1 |
3 |
5 |
8 |
17 |
18 |
--------------------------------------------------------------------------------
/_includes/tabs_container_referral.html:
--------------------------------------------------------------------------------
1 |
2 |
REFERRAL
3 |
Welcome to Elementh Referral Program!
4 |
You can earn ETH/BTC by attracting more contributors using your unique referral link.
5 | You'll receive 5% of your referrals purchase amount in ETH/BTC after the end of token sale.
6 |
7 |
Here is your referral link:
8 |
20 |
STATS:
21 |
22 |
Total referrals:
23 |
24 | None
25 |
26 |
27 |
28 |
After ICO stage you will receive:
29 |
30 | None
31 |
32 |
33 |
--------------------------------------------------------------------------------
/_includes/person2.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Technical director and partner in projects Miiix and Smallhorse. Since 2006, he has been developing a system of affiliated stores to attract traffic to major marketplaces such as Amazon. Experience in commercial web development for more than 15 years, experience in e-commerce for more than 10 years. Managing development teams for more than 7 years. Evangelist of Agile methodology, Lean Startup and Theory of Constraints.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_includes/person5.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Sergey has more than 7 years of experience in development. System architect and database administrator of various types. Experience in building highly loaded systems. Participated in the development of SAAS service for 800k + users. He was engaged in the development of a large number of systems for data processing: from systems for the work of copywriters to financial accounting systems. A longtime fan of blockchain technology.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_slider.scss:
--------------------------------------------------------------------------------
1 | .slider {
2 | position: relative;
3 | height: 400px;
4 | width: 100%;
5 |
6 | // Fullscreen slider
7 | &.fullscreen {
8 | height: 100%;
9 | width: 100%;
10 | position: absolute;
11 | top: 0;
12 | left: 0;
13 | right: 0;
14 | bottom: 0;
15 |
16 | ul.slides {
17 | height: 100%;
18 | }
19 |
20 | ul.indicators {
21 | z-index: 2;
22 | bottom: 30px;
23 | }
24 | }
25 |
26 | .slides {
27 | background-color: $slider-bg-color;
28 | margin: 0;
29 | height: 400px;
30 |
31 | li {
32 | opacity: 0;
33 | position: absolute;
34 | top: 0;
35 | left: 0;
36 | z-index: 1;
37 | width: 100%;
38 | height: inherit;
39 | overflow: hidden;
40 |
41 | img {
42 | height: 100%;
43 | width: 100%;
44 | background-size: cover;
45 | background-position: center;
46 | }
47 |
48 | .caption {
49 | color: #fff;
50 | position: absolute;
51 | top: 15%;
52 | left: 15%;
53 | width: 70%;
54 | opacity: 0;
55 |
56 | p { color: $slider-bg-color-light; }
57 | }
58 |
59 | &.active {
60 | z-index: 2;
61 | }
62 | }
63 | }
64 |
65 |
66 | .indicators {
67 | position: absolute;
68 | text-align: center;
69 | left: 0;
70 | right: 0;
71 | bottom: 0;
72 | margin: 0;
73 |
74 | .indicator-item {
75 | display: inline-block;
76 | position: relative;
77 | cursor: pointer;
78 | height: 16px;
79 | width: 16px;
80 | margin: 0 12px;
81 | background-color: $slider-bg-color-light;
82 |
83 | transition: background-color .3s;
84 | border-radius: 50%;
85 |
86 | &.active {
87 | background-color: $slider-indicator-color;
88 | }
89 | }
90 | }
91 |
92 | }
--------------------------------------------------------------------------------
/_sass/materialize/components/_typography.scss:
--------------------------------------------------------------------------------
1 |
2 | a {
3 | text-decoration: none;
4 | }
5 |
6 | html{
7 | line-height: 1.5;
8 |
9 | @media only screen and (min-width: 0) {
10 | font-size: 14px;
11 | }
12 |
13 | @media only screen and (min-width: $medium-screen) {
14 | font-size: 14.5px;
15 | }
16 |
17 | @media only screen and (min-width: $large-screen) {
18 | font-size: 15px;
19 | }
20 |
21 | font-family: "Roboto", sans-serif;
22 | font-weight: normal;
23 | color: $off-black;
24 | }
25 | h1, h2, h3, h4, h5, h6 {
26 | font-weight: 400;
27 | line-height: 1.1;
28 | }
29 |
30 | // Header Styles
31 | h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
32 | h1 { font-size: $h1-fontsize; line-height: 110%; margin: ($h1-fontsize / 2) 0 ($h1-fontsize / 2.5) 0;}
33 | h2 { font-size: $h2-fontsize; line-height: 110%; margin: ($h2-fontsize / 2) 0 ($h2-fontsize / 2.5) 0;}
34 | h3 { font-size: $h3-fontsize; line-height: 110%; margin: ($h3-fontsize / 2) 0 ($h3-fontsize / 2.5) 0;}
35 | h4 { font-size: $h4-fontsize; line-height: 110%; margin: ($h4-fontsize / 2) 0 ($h4-fontsize / 2.5) 0;}
36 | h5 { font-size: $h5-fontsize; line-height: 110%; margin: ($h5-fontsize / 2) 0 ($h5-fontsize / 2.5) 0;}
37 | h6 { font-size: $h6-fontsize; line-height: 110%; margin: ($h6-fontsize / 2) 0 ($h6-fontsize / 2.5) 0;}
38 |
39 | // Text Styles
40 | em { font-style: italic; }
41 | strong { font-weight: 500; }
42 | small { font-size: 75%; }
43 | .light { font-weight: 300; }
44 | .thin { font-weight: 200; }
45 |
46 |
47 | .flow-text{
48 | font-weight: 300;
49 | $i: 0;
50 | @while $i <= $intervals {
51 | @media only screen and (min-width : 360 + ($i * $interval-size)) {
52 | font-size: 1.2rem * (1 + (.02 * $i));
53 | }
54 | $i: $i + 1;
55 | }
56 |
57 | // Handle below 360px screen
58 | @media only screen and (max-width: 360px) {
59 | font-size: 1.2rem;
60 | }
61 | }
--------------------------------------------------------------------------------
/_sass/materialize/components/_carousel.scss:
--------------------------------------------------------------------------------
1 | .carousel {
2 | &.carousel-slider {
3 | top: 0;
4 | left: 0;
5 |
6 | .carousel-fixed-item {
7 | &.with-indicators {
8 | bottom: 68px;
9 | }
10 |
11 | position: absolute;
12 | left: 0;
13 | right: 0;
14 | bottom: 20px;
15 | z-index: 1;
16 | }
17 |
18 | .carousel-item {
19 | width: 100%;
20 | height: 100%;
21 | min-height: $carousel-height;
22 | position: absolute;
23 | top: 0;
24 | left: 0;
25 |
26 | h2 {
27 | font-size: 24px;
28 | font-weight: 500;
29 | line-height: 32px;
30 | }
31 |
32 | p {
33 | font-size: 15px;
34 | }
35 | }
36 | }
37 |
38 | overflow: hidden;
39 | position: relative;
40 | width: 100%;
41 | height: $carousel-height;
42 | perspective: 500px;
43 | transform-style: preserve-3d;
44 | transform-origin: 0% 50%;
45 |
46 | .carousel-item {
47 | display: none;
48 | width: $carousel-item-width;
49 | height: $carousel-item-height;
50 | position: absolute;
51 | top: 0;
52 | left: 0;
53 |
54 | & > img {
55 | width: 100%;
56 | }
57 | }
58 |
59 | .indicators {
60 | position: absolute;
61 | text-align: center;
62 | left: 0;
63 | right: 0;
64 | bottom: 0;
65 | margin: 0;
66 |
67 | .indicator-item {
68 | &.active {
69 | background-color: #fff;
70 | }
71 |
72 | display: inline-block;
73 | position: relative;
74 | cursor: pointer;
75 | height: 8px;
76 | width: 8px;
77 | margin: 24px 4px;
78 | background-color: rgba(255,255,255,.5);
79 |
80 | transition: background-color .3s;
81 | border-radius: 50%;
82 | }
83 | }
84 |
85 | // Materialbox compatibility
86 | &.scrolling .carousel-item .materialboxed,
87 | .carousel-item:not(.active) .materialboxed {
88 | pointer-events: none;
89 | }
90 | }
91 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_tabs.scss:
--------------------------------------------------------------------------------
1 | .tabs {
2 | &.tabs-transparent {
3 | background-color: transparent;
4 |
5 | .tab a,
6 | .tab.disabled a,
7 | .tab.disabled a:hover {
8 | color: rgba(255,255,255,0.7);
9 | }
10 |
11 | .tab a:hover,
12 | .tab a.active {
13 | color: #fff;
14 | }
15 |
16 | .indicator {
17 | background-color: #fff;
18 | }
19 | }
20 |
21 | &.tabs-fixed-width {
22 | display: flex;
23 |
24 | .tab {
25 | flex-grow: 1;
26 | }
27 | }
28 |
29 | position: relative;
30 | overflow-x: auto;
31 | overflow-y: hidden;
32 | height: 48px;
33 | width: 100%;
34 | background-color: $tabs-bg-color;
35 | margin: 0 auto;
36 | white-space: nowrap;
37 |
38 | .tab {
39 | display: inline-block;
40 | text-align: center;
41 | line-height: 48px;
42 | height: 48px;
43 | padding: 0;
44 | margin: 0;
45 | text-transform: uppercase;
46 |
47 | a {
48 | &:hover,
49 | &.active {
50 | background-color: transparent;
51 | color: $tabs-text-color;
52 | }
53 |
54 | color: rgba($tabs-text-color, .7);
55 | display: block;
56 | width: 100%;
57 | height: 100%;
58 | padding: 0 24px;
59 | font-size: 14px;
60 | text-overflow: ellipsis;
61 | overflow: hidden;
62 | transition: color .28s ease;
63 | }
64 |
65 | &.disabled a,
66 | &.disabled a:hover {
67 | color: rgba($tabs-text-color, .7);
68 | cursor: default;
69 | }
70 | }
71 | .indicator {
72 | position: absolute;
73 | bottom: 0;
74 | height: 2px;
75 | background-color: $tabs-underline-color;
76 | will-change: left, right;
77 | }
78 | }
79 |
80 | // Fixed sideNav hide on smaller
81 | @media #{$medium-and-down} {
82 | .tabs {
83 | display: flex;
84 |
85 | .tab {
86 | flex-grow: 1;
87 |
88 | a {
89 | padding: 0 12px;
90 | }
91 | }
92 | }
93 | }
94 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_chips.scss:
--------------------------------------------------------------------------------
1 | .chip {
2 | display: inline-block;
3 | height: 32px;
4 | font-size: 13px;
5 | font-weight: 500;
6 | color: rgba(0,0,0,.6);
7 | line-height: 32px;
8 | padding: 0 12px;
9 | border-radius: 16px;
10 | background-color: $chip-bg-color;
11 | margin-bottom: $chip-margin;
12 | margin-right: $chip-margin;
13 |
14 | > img {
15 | float: left;
16 | margin: 0 8px 0 -12px;
17 | height: 32px;
18 | width: 32px;
19 | border-radius: 50%;
20 | }
21 |
22 | .close {
23 | cursor: pointer;
24 | float: right;
25 | font-size: 16px;
26 | line-height: 32px;
27 | padding-left: 8px;
28 | }
29 | }
30 |
31 | .chips {
32 | border: none;
33 | border-bottom: 1px solid $chip-border-color;
34 | box-shadow: none;
35 | margin: $input-margin;
36 | min-height: 45px;
37 | outline: none;
38 | transition: all .3s;
39 |
40 | &.focus {
41 | border-bottom: 1px solid $chip-selected-color;
42 | box-shadow: 0 1px 0 0 $chip-selected-color;
43 | }
44 |
45 | &:hover {
46 | cursor: text;
47 | }
48 |
49 | .chip.selected {
50 | background-color: $chip-selected-color;
51 | color: #fff;
52 | }
53 |
54 | .input {
55 | background: none;
56 | border: 0;
57 | color: rgba(0,0,0,.6);
58 | display: inline-block;
59 | font-size: $input-font-size;
60 | height: $input-height;
61 | line-height: 32px;
62 | outline: 0;
63 | margin: 0;
64 | padding: 0 !important;
65 | width: 120px !important;
66 | }
67 |
68 | .input:focus {
69 | border: 0 !important;
70 | box-shadow: none !important;
71 | }
72 |
73 | // Autocomplete
74 | .autocomplete-content {
75 | margin-top: 0;
76 | margin-bottom: 0;
77 | }
78 | }
79 |
80 | // Form prefix
81 | .prefix ~ .chips {
82 | margin-left: 3rem;
83 | width: 92%;
84 | width: calc(100% - 3rem);
85 | }
86 | .chips:empty ~ label {
87 | font-size: 0.8rem;
88 | transform: translateY(-140%);
89 | }
90 |
--------------------------------------------------------------------------------
/img/partner/icobench.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
8 |
10 |
13 |
16 |
18 |
20 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/_includes/market.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_includes/signin.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | SIGN IN
5 |
6 |
28 |
29 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_collapsible.scss:
--------------------------------------------------------------------------------
1 | .collapsible {
2 | border-top: 1px solid $collapsible-border-color;
3 | border-right: 1px solid $collapsible-border-color;
4 | border-left: 1px solid $collapsible-border-color;
5 | margin: $element-top-margin 0 $element-bottom-margin 0;
6 | @extend .z-depth-1;
7 | }
8 |
9 | .collapsible-header {
10 | display: flex;
11 | cursor: pointer;
12 | -webkit-tap-highlight-color: transparent;
13 | line-height: 1.5;
14 | padding: 1rem;
15 | background-color: $collapsible-header-color;
16 | border-bottom: 1px solid $collapsible-border-color;
17 |
18 | i {
19 | width: 2rem;
20 | font-size: 1.6rem;
21 | display: inline-block;
22 | text-align: center;
23 | margin-right: 1rem;
24 | }
25 | }
26 |
27 | .collapsible-body {
28 | display: none;
29 | border-bottom: 1px solid $collapsible-border-color;
30 | box-sizing: border-box;
31 | padding: 2rem;
32 | }
33 |
34 | // sideNav collapsible styling
35 | .side-nav,
36 | .side-nav.fixed {
37 |
38 | .collapsible {
39 | border: none;
40 | box-shadow: none;
41 |
42 | li { padding: 0; }
43 | }
44 |
45 | .collapsible-header {
46 | background-color: transparent;
47 | border: none;
48 | line-height: inherit;
49 | height: inherit;
50 | padding: 0 $sidenav-padding;
51 |
52 | &:hover { background-color: rgba(0,0,0,.05); }
53 | i { line-height: inherit; }
54 | }
55 |
56 | .collapsible-body {
57 | border: 0;
58 | background-color: $collapsible-header-color;
59 |
60 | li a {
61 | padding: 0 (7.5px + $sidenav-padding)
62 | 0 (15px + $sidenav-padding);
63 | }
64 | }
65 |
66 | }
67 |
68 | // Popout Collapsible
69 |
70 | .collapsible.popout {
71 | border: none;
72 | box-shadow: none;
73 | > li {
74 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
75 | // transform: scaleX(.92);
76 | margin: 0 24px;
77 | transition: margin .35s cubic-bezier(0.250, 0.460, 0.450, 0.940);
78 | }
79 | > li.active {
80 | box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
81 | margin: 16px 0;
82 | // transform: scaleX(1);
83 | }
84 | }
85 |
--------------------------------------------------------------------------------
/_posts/2016-05-20-super-long-article.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: post
3 | title: "Some articles are just so long they deserve a really long title to see if things will break well"
4 | categories: misc
5 | ---
6 |
7 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
8 |
9 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
10 |
11 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
12 |
--------------------------------------------------------------------------------
/_includes/person1.html:
--------------------------------------------------------------------------------
1 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Linkedin
33 |
34 |
35 | Since 2001, he has been creating online projects. Created and launched a number of online projects, among them the context advertising system, domain registrar, recommendation start-up and web-studio. All these products have been successfully sold to partners and other larger companies. After that, several online stores, prestigewheels.ru and sportmanya.ru were launched, where the founders faced the problem of actuality of surplus and solved it by creating the project service miiix.org. He sold his stores and focused on the Miiix project. The project received the Startup Award of the Year 2013 in Russia and still exists. In 2017, the project is integrated with SAP Hybris to use the algorithms for product matching in major global marketplaces and retailers. In 2016, together with Dmitry Kostygin, the main shareholder of Ulmart, he created a platform for selling non-liquid surplus of retailers - smallhorse.ru.
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/presale.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Elementh Foundation pre-sale
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/_includes/media.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_layouts/home.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 | {% include bnr_top.html %}
6 | {% include header.html %}
7 |
8 | {% include userblock.html %}
9 |
10 | {% include hero.html %}
11 |
12 | {% include features.html %}
13 |
14 | {% include cases.html %}
15 |
16 | {% include dapps.html %}
17 |
18 | {% include mission.html %}
19 |
20 | {% include market.html %}
21 |
22 | {% include roadmap.html %}
23 |
24 | {% include rating.html %}
25 |
26 | {% include product.html %}
27 |
28 | {% include rewards.html %}
29 |
30 | {% include partner.html %}
31 |
32 | {% include team.html %}
33 |
34 | {% include advisors.html %}
35 |
36 | {% include competitors.html %}
37 |
38 | {% include meetup.html %}
39 |
40 | {% include reviews.html %}
41 |
42 | {% include faq.html %}
43 |
44 | {% include contact.html %}
45 |
46 | {% include footer.html %}
47 |
48 |
49 |
50 | {% include calltoaction.html %}
51 |
52 | {% include wlmodal.html %}
53 |
54 |
55 |
56 |
57 |
58 | Oops, something went wrong! Please, fill the form again.
59 |
60 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 | Congratulations! You are now at whitelist!
73 |
74 |
79 |
80 |
--------------------------------------------------------------------------------
/_includes/personmodal.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
{% include person1.html %}
5 |
6 |
7 |
8 |
9 |
10 |
{% include person2.html %}
11 |
12 |
13 |
14 |
15 |
16 |
{% include person3.html %}
17 |
18 |
19 |
20 |
21 |
22 |
{% include person4.html %}
23 |
24 |
25 |
26 |
27 |
28 |
{% include person5.html %}
29 |
30 |
31 |
32 |
33 |
34 |
{% include person6.html %}
35 |
36 |
37 |
38 |
39 |
40 |
{% include person7.html %}
41 |
42 |
43 |
44 |
45 |
46 |
{% include person8.html %}
47 |
48 |
49 |
50 |
51 |
52 |
{% include person9.html %}
53 |
54 |
55 |
56 |
57 |
58 |
{% include person10.html %}
59 |
60 |
61 |
62 |
63 |
--------------------------------------------------------------------------------
/_sass/materialize/components/forms/_switches.scss:
--------------------------------------------------------------------------------
1 | /* Switch
2 | ========================================================================== */
3 |
4 | .switch,
5 | .switch * {
6 | -webkit-tap-highlight-color: transparent;
7 | user-select: none;
8 | }
9 |
10 | .switch label {
11 | cursor: pointer;
12 | }
13 |
14 | .switch label input[type=checkbox] {
15 | opacity: 0;
16 | width: 0;
17 | height: 0;
18 |
19 | &:checked + .lever {
20 | background-color: $switch-checked-lever-bg;
21 |
22 | &:before, &:after {
23 | left: 18px;
24 | }
25 |
26 | &:after {
27 | background-color: $switch-bg-color;
28 | }
29 | }
30 | }
31 |
32 | .switch label .lever {
33 | content: "";
34 | display: inline-block;
35 | position: relative;
36 | width: 36px;
37 | height: 14px;
38 | background-color: $switch-unchecked-lever-bg;
39 | border-radius: $switch-radius;
40 | margin-right: 10px;
41 | transition: background 0.3s ease;
42 | vertical-align: middle;
43 | margin: 0 16px;
44 |
45 | &:before, &:after {
46 | content: "";
47 | position: absolute;
48 | display: inline-block;
49 | width: 20px;
50 | height: 20px;
51 | border-radius: 50%;
52 | left: 0;
53 | top: -3px;
54 | transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
55 | }
56 |
57 | &:before {
58 | background-color: transparentize($switch-bg-color, .85);
59 | }
60 |
61 | &:after {
62 | background-color: $switch-unchecked-bg;
63 | box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
64 | }
65 | }
66 |
67 | // Switch active style
68 | input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
69 | input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
70 | transform: scale(2.4);
71 | background-color: transparentize($switch-bg-color, .85);
72 | }
73 |
74 | input[type=checkbox]:not(:disabled) ~ .lever:active:before,
75 | input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
76 | transform: scale(2.4);
77 | background-color: rgba(0,0,0,.08);
78 | }
79 |
80 | // Disabled Styles
81 | .switch input[type=checkbox][disabled] + .lever {
82 | cursor: default;
83 | background-color: rgba(0,0,0,.12);
84 | }
85 |
86 | .switch label input[type=checkbox][disabled] + .lever:after,
87 | .switch label input[type=checkbox][disabled]:checked + .lever:after {
88 | background-color: $input-disabled-solid-color;
89 | }
90 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_tapTarget.scss:
--------------------------------------------------------------------------------
1 | .tap-target-wrapper {
2 | width: 800px;
3 | height: 800px;
4 | position: fixed;
5 | z-index: 1000;
6 | visibility: hidden;
7 | transition: visibility 0s .3s;
8 | }
9 |
10 | .tap-target-wrapper.open {
11 | visibility: visible;
12 | transition: visibility 0s;
13 |
14 | .tap-target {
15 | transform: scale(1);
16 | opacity: .95;
17 | transition:
18 | transform .3s cubic-bezier(.42,0,.58,1),
19 | opacity .3s cubic-bezier(.42,0,.58,1);
20 | }
21 |
22 | .tap-target-wave::before {
23 | transform: scale(1);
24 | }
25 | .tap-target-wave::after {
26 | visibility: visible;
27 | animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
28 | transition:
29 | opacity .3s,
30 | transform .3s,
31 | visibility 0s 1s;
32 | }
33 | }
34 |
35 | .tap-target {
36 | position: absolute;
37 | font-size: 1rem;
38 | border-radius: 50%;
39 | background-color: $primary-color;
40 | box-shadow: 0 20px 20px 0 rgba(0,0,0,0.14), 0 10px 50px 0 rgba(0,0,0,0.12), 0 30px 10px -20px rgba(0,0,0,0.2);
41 | width: 100%;
42 | height: 100%;
43 | opacity: 0;
44 | transform: scale(0);
45 | transition:
46 | transform .3s cubic-bezier(.42,0,.58,1),
47 | opacity .3s cubic-bezier(.42,0,.58,1);
48 | }
49 |
50 | .tap-target-content {
51 | position: relative;
52 | display: table-cell;
53 | }
54 |
55 | .tap-target-wave {
56 | &::before,
57 | &::after {
58 | content: '';
59 | display: block;
60 | position: absolute;
61 | width: 100%;
62 | height: 100%;
63 | border-radius: 50%;
64 | background-color: #ffffff;
65 | }
66 | &::before {
67 | transform: scale(0);
68 | transition: transform .3s;
69 | }
70 | &::after {
71 | visibility: hidden;
72 | transition:
73 | opacity .3s,
74 | transform .3s,
75 | visibility 0s;
76 | z-index: -1;
77 | }
78 |
79 | position: absolute;
80 | border-radius: 50%;
81 | z-index: 10001;
82 | }
83 |
84 | .tap-target-origin {
85 | &:not(.btn),
86 | &:not(.btn):hover {
87 | background: none;
88 | }
89 |
90 | top: 50%;
91 | left: 50%;
92 | transform: translate(-50%,-50%);
93 |
94 | z-index: 10002;
95 | position: absolute !important;
96 | }
97 |
98 | @media only screen and (max-width: 600px) {
99 | .tap-target, .tap-target-wrapper {
100 | width: 600px;
101 | height: 600px;
102 | }
103 | }
104 |
--------------------------------------------------------------------------------
/_includes/head.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Elementh Foundation
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 | {% if jekyll.environment == 'production' and site.google_analytics %}
25 | {% include google-analytics.html %}
26 | {% endif %}
27 |
28 |
--------------------------------------------------------------------------------
/img/meetup/d10e.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
7 |
18 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/_includes/meetup.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_waves.scss:
--------------------------------------------------------------------------------
1 |
2 | /*!
3 | * Waves v0.6.0
4 | * http://fian.my.id/Waves
5 | *
6 | * Copyright 2014 Alfiana E. Sibuea and other contributors
7 | * Released under the MIT license
8 | * https://github.com/fians/Waves/blob/master/LICENSE
9 | */
10 |
11 |
12 | .waves-effect {
13 | position: relative;
14 | cursor: pointer;
15 | display: inline-block;
16 | overflow: hidden;
17 | user-select: none;
18 | -webkit-tap-highlight-color: transparent;
19 | vertical-align: middle;
20 | z-index: 1;
21 | transition: .3s ease-out;
22 |
23 | .waves-ripple {
24 | position: absolute;
25 | border-radius: 50%;
26 | width: 20px;
27 | height: 20px;
28 | margin-top:-10px;
29 | margin-left:-10px;
30 | opacity: 0;
31 |
32 | background: rgba(0,0,0,0.2);
33 | transition: all 0.7s ease-out;
34 | transition-property: transform, opacity;
35 | transform: scale(0);
36 | pointer-events: none;
37 | }
38 |
39 | // Waves Colors
40 | &.waves-light .waves-ripple {
41 | background-color: rgba(255, 255, 255, 0.45);
42 | }
43 | &.waves-red .waves-ripple {
44 | background-color: rgba(244, 67, 54, .70);
45 | }
46 | &.waves-yellow .waves-ripple {
47 | background-color: rgba(255, 235, 59, .70);
48 | }
49 | &.waves-orange .waves-ripple {
50 | background-color: rgba(255, 152, 0, .70);
51 | }
52 | &.waves-purple .waves-ripple {
53 | background-color: rgba(156, 39, 176, 0.70);
54 | }
55 | &.waves-green .waves-ripple {
56 | background-color: rgba(76, 175, 80, 0.70);
57 | }
58 | &.waves-teal .waves-ripple {
59 | background-color: rgba(0, 150, 136, 0.70);
60 | }
61 |
62 | // Style input button bug.
63 | input[type="button"], input[type="reset"], input[type="submit"] {
64 | border: 0;
65 | font-style: normal;
66 | font-size: inherit;
67 | text-transform: inherit;
68 | background: none;
69 | }
70 |
71 | img {
72 | position: relative;
73 | z-index: -1;
74 | }
75 | }
76 |
77 | .waves-notransition {
78 | transition: none #{"!important"};
79 | }
80 |
81 | .waves-circle {
82 | transform: translateZ(0);
83 | -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
84 | }
85 |
86 | .waves-input-wrapper {
87 | border-radius: 0.2em;
88 | vertical-align: bottom;
89 |
90 | .waves-button-input {
91 | position: relative;
92 | top: 0;
93 | left: 0;
94 | z-index: 1;
95 | }
96 | }
97 |
98 | .waves-circle {
99 | text-align: center;
100 | width: 2.5em;
101 | height: 2.5em;
102 | line-height: 2.5em;
103 | border-radius: 50%;
104 | -webkit-mask-image: none;
105 | }
106 |
107 | .waves-block {
108 | display: block;
109 | }
110 |
111 | /* Firefox Bug: link not triggered */
112 | .waves-effect .waves-ripple {
113 | z-index: -1;
114 | }
--------------------------------------------------------------------------------
/_includes/script.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
23 |
24 |
31 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/img/text_logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
8 |
11 |
15 |
18 |
21 |
24 |
26 |
29 |
31 |
34 |
35 |
--------------------------------------------------------------------------------
/js/profile.js:
--------------------------------------------------------------------------------
1 | $(function () {
2 |
3 | $('#tabs_list_contribute, #tabs_list_pool, #tabs_list_bounty, #tabs_list_airdrop, #tabs_list_referral, #tabs_list_profile').on('click', function () {
4 | $('#tabs_list_contribute').removeClass('active')
5 | $('#tabs_list_pool').removeClass('active')
6 | $('#tabs_list_bounty').removeClass('active')
7 | $('#tabs_list_airdrop').removeClass('active')
8 | $('#tabs_list_referral').removeClass('active')
9 | $('#tabs_list_profile').removeClass('active')
10 | $('#tabs_container_contribute').removeClass('disblock')
11 | $('#tabs_container_pool').removeClass('disblock')
12 | $('#tabs_container_bounty').removeClass('disblock')
13 | $('#tabs_container_airdrop').removeClass('disblock')
14 | $('#tabs_container_referral').removeClass('disblock')
15 | $('#tabs_container_profile').removeClass('disblock')
16 | })
17 | $('#tabs_list_contribute').on('click', function () {
18 | $('#tabs_list_contribute').addClass('active')
19 | $('#tabs_container_contribute').addClass('disblock')
20 | })
21 | $('#tabs_list_pool').on('click', function () {
22 | $('#tabs_list_pool').addClass('active')
23 | $('#tabs_container_pool').addClass('disblock')
24 | })
25 | $('#tabs_list_bounty').on('click', function () {
26 | $('#tabs_list_bounty').addClass('active')
27 | $('#tabs_container_bounty').addClass('disblock')
28 | })
29 | $('#tabs_list_airdrop').on('click', function () {
30 | $('#tabs_list_airdrop').addClass('active')
31 | $('#tabs_container_airdrop').addClass('disblock')
32 | })
33 | $('#tabs_list_referral').on('click', function () {
34 | $('#tabs_list_referral').addClass('active')
35 | $('#tabs_container_referral').addClass('disblock')
36 | })
37 | $('#tabs_list_profile').on('click', function () {
38 | $('#tabs_list_profile').addClass('active')
39 | $('#tabs_container_profile').addClass('disblock')
40 | })
41 |
42 | $('#airdrop_verify_email').on('click', function () {
43 | $('#airdrop_user_email_edit').addClass('disnone')
44 | $('#airdrop_verify_email').addClass('disnone')
45 | $('#airdrop_confirmed_email').addClass('disblock')
46 | })
47 | $('#airdrop_verify_telegram').on('click', function () {
48 | $('#airdrop_user_telegram_edit').addClass('disnone')
49 | $('#airdrop_verify_telegram').addClass('disnone')
50 | $('#airdrop_confirmed_telegram').addClass('disblock')
51 | })
52 |
53 | $('#verify_email').on('click', function () {
54 | $('#user_email_edit').addClass('disnone')
55 | $('#verify_email').addClass('disnone')
56 | $('#confirmed_email').addClass('disblock')
57 | })
58 | $('#verify_telegram').on('click', function () {
59 | $('#user_telegram_edit').addClass('disnone')
60 | $('#verify_telegram').addClass('disnone')
61 | $('#confirmed_telegram').addClass('disblock')
62 | })
63 | });
--------------------------------------------------------------------------------
/_layouts/preico.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | {% include userblock.html %}
17 |
18 |
19 |
20 |
21 |
22 | If you are in Private Pre-Sale whitelist then enter your Ethereum or Bitcoin address and click CONTRIBUTE to see Elementh smart-contract pre-sale address.
23 | If you are not in Private Pre-Sale whitelist then click "Join Whitelist", fill in the form to enter whitelist.
24 |
25 |
26 |
27 |
31 |
35 |
36 |
SoftCap:
37 |
38 |
39 |
40 |
41 |
42 | 300.00 ETH
43 |
44 |
48 |
49 |
50 |
51 |
52 |
53 |
58 |
59 |
60 | {% include iconpack.html %}
61 |
62 |
63 |
--------------------------------------------------------------------------------
/_includes/partner.html:
--------------------------------------------------------------------------------
1 |
71 |
--------------------------------------------------------------------------------
/_sass/materialize/components/forms/_radio-buttons.scss:
--------------------------------------------------------------------------------
1 | /* Radio Buttons
2 | ========================================================================== */
3 |
4 | // Remove default Radio Buttons
5 | [type="radio"]:not(:checked),
6 | [type="radio"]:checked {
7 | position: absolute;
8 | opacity: 0;
9 | pointer-events: none;
10 | }
11 |
12 | [type="radio"]:not(:checked) + label,
13 | [type="radio"]:checked + label {
14 | position: relative;
15 | padding-left: 35px;
16 | cursor: pointer;
17 | display: inline-block;
18 | height: 25px;
19 | line-height: 25px;
20 | font-size: 1rem;
21 | transition: .28s ease;
22 | user-select: none;
23 | }
24 |
25 | [type="radio"] + label:before,
26 | [type="radio"] + label:after {
27 | content: '';
28 | position: absolute;
29 | left: 0;
30 | top: 0;
31 | margin: 4px;
32 | width: 16px;
33 | height: 16px;
34 | z-index: 0;
35 | transition: .28s ease;
36 | }
37 |
38 | /* Unchecked styles */
39 | [type="radio"]:not(:checked) + label:before,
40 | [type="radio"]:not(:checked) + label:after,
41 | [type="radio"]:checked + label:before,
42 | [type="radio"]:checked + label:after,
43 | [type="radio"].with-gap:checked + label:before,
44 | [type="radio"].with-gap:checked + label:after {
45 | border-radius: 50%;
46 | }
47 |
48 | [type="radio"]:not(:checked) + label:before,
49 | [type="radio"]:not(:checked) + label:after {
50 | border: 2px solid $radio-empty-color;
51 | }
52 |
53 | [type="radio"]:not(:checked) + label:after {
54 | transform: scale(0);
55 | }
56 |
57 | /* Checked styles */
58 | [type="radio"]:checked + label:before {
59 | border: 2px solid transparent;
60 | }
61 |
62 | [type="radio"]:checked + label:after,
63 | [type="radio"].with-gap:checked + label:before,
64 | [type="radio"].with-gap:checked + label:after {
65 | border: $radio-border;
66 | }
67 |
68 | [type="radio"]:checked + label:after,
69 | [type="radio"].with-gap:checked + label:after {
70 | background-color: $radio-fill-color;
71 | }
72 |
73 | [type="radio"]:checked + label:after {
74 | transform: scale(1.02);
75 | }
76 |
77 | /* Radio With gap */
78 | [type="radio"].with-gap:checked + label:after {
79 | transform: scale(.5);
80 | }
81 |
82 | /* Focused styles */
83 | [type="radio"].tabbed:focus + label:before {
84 | box-shadow: 0 0 0 10px rgba(0,0,0,.1);
85 | }
86 |
87 | /* Disabled Radio With gap */
88 | [type="radio"].with-gap:disabled:checked + label:before {
89 | border: 2px solid $input-disabled-color;
90 | }
91 |
92 | [type="radio"].with-gap:disabled:checked + label:after {
93 | border: none;
94 | background-color: $input-disabled-color;
95 | }
96 |
97 | /* Disabled style */
98 | [type="radio"]:disabled:not(:checked) + label:before,
99 | [type="radio"]:disabled:checked + label:before {
100 | background-color: transparent;
101 | border-color: $input-disabled-color;
102 | }
103 |
104 | [type="radio"]:disabled + label {
105 | color: $input-disabled-color;
106 | }
107 |
108 | [type="radio"]:disabled:not(:checked) + label:before {
109 | border-color: $input-disabled-color;
110 | }
111 |
112 | [type="radio"]:disabled:checked + label:after {
113 | background-color: $input-disabled-color;
114 | border-color: $input-disabled-solid-color;
115 | }
116 |
--------------------------------------------------------------------------------
/_includes/faq.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Contributor Covenant Code of Conduct
2 |
3 | ## Our Pledge
4 |
5 | In the interest of fostering an open and welcoming environment, we as
6 | contributors and maintainers pledge to making participation in our project and
7 | our community a harassment-free experience for everyone, regardless of age, body
8 | size, disability, ethnicity, gender identity and expression, level of experience,
9 | nationality, personal appearance, race, religion, or sexual identity and
10 | orientation.
11 |
12 | ## Our Standards
13 |
14 | Examples of behavior that contributes to creating a positive environment
15 | include:
16 |
17 | * Using welcoming and inclusive language
18 | * Being respectful of differing viewpoints and experiences
19 | * Gracefully accepting constructive criticism
20 | * Focusing on what is best for the community
21 | * Showing empathy towards other community members
22 |
23 | Examples of unacceptable behavior by participants include:
24 |
25 | * The use of sexualized language or imagery and unwelcome sexual attention or
26 | advances
27 | * Trolling, insulting/derogatory comments, and personal or political attacks
28 | * Public or private harassment
29 | * Publishing others' private information, such as a physical or electronic
30 | address, without explicit permission
31 | * Other conduct which could reasonably be considered inappropriate in a
32 | professional setting
33 |
34 | ## Our Responsibilities
35 |
36 | Project maintainers are responsible for clarifying the standards of acceptable
37 | behavior and are expected to take appropriate and fair corrective action in
38 | response to any instances of unacceptable behavior.
39 |
40 | Project maintainers have the right and responsibility to remove, edit, or
41 | reject comments, commits, code, wiki edits, issues, and other contributions
42 | that are not aligned to this Code of Conduct, or to ban temporarily or
43 | permanently any contributor for other behaviors that they deem inappropriate,
44 | threatening, offensive, or harmful.
45 |
46 | ## Scope
47 |
48 | This Code of Conduct applies both within project spaces and in public spaces
49 | when an individual is representing the project or its community. Examples of
50 | representing a project or community include using an official project e-mail
51 | address, posting via an official social media account, or acting as an appointed
52 | representative at an online or offline event. Representation of a project may be
53 | further defined and clarified by project maintainers.
54 |
55 | ## Enforcement
56 |
57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be
58 | reported by contacting the project team at parkrmoore@gmail.com. All
59 | complaints will be reviewed and investigated and will result in a response that
60 | is deemed necessary and appropriate to the circumstances. The project team is
61 | obligated to maintain confidentiality with regard to the reporter of an incident.
62 | Further details of specific enforcement policies may be posted separately.
63 |
64 | Project maintainers who do not follow or enforce the Code of Conduct in good
65 | faith may face temporary or permanent repercussions as determined by other
66 | members of the project's leadership.
67 |
68 | ## Attribution
69 |
70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71 | available at [http://contributor-covenant.org/version/1/4][version]
72 |
73 | [homepage]: http://contributor-covenant.org
74 | [version]: http://contributor-covenant.org/version/1/4/
75 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_grid.scss:
--------------------------------------------------------------------------------
1 | .container {
2 | margin: 0 auto;
3 | max-width: 1280px;
4 | width: 90%;
5 | }
6 | @media #{$medium-and-up} {
7 | .container {
8 | width: 85%;
9 | }
10 | }
11 | @media #{$large-and-up} {
12 | .container {
13 | width: 70%;
14 | }
15 | }
16 | .container .row {
17 | margin-left: (-1 * $gutter-width / 2);
18 | margin-right: (-1 * $gutter-width / 2);
19 | }
20 |
21 | .section {
22 | padding-top: 1rem;
23 | padding-bottom: 1rem;
24 |
25 | &.no-pad {
26 | padding: 0;
27 | }
28 | &.no-pad-bot {
29 | padding-bottom: 0;
30 | }
31 | &.no-pad-top {
32 | padding-top: 0;
33 | }
34 | }
35 |
36 |
37 | // Mixins to eliminate code repitition
38 | @mixin reset-offset {
39 | margin-left: auto;
40 | left: auto;
41 | right: auto;
42 | }
43 | @mixin grid-classes($size, $i, $perc) {
44 | &.offset-#{$size}#{$i} {
45 | margin-left: $perc;
46 | }
47 | &.pull-#{$size}#{$i} {
48 | right: $perc;
49 | }
50 | &.push-#{$size}#{$i} {
51 | left: $perc;
52 | }
53 | }
54 |
55 |
56 | .row {
57 | margin-left: auto;
58 | margin-right: auto;
59 | margin-bottom: 20px;
60 |
61 | // Clear floating children
62 | &:after {
63 | content: "";
64 | display: table;
65 | clear: both;
66 | }
67 |
68 | .col {
69 | float: left;
70 | box-sizing: border-box;
71 | padding: 0 $gutter-width / 2;
72 | min-height: 1px;
73 |
74 | &[class*="push-"],
75 | &[class*="pull-"] {
76 | position: relative;
77 | }
78 |
79 | $i: 1;
80 | @while $i <= $num-cols {
81 | $perc: unquote((100 / ($num-cols / $i)) + "%");
82 | &.s#{$i} {
83 | width: $perc;
84 | @include reset-offset;
85 | }
86 | $i: $i + 1;
87 | }
88 |
89 | $i: 1;
90 | @while $i <= $num-cols {
91 | $perc: unquote((100 / ($num-cols / $i)) + "%");
92 | @include grid-classes("s", $i, $perc);
93 | $i: $i + 1;
94 | }
95 |
96 | @media #{$medium-and-up} {
97 |
98 | $i: 1;
99 | @while $i <= $num-cols {
100 | $perc: unquote((100 / ($num-cols / $i)) + "%");
101 | &.m#{$i} {
102 | width: $perc;
103 | @include reset-offset;
104 | }
105 | $i: $i + 1
106 | }
107 |
108 | $i: 1;
109 | @while $i <= $num-cols {
110 | $perc: unquote((100 / ($num-cols / $i)) + "%");
111 | @include grid-classes("m", $i, $perc);
112 | $i: $i + 1;
113 | }
114 | }
115 |
116 | @media #{$large-and-up} {
117 |
118 | $i: 1;
119 | @while $i <= $num-cols {
120 | $perc: unquote((100 / ($num-cols / $i)) + "%");
121 | &.l#{$i} {
122 | width: $perc;
123 | @include reset-offset;
124 | }
125 | $i: $i + 1;
126 | }
127 |
128 | $i: 1;
129 | @while $i <= $num-cols {
130 | $perc: unquote((100 / ($num-cols / $i)) + "%");
131 | @include grid-classes("l", $i, $perc);
132 | $i: $i + 1;
133 | }
134 | }
135 |
136 | @media #{$extra-large-and-up} {
137 |
138 | $i: 1;
139 | @while $i <= $num-cols {
140 | $perc: unquote((100 / ($num-cols / $i)) + "%");
141 | &.xl#{$i} {
142 | width: $perc;
143 | @include reset-offset;
144 | }
145 | $i: $i + 1;
146 | }
147 |
148 | $i: 1;
149 | @while $i <= $num-cols {
150 | $perc: unquote((100 / ($num-cols / $i)) + "%");
151 | @include grid-classes("xl", $i, $perc);
152 | $i: $i + 1;
153 | }
154 | }
155 | }
156 | }
157 |
--------------------------------------------------------------------------------
/locales/ru/notranslation.json:
--------------------------------------------------------------------------------
1 | {
2 | "Whitepaper": "Whitepaper",
3 | "Features": "Особенности",
4 | "Cases": "Кейсы",
5 | "Dapps": "Dapps",
6 | "Mission": "Миссия",
7 | "Market": "Рынок",
8 | "Roadmap": "Дорожная карта",
9 | "Rating": "Рейтинг",
10 | "Product": "Продукт",
11 | "Miiix Rewards": "Miiix Награды",
12 | "Partners": "Партнёры",
13 | "Team": "Команда",
14 | "Advisors": "Консультанты",
15 | "Competitors": "Конкуренты",
16 | "Meet Us At": "Познакомьтесь с нами",
17 | "Reviews": "Отзывы",
18 | "FAQ": "FAQ",
19 | "Sign in": "Войти",
20 | "Sign up": "Регистрация",
21 | "Profile": "Профиль",
22 | "Log out": "Выйти",
23 | "Join Token Sale": "Присоединиться",
24 | "Date": "Дата",
25 | "Supply": "12",
26 | "HardCap": "32",
27 | "Balance": "Баланс",
28 | "SoftCap": "123",
29 | "Contacts": "Контакты",
30 | "heroText": "текст",
31 | "WINNER": "123",
32 | "FINALIST": "123",
33 | "SEMIFINALIST": "123",
34 | "features1H": "123",
35 | "features1T": "123",
36 | "features2H": "123",
37 | "features2T": "123",
38 | "features3H": "123",
39 | "features3T": "123",
40 | "Contribute": "Сделать вклад",
41 | "cases1H": "123",
42 | "cases1T": "123",
43 | "cases2H": "123",
44 | "cases2T": "123",
45 | "cases3H": "123",
46 | "cases3T": "123",
47 | "dapps1H": "123",
48 | "dapps1T": "123",
49 | "dapps2H": "123",
50 | "dapps2T": "123",
51 | "dapps3H": "123",
52 | "dapps3T": "123",
53 | "dapps4H": "123",
54 | "dapps4T": "123",
55 | "dapps5H": "123",
56 | "dapps5T": "123",
57 | "dapps6H": "123",
58 | "dapps6T": "123",
59 | "dapps7H": "123",
60 | "dapps7T": "123",
61 | "dapps8H": "123",
62 | "dapps8T": "123",
63 | "mission1T": "1234",
64 | "market1T" : "123",
65 | "market2T" : "123",
66 | "market3T" : "123",
67 | "market4T" : "123",
68 | "roadmap1H": "1234",
69 | "roadmap2H": "1234",
70 | "roadmap3H": "1234",
71 | "roadmap4H": "1234",
72 | "roadmap5H": "1234",
73 | "roadmap6H": "1234",
74 | "roadmap7H": "1234",
75 | "roadmap8H": "1234",
76 | "roadmap9H": "1234",
77 | "roadmap10H": "1234",
78 | "roadmap11H": "1234",
79 | "roadmap12H": "1234",
80 | "person1T": "123",
81 | "person2T": "123",
82 | "person3T": "123",
83 | "person4T": "123",
84 | "person5T": "123",
85 | "person6T": "123",
86 | "person7T": "123",
87 | "person8T": "123",
88 | "person9T": "123",
89 | "person10T": "123",
90 | "advisor1T": "123",
91 | "advisor2T": "123",
92 | "advisor3T": "123",
93 | "advisor4T": "123",
94 | "competitorsT" : "123",
95 | "product1T": "123",
96 | "product2T": "123",
97 | "review1T": "123",
98 | "review2T": "123",
99 | "review3T": "123",
100 | "review4T": "123",
101 | "faq1Q":"блабла?",
102 | "faq1A":"блабла!",
103 | "faq2Q":"блабла?",
104 | "faq2A":"блабла!",
105 | "faq3Q":"блабла?",
106 | "faq3A":"блабла!",
107 | "faq4Q":"блабла?",
108 | "faq4A":"блабла!",
109 | "faq5Q":"блабла?",
110 | "faq5A":"блабла!",
111 | "YourName": "Ваше ФИО",
112 | "YourEmail": "Ваш Email",
113 | "AlreadyRegistered": "Уже зарегистрированы",
114 | "yahooDescription": "У нас есать проблемы с доставкой писем @yahoo.com, пожалуйста используйте другую почту",
115 | "Password": "Пароль",
116 | "ResetPassword": "Сбросить пароль",
117 | "ConfirmYourPassword": "Повторите пароль",
118 | "YourETHAddress": "Ваш ETH адрес",
119 | "YourCountry": "Ваша страна",
120 | "YourTelegramAccount": "Ваш Telegram",
121 | "or": "или",
122 | "NotAMemberYet": "Ещё не член",
123 | "ForgottenYourPassword": "Забыли свой пароль",
124 | "RememberedIt": "Вспоминили"
125 | }
--------------------------------------------------------------------------------
/img/partner/icomarks.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
10 |
27 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/_sass/materialize/components/forms/_range.scss:
--------------------------------------------------------------------------------
1 | /* Range
2 | ========================================================================== */
3 |
4 | .range-field {
5 | position: relative;
6 | }
7 |
8 | input[type=range],
9 | input[type=range] + .thumb {
10 | @extend .no-select;
11 | cursor: pointer;
12 | }
13 |
14 | input[type=range] {
15 | position: relative;
16 | background-color: transparent;
17 | border: none;
18 | outline: none;
19 | width: 100%;
20 | margin: 15px 0;
21 | padding: 0;
22 |
23 | &:focus {
24 | outline: none;
25 | }
26 | }
27 |
28 | input[type=range] + .thumb {
29 | position: absolute;
30 | top: 10px;
31 | left: 0;
32 | border: none;
33 | height: 0;
34 | width: 0;
35 | border-radius: 50%;
36 | background-color: $radio-fill-color;
37 | margin-left: 7px;
38 |
39 | transform-origin: 50% 50%;
40 | transform: rotate(-45deg);
41 |
42 | .value {
43 | display: block;
44 | width: 30px;
45 | text-align: center;
46 | color: $radio-fill-color;
47 | font-size: 0;
48 | transform: rotate(45deg);
49 | }
50 |
51 | &.active {
52 | border-radius: 50% 50% 50% 0;
53 |
54 | .value {
55 | color: $input-background;
56 | margin-left: -1px;
57 | margin-top: 8px;
58 | font-size: 10px;
59 | }
60 | }
61 | }
62 |
63 | // WebKit
64 | input[type=range] {
65 | -webkit-appearance: none;
66 | }
67 |
68 | input[type=range]::-webkit-slider-runnable-track {
69 | height: $track-height;
70 | background: #c2c0c2;
71 | border: none;
72 | }
73 |
74 | input[type=range]::-webkit-slider-thumb {
75 | -webkit-appearance: none;
76 | border: none;
77 | height: $range-height;
78 | width: $range-width;
79 | border-radius: 50%;
80 | background-color: $radio-fill-color;
81 | transform-origin: 50% 50%;
82 | margin: -5px 0 0 0;
83 | transition: .3s;
84 | }
85 |
86 | input[type=range]:focus::-webkit-slider-runnable-track {
87 | background: #ccc;
88 | }
89 |
90 | // FireFox
91 | input[type=range] {
92 | /* fix for FF unable to apply focus style bug */
93 | border: 1px solid white;
94 |
95 | /*required for proper track sizing in FF*/
96 | }
97 |
98 | input[type=range]::-moz-range-track {
99 | height: $track-height;
100 | background: #ddd;
101 | border: none;
102 | }
103 |
104 | input[type=range]::-moz-range-thumb {
105 | border: none;
106 | height: $range-height;
107 | width: $range-width;
108 | border-radius: 50%;
109 | background: $radio-fill-color;
110 | margin-top: -5px;
111 | }
112 |
113 | // hide the outline behind the border
114 | input[type=range]:-moz-focusring {
115 | outline: 1px solid #fff;
116 | outline-offset: -1px;
117 | }
118 |
119 | input[type=range]:focus::-moz-range-track {
120 | background: #ccc;
121 | }
122 |
123 | // IE 10+
124 | input[type=range]::-ms-track {
125 | height: $track-height;
126 |
127 | // remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead
128 | background: transparent;
129 |
130 | // leave room for the larger thumb to overflow with a transparent border */
131 | border-color: transparent;
132 | border-width: 6px 0;
133 |
134 | /*remove default tick marks*/
135 | color: transparent;
136 | }
137 |
138 | input[type=range]::-ms-fill-lower {
139 | background: #777;
140 | }
141 |
142 | input[type=range]::-ms-fill-upper {
143 | background: #ddd;
144 | }
145 |
146 | input[type=range]::-ms-thumb {
147 | border: none;
148 | height: $range-height;
149 | width: $range-width;
150 | border-radius: 50%;
151 | background: $radio-fill-color;
152 | }
153 |
154 | input[type=range]:focus::-ms-fill-lower {
155 | background: #888;
156 | }
157 |
158 | input[type=range]:focus::-ms-fill-upper {
159 | background: #ccc;
160 | }
161 |
--------------------------------------------------------------------------------
/_includes/rating.html:
--------------------------------------------------------------------------------
1 |
71 |
--------------------------------------------------------------------------------
/_includes/wlmodal.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
You've successfully subscribed to Elementh ICO campaign. If you want to invest in Elementh ICO and get bonus, please fill in the form below to participate in whitelist.
4 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/_sass/materialize/components/forms/_select.scss:
--------------------------------------------------------------------------------
1 | /* Select Field
2 | ========================================================================== */
3 |
4 | select { display: none; }
5 | select.browser-default { display: block; }
6 |
7 | select {
8 | background-color: $select-background;
9 | width: 100%;
10 | padding: $select-padding;
11 | border: $select-border;
12 | border-radius: $select-radius;
13 | height: $input-height;
14 | }
15 |
16 |
17 | .input-field {
18 | select {
19 | display: block;
20 | position: absolute;
21 | width: 0;
22 | pointer-events: none;
23 | height: 0;
24 | top: 0;
25 | left: 0;
26 | opacity: 0;
27 | }
28 | }
29 |
30 | .select-label {
31 | position: absolute;
32 | }
33 |
34 | .select-wrapper {
35 | &.valid {
36 | & > input.select-dropdown {
37 | @extend %valid-input-style;
38 | }
39 |
40 | & + label:after {
41 | @extend %custom-success-message;
42 | }
43 | }
44 |
45 | &.invalid {
46 | & > input.select-dropdown {
47 | @extend %invalid-input-style;
48 | }
49 |
50 | & + label:after {
51 | @extend %custom-error-message;
52 | }
53 | }
54 |
55 | &.valid + label,
56 | &.invalid + label {
57 | width: 100%;
58 | pointer-events: none;
59 | }
60 |
61 | & + label:after {
62 | @extend %input-after-style;
63 | }
64 |
65 | position: relative;
66 |
67 | input.select-dropdown {
68 | position: relative;
69 | cursor: pointer;
70 | background-color: transparent;
71 | border: none;
72 | border-bottom: $input-border;
73 | outline: none;
74 | height: $input-height;
75 | line-height: $input-height;
76 | width: 100%;
77 | font-size: $input-font-size;
78 | margin: $input-margin;
79 | padding: 0;
80 | display: block;
81 | user-select:none;
82 | }
83 |
84 | span.caret {
85 | color: initial;
86 | position: absolute;
87 | right: 0;
88 | top: 0;
89 | bottom: 0;
90 | height: 10px;
91 | margin: auto 0;
92 | font-size: 10px;
93 | line-height: 10px;
94 | }
95 |
96 | & + label {
97 | position: absolute;
98 | top: -26px;
99 | font-size: $label-font-size;
100 | }
101 | }
102 |
103 | // Disabled styles
104 | select:disabled {
105 | color: $input-disabled-color;
106 | }
107 |
108 | .select-wrapper.disabled {
109 | span.caret,
110 | & + label {
111 | color: $input-disabled-color;
112 | }
113 | }
114 |
115 | .select-wrapper input.select-dropdown:disabled {
116 | color: $input-disabled-color;
117 | cursor: default;
118 | user-select: none;
119 | }
120 |
121 | .select-wrapper i {
122 | color: $select-disabled-color;
123 | }
124 |
125 | .select-dropdown li.disabled,
126 | .select-dropdown li.disabled > span,
127 | .select-dropdown li.optgroup {
128 | color: $select-disabled-color;
129 | background-color: transparent;
130 | }
131 |
132 | .select-dropdown.dropdown-content {
133 | li {
134 | &.active {
135 | background-color: transparent;
136 | }
137 |
138 | &:hover {
139 | background-color: $select-option-hover;
140 | }
141 |
142 | &.selected {
143 | background-color: $select-option-focus;
144 | }
145 | }
146 | }
147 |
148 | // Prefix Icons
149 | .prefix ~ .select-wrapper {
150 | margin-left: 3rem;
151 | width: 92%;
152 | width: calc(100% - 3rem);
153 | }
154 |
155 | .prefix ~ label { margin-left: 3rem; }
156 |
157 | // Icons
158 | .select-dropdown li {
159 | img {
160 | height: $dropdown-item-height - 10;
161 | width: $dropdown-item-height - 10;
162 | margin: 5px 15px;
163 | float: right;
164 | }
165 | }
166 |
167 | // Optgroup styles
168 | .select-dropdown li.optgroup {
169 | border-top: 1px solid $dropdown-hover-bg-color;
170 |
171 | &.selected > span {
172 | color: rgba(0, 0, 0, .7);
173 | }
174 |
175 | & > span {
176 | color: rgba(0, 0, 0, .4);
177 | }
178 |
179 | & ~ li.optgroup-option {
180 | padding-left: 1rem;
181 | }
182 | }
183 |
--------------------------------------------------------------------------------
/img/partner/trackico.svg:
--------------------------------------------------------------------------------
1 |
3 |
6 |
11 |
14 |
20 |
25 |
29 |
32 |
36 |
39 |
41 |
42 |
--------------------------------------------------------------------------------
/img/features/f_1.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | pic
5 | Created with Sketch.
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/_sass/materialize/components/_cards.scss:
--------------------------------------------------------------------------------
1 |
2 |
3 | .card-panel {
4 | transition: box-shadow .25s;
5 | padding: $card-padding;
6 | margin: $element-top-margin 0 $element-bottom-margin 0;
7 | border-radius: 2px;
8 | @extend .z-depth-1;
9 | background-color: $card-bg-color;
10 | }
11 |
12 | .card {
13 | position: relative;
14 | margin: $element-top-margin 0 $element-bottom-margin 0;
15 | background-color: $card-bg-color;
16 | transition: box-shadow .25s;
17 | border-radius: 2px;
18 | @extend .z-depth-1;
19 |
20 |
21 | .card-title {
22 | font-size: 24px;
23 | font-weight: 300;
24 | &.activator {
25 | cursor: pointer;
26 | }
27 | }
28 |
29 | // Card Sizes
30 | &.small, &.medium, &.large {
31 | position: relative;
32 |
33 | .card-image {
34 | max-height: 60%;
35 | overflow: hidden;
36 | }
37 | .card-image + .card-content {
38 | max-height: 40%;
39 | }
40 | .card-content {
41 | max-height: 100%;
42 | overflow: hidden;
43 | }
44 | .card-action {
45 | position: absolute;
46 | bottom: 0;
47 | left: 0;
48 | right: 0;
49 | }
50 | }
51 |
52 | &.small {
53 | height: 300px;
54 | }
55 |
56 | &.medium {
57 | height: 400px;
58 | }
59 |
60 | &.large {
61 | height: 500px;
62 | }
63 |
64 | // Horizontal Cards
65 | &.horizontal {
66 | &.small, &.medium, &.large {
67 | .card-image {
68 | height: 100%;
69 | max-height: none;
70 | overflow: visible;
71 |
72 | img {
73 | height: 100%;
74 | }
75 | }
76 | }
77 |
78 | display: flex;
79 |
80 | .card-image {
81 | max-width: 50%;
82 | img {
83 | border-radius: 2px 0 0 2px;
84 | max-width: 100%;
85 | width: auto;
86 | }
87 | }
88 |
89 | .card-stacked {
90 | display: flex;
91 | flex-direction: column;
92 | flex: 1;
93 | position: relative;
94 |
95 | .card-content {
96 | flex-grow: 1;
97 | }
98 | }
99 | }
100 |
101 | // Sticky Action Section
102 | &.sticky-action {
103 | .card-action {
104 | z-index: 2;
105 | }
106 |
107 | .card-reveal {
108 | z-index: 1;
109 | padding-bottom: 64px;
110 | }
111 | }
112 |
113 |
114 |
115 |
116 | .card-image {
117 | position: relative;
118 |
119 | // Image background for content
120 | img {
121 | display: block;
122 | border-radius: 2px 2px 0 0;
123 | position: relative;
124 | left: 0;
125 | right: 0;
126 | top: 0;
127 | bottom: 0;
128 | width: 100%;
129 | }
130 |
131 | .card-title {
132 | color: $card-bg-color;
133 | position: absolute;
134 | bottom: 0;
135 | left: 0;
136 | max-width: 100%;
137 | padding: $card-padding;
138 | }
139 | }
140 |
141 | .card-content {
142 | padding: $card-padding;
143 | border-radius: 0 0 2px 2px;
144 |
145 | p {
146 | margin: 0;
147 | color: inherit;
148 | }
149 | .card-title {
150 | display: block;
151 | line-height: 32px;
152 | margin-bottom: 8px;
153 |
154 | i {
155 | line-height: 32px;
156 | }
157 | }
158 | }
159 |
160 | .card-action {
161 | &:last-child {
162 | border-radius: 0 0 2px 2px;
163 | }
164 | position: relative;
165 | background-color: inherit;
166 | border-top: 1px solid rgba(160,160,160,.2);
167 | padding: 16px $card-padding;
168 |
169 | a:not(.btn):not(.btn-large):not(.btn-floating) {
170 | color: $card-link-color;
171 | margin-right: $card-padding;
172 | transition: color .3s ease;
173 | text-transform: uppercase;
174 |
175 | &:hover { color: $card-link-color-light; }
176 | }
177 | }
178 |
179 | .card-reveal {
180 | padding: $card-padding;
181 | position: absolute;
182 | background-color: $card-bg-color;
183 | width: 100%;
184 | overflow-y: auto;
185 | left: 0;
186 | top: 100%;
187 | height: 100%;
188 | z-index: 3;
189 | display: none;
190 |
191 | .card-title {
192 | cursor: pointer;
193 | display: block;
194 | }
195 | }
196 | }
197 |
--------------------------------------------------------------------------------
/_posts/2016-05-20-this-post-demonstrates-post-content-styles.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: post
3 | title: "This post demonstrates post content styles"
4 | categories: junk
5 | author: "Bart Simpson"
6 | meta: "Springfield"
7 | ---
8 |
9 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit.
10 |
11 | ## Some great heading (h2)
12 |
13 | Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu.
14 |
15 | Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
16 |
17 | ## Another great heading (h2)
18 |
19 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit.
20 |
21 | ### Some great subheading (h3)
22 |
23 | Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum.
24 |
25 | Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc.
26 |
27 | ### Some great subheading (h3)
28 |
29 | Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
30 |
31 | > This quote will change your life. It will reveal the secrets of the universe, and all the wonders of humanity. Don't misuse it.
32 |
33 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt.
34 |
35 | ### Some great subheading (h3)
36 |
37 | Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum.
38 |
39 | ```html
40 |
41 |
42 |
43 |
44 | Hello, World!
45 |
46 |
47 | ```
48 |
49 |
50 | In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
51 |
52 | #### You might want a sub-subheading (h4)
53 |
54 | In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
55 |
56 | In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
57 |
58 | #### But it's probably overkill (h4)
59 |
60 | In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
61 |
62 | ### Oh hai, an unordered list!!
63 |
64 | In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
65 |
66 | - First item, yo
67 | - Second item, dawg
68 | - Third item, what what?!
69 | - Fourth item, fo sheezy my neezy
70 |
71 | ### Oh hai, an ordered list!!
72 |
73 | In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris.
74 |
75 | 1. First item, yo
76 | 2. Second item, dawg
77 | 3. Third item, what what?!
78 | 4. Fourth item, fo sheezy my neezy
79 |
80 |
81 |
82 | ## Headings are cool! (h2)
83 |
84 | Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
85 |
86 | Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est.
87 |
88 | Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc.
89 |
--------------------------------------------------------------------------------