├── .github └── workflows │ └── codeql-analysis.yml ├── .gitignore ├── 502.shtml ├── 504.shtml ├── 508.shtml ├── COPYRIGHT ├── LICENSE ├── README.md ├── about └── index.php ├── app └── index.php ├── branding ├── index.php └── style │ └── style.css ├── changelog └── index.html ├── community ├── index.php └── style │ └── style.css ├── css ├── accordion.css ├── base.css ├── base.min.css ├── branding.css ├── calc.css ├── fontawesome │ ├── css │ │ └── all.min.css │ └── webfonts │ │ ├── fa-brands-400.eot │ │ ├── fa-brands-400.svg │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.eot │ │ ├── fa-regular-400.svg │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.eot │ │ ├── fa-solid-900.svg │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff │ │ └── fa-solid-900.woff2 ├── fonts.css ├── language.css ├── loading-indicator.css ├── main.css ├── micons │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.svg │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ ├── micons.css │ └── micons.min.css ├── oldroadmap.css ├── progress.css ├── remodal-default-theme.css ├── remodal-default-theme.min.css ├── remodal.css ├── roadmap.css ├── team.css ├── vendor.css └── vendor.min.css ├── defi └── index.php ├── docs └── privacy_policy.html ├── donate └── index.php ├── favicon.ico ├── favicon.png ├── favicon.svg ├── favicon.webp ├── favicon_appleTouch_144.png ├── fonts ├── lora │ ├── lora-bold-webfont.ttf │ ├── lora-bold-webfont.woff │ ├── lora-bold-webfont.woff2 │ ├── lora-bolditalic-webfont.woff │ ├── lora-bolditalic-webfont.woff2 │ ├── lora-italic-webfont.ttf │ ├── lora-italic-webfont.woff │ ├── lora-italic-webfont.woff2 │ ├── lora-regular-webfont.woff │ └── lora-regular-webfont.woff2 ├── montserrat │ ├── montserrat-black-webfont.woff │ ├── montserrat-black-webfont.woff2 │ ├── montserrat-bold-webfont.woff │ ├── montserrat-bold-webfont.woff2 │ ├── montserrat-extrabold-webfont.woff │ ├── montserrat-extrabold-webfont.woff2 │ ├── montserrat-extralight-webfont.woff │ ├── montserrat-extralight-webfont.woff2 │ ├── montserrat-light-webfont.woff │ ├── montserrat-light-webfont.woff2 │ ├── montserrat-medium-webfont.woff │ ├── montserrat-medium-webfont.woff2 │ ├── montserrat-regular-webfont.woff │ ├── montserrat-regular-webfont.woff2 │ ├── montserrat-semibold-webfont.woff │ ├── montserrat-semibold-webfont.woff2 │ ├── montserrat-thin-webfont.woff │ └── montserrat-thin-webfont.woff2 ├── poppins-bold-webfont.woff ├── poppins-bold-webfont.woff2 ├── poppins-bolditalic-webfont.woff ├── poppins-bolditalic-webfont.woff2 ├── poppins-italic-webfont.woff ├── poppins-italic-webfont.woff2 ├── poppins-regular-webfont.woff ├── poppins-regular-webfont.woff2 ├── poppins-semibold-webfont.woff ├── poppins-semibold-webfont.woff2 ├── poppins-semibolditalic-webfont.woff ├── poppins-semibolditalic-webfont.woff2 ├── poppins.woff └── poppins.woff2 ├── id └── index.php ├── images ├── CNGraySolidOptimized.svg ├── H1Logo.png ├── H1Logo.webp ├── altilly.png ├── app │ ├── Concealappdeposits.PNG │ ├── Concealappnews.PNG │ └── Concealappwallet.PNG ├── azex.png ├── bisq2.png ├── bitibu.png ├── branding │ ├── community-128x128.png │ ├── community-1600x1600.png │ ├── community-16x16.png │ ├── community-24x24.png │ ├── community-256x256.png │ ├── community-32x32.png │ ├── community-48x48.png │ ├── community-512x512.png │ ├── community-64x64.png │ ├── community-bbg-center-1600x1600.png │ ├── community-bbg-center-256x256.png │ ├── community-bbg-center-s-1600x1600.png │ ├── community-bbg-center-s-256x256.png │ ├── community-bbg-center-s-512x512.png │ ├── community.svg │ ├── logo-128x128.png │ ├── logo-1600x1600.png │ ├── logo-256x256.png │ ├── logo-512x512.png │ ├── logo-64x64.png │ ├── logo-bbg-center-256x256.png │ ├── logo-bbg-center-m-512x512.png │ ├── logo-bbg-center-m-twitter-400x400.jpg │ ├── logo-bbg-center-m-twitter-400x400.png │ ├── logo-bbg-center-s-1600x1600.png │ ├── logo-bbg-center-s-256x256.png │ ├── logo-bbg-center-s-512x512.png │ ├── logo-icon-16x16.png │ ├── logo-icon-24x24.png │ ├── logo-icon-32x32.png │ ├── logo-icon-48x48.png │ ├── logo-solid.png │ ├── logo.png │ ├── logo.svg │ ├── team-128x128.png │ ├── team-1600x1600.png │ ├── team-16x16.png │ ├── team-24x24.png │ ├── team-256x256.png │ ├── team-32x32.png │ ├── team-48x48.png │ ├── team-512x512.png │ ├── team-64x64.png │ ├── team-bbg-center-1600x1600.png │ ├── team-bbg-center-256x256.png │ ├── team-bbg-center-s-1600x1600.png │ ├── team-bbg-center-s-256x256.png │ ├── team-bbg-center-s-512x512.png │ └── team.svg ├── ccxapp.png ├── citex.png ├── contact-bg.jpg ├── ecosystem.png ├── ecosystem.webp ├── email-icon.png ├── fcryptobank2.png ├── finexbox2.png ├── graviex2.png ├── gui.jpg ├── gui.png ├── hero-bg-new.jpg ├── hero-bg.jpg ├── homeTopBackground.jpg ├── homeTopBackground.webp ├── hotbit.png ├── kompler.png ├── kompler2.png ├── ldc.png ├── ldc2.png ├── left-arrow.png ├── logo.png ├── logo.svg ├── mc.png ├── media │ ├── media_ama_01.jpg │ ├── media_ama_02.jpg │ ├── media_ama_03.jpg │ ├── media_ama_04.jpg │ ├── media_ama_05.jpg │ ├── media_ama_06.jpeg │ ├── media_articles_01.png │ ├── media_articles_02.png │ ├── media_articles_03.png │ ├── media_articles_04.png │ ├── media_articles_05.png │ ├── media_articles_06.png │ ├── media_articles_07.png │ ├── media_articles_08.png │ ├── media_articles_09.png │ ├── media_articles_10.jpeg │ ├── media_articles_11.png │ ├── media_articles_12.jpg │ ├── media_articles_13.jpeg │ ├── media_devupdate_01.jpg │ ├── media_mining_01.jpg │ ├── media_mining_02.jpg │ ├── media_mining_03.jpg │ ├── media_video_00.jpg │ ├── media_video_01.jpg │ ├── media_video_02.jpg │ ├── media_video_03.jpg │ ├── media_video_04.jpg │ ├── media_video_05.jpg │ ├── media_video_06.jpg │ ├── media_video_07.jpg │ ├── media_video_08.jpg │ ├── media_video_09.jpg │ └── media_video_10.jpg ├── newgui.png ├── partners │ ├── BPSAA.png │ ├── CRYPTO.png │ ├── ERGO.png │ └── cyprtocurrencycheckout.png ├── probitex.png ├── qtrade.png ├── right-arrow.png ├── simpleswap.png ├── sistemkoin.png ├── stex.png ├── stex.svg ├── stexlogo.png ├── team │ ├── ThrownLemon.jpg │ ├── ThrownLemon.webp │ ├── alexstanford.jpg │ ├── alexstanford.webp │ ├── axvultis.jpg │ ├── axvultis.webp │ ├── bombon.jpg │ ├── bombon.webp │ ├── brian-moore.jpg │ ├── brian-moore.webp │ ├── devopsralf.jpg │ ├── devopsralf.webp │ ├── katz.jpg │ ├── katz.webp │ ├── krypt0x.jpg │ ├── krypt0x.webp │ ├── madmax.jpg │ ├── madmax.webp │ ├── okanist.jpg │ ├── okanist.png │ ├── okanist.webp │ ├── reina.jpg │ ├── taegus.png │ ├── taegus.webp │ ├── unknown.png │ ├── unknown.webp │ ├── zemanel.jpg │ └── zemanel.webp ├── teampage │ ├── Acktarius.png │ ├── AxVultis.png │ ├── CrypTader.jpg │ ├── Giomarx7.jpg │ ├── LolitaLollipop.png │ ├── Mannan.png │ ├── Mr_Kwibs.png │ ├── Overdrive.jpg │ ├── Taegus.png │ ├── ZeMaNel.png │ ├── bombon.jpg │ ├── cartoonface.jpg │ └── krypt0x.png ├── to.png ├── trocandocoins.png └── wallet.jpg ├── in-the-media ├── index.php └── style │ └── style.css ├── inc ├── files.css.dat ├── files.js.dat ├── language.php └── sendEmail.php ├── index.php ├── js ├── accordion.js ├── calc.js ├── jquery-3.2.1.min.js ├── jquery.cookie.js ├── jquery.form.min.js ├── language.js ├── lazyload.min.js ├── loading-indicator.min.js ├── modernizr.js ├── pace.min.js ├── plugins.js ├── pools.js ├── remodal.min.js └── test.js ├── labs ├── data │ └── conceal-assistant_info.pdf ├── images │ └── ccxassistant │ │ ├── assistant_01.png │ │ ├── assistant_02.png │ │ ├── assistant_03.png │ │ ├── assistant_04.png │ │ └── assistant_05.png └── index.php ├── landing ├── css │ ├── aos.css │ ├── bootstrap-datepicker.css │ ├── bootstrap.min.css │ ├── bootstrap │ │ ├── bootstrap-grid.css │ │ ├── bootstrap-reboot.css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── cloud-landing.css │ └── style.css ├── fonts │ └── icomoon │ │ ├── Read Me.txt │ │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.svg │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ │ └── style.css ├── icons │ ├── btc.svg │ ├── ccx.svg │ ├── dai.svg │ ├── eth.svg │ ├── usdc.svg │ ├── usdt.svg │ └── xmr.svg ├── images │ ├── background_bw.jpg │ ├── background_bw.png │ ├── bg.png │ ├── clive_01.jpg │ ├── clive_02.jpg │ ├── clive_03.jpg │ ├── clive_04.jpg │ ├── clive_05.jpg │ ├── clive_06.jpg │ ├── community.png │ ├── landingBankingImgs.png │ ├── landingIDImages.png │ ├── landingLabsScreenshots.png │ ├── landingMessagingImgs.png │ ├── landingPayImgs.png │ ├── logo.svg │ ├── mobile_01.png │ ├── mobile_screenshots.png │ ├── person_1.jpg │ ├── person_2.jpg │ ├── person_3.jpg │ ├── person_4.jpg │ ├── person_5.jpg │ └── person_6.jpg ├── include │ ├── bottomjs.html │ ├── footer.html │ └── topjs.html └── js │ ├── aos.js │ ├── aosinit.js │ ├── bootstrap.min.js │ ├── jquery-3.3.1.min.js │ ├── jquery-migrate-3.0.1.min.js │ ├── loader.js │ ├── main.js │ └── popper.min.js ├── lang ├── ar.json ├── cs.json ├── de.json ├── en.json ├── es.json ├── fr.json ├── it.json ├── nl.json ├── ru.json ├── selection.json ├── sl.json ├── tr.json └── zh.json ├── marketing ├── images │ └── salaryinfo.jpg ├── index.html └── style │ └── main.css ├── messaging └── index.php ├── mobile └── index.php.bck ├── newcontact.php ├── privacy └── index.html ├── roadmap ├── index.php └── style │ └── style.css ├── static ├── animSelectors.js ├── contact.js ├── font-aweome.5.11.2.all.min.css ├── homepage.js └── homepage.screen.css ├── tc.html ├── tc └── index.html ├── team ├── index.php └── style │ └── style.css ├── tos.html └── webfonts ├── fa-brands-400.eot ├── fa-brands-400.ttf ├── fa-brands-400.woff └── fa-brands-400.woff2 /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- 1 | name: "CodeQL" 2 | 3 | on: 4 | push: 5 | branches: [master] 6 | pull_request: 7 | # The branches below must be a subset of the branches above 8 | branches: [master] 9 | schedule: 10 | - cron: '0 15 * * 5' 11 | 12 | jobs: 13 | analyze: 14 | name: Analyze 15 | runs-on: ubuntu-latest 16 | 17 | strategy: 18 | fail-fast: false 19 | matrix: 20 | # Override automatic language detection by changing the below list 21 | # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] 22 | language: ['javascript'] 23 | # Learn more... 24 | # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection 25 | 26 | steps: 27 | - name: Checkout repository 28 | uses: actions/checkout@v2 29 | with: 30 | # We must fetch at least the immediate parents so that if this is 31 | # a pull request then we can checkout the head. 32 | fetch-depth: 2 33 | 34 | # If this run was triggered by a pull request event, then checkout 35 | # the head of the pull request instead of the merge commit. 36 | - run: git checkout HEAD^2 37 | if: ${{ github.event_name == 'pull_request' }} 38 | 39 | # Initializes the CodeQL tools for scanning. 40 | - name: Initialize CodeQL 41 | uses: github/codeql-action/init@v1 42 | with: 43 | languages: ${{ matrix.language }} 44 | 45 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 46 | # If this step fails, then you should remove it and run the build manually (see below) 47 | - name: Autobuild 48 | uses: github/codeql-action/autobuild@v1 49 | 50 | # ℹ️ Command-line programs to run using the OS shell. 51 | # 📚 https://git.io/JvXDl 52 | 53 | # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines 54 | # and modify them (or add more) to build your code if your project 55 | # uses a compiled language 56 | 57 | #- run: | 58 | # make bootstrap 59 | # make release 60 | 61 | - name: Perform CodeQL Analysis 62 | uses: github/codeql-action/analyze@v1 63 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.htaccess 2 | /.ftpquota 3 | /robots.txt 4 | *.json 5 | *.sqlite 6 | .vs/conceal-website/v15/.suo 7 | cache 8 | /phpinfo.php 9 | .cursorrules 10 | -------------------------------------------------------------------------------- /502.shtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 |
13 |
14 |

Error 502. Bad Gateway

15 |

The web server is temporary overloaded and can’t process your request. Please accept our apologies for the inconveniences this might cause to you.

16 |

Please try to access the site later.

17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /504.shtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 |
13 |
14 |

Error 504. Server is unavailable

15 |

The server is temporary unavailable. Please accept our apologies for the inconveniences this might cause to you. 16 | Please try to access the site later.

17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /508.shtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 |
13 |
14 |

Error 508.  Resource Limit Is Reached

15 |

The website is temporarily unable to service your request as it exceeded resource limit. Please try again later. 16 | Please read more about this error in our knowledgebase

17 |

18 | If you are the owner of the account and you see this error not for the first time please consider upgrading your plan to the package with higher resource allocation. 19 |

20 |
21 |
22 | 23 | 24 | -------------------------------------------------------------------------------- /COPYRIGHT: -------------------------------------------------------------------------------- 1 | Copyright: 2 | 3 | © 2017-2018 Conceal Community 4 | © 2018-2020 Conceal.Network, Conceal Team & Conceal Developers 5 | © 2020-2024 Conceal DAO, Conceal Community & Conceal.Network 6 | 7 | License: 8 | 9 | MIT 10 | 11 | Permission is hereby granted, free of charge, to any person 12 | obtaining a copy of this software and associated documentation 13 | files (the "Software"), to deal in the Software without 14 | restriction, including without limitation the rights to use, copy, 15 | modify, merge, publish, distribute, sublicense, and/or sell copies 16 | of the Software, and to permit persons to whom the Software is 17 | furnished to do so, subject to the following conditions: 18 | . 19 | The above copyright notice and this permission notice shall be 20 | included in all copies or substantial portions of the Software. 21 | . 22 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 23 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 24 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 25 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 26 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 27 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 29 | DEALINGS IN THE SOFTWARE. 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # conceal-website 2 | The source code for the Conceal website 3 | -------------------------------------------------------------------------------- /branding/style/style.css: -------------------------------------------------------------------------------- 1 | .bsec{ 2 | padding-bottom: 100px; 3 | } 4 | .logo{ 5 | width: 250px; 6 | height: 250px; 7 | } 8 | .logodark{ 9 | margin-bottom: 10px; 10 | border-radius: 50%; 11 | background:url("../../images/branding/logo.svg") center center no-repeat; 12 | background-color:#000; 13 | } 14 | .logowhite{ 15 | border-radius: 50%; 16 | background:url("../../images/branding/logo.svg") center center no-repeat; 17 | background-color:#fff; 18 | } 19 | .bio ul{ 20 | list-style: none; 21 | padding: 0; 22 | } 23 | .holder{ 24 | width: 100%; 25 | height: 100%; 26 | } 27 | .colors{ 28 | position: relative; 29 | width: 150px; 30 | height: 150px; 31 | margin: 10px 10px 10px 10px; 32 | color: white; 33 | } 34 | .colors p{ 35 | text-align: center; 36 | padding-top: 60px; 37 | } 38 | .colororange{ 39 | background-color: orange; 40 | } 41 | .colorblack{ 42 | background-color: black; 43 | } 44 | .colorgrey{ 45 | background-color: grey; 46 | } 47 | .bquote p{ 48 | padding-top: 40px; 49 | font-family:"poppins"; 50 | font-weight:normal; 51 | font-style:normal; 52 | src: 53 | url("../fonts/poppins-regular-webfont.woff2") format("woff2"), 54 | url("../fonts/poppins-regular-webfont.woff") format("woff"); 55 | } -------------------------------------------------------------------------------- /community/style/style.css: -------------------------------------------------------------------------------- 1 | .navcontent{ 2 | justify-content: center; 3 | align-items: center; 4 | padding: 100px 0 0 0; 5 | } 6 | .nav{ 7 | justify-content: space-evenly; 8 | align-content: center; 9 | } 10 | 11 | .nav-tabs{ 12 | background-color: #222; 13 | background-image: linear-gradient(to bottom, #222, transparent); 14 | border-bottom: 1px solid #222; 15 | box-shadow: 0 0 32px #222; 16 | font-size: 1.5em; 17 | font-weight: 300; 18 | padding: 20px; 19 | } 20 | .nav-tabs a{ 21 | cursor: pointer; 22 | color: white; 23 | } 24 | .nav-tabs a:hover{ 25 | color: orange !important; 26 | filter: brightness(50%); 27 | } 28 | a.active { 29 | color: orange !important; 30 | } 31 | .tab-content{ 32 | margin-top: 100px; 33 | } 34 | .site-section-heading{ 35 | text-align: left; 36 | } 37 | .tab-content ul{ 38 | display: flex; 39 | flex-direction: column; 40 | list-style-type: none; 41 | padding: 0; 42 | } 43 | .slinks{ 44 | padding-top: 25px; 45 | display: block; 46 | min-width: 100%; 47 | } -------------------------------------------------------------------------------- /css/accordion.css: -------------------------------------------------------------------------------- 1 | .accordion-item { 2 | margin-bottom: 5em; 3 | } 4 | .accordion a { 5 | position: relative; 6 | display: -webkit-box; 7 | display: -webkit-flex; 8 | display: -ms-flexbox; 9 | display: flex; 10 | -webkit-box-orient: vertical; 11 | -webkit-box-direction: normal; 12 | -webkit-flex-direction: column; 13 | -ms-flex-direction: column; 14 | flex-direction: column; 15 | width: 100%; 16 | padding: 1rem 3rem 1rem 1rem; 17 | color: #7288a2; 18 | font-weight: 400; 19 | border-bottom: 1px solid #e5e5e5; 20 | } 21 | .accordion a:hover, 22 | .accordion a:hover::after { 23 | cursor: pointer; 24 | } 25 | .accordion a::after { 26 | content: '\25bc'; 27 | position: absolute; 28 | float: right; 29 | right: 1rem; 30 | bottom: 1rem; 31 | font-size: 2rem; 32 | color: orange; 33 | padding: 5px; 34 | width: 30px; 35 | height: 30px; 36 | text-align: center; 37 | } 38 | .accordion a.active::after { 39 | content: '\25ba'; 40 | color: orange; 41 | } 42 | .accordion .content { 43 | opacity: 0; 44 | padding: 0 1rem; 45 | max-height: 0; 46 | overflow: hidden; 47 | clear: both; 48 | margin-top: 5em; 49 | -webkit-transition: all 0.2s ease 0.15s; 50 | -o-transition: all 0.2s ease 0.15s; 51 | transition: all 0.2s ease 0.15s; 52 | } 53 | .accordion .content.active { 54 | opacity: 1; 55 | padding: 1rem; 56 | max-height: 100%; 57 | -webkit-transition: all 0.35s ease 0.15s; 58 | -o-transition: all 0.35s ease 0.15s; 59 | transition: all 0.35s ease 0.15s; 60 | } 61 | .accordion .col-sm a { 62 | position: relative; 63 | display: inline; 64 | width: auto; 65 | padding:0; 66 | color:orange; 67 | font-weight:normal; 68 | border-bottom:none; 69 | } 70 | .accordion .col-sm a::after { 71 | content:none !important; 72 | } 73 | .accordion .col-sm a.active::after { 74 | content:none !important; 75 | } -------------------------------------------------------------------------------- /css/branding.css: -------------------------------------------------------------------------------- 1 | body { 2 | background:#111; 3 | text-align:center; 4 | font-family:"Poppins", serif; 5 | color:#FFF; 6 | padding:0; 7 | margin:0; 8 | } 9 | a { 10 | display:inline-block; 11 | margin:1em auto; 12 | background:#333; 13 | border:1px solid #555; 14 | padding:4px; 15 | color:#FFF; 16 | } 17 | section { 18 | margin:0 0 64px; 19 | padding:0 0 64px; 20 | border-bottom:1px solid orange; 21 | } 22 | #wrapper { 23 | font-family:"Poppins", serif; 24 | color:#FFF; 25 | } 26 | .flexWrapper { 27 | display:flex; 28 | justify-content:center; 29 | align-items:center; 30 | flex-wrap:wrap; 31 | } 32 | .small div, .medium div, .large div { 33 | flex-grow:1; 34 | flex-shrink:1; 35 | } 36 | .small div { 37 | padding:80px 128px; 38 | } 39 | .medium div { 40 | padding:40px 96px; 41 | } 42 | .large div { 43 | padding:20px 80px; 44 | } 45 | .logo div { 46 | height:700px; 47 | background:url('../images/branding/logo.svg') center center no-repeat; 48 | } 49 | .logo256x256 div { 50 | height:256px; 51 | background:url('../images/branding/logo-256x256.png') center center no-repeat; 52 | } 53 | .logo128x128 div { 54 | height:128px; 55 | background:url('../images/branding/logo-128x128.png') center center no-repeat; 56 | } 57 | .logo64x64 div { 58 | height:64px; 59 | background:url('../images/branding/logo-64x64.png') center center no-repeat; 60 | } 61 | .websiteLogo div { 62 | height:56px; 63 | background:url('../images/branding/logo.png') center center no-repeat; 64 | } 65 | .logoIcon48x48 div { 66 | height:48px; 67 | background:url('../images/branding/logo-icon-48x48.png') center center no-repeat; 68 | } 69 | .logoIcon32x32 div { 70 | height:32px; 71 | background:url('../images/branding/logo-icon-32x32.png') center center no-repeat; 72 | } 73 | .logoIcon24x24 div { 74 | height:24px; 75 | background:url('../images/branding/logo-icon-24x24.png') center center no-repeat; 76 | } 77 | .logoIcon16x16 div { 78 | height:16px; 79 | background:url('../images/branding/logo-icon-16x16.png') center center no-repeat; 80 | } 81 | .community div { 82 | height:700px; 83 | background:url('../images/branding/community.svg') center center no-repeat; 84 | } 85 | .community-256x256 div { 86 | height:256px; 87 | background:url('../images/branding/community-256x256.png') center center no-repeat; 88 | } 89 | .community-128x128 div { 90 | height:128px; 91 | background:url('../images/branding/community-128x128.png') center center no-repeat; 92 | } 93 | .community-64x64 div { 94 | height:64px; 95 | background:url('../images/branding/community-64x64.png') center center no-repeat; 96 | } 97 | .community-48x48 div { 98 | height:48px; 99 | background:url('../images/branding/community-48x48.png') center center no-repeat; 100 | } 101 | .community-32x32 div { 102 | height:32px; 103 | background:url('../images/branding/community-32x32.png') center center no-repeat; 104 | } 105 | .community-24x24 div { 106 | height:24px; 107 | background:url('../images/branding/community-24x24.png') center center no-repeat; 108 | } 109 | .community-16x16 div { 110 | height:16px; 111 | background:url('../images/branding/community-16x16.png') center center no-repeat; 112 | } 113 | .team div { 114 | height:700px; 115 | background:url('../images/branding/team.svg') center center no-repeat; 116 | } 117 | .team-256x256 div { 118 | height:256px; 119 | background:url('../images/branding/team-256x256.png') center center no-repeat; 120 | } 121 | .team-128x128 div { 122 | height:128px; 123 | background:url('../images/branding/team-128x128.png') center center no-repeat; 124 | } 125 | .team-64x64 div { 126 | height:64px; 127 | background:url('../images/branding/team-64x64.png') center center no-repeat; 128 | } 129 | .team-48x48 div { 130 | height:48px; 131 | background:url('../images/branding/team-48x48.png') center center no-repeat; 132 | } 133 | .team-32x32 div { 134 | height:32px; 135 | background:url('../images/branding/team-32x32.png') center center no-repeat; 136 | } 137 | .team-24x24 div { 138 | height:24px; 139 | background:url('../images/branding/team-24x24.png') center center no-repeat; 140 | } 141 | .team-16x16 div { 142 | height:16px; 143 | background:url('../images/branding/team-16x16.png') center center no-repeat; 144 | } 145 | .flexWrapper div:first-child { 146 | background-color:#000; 147 | } 148 | .flexWrapper div:last-child { 149 | background-color:#FFF; 150 | } -------------------------------------------------------------------------------- /css/calc.css: -------------------------------------------------------------------------------- 1 | #calc input, #calc label, #calc form { 2 | color:#FFF; 3 | display:inline-block; 4 | text-align:center; 5 | margin:0 0 2rem; 6 | font-weight:normal; 7 | } 8 | #calc, #calcTable { 9 | text-align:center; 10 | padding:1rem; 11 | background:#151515; 12 | width:80%; 13 | margin:0 auto; 14 | position:relative; 15 | } 16 | #calc #calculate { 17 | color:#111; 18 | margin-left:0.25rem; 19 | } 20 | #calc #nMonths { 21 | width:36px; 22 | } 23 | #calc #nPrincipal { 24 | width:80px; 25 | } 26 | #calc #nMonths, #calc #nPrincipal { 27 | border:1px solid #222; 28 | border-radius:4px; 29 | background:#000; 30 | height:28px; 31 | box-shadow:0 2px 3px #000; 32 | padding:0; 33 | } 34 | #calc form div { 35 | display:inline-block; 36 | } 37 | #calc form { 38 | text-shadow:0 2px 2px #000; 39 | font-size:1.4rem; 40 | } 41 | #calc #calcResults { 42 | display:block; 43 | } 44 | #calc #calcResults div { 45 | display:inline-block; 46 | padding:0 1rem; 47 | font-size:1.6rem; 48 | } 49 | #calc #nTEA { 50 | width:96px; 51 | } 52 | #calc #nProfit { 53 | width:80px; 54 | color:orange; 55 | } 56 | #calc #leaderLine { 57 | display: block; 58 | width: 2px; 59 | height: 5.2rem; 60 | background-color: orange; 61 | position: absolute; 62 | left: 5.2rem; 63 | top: 0; 64 | } 65 | 66 | #calcTable table { 67 | text-align:center; 68 | border-collapse:collapse; 69 | margin:0 auto 4rem; 70 | width:80%; 71 | position: relative; 72 | } 73 | #calcTable th, 74 | #calcTable td { 75 | padding:0; 76 | margin:0; 77 | border:1px solid #777; 78 | font-size:1.3rem; 79 | text-align:center; 80 | color:#FFF; 81 | background:#111; 82 | } 83 | #calcTable thead tr th { 84 | background:#333; 85 | } 86 | #calcTable thead tr:first-child th { 87 | background:#222; 88 | } 89 | #calcTable thead tr:last-child th { 90 | background:#444; 91 | } 92 | #calcTable thead tr:nth-of-type(4) th, 93 | #calcTable thead tr:nth-of-type(5) th { 94 | color:orange; 95 | } 96 | @media only screen and (max-width: 1000px) { 97 | #calcTable th, 98 | #calcTable td { 99 | font-size:1.2rem; 100 | } 101 | } 102 | @media only screen and (max-width: 800px) { 103 | #calcTable th, 104 | #calcTable td { 105 | font-size:1.1rem; 106 | } 107 | } 108 | @media only screen and (max-width: 600px) { 109 | #calcTable th, 110 | #calcTable td { 111 | font-size:1rem; 112 | } 113 | } 114 | @media only screen and (max-width: 400px) { 115 | #calcTable th, 116 | #calcTable td { 117 | font-size:.9rem; 118 | } 119 | } -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /css/fontawesome/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/fontawesome/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /css/fonts.css: -------------------------------------------------------------------------------- 1 | /* =================================================================== 2 | * fonts.scss 3 | * 4 | * ------------------------------------------------------------------- */ -------------------------------------------------------------------------------- /css/language.css: -------------------------------------------------------------------------------- 1 | #langSelector { 2 | color: white; 3 | display: flex; 4 | align-items: center; 5 | justify-content: center; 6 | } 7 | 8 | #langSelector:hover, 9 | #langSelector:focus, 10 | #langSelector:active { 11 | color: white; 12 | } 13 | 14 | #langSelector::after { 15 | display: inline-block; 16 | width: 0; 17 | height: 0; 18 | margin-left: 0.255em; 19 | vertical-align: 0.255em; 20 | content: ""; 21 | border-top: 0.3em solid; 22 | border-right: 0.3em solid transparent; 23 | border-bottom: 0; 24 | border-left: 0.3em solid transparent; 25 | } 26 | 27 | .dropdown { 28 | position: relative; 29 | display: inline-block; 30 | } 31 | 32 | .dropdown-content { 33 | display: none; 34 | position: absolute; 35 | background-color: #0C0C0C; 36 | border: 1px solid #333333; 37 | min-width: 110px; 38 | overflow: auto; 39 | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 40 | z-index: 1; 41 | } 42 | 43 | .dropdown-content a { 44 | color: white; 45 | padding: 12px 16px; 46 | text-decoration: none; 47 | display: block; 48 | } 49 | 50 | .dropdown a:hover { 51 | background-color: #ddd; 52 | } 53 | 54 | .show { 55 | display: block; 56 | } 57 | 58 | #selectedLanguage { 59 | color: white; 60 | margin-bottom: 0px; 61 | margin-left: 10px; 62 | } -------------------------------------------------------------------------------- /css/loading-indicator.css: -------------------------------------------------------------------------------- 1 | 2 | .loading-indicator-wrapper { 3 | position: absolute; 4 | top: 0; 5 | right: 0; 6 | bottom: 0; 7 | left: 0; 8 | text-align: center; 9 | background: rgba(0,0,0,.701961); 10 | -moz-transition: all 250ms linear; 11 | -o-transition: all 250ms linear; 12 | -webkit-transition: all 250ms linear; 13 | transition: all 250ms linear 14 | } 15 | 16 | .loading-indicator-wrapper.loader-visible { 17 | opacity: 1; 18 | z-index: 9999 19 | } 20 | 21 | .loading-indicator-wrapper.loader-hidden { 22 | opacity: 0; 23 | z-index: -1 24 | } 25 | 26 | .loading-indicator-wrapper img { 27 | vertical-align: middle; 28 | display: inline-block 29 | } 30 | 31 | .loading-indicator-wrapper .loader { 32 | margin: 0 auto; 33 | font-size: 10px; 34 | position: relative; 35 | display: inline-block; 36 | text-indent: -9999em; 37 | border-top: 1.1em solid rgba(255,255,255,.2); 38 | border-right: 1.1em solid rgba(255,255,255,.2); 39 | border-bottom: 1.1em solid rgba(255,255,255,.2); 40 | border-left: 1.1em solid #fff; 41 | -webkit-animation: load 1.1s infinite linear; 42 | animation: load 1.1s infinite linear 43 | } 44 | 45 | .loading-indicator-wrapper .loader, 46 | .loading-indicator-wrapper .loader:after { 47 | border-radius: 50%; 48 | width: 10em; 49 | height: 10em 50 | } 51 | 52 | .loading-indicator-wrapper .loading-indicator-helper { 53 | display: inline-block; 54 | height: 100%; 55 | vertical-align: middle 56 | } 57 | @-webkit-keyframes 58 | load { 0% { 59 | -webkit-transform:rotate(0deg); 60 | transform:rotate(0deg) 61 | } 62 | 100% { 63 | -webkit-transform:rotate(360deg); 64 | transform:rotate(360deg) 65 | } 66 | } 67 | @keyframes 68 | load { 0% { 69 | -webkit-transform:rotate(0deg); 70 | transform:rotate(0deg) 71 | } 72 | 100% { 73 | -webkit-transform:rotate(360deg); 74 | transform:rotate(360deg) 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /css/micons/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/micons/fonts/icomoon.eot -------------------------------------------------------------------------------- /css/micons/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/micons/fonts/icomoon.ttf -------------------------------------------------------------------------------- /css/micons/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/css/micons/fonts/icomoon.woff -------------------------------------------------------------------------------- /css/oldroadmap.css: -------------------------------------------------------------------------------- 1 | .roadmapCard { 2 | transition: 0.3s; 3 | padding: 20px; 4 | text-align: left; 5 | margin-bottom: 20px; 6 | } 7 | 8 | .roadmapCard h3 { 9 | margin-top: 2rem; 10 | margin-bottom: 2rem; 11 | border-bottom: 1px solid #666 12 | } 13 | 14 | .progessStatus { 15 | margin: 10px; 16 | display: inline; 17 | } 18 | 19 | .progressDone { 20 | color: green; 21 | } 22 | 23 | .progressOngoing { 24 | color: orange; 25 | } -------------------------------------------------------------------------------- /css/remodal-default-theme.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Remodal - v1.1.1 3 | * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. 4 | * http://vodkabears.github.io/remodal/ 5 | * 6 | * Made by Ilya Makarov 7 | * Under MIT License 8 | */ 9 | 10 | /* ========================================================================== 11 | Remodal's default mobile first theme 12 | ========================================================================== */ 13 | 14 | /* Default theme styles for the background */ 15 | 16 | .remodal-bg.remodal-is-opening, 17 | .remodal-bg.remodal-is-opened { 18 | -webkit-filter: blur(3px); 19 | filter: blur(3px); 20 | } 21 | 22 | /* Default theme styles of the overlay */ 23 | 24 | .remodal-overlay { 25 | background: rgba(43, 46, 56, 0.9); 26 | } 27 | 28 | .remodal-overlay.remodal-is-opening, 29 | .remodal-overlay.remodal-is-closing { 30 | -webkit-animation-duration: 0.3s; 31 | animation-duration: 0.3s; 32 | -webkit-animation-fill-mode: forwards; 33 | animation-fill-mode: forwards; 34 | } 35 | 36 | .remodal-overlay.remodal-is-opening { 37 | -webkit-animation-name: remodal-overlay-opening-keyframes; 38 | animation-name: remodal-overlay-opening-keyframes; 39 | } 40 | 41 | .remodal-overlay.remodal-is-closing { 42 | -webkit-animation-name: remodal-overlay-closing-keyframes; 43 | animation-name: remodal-overlay-closing-keyframes; 44 | } 45 | 46 | /* Default theme styles of the wrapper */ 47 | 48 | .remodal-wrapper { 49 | padding: 10px 10px 0; 50 | } 51 | 52 | /* Default theme styles of the modal dialog */ 53 | 54 | .remodal { 55 | box-sizing: border-box; 56 | width: 100%; 57 | margin-bottom: 10px; 58 | padding: 35px; 59 | 60 | -webkit-transform: translate3d(0, 0, 0); 61 | transform: translate3d(0, 0, 0); 62 | 63 | color: #2b2e38; 64 | background: #fff; 65 | } 66 | 67 | .remodal.remodal-is-opening, 68 | .remodal.remodal-is-closing { 69 | -webkit-animation-duration: 0.3s; 70 | animation-duration: 0.3s; 71 | -webkit-animation-fill-mode: forwards; 72 | animation-fill-mode: forwards; 73 | } 74 | 75 | .remodal.remodal-is-opening { 76 | -webkit-animation-name: remodal-opening-keyframes; 77 | animation-name: remodal-opening-keyframes; 78 | } 79 | 80 | .remodal.remodal-is-closing { 81 | -webkit-animation-name: remodal-closing-keyframes; 82 | animation-name: remodal-closing-keyframes; 83 | } 84 | 85 | /* Vertical align of the modal dialog */ 86 | 87 | .remodal, 88 | .remodal-wrapper:after { 89 | vertical-align: middle; 90 | } 91 | 92 | /* Close button */ 93 | 94 | .remodal-close { 95 | position: absolute; 96 | top: 0; 97 | left: 0; 98 | 99 | display: block; 100 | overflow: visible; 101 | 102 | width: 35px; 103 | height: 35px; 104 | margin: 0; 105 | padding: 0; 106 | 107 | cursor: pointer; 108 | -webkit-transition: color 0.2s; 109 | transition: color 0.2s; 110 | text-decoration: none; 111 | 112 | color: #95979c; 113 | border: 0; 114 | outline: 0; 115 | background: transparent; 116 | } 117 | 118 | .remodal-close:hover, 119 | .remodal-close:focus { 120 | color: #2b2e38; 121 | } 122 | 123 | .remodal-close:before { 124 | font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; 125 | font-size: 25px; 126 | line-height: 35px; 127 | 128 | position: absolute; 129 | top: 0; 130 | left: 0; 131 | 132 | display: block; 133 | 134 | width: 35px; 135 | 136 | content: "\00d7"; 137 | text-align: center; 138 | } 139 | 140 | /* Dialog buttons */ 141 | 142 | .remodal-confirm, 143 | .remodal-cancel { 144 | font: inherit; 145 | 146 | display: inline-block; 147 | overflow: visible; 148 | 149 | min-width: 110px; 150 | margin: 0; 151 | padding: 12px 0; 152 | 153 | cursor: pointer; 154 | -webkit-transition: background 0.2s; 155 | transition: background 0.2s; 156 | text-align: center; 157 | vertical-align: middle; 158 | text-decoration: none; 159 | 160 | border: 0; 161 | outline: 0; 162 | } 163 | 164 | .remodal-confirm { 165 | color: #fff; 166 | background: #81c784; 167 | } 168 | 169 | .remodal-confirm:hover, 170 | .remodal-confirm:focus { 171 | background: #66bb6a; 172 | } 173 | 174 | .remodal-cancel { 175 | color: #fff; 176 | background: #e57373; 177 | } 178 | 179 | .remodal-cancel:hover, 180 | .remodal-cancel:focus { 181 | background: #ef5350; 182 | } 183 | 184 | /* Remove inner padding and border in Firefox 4+ for the button tag. */ 185 | 186 | .remodal-confirm::-moz-focus-inner, 187 | .remodal-cancel::-moz-focus-inner, 188 | .remodal-close::-moz-focus-inner { 189 | padding: 0; 190 | 191 | border: 0; 192 | } 193 | 194 | /* Keyframes 195 | ========================================================================== */ 196 | 197 | @-webkit-keyframes remodal-opening-keyframes { 198 | from { 199 | -webkit-transform: scale(1.05); 200 | transform: scale(1.05); 201 | 202 | opacity: 0; 203 | } 204 | to { 205 | -webkit-transform: none; 206 | transform: none; 207 | 208 | opacity: 1; 209 | 210 | -webkit-filter: blur(0); 211 | filter: blur(0); 212 | } 213 | } 214 | 215 | @keyframes remodal-opening-keyframes { 216 | from { 217 | -webkit-transform: scale(1.05); 218 | transform: scale(1.05); 219 | 220 | opacity: 0; 221 | } 222 | to { 223 | -webkit-transform: none; 224 | transform: none; 225 | 226 | opacity: 1; 227 | 228 | -webkit-filter: blur(0); 229 | filter: blur(0); 230 | } 231 | } 232 | 233 | @-webkit-keyframes remodal-closing-keyframes { 234 | from { 235 | -webkit-transform: scale(1); 236 | transform: scale(1); 237 | 238 | opacity: 1; 239 | } 240 | to { 241 | -webkit-transform: scale(0.95); 242 | transform: scale(0.95); 243 | 244 | opacity: 0; 245 | 246 | -webkit-filter: blur(0); 247 | filter: blur(0); 248 | } 249 | } 250 | 251 | @keyframes remodal-closing-keyframes { 252 | from { 253 | -webkit-transform: scale(1); 254 | transform: scale(1); 255 | 256 | opacity: 1; 257 | } 258 | to { 259 | -webkit-transform: scale(0.95); 260 | transform: scale(0.95); 261 | 262 | opacity: 0; 263 | 264 | -webkit-filter: blur(0); 265 | filter: blur(0); 266 | } 267 | } 268 | 269 | @-webkit-keyframes remodal-overlay-opening-keyframes { 270 | from { 271 | opacity: 0; 272 | } 273 | to { 274 | opacity: 1; 275 | } 276 | } 277 | 278 | @keyframes remodal-overlay-opening-keyframes { 279 | from { 280 | opacity: 0; 281 | } 282 | to { 283 | opacity: 1; 284 | } 285 | } 286 | 287 | @-webkit-keyframes remodal-overlay-closing-keyframes { 288 | from { 289 | opacity: 1; 290 | } 291 | to { 292 | opacity: 0; 293 | } 294 | } 295 | 296 | @keyframes remodal-overlay-closing-keyframes { 297 | from { 298 | opacity: 1; 299 | } 300 | to { 301 | opacity: 0; 302 | } 303 | } 304 | 305 | /* Media queries 306 | ========================================================================== */ 307 | 308 | @media only screen and (min-width: 641px) { 309 | .remodal { 310 | max-width: 700px; 311 | } 312 | } 313 | 314 | /* IE8 315 | ========================================================================== */ 316 | 317 | .lt-ie9 .remodal-overlay { 318 | background: #2b2e38; 319 | } 320 | 321 | .lt-ie9 .remodal { 322 | width: 700px; 323 | } 324 | -------------------------------------------------------------------------------- /css/remodal-default-theme.min.css: -------------------------------------------------------------------------------- 1 | .remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter: blur(3px);filter: blur(3px)}.remodal-overlay{background:rgba(43, 46, 56, 0.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);color:#2b2e38;background:#fff}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color 0.2s;transition:color 0.2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-close:before{font-family:Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background 0.2s;transition:background 0.2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter: blur(0);filter: blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter: blur(0);filter: blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter: blur(0);filter: blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter: blur(0);filter: blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px} -------------------------------------------------------------------------------- /css/remodal.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Remodal - v1.1.1 3 | * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. 4 | * http://vodkabears.github.io/remodal/ 5 | * 6 | * Made by Ilya Makarov 7 | * Under MIT License 8 | */ 9 | 10 | /* ========================================================================== 11 | Remodal's necessary styles 12 | ========================================================================== */ 13 | 14 | /* Hide scroll bar */ 15 | 16 | html.remodal-is-locked { 17 | overflow: hidden; 18 | 19 | -ms-touch-action: none; 20 | touch-action: none; 21 | } 22 | 23 | /* Anti FOUC */ 24 | 25 | .remodal, 26 | [data-remodal-id] { 27 | display: none; 28 | } 29 | 30 | /* Necessary styles of the overlay */ 31 | 32 | .remodal-overlay { 33 | position: fixed; 34 | z-index: 9999; 35 | top: -5000px; 36 | right: -5000px; 37 | bottom: -5000px; 38 | left: -5000px; 39 | 40 | display: none; 41 | } 42 | 43 | /* Necessary styles of the wrapper */ 44 | 45 | .remodal-wrapper { 46 | position: fixed; 47 | z-index: 10000; 48 | top: 0; 49 | right: 0; 50 | bottom: 0; 51 | left: 0; 52 | 53 | display: none; 54 | overflow: auto; 55 | 56 | text-align: center; 57 | 58 | -webkit-overflow-scrolling: touch; 59 | } 60 | 61 | .remodal-wrapper:after { 62 | display: inline-block; 63 | 64 | height: 100%; 65 | margin-left: -0.05em; 66 | 67 | content: ""; 68 | } 69 | 70 | /* Fix iPad, iPhone glitches */ 71 | 72 | .remodal-overlay, 73 | .remodal-wrapper { 74 | -webkit-backface-visibility: hidden; 75 | backface-visibility: hidden; 76 | } 77 | 78 | /* Necessary styles of the modal dialog */ 79 | 80 | .remodal { 81 | position: relative; 82 | 83 | outline: none; 84 | 85 | -webkit-text-size-adjust: 100%; 86 | -ms-text-size-adjust: 100%; 87 | text-size-adjust: 100%; 88 | } 89 | 90 | .remodal-is-initialized { 91 | /* Disable Anti-FOUC */ 92 | display: inline-block; 93 | } 94 | -------------------------------------------------------------------------------- /css/roadmap.css: -------------------------------------------------------------------------------- 1 | #roadmap { 2 | background:#151515; 3 | padding:16.2rem 0 13.2rem; 4 | position:relative; 5 | } 6 | #roadmapWrapper { 7 | padding:100px 0; 8 | } 9 | .roadmapWrapper .col-md-12 { 10 | float:none !important; 11 | } 12 | .heading-title 13 | { 14 | margin-bottom:100px; 15 | color:#fff; 16 | } 17 | .main-timeline{ 18 | width:80%; 19 | margin:20px auto; 20 | position:relative; 21 | } 22 | .main-timeline:before{ 23 | content:""; 24 | display:block; 25 | width:2px; 26 | height:100%; 27 | background:rgba(255,255,255,0.2); 28 | margin:0 0 0 -1px; 29 | position:absolute; 30 | top:0; 31 | left:50%; 32 | } 33 | .main-timeline .timeline{ 34 | width:100%; 35 | margin:0 0 2px; 36 | position:relative; 37 | } 38 | .main-timeline .timeline:after{ 39 | content:""; 40 | display:block; 41 | clear:both; 42 | } 43 | .main-timeline .timeline-content{ 44 | width:40%; 45 | float:left; 46 | margin:5px 0 0 0; 47 | border-radius:6px; 48 | box-shadow:0 0 24px #000; 49 | } 50 | .main-timeline .date{ 51 | display:block; 52 | width:70px; 53 | height:70px; 54 | border-radius:50%; 55 | background:orange; 56 | padding:5px 0; 57 | margin:0 0 0 -36px; 58 | position:absolute; 59 | top:0; 60 | left:50%; 61 | font-size:12px; 62 | font-weight:900; 63 | text-transform:uppercase; 64 | color:rgba(0,0,0,0.5); 65 | border:2px solid rgba(0,0,0,0.1); 66 | box-shadow:0 0 0 7px #efe; 67 | } 68 | .main-timeline .date span{ 69 | display:block; 70 | text-align:center; 71 | } 72 | .main-timeline .day, 73 | .main-timeline .year{ 74 | font-size:13px; 75 | } 76 | .main-timeline .month{ 77 | font-size:18px; 78 | } 79 | .main-timeline span.tba{ 80 | font-size:24px; 81 | line-height:58px; 82 | } 83 | .main-timeline .title{ 84 | padding:15px; 85 | margin:0; 86 | font-size:20px; 87 | color:#222; 88 | text-transform:uppercase; 89 | letter-spacing:-1px; 90 | border-radius:6px 6px 0 0; 91 | position:relative; 92 | border:2px solid #DDD; 93 | box-shadow:0 5px 5px #222; 94 | } 95 | .main-timeline .title:after{ 96 | content:""; 97 | width:10px; 98 | height:10px; 99 | position:absolute; 100 | top:23px; 101 | right:-5px; 102 | transform:rotate(-45deg); 103 | } 104 | .main-timeline .description{ 105 | padding:15px; 106 | margin:0; 107 | font-size:1.2rem; 108 | color:#eee; 109 | background:#333; 110 | border-radius:0 0 6px 6px; 111 | border:1px solid #888; 112 | border-width:0 1px 1px; 113 | letter-spacing:.1rem; 114 | } 115 | .main-timeline .tba .description { 116 | display:none; 117 | } 118 | .main-timeline .tba .title { 119 | border-radius:6px; 120 | } 121 | .main-timeline .timeline:nth-child(2n+2) .timeline-content{ 122 | float:right; 123 | } 124 | .main-timeline .timeline:nth-child(2n+2) .title:after{ 125 | left:-5px; 126 | } 127 | .main-timeline .timeline .title, 128 | .main-timeline .timeline .title:after{ 129 | background:#bbb; 130 | } 131 | @media only screen and (max-width:990px){ 132 | .main-timeline{ width:100%; } 133 | } 134 | @media only screen and (max-width:767px){ 135 | .main-timeline:before, 136 | .main-timeline .date{ 137 | left:6%; 138 | } 139 | .main-timeline .timeline-content{ 140 | width:85%; 141 | float:right; 142 | } 143 | .main-timeline .title:after{ 144 | left:-5px; 145 | } 146 | } 147 | @media only screen and (max-width:480px){ 148 | .main-timeline:before, 149 | .main-timeline .date{ 150 | left:12%; 151 | } 152 | .main-timeline .timeline-content{ 153 | width:75%; 154 | margin:0 0 8px; 155 | } 156 | .main-timeline .date{ 157 | width:60px; 158 | height:60px; 159 | margin-left:-30px; 160 | } 161 | .main-timeline .tba { 162 | line-height:47px; 163 | } 164 | .main-timeline .month{ 165 | font-size:14px; 166 | } 167 | } -------------------------------------------------------------------------------- /css/team.css: -------------------------------------------------------------------------------- 1 | .heading-title { 2 | margin-bottom: 100px; 3 | } 4 | .text-center { 5 | text-align: center; 6 | } 7 | .heading-title h3 { 8 | margin-bottom: 0; 9 | letter-spacing: 2px; 10 | font-weight: normal; 11 | } 12 | .p-top-30 { 13 | padding-top: 30px; 14 | } 15 | .half-txt { 16 | width: 60%; 17 | margin: 0 auto; 18 | display: inline-block; 19 | line-height: 25px; 20 | color: #7e7e7e; 21 | } 22 | .text-uppercase { 23 | text-transform: uppercase; 24 | } 25 | 26 | .team-member { 27 | width: 200px; 28 | height: 200px; 29 | position: relative; 30 | /*-webkit-clip-path: polygon(67% 10%,90% 33%,33% 90%,10% 67%); 31 | clip-path: polygon(67% 10%,90% 33%,33% 90%,10% 67%);*/ 32 | -webkit-clip-path: circle(50%); 33 | clip-path: circle(50%); 34 | } 35 | 36 | .team-member:hover { 37 | -webkit-clip-path: circle(50%); 38 | clip-path: circle(50%); 39 | } 40 | 41 | .team-img img { 42 | width: 200px; 43 | height: 200px; 44 | } 45 | 46 | .team-member { 47 | overflow: hidden; 48 | margin: auto; 49 | } 50 | 51 | .team-member-wrapper { 52 | width: 200px; 53 | height: 200px; 54 | flex-grow: 1; 55 | margin:10px auto 8em; 56 | } 57 | 58 | .team-member-container { 59 | display: flex; 60 | flex-wrap: wrap; 61 | margin:0 0 4rem; 62 | } 63 | .team-member-container:last-child { 64 | margin:0; 65 | } 66 | 67 | .team-hover { 68 | position: absolute; 69 | top: 0; 70 | left: 0; 71 | bottom: 0; 72 | right: 0; 73 | margin: 0; 74 | border: 20px solid rgba(0, 0, 0, 0.1); 75 | background-color: rgba(255, 255, 255, 0.90); 76 | opacity: 0; 77 | font-size: 0.8em; 78 | -webkit-transition: all 0.3s; 79 | transition: all 0.3s; 80 | } 81 | .team-hover p { 82 | margin-bottom: 0px !important; 83 | } 84 | .team-member:hover .team-hover .desk { 85 | top: 35%; 86 | } 87 | .team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link { 88 | opacity: 1; 89 | } 90 | .team-hover .desk { 91 | position: absolute; 92 | top: 0%; 93 | width: 100%; 94 | opacity: 0; 95 | -webkit-transform: translateY(-55%); 96 | -ms-transform: translateY(-55%); 97 | transform: translateY(-55%); 98 | -webkit-transition: all 0.3s 0.2s; 99 | transition: all 0.3s 0.2s; 100 | padding: 0 20px; 101 | } 102 | .desk, .desk h4, .team-hover .s-link a { 103 | text-align: center; 104 | color: #222; 105 | } 106 | .team-member:hover .team-hover .s-link { 107 | bottom: 10%; 108 | } 109 | .team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link { 110 | opacity: 1; 111 | } 112 | .team-hover .s-link { 113 | position: absolute; 114 | bottom: 0; 115 | width: 100%; 116 | opacity: 0; 117 | text-align: center; 118 | -webkit-transform: translateY(45%); 119 | -ms-transform: translateY(45%); 120 | transform: translateY(45%); 121 | -webkit-transition: all 0.3s 0.2s; 122 | transition: all 0.3s 0.2s; 123 | font-size: 35px; 124 | } 125 | .desk, .desk h4, .team-hover .s-link a { 126 | text-align: center; 127 | color: #222; 128 | } 129 | .team-member .s-link a { 130 | margin: 0 10px; 131 | color: #333; 132 | font-size: 16px; 133 | } 134 | .team-title { 135 | position: static; 136 | padding: 20px 0; 137 | display: inline-block; 138 | letter-spacing: 2px; 139 | width: 100%; 140 | } 141 | .team-title h5 { 142 | color: orange; 143 | margin-top: 0em; 144 | margin-bottom: 0px; 145 | display: block; 146 | text-transform: uppercase; 147 | } 148 | .team-title span { 149 | font-size: 12px; 150 | text-transform: uppercase; 151 | color: #ccc; 152 | letter-spacing: 1px; 153 | } 154 | 155 | .team-name { 156 | text-transform: none !important; 157 | } 158 | 159 | .teamLink { 160 | font-size: 1.5em; 161 | color: #CCCCCC; 162 | } 163 | .teamSocialWrapper { 164 | margin:6px 0 0; 165 | } 166 | .teamSocialWrapper i:hover { 167 | color:#FFF; 168 | } 169 | .team-hiring { 170 | background:#DDD; 171 | padding:84px 0; 172 | line-height:32px; 173 | } 174 | a.team-apply { 175 | font-weight:bold; 176 | } -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/favicon.ico -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/favicon.png -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /favicon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/favicon.webp -------------------------------------------------------------------------------- /favicon_appleTouch_144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/favicon_appleTouch_144.png -------------------------------------------------------------------------------- /fonts/lora/lora-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-bold-webfont.ttf -------------------------------------------------------------------------------- /fonts/lora/lora-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-bold-webfont.woff -------------------------------------------------------------------------------- /fonts/lora/lora-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-bold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/lora/lora-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-bolditalic-webfont.woff -------------------------------------------------------------------------------- /fonts/lora/lora-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/lora/lora-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-italic-webfont.ttf -------------------------------------------------------------------------------- /fonts/lora/lora-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-italic-webfont.woff -------------------------------------------------------------------------------- /fonts/lora/lora-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-italic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/lora/lora-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-regular-webfont.woff -------------------------------------------------------------------------------- /fonts/lora/lora-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/lora/lora-regular-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-black-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-black-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-bold-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-bold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-extrabold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-extrabold-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-extrabold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-extrabold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-extralight-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-extralight-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-extralight-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-extralight-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-light-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-light-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-medium-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-medium-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-medium-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-regular-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-regular-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-semibold-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-semibold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-thin-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-thin-webfont.woff -------------------------------------------------------------------------------- /fonts/montserrat/montserrat-thin-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/montserrat/montserrat-thin-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-bold-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-bold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-bolditalic-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-italic-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-italic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-regular-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-regular-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-semibold-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-semibold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins-semibolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-semibolditalic-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins-semibolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins-semibolditalic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins.woff -------------------------------------------------------------------------------- /fonts/poppins.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/fonts/poppins.woff2 -------------------------------------------------------------------------------- /images/CNGraySolidOptimized.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/H1Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/H1Logo.png -------------------------------------------------------------------------------- /images/H1Logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/H1Logo.webp -------------------------------------------------------------------------------- /images/altilly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/altilly.png -------------------------------------------------------------------------------- /images/app/Concealappdeposits.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/app/Concealappdeposits.PNG -------------------------------------------------------------------------------- /images/app/Concealappnews.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/app/Concealappnews.PNG -------------------------------------------------------------------------------- /images/app/Concealappwallet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/app/Concealappwallet.PNG -------------------------------------------------------------------------------- /images/azex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/azex.png -------------------------------------------------------------------------------- /images/bisq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/bisq2.png -------------------------------------------------------------------------------- /images/bitibu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/bitibu.png -------------------------------------------------------------------------------- /images/branding/community-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-128x128.png -------------------------------------------------------------------------------- /images/branding/community-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-1600x1600.png -------------------------------------------------------------------------------- /images/branding/community-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-16x16.png -------------------------------------------------------------------------------- /images/branding/community-24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-24x24.png -------------------------------------------------------------------------------- /images/branding/community-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-256x256.png -------------------------------------------------------------------------------- /images/branding/community-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-32x32.png -------------------------------------------------------------------------------- /images/branding/community-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-48x48.png -------------------------------------------------------------------------------- /images/branding/community-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-512x512.png -------------------------------------------------------------------------------- /images/branding/community-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-64x64.png -------------------------------------------------------------------------------- /images/branding/community-bbg-center-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-bbg-center-1600x1600.png -------------------------------------------------------------------------------- /images/branding/community-bbg-center-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-bbg-center-256x256.png -------------------------------------------------------------------------------- /images/branding/community-bbg-center-s-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-bbg-center-s-1600x1600.png -------------------------------------------------------------------------------- /images/branding/community-bbg-center-s-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-bbg-center-s-256x256.png -------------------------------------------------------------------------------- /images/branding/community-bbg-center-s-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/community-bbg-center-s-512x512.png -------------------------------------------------------------------------------- /images/branding/community.svg: -------------------------------------------------------------------------------- 1 | CN Gray light -------------------------------------------------------------------------------- /images/branding/logo-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-128x128.png -------------------------------------------------------------------------------- /images/branding/logo-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-1600x1600.png -------------------------------------------------------------------------------- /images/branding/logo-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-256x256.png -------------------------------------------------------------------------------- /images/branding/logo-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-512x512.png -------------------------------------------------------------------------------- /images/branding/logo-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-64x64.png -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-256x256.png -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-m-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-m-512x512.png -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-m-twitter-400x400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-m-twitter-400x400.jpg -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-m-twitter-400x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-m-twitter-400x400.png -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-s-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-s-1600x1600.png -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-s-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-s-256x256.png -------------------------------------------------------------------------------- /images/branding/logo-bbg-center-s-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-bbg-center-s-512x512.png -------------------------------------------------------------------------------- /images/branding/logo-icon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-icon-16x16.png -------------------------------------------------------------------------------- /images/branding/logo-icon-24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-icon-24x24.png -------------------------------------------------------------------------------- /images/branding/logo-icon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-icon-32x32.png -------------------------------------------------------------------------------- /images/branding/logo-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-icon-48x48.png -------------------------------------------------------------------------------- /images/branding/logo-solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo-solid.png -------------------------------------------------------------------------------- /images/branding/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/logo.png -------------------------------------------------------------------------------- /images/branding/logo.svg: -------------------------------------------------------------------------------- 1 | CN Gray Logo -------------------------------------------------------------------------------- /images/branding/team-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-128x128.png -------------------------------------------------------------------------------- /images/branding/team-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-1600x1600.png -------------------------------------------------------------------------------- /images/branding/team-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-16x16.png -------------------------------------------------------------------------------- /images/branding/team-24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-24x24.png -------------------------------------------------------------------------------- /images/branding/team-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-256x256.png -------------------------------------------------------------------------------- /images/branding/team-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-32x32.png -------------------------------------------------------------------------------- /images/branding/team-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-48x48.png -------------------------------------------------------------------------------- /images/branding/team-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-512x512.png -------------------------------------------------------------------------------- /images/branding/team-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-64x64.png -------------------------------------------------------------------------------- /images/branding/team-bbg-center-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-bbg-center-1600x1600.png -------------------------------------------------------------------------------- /images/branding/team-bbg-center-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-bbg-center-256x256.png -------------------------------------------------------------------------------- /images/branding/team-bbg-center-s-1600x1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-bbg-center-s-1600x1600.png -------------------------------------------------------------------------------- /images/branding/team-bbg-center-s-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-bbg-center-s-256x256.png -------------------------------------------------------------------------------- /images/branding/team-bbg-center-s-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/branding/team-bbg-center-s-512x512.png -------------------------------------------------------------------------------- /images/branding/team.svg: -------------------------------------------------------------------------------- 1 | CN Orange 1 -------------------------------------------------------------------------------- /images/ccxapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/ccxapp.png -------------------------------------------------------------------------------- /images/citex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/citex.png -------------------------------------------------------------------------------- /images/contact-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/contact-bg.jpg -------------------------------------------------------------------------------- /images/ecosystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/ecosystem.png -------------------------------------------------------------------------------- /images/ecosystem.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/ecosystem.webp -------------------------------------------------------------------------------- /images/email-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/email-icon.png -------------------------------------------------------------------------------- /images/fcryptobank2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/fcryptobank2.png -------------------------------------------------------------------------------- /images/finexbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/finexbox2.png -------------------------------------------------------------------------------- /images/graviex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/graviex2.png -------------------------------------------------------------------------------- /images/gui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/gui.jpg -------------------------------------------------------------------------------- /images/gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/gui.png -------------------------------------------------------------------------------- /images/hero-bg-new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/hero-bg-new.jpg -------------------------------------------------------------------------------- /images/hero-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/hero-bg.jpg -------------------------------------------------------------------------------- /images/homeTopBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/homeTopBackground.jpg -------------------------------------------------------------------------------- /images/homeTopBackground.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/homeTopBackground.webp -------------------------------------------------------------------------------- /images/hotbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/hotbit.png -------------------------------------------------------------------------------- /images/kompler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/kompler.png -------------------------------------------------------------------------------- /images/kompler2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/kompler2.png -------------------------------------------------------------------------------- /images/ldc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/ldc.png -------------------------------------------------------------------------------- /images/ldc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/ldc2.png -------------------------------------------------------------------------------- /images/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/left-arrow.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/logo.png -------------------------------------------------------------------------------- /images/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /images/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/mc.png -------------------------------------------------------------------------------- /images/media/media_ama_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_ama_01.jpg -------------------------------------------------------------------------------- /images/media/media_ama_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_ama_02.jpg -------------------------------------------------------------------------------- /images/media/media_ama_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_ama_03.jpg -------------------------------------------------------------------------------- /images/media/media_ama_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_ama_04.jpg -------------------------------------------------------------------------------- /images/media/media_ama_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_ama_05.jpg -------------------------------------------------------------------------------- /images/media/media_ama_06.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_ama_06.jpeg -------------------------------------------------------------------------------- /images/media/media_articles_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_01.png -------------------------------------------------------------------------------- /images/media/media_articles_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_02.png -------------------------------------------------------------------------------- /images/media/media_articles_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_03.png -------------------------------------------------------------------------------- /images/media/media_articles_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_04.png -------------------------------------------------------------------------------- /images/media/media_articles_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_05.png -------------------------------------------------------------------------------- /images/media/media_articles_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_06.png -------------------------------------------------------------------------------- /images/media/media_articles_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_07.png -------------------------------------------------------------------------------- /images/media/media_articles_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_08.png -------------------------------------------------------------------------------- /images/media/media_articles_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_09.png -------------------------------------------------------------------------------- /images/media/media_articles_10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_10.jpeg -------------------------------------------------------------------------------- /images/media/media_articles_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_11.png -------------------------------------------------------------------------------- /images/media/media_articles_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_12.jpg -------------------------------------------------------------------------------- /images/media/media_articles_13.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_articles_13.jpeg -------------------------------------------------------------------------------- /images/media/media_devupdate_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_devupdate_01.jpg -------------------------------------------------------------------------------- /images/media/media_mining_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_mining_01.jpg -------------------------------------------------------------------------------- /images/media/media_mining_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_mining_02.jpg -------------------------------------------------------------------------------- /images/media/media_mining_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_mining_03.jpg -------------------------------------------------------------------------------- /images/media/media_video_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_00.jpg -------------------------------------------------------------------------------- /images/media/media_video_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_01.jpg -------------------------------------------------------------------------------- /images/media/media_video_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_02.jpg -------------------------------------------------------------------------------- /images/media/media_video_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_03.jpg -------------------------------------------------------------------------------- /images/media/media_video_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_04.jpg -------------------------------------------------------------------------------- /images/media/media_video_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_05.jpg -------------------------------------------------------------------------------- /images/media/media_video_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_06.jpg -------------------------------------------------------------------------------- /images/media/media_video_07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_07.jpg -------------------------------------------------------------------------------- /images/media/media_video_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_08.jpg -------------------------------------------------------------------------------- /images/media/media_video_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_09.jpg -------------------------------------------------------------------------------- /images/media/media_video_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/media/media_video_10.jpg -------------------------------------------------------------------------------- /images/newgui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/newgui.png -------------------------------------------------------------------------------- /images/partners/BPSAA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/partners/BPSAA.png -------------------------------------------------------------------------------- /images/partners/CRYPTO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/partners/CRYPTO.png -------------------------------------------------------------------------------- /images/partners/ERGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/partners/ERGO.png -------------------------------------------------------------------------------- /images/partners/cyprtocurrencycheckout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/partners/cyprtocurrencycheckout.png -------------------------------------------------------------------------------- /images/probitex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/probitex.png -------------------------------------------------------------------------------- /images/qtrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/qtrade.png -------------------------------------------------------------------------------- /images/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/right-arrow.png -------------------------------------------------------------------------------- /images/simpleswap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/simpleswap.png -------------------------------------------------------------------------------- /images/sistemkoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/sistemkoin.png -------------------------------------------------------------------------------- /images/stex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/stex.png -------------------------------------------------------------------------------- /images/stex.svg: -------------------------------------------------------------------------------- 1 | Logo_W -------------------------------------------------------------------------------- /images/stexlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/stexlogo.png -------------------------------------------------------------------------------- /images/team/ThrownLemon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/ThrownLemon.jpg -------------------------------------------------------------------------------- /images/team/ThrownLemon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/ThrownLemon.webp -------------------------------------------------------------------------------- /images/team/alexstanford.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/alexstanford.jpg -------------------------------------------------------------------------------- /images/team/alexstanford.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/alexstanford.webp -------------------------------------------------------------------------------- /images/team/axvultis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/axvultis.jpg -------------------------------------------------------------------------------- /images/team/axvultis.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/axvultis.webp -------------------------------------------------------------------------------- /images/team/bombon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/bombon.jpg -------------------------------------------------------------------------------- /images/team/bombon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/bombon.webp -------------------------------------------------------------------------------- /images/team/brian-moore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/brian-moore.jpg -------------------------------------------------------------------------------- /images/team/brian-moore.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/brian-moore.webp -------------------------------------------------------------------------------- /images/team/devopsralf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/devopsralf.jpg -------------------------------------------------------------------------------- /images/team/devopsralf.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/devopsralf.webp -------------------------------------------------------------------------------- /images/team/katz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/katz.jpg -------------------------------------------------------------------------------- /images/team/katz.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/katz.webp -------------------------------------------------------------------------------- /images/team/krypt0x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/krypt0x.jpg -------------------------------------------------------------------------------- /images/team/krypt0x.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/krypt0x.webp -------------------------------------------------------------------------------- /images/team/madmax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/madmax.jpg -------------------------------------------------------------------------------- /images/team/madmax.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/madmax.webp -------------------------------------------------------------------------------- /images/team/okanist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/okanist.jpg -------------------------------------------------------------------------------- /images/team/okanist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/okanist.png -------------------------------------------------------------------------------- /images/team/okanist.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/okanist.webp -------------------------------------------------------------------------------- /images/team/reina.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/reina.jpg -------------------------------------------------------------------------------- /images/team/taegus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/taegus.png -------------------------------------------------------------------------------- /images/team/taegus.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/taegus.webp -------------------------------------------------------------------------------- /images/team/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/unknown.png -------------------------------------------------------------------------------- /images/team/unknown.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/unknown.webp -------------------------------------------------------------------------------- /images/team/zemanel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/zemanel.jpg -------------------------------------------------------------------------------- /images/team/zemanel.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/team/zemanel.webp -------------------------------------------------------------------------------- /images/teampage/Acktarius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/Acktarius.png -------------------------------------------------------------------------------- /images/teampage/AxVultis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/AxVultis.png -------------------------------------------------------------------------------- /images/teampage/CrypTader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/CrypTader.jpg -------------------------------------------------------------------------------- /images/teampage/Giomarx7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/Giomarx7.jpg -------------------------------------------------------------------------------- /images/teampage/LolitaLollipop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/LolitaLollipop.png -------------------------------------------------------------------------------- /images/teampage/Mannan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/Mannan.png -------------------------------------------------------------------------------- /images/teampage/Mr_Kwibs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/Mr_Kwibs.png -------------------------------------------------------------------------------- /images/teampage/Overdrive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/Overdrive.jpg -------------------------------------------------------------------------------- /images/teampage/Taegus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/Taegus.png -------------------------------------------------------------------------------- /images/teampage/ZeMaNel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/ZeMaNel.png -------------------------------------------------------------------------------- /images/teampage/bombon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/bombon.jpg -------------------------------------------------------------------------------- /images/teampage/cartoonface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/cartoonface.jpg -------------------------------------------------------------------------------- /images/teampage/krypt0x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/teampage/krypt0x.png -------------------------------------------------------------------------------- /images/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/to.png -------------------------------------------------------------------------------- /images/trocandocoins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/trocandocoins.png -------------------------------------------------------------------------------- /images/wallet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/images/wallet.jpg -------------------------------------------------------------------------------- /in-the-media/style/style.css: -------------------------------------------------------------------------------- 1 | /**********************************************/ 2 | /******* Media section areas and thunbs *******/ 3 | /**********************************************/ 4 | 5 | .mediaSectionWrapper { 6 | justify-content: center; 7 | } 8 | 9 | .thumbex { 10 | margin: 10px 20px 30px; 11 | width: 100%; 12 | min-width: 250px; 13 | max-width: 435px; 14 | height: 300px; 15 | -webkit-flex: 1; 16 | -ms-flex: 1; 17 | flex: 1; 18 | overflow: hidden; 19 | outline: 2px solid white; 20 | outline-offset: -15px; 21 | background-color: #333; 22 | box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5); 23 | } 24 | 25 | .thumbnail { 26 | overflow: hidden; 27 | min-width: 250px; 28 | height: 300px; 29 | position: relative; 30 | opacity: 0.88; 31 | backface-visibility: hidden; 32 | transition: all 0.4s ease-out; 33 | } 34 | 35 | .thumbnail img { 36 | position: absolute; 37 | z-index: 1; 38 | left: 50%; 39 | top: 50%; 40 | height: 115%; 41 | width: auto; 42 | transform: translate(-50%, -50%); 43 | backface-visibility: hidden; 44 | } 45 | 46 | .thumbnail span { 47 | position: absolute; 48 | z-index: 2; 49 | top: 50%; 50 | left: 0; 51 | right: 0; 52 | transform: translateY(-50%); 53 | background: rgba(0, 0, 0, 0.7); 54 | padding: 10px 25px; 55 | margin: 0 25px; 56 | text-align: center; 57 | font-size: 24px; 58 | color: white; 59 | font-weight: 300; 60 | font-family: "Raleway", sans-serif; 61 | letter-spacing: 0.2px; 62 | transition: all 0.3s ease-out; 63 | } 64 | 65 | .thumbnail:hover { 66 | backface-visibility: hidden; 67 | transform: scale(1.15, 1.15); 68 | opacity: 1; 69 | } 70 | 71 | .thumbnail:hover span { 72 | opacity: 0; 73 | } 74 | 75 | /**********************************************/ 76 | /************** Featured section **************/ 77 | /**********************************************/ 78 | 79 | /* If the screen size is 801px or more*/ 80 | 81 | 82 | @media screen and (min-width: 801px),(min-height: 801px) { 83 | div.falign h1{ 84 | font-size: 50px ; 85 | } 86 | div.falign h2{ 87 | font-size: 30px; 88 | } 89 | .caption{ 90 | margin-top: 75px; 91 | } 92 | } 93 | 94 | /* If the screen size is 800px or less */ 95 | @media screen and (max-width: 800px),(max-height: 800px) { 96 | div.falign h1{ 97 | font-size: 30px ; 98 | } 99 | div.falign h2{ 100 | font-size: 20px; 101 | } 102 | div.carousel{ 103 | height: 300px; 104 | } 105 | div.carousel iframe{ 106 | height: 250px; 107 | } 108 | .caption{ 109 | margin-top: 10px; 110 | } 111 | } 112 | @media screen and (max-width: 350px){ 113 | .vidWrapper{ 114 | min-width: 200px !important; 115 | } 116 | } 117 | 118 | .featured{ 119 | color: orange; 120 | text-align: center; 121 | } 122 | .carousel{ 123 | height: 400px; 124 | width: auto; 125 | max-width: 800px; 126 | 127 | } 128 | .carousel iframe{ 129 | width: 95%; 130 | height: 400px; 131 | border: 5px solid #112E41; 132 | } 133 | .carousel-control-next{ 134 | height: 20px; 135 | margin: auto; 136 | width: 7%; 137 | } 138 | .carousel-control-prev{ 139 | height: 20px; 140 | margin: auto; 141 | width: 7%; 142 | } 143 | 144 | /*Mining section*/ 145 | .cstalign{ 146 | display: flex; 147 | justify-content: space-between; 148 | margin-bottom: 200px; 149 | } 150 | .vidWrapper{ 151 | width: 100%; max-width: 800px; min-width: 300px; 152 | margin: 1em 0.5em 1em 0.5em; 153 | 154 | -webkit-flex: 1; 155 | -ms-flex: 1; 156 | } 157 | .vidContainer{ 158 | width: 100%; max-width: 100%; 159 | height: 0; 160 | padding-bottom: 56.25%; 161 | position: relative; 162 | } 163 | .vidContainer iframe{ 164 | border: 5px solid black; 165 | width: 100%; max-width: 100%; 166 | height: 100%; 167 | position: absolute; top: 0; left: 0; 168 | } 169 | 170 | /* The navigation bar */ 171 | .nav{ 172 | justify-content: space-between; 173 | align-content: center; 174 | } 175 | 176 | .nav-tabs{ 177 | background-color: #222; 178 | background-image: linear-gradient(to bottom, #222, transparent); 179 | border-bottom: 1px solid #222; 180 | box-shadow: 0 0 32px #222; 181 | font-size: 1.5em; 182 | font-weight: 300; 183 | padding: 20px; 184 | } 185 | .nav-tabs a{ 186 | cursor: pointer; 187 | color: white; 188 | } 189 | .nav-tabs a:hover{ 190 | color: orange !important; 191 | filter: brightness(50%); 192 | } 193 | a.active { 194 | color: orange !important; 195 | } 196 | .tab-content{ 197 | margin-top: 100px; 198 | } 199 | 200 | /**********************************************/ 201 | /********** Media section navigation **********/ 202 | /**********************************************/ 203 | 204 | @media (max-width: 800px) { 205 | .mediaSections { 206 | display: none; 207 | } 208 | } 209 | 210 | @media (min-width: 1000px) { 211 | .vidWrapper{ 212 | width: 100%; min-width: 500px; 213 | margin: 1em 0.5em 1em 0.5em; 214 | -webkit-flex: 1; 215 | -ms-flex: 1; 216 | } 217 | } 218 | 219 | 220 | 221 | /* The Magic */ 222 | #header { 223 | position: fixed; 224 | top: 0; 225 | left: 0; 226 | right: 0; 227 | } 228 | 229 | .mediaSections { 230 | margin-bottom: 50px; 231 | } 232 | 233 | @media (max-width: 990px) { 234 | .pageSlogan { 235 | text-align: center; 236 | } 237 | .cstalign{ 238 | align-content: center !important; 239 | } 240 | 241 | .btnSignMain { 242 | font-size: 0.9rem; 243 | } 244 | } 245 | -------------------------------------------------------------------------------- /inc/files.css.dat: -------------------------------------------------------------------------------- 1 | css/base.min.css 2 | css/vendor.min.css 3 | css/main.css 4 | css/team.css 5 | css/roadmap.css 6 | css/remodal.css 7 | css/language.css 8 | css/accordion.css 9 | css/calc.css 10 | css/loading-indicator.css 11 | css/remodal-default-theme.min.css 12 | css/micons/micons.min.css 13 | css/fontawesome/css/all.min.css -------------------------------------------------------------------------------- /inc/files.js.dat: -------------------------------------------------------------------------------- 1 | js/pace.min.js 2 | js/jquery-3.2.1.min.js 3 | js/jquery.form.min.js 4 | js/loading-indicator.min.js 5 | js/jquery.cookie.js 6 | js/lazyload.min.js 7 | js/remodal.min.js 8 | js/language.js 9 | js/pools.js 10 | js/calc.js 11 | js/contact.js -------------------------------------------------------------------------------- /inc/language.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/sendEmail.php: -------------------------------------------------------------------------------- 1 | "; 32 | $message .= "Email address: " . $email . "
"; 33 | $message .= "Message:
"; 34 | $message .= $contact_message; 35 | $message .= "
-----
This email was sent from your site's contact form.
"; 36 | 37 | // Set From: header 38 | $from = $name . " <" . $email . ">"; 39 | 40 | // Email Headers 41 | $headers = "From: " . $from . "\r\n"; 42 | $headers .= "Reply-To: ". $email . "\r\n"; 43 | $headers .= "MIME-Version: 1.0\r\n"; 44 | $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; 45 | 46 | 47 | if (!$error) { 48 | 49 | ini_set("sendmail_from", $siteOwnersEmail); // for windows server 50 | $mail = mail($siteOwnersEmail, $subject, $message, $headers); 51 | 52 | if ($mail) { echo "OK"; } 53 | else { echo "Something went wrong. Please try again."; } 54 | 55 | } # end if - no validation error 56 | 57 | else { 58 | 59 | $response = (isset($error['name'])) ? $error['name'] . "
\n" : null; 60 | $response .= (isset($error['email'])) ? $error['email'] . "
\n" : null; 61 | $response .= (isset($error['message'])) ? $error['message'] . "
" : null; 62 | 63 | echo $response; 64 | 65 | } # end if - there was a validation error 66 | 67 | } 68 | 69 | ?> -------------------------------------------------------------------------------- /js/accordion.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function () { 2 | $(".accordion a").on("click", function() { 3 | $(this).toggleClass('active'); 4 | $(this).next().toggleClass('active'); 5 | }); 6 | }) -------------------------------------------------------------------------------- /js/jquery.cookie.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery Cookie Plugin v1.4.1 3 | * https://github.com/carhartl/jquery-cookie 4 | * 5 | * Copyright 2006, 2014 Klaus Hartl 6 | * Released under the MIT license 7 | */ 8 | (function (factory) { 9 | if (typeof define === 'function' && define.amd) { 10 | // AMD (Register as an anonymous module) 11 | define(['jquery'], factory); 12 | } else if (typeof exports === 'object') { 13 | // Node/CommonJS 14 | module.exports = factory(require('jquery')); 15 | } else { 16 | // Browser globals 17 | factory(jQuery); 18 | } 19 | }(function ($) { 20 | 21 | var pluses = /\+/g; 22 | 23 | function encode(s) { 24 | return config.raw ? s : encodeURIComponent(s); 25 | } 26 | 27 | function decode(s) { 28 | return config.raw ? s : decodeURIComponent(s); 29 | } 30 | 31 | function stringifyCookieValue(value) { 32 | return encode(config.json ? JSON.stringify(value) : String(value)); 33 | } 34 | 35 | function parseCookieValue(s) { 36 | if (s.indexOf('"') === 0) { 37 | // This is a quoted cookie as according to RFC2068, unescape... 38 | s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\'); 39 | } 40 | 41 | try { 42 | // Replace server-side written pluses with spaces. 43 | // If we can't decode the cookie, ignore it, it's unusable. 44 | // If we can't parse the cookie, ignore it, it's unusable. 45 | s = decodeURIComponent(s.replace(pluses, ' ')); 46 | return config.json ? JSON.parse(s) : s; 47 | } catch(e) {} 48 | } 49 | 50 | function read(s, converter) { 51 | var value = config.raw ? s : parseCookieValue(s); 52 | return $.isFunction(converter) ? converter(value) : value; 53 | } 54 | 55 | var config = $.cookie = function (key, value, options) { 56 | 57 | // Write 58 | 59 | if (arguments.length > 1 && !$.isFunction(value)) { 60 | options = $.extend({}, config.defaults, options); 61 | 62 | if (typeof options.expires === 'number') { 63 | var days = options.expires, t = options.expires = new Date(); 64 | t.setMilliseconds(t.getMilliseconds() + days * 864e+5); 65 | } 66 | 67 | return (document.cookie = [ 68 | encode(key), '=', stringifyCookieValue(value), 69 | options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE 70 | options.path ? '; path=' + options.path : '', 71 | options.domain ? '; domain=' + options.domain : '', 72 | options.secure ? '; secure' : '' 73 | ].join('')); 74 | } 75 | 76 | // Read 77 | 78 | var result = key ? undefined : {}, 79 | // To prevent the for loop in the first place assign an empty array 80 | // in case there are no cookies at all. Also prevents odd result when 81 | // calling $.cookie(). 82 | cookies = document.cookie ? document.cookie.split('; ') : [], 83 | i = 0, 84 | l = cookies.length; 85 | 86 | for (; i < l; i++) { 87 | var parts = cookies[i].split('='), 88 | name = decode(parts.shift()), 89 | cookie = parts.join('='); 90 | 91 | if (key === name) { 92 | // If second argument (value) is a function it's a converter... 93 | result = read(cookie, value); 94 | break; 95 | } 96 | 97 | // Prevent storing a cookie that we couldn't decode. 98 | if (!key && (cookie = read(cookie)) !== undefined) { 99 | result[name] = cookie; 100 | } 101 | } 102 | 103 | return result; 104 | }; 105 | 106 | config.defaults = {}; 107 | 108 | $.removeCookie = function (key, options) { 109 | // Must not alter options, thus extending a fresh object... 110 | $.cookie(key, '', $.extend({}, options, { expires: -1 })); 111 | return !$.cookie(key); 112 | }; 113 | 114 | })); 115 | -------------------------------------------------------------------------------- /js/language.js: -------------------------------------------------------------------------------- 1 | document.addEventListener("DOMContentLoaded", function(){ 2 | function translate(langData) { 3 | tkeys = document.querySelectorAll('[data-tkey]'); 4 | 5 | Array.prototype.forEach.call(tkeys, function(element){ 6 | strKey = element.getAttribute('data-tkey'); 7 | if(langData.hasOwnProperty(strKey)) { 8 | var strTr = langData[strKey]; 9 | element.textContent = strTr; 10 | } 11 | }); 12 | } // translate() 13 | 14 | 15 | /* 16 | Initialize the language keys 17 | */ 18 | var getEnglishReq = new XMLHttpRequest(); 19 | getEnglishReq.open('GET', '/lang/en.json', true); 20 | getEnglishReq.onload = function() { 21 | if (this.status >= 200 && this.status < 400) { 22 | // Success! 23 | var enLangData = JSON.parse(this.response); 24 | var all = document.body.getElementsByTagName("*"); 25 | for (var key of Object.keys(enLangData)) { 26 | for (var i = 0; i < all.length; i++) { 27 | if(!all[i].firstElementChild) { 28 | if (all[i].textContent.trim().toUpperCase() == enLangData[key].toUpperCase()) { 29 | if (!all[i].getAttribute('data-tkey')) { 30 | all[i].setAttribute('data-tkey',key); 31 | if(key.charAt(0) != 'r') { 32 | break; 33 | } 34 | } 35 | } 36 | } 37 | } 38 | } 39 | } else { 40 | // We reached our target server, but it returned an error 41 | } 42 | }; 43 | getEnglishReq.onerror = function() { 44 | // There was a connection error of some sort 45 | }; 46 | getEnglishReq.send(); 47 | 48 | 49 | /* 50 | Handle language selections 51 | */ 52 | var request = new XMLHttpRequest(); 53 | 54 | 55 | request.open('GET', '/inc/language.php', true); 56 | request.onload = function() { 57 | if (this.status >= 200 && this.status < 400) { 58 | // Success! 59 | var language = JSON.parse(this.response); 60 | console.log(language); 61 | 62 | 63 | request.open('GET', '/lang/selection.json', true); 64 | request.onload = function() { 65 | if (this.status >= 200 && this.status < 400) { 66 | // Success! 67 | var selection = JSON.parse(this.response); 68 | 69 | for (var key in selection) { 70 | 71 | if (selection.hasOwnProperty(key)) { 72 | 73 | var newLangAnchor = document.createElement('a'); 74 | newLangAnchor.href = '#'; 75 | newLangAnchor.textContent = selection[key].name; 76 | newLangAnchor.setAttribute('data-lang',key); 77 | newLangAnchor.onclick = function() { 78 | 79 | var itemLangCode = this.getAttribute('data-lang'); 80 | document.cookie = 'CCX_Language=' + itemLangCode + '; max-age=2629800; samesite=strict; secure'; 81 | console.log(itemLangCode); 82 | 83 | request.open('GET', '/lang/' + itemLangCode + '.json', true); 84 | request.onload = function() { 85 | if (this.status >= 200 && this.status < 400) { 86 | // Success! 87 | var langData = JSON.parse(this.response); 88 | 89 | selectedLanguageEl = document.getElementById('selectedLanguage'); 90 | selectedLanguageEl.textContent = selection[itemLangCode].name; 91 | langDropDown = document.getElementById('langDropdown'); 92 | langDropDown.style.display = 'none'; 93 | translate(langData); 94 | } else { 95 | // We reached our target server, but it returned an error 96 | } 97 | }; 98 | request.onerror = function() { 99 | // There was a connection error of some sort 100 | }; 101 | request.send(); // request.open('GET', 'lang/' + itemLangCode + '.json', true); 102 | 103 | 104 | }; 105 | 106 | langDropDown = document.getElementById('langDropdown'); 107 | langDropDown.appendChild(newLangAnchor); 108 | 109 | } 110 | } 111 | 112 | 113 | request.open('GET', '/lang/' + language + '.json', true); 114 | request.onload = function() { 115 | if (this.status >= 200 && this.status < 400) { 116 | // Success! 117 | var langData = JSON.parse(this.response); 118 | 119 | document.getElementById('selectedLanguage').textContent = selection[language].name; 120 | translate(langData); 121 | } else { 122 | // We reached our target server, but it returned an error 123 | } 124 | }; 125 | request.onerror = function() { 126 | // There was a connection error of some sort 127 | }; 128 | request.send(); // request.open('GET', 'lang/' + language + '.json', true); 129 | 130 | 131 | } else { 132 | // We reached our target server, but it returned an error 133 | } 134 | }; 135 | request.onerror = function() { 136 | // There was a connection error of some sort 137 | }; 138 | request.send(); // request.open('GET', 'lang/selection.json', true); 139 | 140 | 141 | } else { 142 | // We reached our target server, but it returned an error 143 | } 144 | }; 145 | request.onerror = function() { 146 | // There was a connection error of some sort 147 | }; 148 | request.send(); // request.open('GET', 'inc/language.php', true); 149 | 150 | 151 | document.onclick = function(event) { 152 | if (!event.target.closest('#langSelector')) { 153 | langDropDown = document.getElementById('langDropdown'); 154 | langDDcurStyle = langDropDown.getAttribute('style'); 155 | if(langDDcurStyle==null) { 156 | langDropDown.style.display = 'none'; 157 | return; 158 | } 159 | if(langDDcurStyle.indexOf('block')!==-1) { 160 | langDropDown.style.display = 'none'; 161 | } 162 | } 163 | }; 164 | 165 | document.getElementById('langSelector').onclick = function () { 166 | langDropDown = document.getElementById('langDropdown'); 167 | langDDcurStyle = langDropDown.getAttribute('style'); 168 | if(langDDcurStyle==null) { 169 | langDropDown.style.display = 'block'; 170 | return; 171 | } 172 | if(langDDcurStyle.indexOf('none')!==-1) { 173 | langDropDown.style.display = 'block'; 174 | } else { 175 | langDropDown.style.display = 'none'; 176 | } 177 | }; 178 | 179 | }); // document.addEventListener("DOMContentLoaded", function(){ -------------------------------------------------------------------------------- /js/lazyload.min.js: -------------------------------------------------------------------------------- 1 | function _extends(){return(_extends=Object.assign||function(t){for(var e=1;e-1&&(I(t,e),h(t,o.class_loading)),b(t,e),function(t){s(t,"was-processed","true")}(t),d(o.callback_reveal,t),d(o.callback_set,t))},O=function(t){return!!n&&(t._observer=new IntersectionObserver(function(e){e.forEach(function(e){return function(t){return t.isIntersecting||t.intersectionRatio>0}(e)?function(t,e){var n=e._settings;d(n.callback_enter,t),n.load_delay?x(t,e):A(t,e)}(e.target,t):function(t,e){var n=e._settings;d(n.callback_exit,t),n.load_delay&&L(t)}(e.target,t)})},{root:(e=t._settings).container===document?null:e.container,rootMargin:e.thresholds||e.threshold+"px"}),!0);var e},N=["IMG","IFRAME"],C=function(t,e){return function(t){return t.filter(function(t){return!c(t)})}((n=t||function(t){return t.container.querySelectorAll(t.elements_selector)}(e),Array.prototype.slice.call(n)));var n},M=function(t,e){this._settings=function(t){return _extends({},r,t)}(t),this._loadingCount=0,O(this),this.update(e)};return M.prototype={update:function(t){var n,o=this,r=this._settings;(this._elements=C(t,r),!e&&this._observer)?(function(t){return t.use_native&&"loading"in HTMLImageElement.prototype}(r)&&((n=this)._elements.forEach(function(t){-1!==N.indexOf(t.tagName)&&(t.setAttribute("loading","lazy"),z(t,n))}),this._elements=C(t,r)),this._elements.forEach(function(t){o._observer.observe(t)})):this.loadAll()},destroy:function(){var t=this;this._observer&&(this._elements.forEach(function(e){t._observer.unobserve(e)}),this._observer=null),this._elements=null,this._settings=null},load:function(t,e){z(t,this,e)},loadAll:function(){var t=this;this._elements.forEach(function(e){A(e,t)})}},t&&function(t,e){if(e)if(e.length)for(var n,o=0;n=e[o];o+=1)a(t,n);else a(t,e)}(M,window.lazyLoadOptions),M}); 2 | //# sourceMappingURL=lazyload.min.js.map 3 | -------------------------------------------------------------------------------- /js/loading-indicator.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Boilerplate - v3.3.1 3 | * A jump-start for jQuery plugins development. 4 | * http://jqueryboilerplate.com 5 | * 6 | * Made by Zeno Rocha 7 | * Under MIT License 8 | */ 9 | !function(a){function b(b,e){this.element=b,this.$wrapper=null,this.options=a.extend({},d,e),this._defaults=d,this._name=c,this.init()}var c="loadingIndicator",d={useImage:!1,showOnInit:!0,loadingImage:"../src/images/loader.gif",loadingClass:"loader",wrapperClass:"loading-indicator-wrapper"};b.prototype={init:function(){this.addLoader(),this.options.showOnInit?this.show():this.hide()},addLoader:function(){var b=this.createDOM();this.$wrapper=b,a(this.element).append(b)},createDOM:function(){var b=a('
'),c=a(''),d=a(this.options.useImage?'':'
');return b.append(c),b.append(d),b},show:function(){a(this.$wrapper).removeClass("loader-hidden").addClass("loader-visible")},hide:function(){a(this.$wrapper).removeClass("loader-visible").addClass("loader-hidden")}},a.fn[c]=function(d){return this.each(function(){a.data(this,c)||a.data(this,c,new b(this,d))})}}(jQuery,window,document); 10 | -------------------------------------------------------------------------------- /js/pools.js: -------------------------------------------------------------------------------- 1 | var numberFormatter = new Intl.NumberFormat('en-US'); // US formatting, force commas. 2 | var arePoolsLoaded = false; 3 | 4 | function localizeNumber(number) { 5 | return numberFormatter.format(number); 6 | } 7 | 8 | function updateText(elementId, text) { 9 | var el = document.getElementById(elementId); 10 | if (el.textContent !== text) { 11 | el.textContent = text; 12 | } 13 | return el; 14 | } 15 | 16 | function getReadableHashRateString(hashrate) { 17 | var i = 0; 18 | var byteUnits = [' H', ' kH', ' MH', ' GH', ' TH', ' PH', ' EH', ' ZH', ' YH']; 19 | while (hashrate > 1000) { 20 | hashrate = hashrate / 1000; 21 | i++; 22 | } 23 | return localizeNumber(hashrate.toFixed(2)) + byteUnits[i]; 24 | } 25 | 26 | var renderPoolRow = function (label, host, name, data) { 27 | 28 | row = document.createElement('tr'); 29 | 30 | td = document.createElement('td'); 31 | td.id = 'host-' + name; 32 | a = document.createElement('a'); 33 | a.href = 'http://' + host; 34 | a.target = 'blank'; 35 | text = document.createTextNode(label); 36 | a.appendChild(text); 37 | td.appendChild(a); 38 | row.appendChild(td); 39 | 40 | td = document.createElement('td'); 41 | td.id = 'height-' + name; 42 | td.class = 'height'; 43 | text = document.createTextNode(localizeNumber(data.network.height)); 44 | td.appendChild(text); 45 | row.appendChild(td); 46 | 47 | td = document.createElement('td'); 48 | td.id = 'fee-' + name; 49 | text = document.createTextNode(data.config.poolFee + '%'); 50 | td.appendChild(text); 51 | row.appendChild(td); 52 | 53 | td = document.createElement('td'); 54 | td.id = 'hashrate-' + name; 55 | text = document.createTextNode(getReadableHashRateString(data.pool.hashrate)); 56 | td.appendChild(text); 57 | row.appendChild(td); 58 | 59 | td = document.createElement('td'); 60 | td.id = 'miners-' + name; 61 | text = document.createTextNode(localizeNumber(data.pool.miners)); 62 | td.appendChild(text); 63 | row.appendChild(td); 64 | 65 | return row; 66 | }; 67 | 68 | function getPoolName(data) { 69 | var host = data.info.host; 70 | var index = host.indexOf('/'); 71 | 72 | if (index < 0) { 73 | return host; 74 | } else { 75 | return host.substr(0, index); 76 | } 77 | } 78 | 79 | function checkVisible(elm) { 80 | var rect = elm.getBoundingClientRect(); 81 | var viewHeight = Math.max(document.documentElement.clientHeight, window.innerHeight); 82 | return !(rect.bottom < 0 || rect.top - viewHeight >= 0); 83 | } 84 | 85 | window.addEventListener('scroll', function() { 86 | if(checkVisible(document.getElementById('mining'))) { 87 | if (!arePoolsLoaded) { 88 | arePoolsLoaded = true; 89 | var request = new XMLHttpRequest(); 90 | request.open('GET', 'https://explorer.conceal.network/services/pools/data', true); 91 | request.onload = function() { 92 | if (this.status >= 200 && this.status < 400) { 93 | // Success! 94 | var data = JSON.parse(this.response); 95 | 96 | function compare(a, b) { 97 | if (a.config.poolFee > b.config.poolFee) return 1; 98 | if (b.config.poolFee > a.config.poolFee) return -1; 99 | return 0; 100 | } 101 | data.sort(compare); 102 | data.forEach(function (element) { 103 | document.querySelector('#poolsTable tbody').appendChild( 104 | renderPoolRow( 105 | element.info.name, 106 | element.info.host, 107 | getPoolName(element), 108 | element 109 | ) 110 | ); 111 | }); 112 | document.getElementById('poolsTable').style.display = 'block'; 113 | } else { 114 | // We reached our target server, but it returned an error 115 | } 116 | }; 117 | request.onerror = function() { 118 | // There was a connection error of some sort 119 | }; 120 | request.send(); 121 | } 122 | } 123 | }); -------------------------------------------------------------------------------- /labs/data/conceal-assistant_info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/labs/data/conceal-assistant_info.pdf -------------------------------------------------------------------------------- /labs/images/ccxassistant/assistant_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/labs/images/ccxassistant/assistant_01.png -------------------------------------------------------------------------------- /labs/images/ccxassistant/assistant_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/labs/images/ccxassistant/assistant_02.png -------------------------------------------------------------------------------- /labs/images/ccxassistant/assistant_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/labs/images/ccxassistant/assistant_03.png -------------------------------------------------------------------------------- /labs/images/ccxassistant/assistant_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/labs/images/ccxassistant/assistant_04.png -------------------------------------------------------------------------------- /labs/images/ccxassistant/assistant_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/labs/images/ccxassistant/assistant_05.png -------------------------------------------------------------------------------- /landing/css/bootstrap/bootstrap-reboot.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | *, 9 | *::before, 10 | *::after { 11 | -webkit-box-sizing: border-box; 12 | box-sizing: border-box; } 13 | 14 | html { 15 | font-family: sans-serif; 16 | line-height: 1.15; 17 | -webkit-text-size-adjust: 100%; 18 | -ms-text-size-adjust: 100%; 19 | -ms-overflow-style: scrollbar; 20 | -webkit-tap-highlight-color: transparent; } 21 | 22 | @-ms-viewport { 23 | width: device-width; } 24 | 25 | article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { 26 | display: block; } 27 | 28 | body { 29 | margin: 0; 30 | font-family: "Roboto Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 31 | font-size: 1rem; 32 | font-weight: 400; 33 | line-height: 1.5; 34 | color: #212529; 35 | text-align: left; 36 | background-color: #fff; } 37 | 38 | [tabindex="-1"]:focus { 39 | outline: 0 !important; } 40 | 41 | hr { 42 | -webkit-box-sizing: content-box; 43 | box-sizing: content-box; 44 | height: 0; 45 | overflow: visible; } 46 | 47 | h1, h2, h3, h4, h5, h6 { 48 | margin-top: 0; 49 | margin-bottom: 0.5rem; } 50 | 51 | p { 52 | margin-top: 0; 53 | margin-bottom: 1rem; } 54 | 55 | abbr[title], 56 | abbr[data-original-title] { 57 | text-decoration: underline; 58 | -webkit-text-decoration: underline dotted; 59 | text-decoration: underline dotted; 60 | cursor: help; 61 | border-bottom: 0; } 62 | 63 | address { 64 | margin-bottom: 1rem; 65 | font-style: normal; 66 | line-height: inherit; } 67 | 68 | ol, 69 | ul, 70 | dl { 71 | margin-top: 0; 72 | margin-bottom: 1rem; } 73 | 74 | ol ol, 75 | ul ul, 76 | ol ul, 77 | ul ol { 78 | margin-bottom: 0; } 79 | 80 | dt { 81 | font-weight: 700; } 82 | 83 | dd { 84 | margin-bottom: .5rem; 85 | margin-left: 0; } 86 | 87 | blockquote { 88 | margin: 0 0 1rem; } 89 | 90 | dfn { 91 | font-style: italic; } 92 | 93 | b, 94 | strong { 95 | font-weight: bolder; } 96 | 97 | small { 98 | font-size: 80%; } 99 | 100 | sub, 101 | sup { 102 | position: relative; 103 | font-size: 75%; 104 | line-height: 0; 105 | vertical-align: baseline; } 106 | 107 | sub { 108 | bottom: -.25em; } 109 | 110 | sup { 111 | top: -.5em; } 112 | 113 | a { 114 | color: orange; 115 | text-decoration: none; 116 | background-color: transparent; 117 | -webkit-text-decoration-skip: objects; } 118 | a:hover { 119 | color: #e62900; 120 | text-decoration: underline; } 121 | 122 | a:not([href]):not([tabindex]) { 123 | color: inherit; 124 | text-decoration: none; } 125 | a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { 126 | color: inherit; 127 | text-decoration: none; } 128 | a:not([href]):not([tabindex]):focus { 129 | outline: 0; } 130 | 131 | pre, 132 | code, 133 | kbd, 134 | samp { 135 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 136 | font-size: 1em; } 137 | 138 | pre { 139 | margin-top: 0; 140 | margin-bottom: 1rem; 141 | overflow: auto; 142 | -ms-overflow-style: scrollbar; } 143 | 144 | figure { 145 | margin: 0 0 1rem; } 146 | 147 | img { 148 | vertical-align: middle; 149 | border-style: none; } 150 | 151 | svg { 152 | overflow: hidden; 153 | vertical-align: middle; } 154 | 155 | table { 156 | border-collapse: collapse; } 157 | 158 | caption { 159 | padding-top: 0.75rem; 160 | padding-bottom: 0.75rem; 161 | color: #6c757d; 162 | text-align: left; 163 | caption-side: bottom; } 164 | 165 | th { 166 | text-align: inherit; } 167 | 168 | label { 169 | display: inline-block; 170 | margin-bottom: 0.5rem; } 171 | 172 | button { 173 | border-radius: 0; } 174 | 175 | button:focus { 176 | outline: 1px dotted; 177 | outline: 5px auto -webkit-focus-ring-color; } 178 | 179 | input, 180 | button, 181 | select, 182 | optgroup, 183 | textarea { 184 | margin: 0; 185 | font-family: inherit; 186 | font-size: inherit; 187 | line-height: inherit; } 188 | 189 | button, 190 | input { 191 | overflow: visible; } 192 | 193 | button, 194 | select { 195 | text-transform: none; } 196 | 197 | button, 198 | html [type="button"], 199 | [type="reset"], 200 | [type="submit"] { 201 | -webkit-appearance: button; } 202 | 203 | button::-moz-focus-inner, 204 | [type="button"]::-moz-focus-inner, 205 | [type="reset"]::-moz-focus-inner, 206 | [type="submit"]::-moz-focus-inner { 207 | padding: 0; 208 | border-style: none; } 209 | 210 | input[type="radio"], 211 | input[type="checkbox"] { 212 | -webkit-box-sizing: border-box; 213 | box-sizing: border-box; 214 | padding: 0; } 215 | 216 | input[type="date"], 217 | input[type="time"], 218 | input[type="datetime-local"], 219 | input[type="month"] { 220 | -webkit-appearance: listbox; } 221 | 222 | textarea { 223 | overflow: auto; 224 | resize: vertical; } 225 | 226 | fieldset { 227 | min-width: 0; 228 | padding: 0; 229 | margin: 0; 230 | border: 0; } 231 | 232 | legend { 233 | display: block; 234 | width: 100%; 235 | max-width: 100%; 236 | padding: 0; 237 | margin-bottom: .5rem; 238 | font-size: 1.5rem; 239 | line-height: inherit; 240 | color: inherit; 241 | white-space: normal; } 242 | 243 | progress { 244 | vertical-align: baseline; } 245 | 246 | [type="number"]::-webkit-inner-spin-button, 247 | [type="number"]::-webkit-outer-spin-button { 248 | height: auto; } 249 | 250 | [type="search"] { 251 | outline-offset: -2px; 252 | -webkit-appearance: none; } 253 | 254 | [type="search"]::-webkit-search-cancel-button, 255 | [type="search"]::-webkit-search-decoration { 256 | -webkit-appearance: none; } 257 | 258 | ::-webkit-file-upload-button { 259 | font: inherit; 260 | -webkit-appearance: button; } 261 | 262 | output { 263 | display: inline-block; } 264 | 265 | summary { 266 | display: list-item; 267 | cursor: pointer; } 268 | 269 | template { 270 | display: none; } 271 | 272 | [hidden] { 273 | display: none !important; } 274 | -------------------------------------------------------------------------------- /landing/css/cloud-landing.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap'); 2 | @import url('https://conceal.network/landing/css/style.css'); 3 | 4 | #listQuickLinks { 5 | display: flex; 6 | flex-wrap: wrap; 7 | flex: 0 50%; 8 | } 9 | #aboutDesc { 10 | margin-top:0 !important; 11 | } 12 | .container { 13 | position:relative; 14 | } 15 | #root { 16 | padding-bottom:0 !important; 17 | } -------------------------------------------------------------------------------- /landing/fonts/icomoon/Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts 4 | 5 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 6 | 7 | You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. 8 | -------------------------------------------------------------------------------- /landing/fonts/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/fonts/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /landing/fonts/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/fonts/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /landing/fonts/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/fonts/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /landing/icons/btc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/icons/ccx.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /landing/icons/dai.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/icons/eth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/icons/usdc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/icons/usdt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/icons/xmr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/images/background_bw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/background_bw.jpg -------------------------------------------------------------------------------- /landing/images/background_bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/background_bw.png -------------------------------------------------------------------------------- /landing/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/bg.png -------------------------------------------------------------------------------- /landing/images/clive_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/clive_01.jpg -------------------------------------------------------------------------------- /landing/images/clive_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/clive_02.jpg -------------------------------------------------------------------------------- /landing/images/clive_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/clive_03.jpg -------------------------------------------------------------------------------- /landing/images/clive_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/clive_04.jpg -------------------------------------------------------------------------------- /landing/images/clive_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/clive_05.jpg -------------------------------------------------------------------------------- /landing/images/clive_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/clive_06.jpg -------------------------------------------------------------------------------- /landing/images/community.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/community.png -------------------------------------------------------------------------------- /landing/images/landingBankingImgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/landingBankingImgs.png -------------------------------------------------------------------------------- /landing/images/landingIDImages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/landingIDImages.png -------------------------------------------------------------------------------- /landing/images/landingLabsScreenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/landingLabsScreenshots.png -------------------------------------------------------------------------------- /landing/images/landingMessagingImgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/landingMessagingImgs.png -------------------------------------------------------------------------------- /landing/images/landingPayImgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/landingPayImgs.png -------------------------------------------------------------------------------- /landing/images/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /landing/images/mobile_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/mobile_01.png -------------------------------------------------------------------------------- /landing/images/mobile_screenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/mobile_screenshots.png -------------------------------------------------------------------------------- /landing/images/person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/person_1.jpg -------------------------------------------------------------------------------- /landing/images/person_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/person_2.jpg -------------------------------------------------------------------------------- /landing/images/person_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/person_3.jpg -------------------------------------------------------------------------------- /landing/images/person_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/person_4.jpg -------------------------------------------------------------------------------- /landing/images/person_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/person_5.jpg -------------------------------------------------------------------------------- /landing/images/person_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/landing/images/person_6.jpg -------------------------------------------------------------------------------- /landing/include/bottomjs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /landing/include/footer.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /landing/include/topjs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /landing/js/aosinit.js: -------------------------------------------------------------------------------- 1 | AOS.init({ 2 | duration: 800, 3 | easing: 'slide', 4 | once: true 5 | }); -------------------------------------------------------------------------------- /landing/js/loader.js: -------------------------------------------------------------------------------- 1 | (function(d, w, ua) { 2 | 3 | "use strict"; 4 | 5 | // Configuration options 6 | 7 | var 8 | loaderMinTime = 2000, // ms 9 | loaderAnimTime = 50, // ms between updates 10 | windowLoaded = false, 11 | loaderStartTime = 0; 12 | 13 | // Function library 14 | function make(tagName, attribs) { 15 | var 16 | e = d.createElement(tagName), 17 | appended = false; 18 | for (var attrName in attribs) { 19 | var attr = attribs[attrName]; 20 | switch (attrName) { 21 | case 'events': 22 | for (var eventName in attr) 23 | e.addEventListener(eventName, attr[eventName], false); 24 | break; 25 | case 'firstIn': 26 | attr.insertBefore(e, attr.firstChild); 27 | break; 28 | case 'lastIn': 29 | attr.appendChild(e); 30 | break; 31 | case 'style': 32 | for (var styleName in attr) e.style[styleName] = attr[styleName]; 33 | break; 34 | case 'content': 35 | e.appendChild('object' == typeof attr ? attr : d.createTextNode(attr)); 36 | break; 37 | default: 38 | if ( 39 | ('object' == typeof attr) || 40 | ('function' == typeof attr) || 41 | (attr instanceof Array) 42 | ) e[attrName] = attr; 43 | else e.setAttribute(attrName, attr); 44 | } 45 | } 46 | return e; 47 | } // make 48 | 49 | // create loading animation 50 | document.getElementsByTagName("BODY")[0].style.visibility = "visible"; 51 | var loaderDivWrapper = document.getElementById('loader-wrapper'); 52 | var animSheet = make('style', { 53 | content : '\ 54 | #loader-wrapper,\ 55 | #loader-wrapper * {\ 56 | margin:0;\ 57 | padding:0;\ 58 | box-sizing:border-box;\ 59 | }\ 60 | #loader-wrapper,\ 61 | #loader-wrapper span,\ 62 | #loader-wrapper b,\ 63 | #loader-wrapper i,\ 64 | #loader-wrapper i:after {\ 65 | position:absolute;\ 66 | top:0;\ 67 | left:0;\ 68 | width:100%;\ 69 | height:100%;\ 70 | }\ 71 | #loader-wrapper {\ 72 | position:fixed;\ 73 | z-index:9999;\ 74 | display:flex;\ 75 | flex-direction:row;\ 76 | flex-wrap:wrap;\ 77 | background:#000;\ 78 | }\ 79 | #loader-wrapper i:after,\ 80 | #loader-wrapper b {\ 81 | background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiPjxkZWZzPjxzdHlsZT5wb2x5Z29ue2ZpbGw6Izg4ODt9cG9seWdvbjpudGgtY2hpbGQoM24rMSl7ZmlsbDojNjY2O31wb2x5Z29uOm50aC1jaGlsZCgzbisyKXtmaWxsOiM5OTk7fXBvbHlnb246bGFzdC1jaGlsZHtmaWxsOiM3Nzc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5DTiBHcmF5IFNvbGlkPC90aXRsZT48cG9seWdvbiBwb2ludHM9Ijk4NCAxNTU4LjQxIDk4NCAxNjc4LjYyIDY5Ny43MSAxNTY0LjExIDY2NS43MSAxNTUxLjMxIDU0NS40NSAxNTAzLjIgNTQ1LjQ1IDUzNS4yIDYwOC44OSA1NjguNzkgNjQwLjI2IDU4NS40IDY2NS43MSA1OTguODggNjY1LjcxIDE0MzEuMTYgNjc0LjcgMTQzNC43NiA2OTcuNzEgMTQ0My45NSA4MTguMTggMTQ5Mi4xMyA5ODQgMTU1OC40MSIvPjxwb2x5Z29uIHBvaW50cz0iMTQ1NC41NSAxMzgzLjA5IDE0NTQuNTUgMTUwMy4yIDEyNDYuMzMgMTU4Ni40OCAxMDE2IDE2NzguNjIgMTAxNiAxNTU4LjQxIDEyNDYuMzMgMTQ2Ni4zNCAxNDU0LjU1IDEzODMuMDkiLz48cG9seWdvbiBwb2ludHM9IjE0NTQuNTUgNTAzLjE5IDEzNTYuNyA1NTUuMDEgMTM0MS4zIDU2My4xNyAxMzI1LjMgNTcxLjY0IDEzMDkuMyA1NjUuMjUgMTAwMCA0NDEuNTggODE4LjE4IDUxNC4yNyA2OTcuNzEgNTYyLjQ1IDY3NC43IDU3MS42NCA2NjUuNzEgNTY2Ljg4IDY0My4zIDU1NS4wMSA1NDUuNDcgNTAzLjIgNTQ1LjQ1IDUwMy4xOSA2NjUuNzEgNDU1LjEgNjk3LjcxIDQ0Mi4zIDEwMDAgMzIxLjM4IDEzMDkuMyA0NDUuMSAxMzQxLjMgNDU3Ljg5IDE0NTQuNTUgNTAzLjE5Ii8+PHBvbHlnb24gcG9pbnRzPSI5ODQgNDgwLjMgOTg0IDYwMC41OCA4MzguODggNjU4LjYgODE4LjE4IDY2Ni44OCA4MTguMTggMTMyNi43NyA4MDQuNDUgMTMzNC4wNCA3MDYuNjIgMTM4NS44NiA2OTcuNzEgMTM5MC41NyA2OTcuNzEgNTk0Ljc1IDcwOS40NiA1OTAuMDUgODE4LjE4IDU0Ni41OSA5ODQgNDgwLjMiLz48cG9seWdvbiBwb2ludHM9IjE0NTQuNTUgNTM1LjIgMTQ1NC41NSA2NTUuNjMgMTM0MS4zIDcxNS42MSAxMzQxLjMgNTk1LjE3IDEzNTkuNzQgNTg1LjQgMTM5MS4xMSA1NjguNzkgMTQ1NC41NSA1MzUuMiIvPjxwb2x5Z29uIHBvaW50cz0iMTQxOS43OSAxMzY0LjY3IDEyNDYuMzMgMTQzNC4wMyAxMDAwIDE1MzIuNTEgODE4LjE4IDE0NTkuODIgNzA5LjQ2IDE0MTYuMzUgNzQxLjA0IDEzOTkuNjMgODE4LjE4IDEzNTguNzcgODM4Ljg4IDEzNDcuODEgMTAwMCAxNDEyLjI5IDEyNDYuMzMgMTMxMy43MiAxMjkwLjM1IDEyOTYuMTMgMTI5MC4zNiAxMjk2LjEzIDEzODguMTggMTM0Ny45MyAxNDE5Ljc5IDEzNjQuNjciLz48cG9seWdvbiBwb2ludHM9IjEzMDkuMyA1OTcuNTUgMTMwOS4zIDcxNy44NSAxMTk1LjU1IDY3Mi4zNyAxMTYxLjEyIDY1OC42IDEwMTYgNjAwLjU4IDEwMTYgNDgwLjMgMTI5MC41NCA1OTAuMDUgMTMwOS4zIDU5Ny41NSIvPjwvc3ZnPg==") center center no-repeat;\ 82 | background-size:auto 100%;\ 83 | opacity:0.15;\ 84 | }\ 85 | #loader-wrapper i:after {\ 86 | content:"";\ 87 | }\ 88 | #loader-wrapper i {\ 89 | background-color:rgba(255,175,0,0.6);\ 90 | backface-visibility:hidden;\ 91 | transition:transform 0s;\ 92 | transform:rotateY(0deg);\ 93 | transform-origin:50% 50%;\ 94 | border:1px solid #850;\ 95 | transform-style:preserve-3d;\ 96 | }\ 97 | #loader-wrapper.loaded {\ 98 | transition:all 1s;\ 99 | transform:scale(2);\ 100 | opacity:0;\ 101 | background:transparent;\ 102 | }\ 103 | ', 104 | lastIn : d.head 105 | }); 106 | 107 | function loaderTransitionEnd(e) { 108 | e.currentTarget.setAttribute('data-transitionActive', '0'); 109 | } // loaderTransitionEnd 110 | 111 | function loaderAnimationFrame() { 112 | if (windowLoaded && (loaderStartTime > loaderMinTime)) { 113 | setTimeout(loaderDone, 200); 114 | document.getElementsByTagName('body')[0].__class = '+loaded'; 115 | } else { 116 | setTimeout(loaderAnimationFrame, loaderAnimTime); 117 | } 118 | loaderStartTime += loaderAnimTime; 119 | } // loaderAnimationFrame 120 | 121 | function loaderDone() { 122 | loaderDivWrapper.parentNode.removeChild(loaderDivWrapper); 123 | } // loaderDone 124 | 125 | function initAnims() { 126 | 127 | for (var selectors in scrollAnimatedTargets) { 128 | var 129 | targets = d.querySelectorAll(selectors), 130 | newClasses = '+anim ' + scrollAnimatedTargets[selectors].replace(/[+-]/g, '$&anim_'); 131 | scrollTargets = scrollTargets.concat(Array.prototype.slice.call(targets)); 132 | for (var i = 0, target; target = targets[i]; i++) { 133 | target.__class = newClasses; 134 | if (target.__classExists([ 135 | 'anim_rotateInX', 136 | 'anim_rotateInY', 137 | 'anim_rotateInClockwise', 138 | 'anim_rotateInCounterClockwise', 139 | 'anim_flipInTop', 140 | 'anim_flipInBottom', 141 | 'anim_flipInLeft', 142 | 'anim_flipInright' 143 | ])) target.parentNode.__class = '+anim_perspectiveParent'; 144 | } 145 | } 146 | 147 | w.addEventListener('load', function() { windowLoaded = true; }, false); 148 | 149 | } // initAnims 150 | 151 | setTimeout(loaderAnimationFrame, loaderAnimTime); 152 | 153 | })(document, window, navigator.userAgent); -------------------------------------------------------------------------------- /lang/selection.json: -------------------------------------------------------------------------------- 1 | { 2 | "en": { 3 | "name": "English" 4 | }, 5 | "tr": { 6 | "name": "Türkçe" 7 | }, 8 | "es": { 9 | "name": "Español" 10 | }, 11 | "sl": { 12 | "name": "Slovene" 13 | }, 14 | "ru": { 15 | "name": "русский" 16 | }, 17 | "ar": { 18 | "name": "عربى" 19 | }, 20 | "zh": { 21 | "name": "中文" 22 | }, 23 | "de": { 24 | "name": "Deutsch" 25 | }, 26 | "nl": { 27 | "name": "Nederlands" 28 | }, 29 | "cs": { 30 | "name": "Czech" 31 | }, 32 | "fr": { 33 | "name": "Français" 34 | }, 35 | "it": { 36 | "name": "Italiano" 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /marketing/images/salaryinfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/marketing/images/salaryinfo.jpg -------------------------------------------------------------------------------- /marketing/style/main.css: -------------------------------------------------------------------------------- 1 | .articleContent { 2 | font-size: 1em; 3 | text-align: justify; 4 | text-justify: inter-word; 5 | } 6 | 7 | .container { 8 | max-width: 1000px !important; 9 | } 10 | 11 | .sallaryImage { 12 | text-align: center; 13 | } 14 | 15 | a { 16 | color: orange; 17 | } 18 | 19 | a:hover { 20 | color: #FFDEAD; 21 | } 22 | 23 | .responsiveImage { 24 | width: 100%; 25 | height: auto; 26 | } 27 | 28 | .salaryinfo { 29 | margin-top: 2em; 30 | margin-bottom: 2em; 31 | } 32 | 33 | .emphasis { 34 | color: #FFF; 35 | font-size: 1.5em; 36 | font-weight: 900; 37 | } 38 | 39 | .bold { 40 | font-weight: 900; 41 | color: #FFF; 42 | } -------------------------------------------------------------------------------- /newcontact.php: -------------------------------------------------------------------------------- 1 | getTimestamp() - $datetime2->getTimestamp()); 18 | } // checkSessionAge 19 | 20 | function createSuccessResponse() { 21 | header('Content-Type: application/json'); 22 | header('HTTP/1.0 200 Successful'); 23 | echo json_encode([ 24 | 'title' => 'Message Sent Successfully', 25 | 'content' => 'Thank you for contacting us.', 26 | 'newHash' => hashCreate('contactHash') 27 | ]); 28 | } 29 | 30 | function isValidEmail($address) { 31 | 32 | if (filter_var($address, FILTER_VALIDATE_EMAIL) == FALSE) return false; 33 | 34 | // explode out local and domain 35 | list($local,$domain)=explode('@',$address); 36 | 37 | $localLength = strlen($local); 38 | $domainLength = strlen($domain); 39 | 40 | return 41 | // check for proper lengths 42 | ($localLength > 0 && $localLength < 65) && 43 | ($domainLength > 3 && $domainLength < 256) && 44 | // and if it's a valid domain 45 | ( checkdnsrr($domain, 'MX') || checkdnsrr($domain, 'A') ); 46 | 47 | } // isValidEmail 48 | 49 | function postNotMailHeaderSafe($indexes) { 50 | foreach ($indexes as $index) 51 | if (array_key_exists($index, $_POST) && ( 52 | strpos($_POST[$index], "\n") || strpos($_POST[$index], "\r") 53 | )) return true; 54 | return false; 55 | } // postNotMailHeaderSafe 56 | 57 | function mailCleanPost($index) { 58 | return str_replace(["\r", "\n", ';'], ' ', $_POST[$index]); 59 | } // mailCleanPost 60 | 61 | function formMail() { 62 | 63 | $subject = mailCleanPost('subject'); 64 | $email = mailCleanPost('email'); 65 | $from = mailCleanPost('name'); 66 | 67 | $header = 68 | 'From: ' . $from . ' <' . $email . ">\r\n" . 69 | 'Reply-To: ' . $email . "\r\n" . 70 | 'X-Mailer: PHP/' . phpversion() . "\r\n" . 71 | 'Content-Type: text/plain'; 72 | 73 | $message = htmlspecialchars($_POST['message']) . ' 74 | 75 | Logged IP: ' . $_SERVER['REMOTE_ADDR'] . ' 76 | UA String: ' . $_SERVER['HTTP_USER_AGENT']; 77 | 78 | return mail( 79 | 'ccx@conceal.network', 80 | $subject, 81 | $message, 82 | $header 83 | ); 84 | 85 | } // formMail 86 | 87 | if ( 88 | !empty($_POST['contactHash']) && hashExists('contactHash',$_POST['contactHash'])) { 89 | if (postNotMailHeaderSafe(['name', 'email', 'subject']) || !isValidEmail($_POST['email'])) { 90 | header('Content-Type: application/json'); 91 | header('HTTP/1.0 403 Forbidden'); 92 | echo json_encode([ 93 | 'title' => 'Error - Invalid Input', 94 | 'content' => 'Oops! You\'ve encountered an error.', 95 | 'newHash' => hashCreate('contactHash') 96 | ]); 97 | } else if (isset($_POST['agreeTerms'])) { 98 | createSuccessResponse(); 99 | } else if (checkSessionAge() < 10) { 100 | createSuccessResponse(); 101 | } else if (formMail()) { 102 | createSuccessResponse(); 103 | } else { 104 | ob_clean(); 105 | header('Content-Type: application/json'); 106 | header('HTTP/1.0 500 Internal Server Error'); 107 | echo json_encode([ 108 | 'title' => 'Error - Unable to Contact Us', 109 | 'content' => 'Uh oh! It looks like we are having a problem. Please email us at ccx@conceal.network and let us know!', 110 | 'newHash' => hashCreate('contactHash') 111 | ]); 112 | } 113 | } else { 114 | header('Content-Type: application/json'); 115 | header('HTTP/1.0 403 Forbidden'); 116 | echo json_encode([ 117 | 'title' => 'Error - Invalid Request', 118 | 'content' => 'Oops! You\'ve encountered an error.', 119 | 'newHash' => hashCreate('contactHash') 120 | ]); 121 | } 122 | 123 | ?> -------------------------------------------------------------------------------- /roadmap/style/style.css: -------------------------------------------------------------------------------- 1 | ul { 2 | list-style: none; 3 | margin: 0 !important; 4 | } 5 | 6 | a { 7 | text-decoration: none !important; 8 | display: inline-block; 9 | } 10 | 11 | img { 12 | max-width: 100%; 13 | } 14 | 15 | button:focus { 16 | outline: none; 17 | } 18 | 19 | 20 | p { 21 | font-size: 14px; 22 | line-height: 26px; 23 | margin: 0; 24 | } 25 | .container { 26 | width: 100%; 27 | max-width: 1140px; 28 | padding: 0 15px; 29 | box-sizing: border-box; 30 | margin: 0 auto; 31 | } 32 | .timelines h2 { 33 | text-align: center; 34 | color: #fff; 35 | font-weight: 600; 36 | margin-bottom: 40px; 37 | font-size: 32px; 38 | } 39 | .d-flex-2 { 40 | display: flex; 41 | align-items: center; 42 | } 43 | .timeline-area { 44 | padding: 40px 0; 45 | } 46 | .all-timelines { 47 | position: relative; 48 | } 49 | .timelines h2 { 50 | text-align: center; 51 | color: #FFA500; 52 | font-weight: 600; 53 | margin-bottom: 40px; 54 | } 55 | .all-timelines::before { 56 | content: ""; 57 | position: absolute; 58 | left: 0; 59 | right: 0; 60 | margin: auto; 61 | height: 100%; 62 | width: 2px; 63 | background: #19383b; 64 | top: 20px; 65 | } 66 | .single-timeline { 67 | margin-bottom: 22px; 68 | } 69 | .timeline-blank { 70 | width: 50%; 71 | } 72 | .timeline-text { 73 | width: 50%; 74 | padding-left: 30px; 75 | -webkit-box-sizing: border-box; 76 | box-sizing: border-box; 77 | position: relative; 78 | } 79 | .timeline-text h6 { 80 | font-weight: 600; 81 | display: inline-block; 82 | font-size: 1.2rem; 83 | background-color: #111111; 84 | } 85 | .timeline-text span { 86 | color: #a8a8a8; 87 | display: block; 88 | width: 100%; 89 | } 90 | .single-timeline:nth-child(even) .timeline-text span { 91 | text-align: right; 92 | } 93 | .t-square { 94 | top:10px; 95 | content: ""; 96 | position: absolute; 97 | width: 12px; 98 | height: 12px; 99 | left: -6px; 100 | } 101 | .single-timeline:nth-child(even) { 102 | -webkit-box-orient: horizontal; 103 | -webkit-box-direction: reverse; 104 | -ms-flex-direction: row-reverse; 105 | flex-direction: row-reverse; 106 | } 107 | .single-timeline:nth-child(even) .t-square { 108 | right: -6px; 109 | left: unset; 110 | } 111 | .single-timeline:nth-child(even) .timeline-text { 112 | padding-left: 0; 113 | padding-right: 30px; 114 | text-align: right; 115 | } 116 | .done{ 117 | border-bottom: dashed 5px #FFFFFF; 118 | margin-bottom: 50px; 119 | } 120 | .completed .t-square{ 121 | background: #FFFFFF; 122 | } 123 | .completed h6{ 124 | color: #FFFFFF; 125 | } 126 | .activ{ 127 | border-top: dashed 5px #FFA500; 128 | } 129 | .inprog .t-square{ 130 | background: #FFA500; 131 | } 132 | .inprog h6{ 133 | color: #FFA500; 134 | } 135 | @media all and (max-width: 991px) { 136 | } 137 | @media all and (max-width: 768px) { 138 | .all-timelines::before { 139 | right: unset; 140 | top: 0; 141 | } 142 | .single-timeline:nth-child(2n) .timeline-text { 143 | padding-left: 30px; 144 | padding-right: 0; 145 | text-align: left; 146 | } 147 | .single-timeline:nth-child(2n) .t-square { 148 | left: -6px; 149 | right: unset; 150 | } 151 | .timeline-blank { 152 | display: none; 153 | } 154 | .timeline-text { 155 | width: 100%; 156 | } 157 | .single-timeline:nth-child(even) .timeline-text span { 158 | text-align: left !important; 159 | } 160 | } 161 | @media all and (max-width: 575px) { 162 | } 163 | @media all and (max-width: 360px) { 164 | .all-timelines::before { 165 | top: 22px; 166 | } 167 | } 168 | -------------------------------------------------------------------------------- /static/animSelectors.js: -------------------------------------------------------------------------------- 1 | var scrollAnimatedTargets = { 2 | "#top h2" : 3 | "+slow", 4 | "#top h2, #top h2 + p" : 5 | "+slideInTop", 6 | "#top .majorLinks + p" : 7 | "+slideInBottom", 8 | "#top .majorLinks li:nth-child(1), #top .majorLinks li:nth-child(2)" : 9 | "+slideInLeft", 10 | "#top .majorLinks li:nth-child(3), #top .majorLinks li:nth-child(4)" : 11 | "+slideInRight", 12 | "#top .majorLinks li:nth-child(2), #top .majorLinks li:nth-child(3)" : 13 | "+fast", 14 | "#top .majorLinks li:nth-child(1), #top .majorLinks li:nth-child(4)" : 15 | "+slow", 16 | "#features .circularPlate" : 17 | "+rotateInY", 18 | "#features > div > p" : 19 | "+slideInRight +fadeIn", 20 | "#features .iconSubsections section, #mining h3, #mining .codeBlocks, #mining p" : 21 | "+slideInBottom +fadeIn", 22 | "#compoundInterestCalc > h3, #compoundInterestCalc > fieldset, #compoundInterestCalc > div, #mining .tableContain" : 23 | "+rotateInY", 24 | "body > section h2" : 25 | "+zoom +scale050 +fadeIn", 26 | "#wallets li" : 27 | "+rotateInX +slow", 28 | "#wallets .plate" : 29 | "+zoom", 30 | "#buyingCCX li:nth-child(odd)" : 31 | "+rotateInClockwise +zoom", 32 | "#buyingCCX li:nth-child(even)" : 33 | "+rotateInCounterClockwise +zoom", 34 | ".timeLine h3" : 35 | "+flipInBottom", 36 | ".timeLine p" : 37 | "+flipInTop +overEasy", 38 | ".timeLine time" : 39 | "+zoom +overEasy +fast", 40 | ".miniProfiles img" : 41 | "+zoom +scale050 +fadeIn +overEasy +fast", 42 | ".miniProfiles > li:nth-child(odd) b, .miniProfiles > li:nth-child(even) > span" : 43 | "+slideInLeft", 44 | ".miniProfiles > li:nth-child(even) b, .miniProfiles > li:nth-child(odd) > span" : 45 | "+slideInRight", 46 | ".miniProfiles ul" : 47 | "+zoom +scale400", 48 | ".miniProfiles ul li" : 49 | "+rotateInY", 50 | "#contact label:nth-child(odd)" : 51 | "+rotateInClockwise +fadeIn", 52 | "#contact label:nth-child(even)" : 53 | "+rotateInCounterClockwise +fadeIn", 54 | "footer > div": 55 | "+fadeIn", 56 | "footer > div:nth-child(1)" : 57 | "+flipInRight", 58 | "footer > div:nth-child(2)" : 59 | "+flipInLeft", 60 | "footer > div:nth-child(3)" : 61 | "+flipInBottom" 62 | }; 63 | 64 | -------------------------------------------------------------------------------- /static/contact.js: -------------------------------------------------------------------------------- 1 | var 2 | contactForm = document.getElementById('contact_form'), 3 | contactFormInputs = contactForm ? contactForm.elements : null, 4 | contactFormSubject = document.getElementById('contact_subject'), 5 | statusMessage = false, 6 | contactModal, contactInner, contactH2, contactSpinner, contactMessage, 7 | contactAjax, 8 | contactRoot = String(window.location), 9 | contactHash = document.getElementById('contact_hash'); 10 | 11 | contactRoot = contactRoot.substr(0, contactRoot.lastIndexOf('/') + 1); 12 | 13 | if (contactForm) { 14 | contactForm.addEventListener('submit', contactFormSubmit, false); 15 | } 16 | 17 | function contactFormSubmit(e) { 18 | // IE 10 doesn't know "preventDefault" 19 | if (e.preventDefault) e.preventDefault(); 20 | // and incorrectly uses "returnValue" instead 21 | else e.returnValue = false; 22 | 23 | if (statusMessage) { 24 | statusH3.textContent = 'Sending Message'; 25 | statusMessageContent.textContent = 'Subject: ' + contactFormSubject.value; 26 | } else { 27 | statusMessage = document.createElement('div'); 28 | statusMessage.classList.add('statusMessage'); 29 | statusH3 = document.createElement('h3'); 30 | statusH3.textContent = 'Sending Message'; 31 | statusMessage.appendChild(statusH3); 32 | statusMessageContent = document.createElement('p'); 33 | statusMessageContent.textContent = 'Subject: ' + contactFormSubject.value; 34 | statusMessage.appendChild(statusMessageContent); 35 | contactForm.appendChild(statusMessage); 36 | } 37 | 38 | statusMessage.classList.add('loading'); 39 | 40 | // flush existing error messages 41 | 42 | /*var errorMessages = contactForm.getElementsByClassName('error'); 43 | while (errorMessages.length) remove(errorMessages[0]);*/ 44 | 45 | var data = new FormData(contactForm); 46 | 47 | contactAjax = new XMLHttpRequest(); 48 | if (contactAjax.overrideMimeType) 49 | contactAjax.overrideMimeType('application/json'); 50 | contactAjax.responseType = 'json'; 51 | contactAjax.onreadystatechange = contactAjaxStateChange; 52 | contactAjax.open('POST', 'newcontact.php'); 53 | contactAjax.send(data); 54 | 55 | // only disable the fields after the form is posted 56 | for (var i = 0, len = contactFormInputs.length; i < len; ++i) { 57 | contactFormInputs[i].disabled = true; 58 | contactFormInputs[i].classList.add('disabled'); 59 | } 60 | 61 | } // contactFormSubmit 62 | 63 | function contactAjaxStateChange() { 64 | switch (contactAjax.readyState) { 65 | case 4: 66 | var data = contactAjax.response; 67 | statusH3.textContent = data.title; 68 | statusMessageContent.textContent = data.content; 69 | if (data.newHash) contactHash.value = data.newHash; 70 | switch (contactAjax.status) { 71 | case 200: 72 | case 403: 73 | for (var i = 0, len = contactFormInputs.length; i < len; ++i) { 74 | contactFormInputs[i].disabled = false; 75 | contactFormInputs[i].classList.remove('disabled'); 76 | } 77 | contactForm.reset(); 78 | break; 79 | case 406: 80 | /*for (var i in data.errors) { 81 | var element = document.getElementById(i); 82 | if (element) make('p.error', { 83 | after: element, 84 | content: data.errors[i] 85 | }); 86 | }*/ 87 | break; 88 | } 89 | break; 90 | } 91 | } // contactAjaxStateChange -------------------------------------------------------------------------------- /team/style/style.css: -------------------------------------------------------------------------------- 1 | .section-title{ 2 | flex: 0 0 100%; 3 | max-width: 100%; 4 | margin-bottom: 80px; 5 | margin-top: 40px; 6 | text-align: center; 7 | } 8 | .section-title h1{ 9 | display: inline-block; 10 | font-size: 35px; 11 | text-transform: uppercase; 12 | font-weight: 700; 13 | margin: 0 0 5px; 14 | color: #FFFFFF; 15 | opacity: 80%; 16 | position: relative; 17 | } 18 | .section-title h1::before{ 19 | content: ''; 20 | left: 0; 21 | position: absolute; 22 | height: 3px; 23 | right: 32%; 24 | background-color: orange; 25 | bottom: -5px; 26 | } 27 | .container .section-title h1::before{ 28 | left: 30%; 29 | } 30 | 31 | 32 | /*Team section*/ 33 | 34 | .team{ 35 | text-align: center; 36 | border-radius: 2em 2em 2em 2em; 37 | padding: 10px; 38 | background: rgba(81, 70, 68, .6); 39 | } 40 | .socials{ 41 | list-style: none; 42 | padding: 0; 43 | } 44 | .team-img{ 45 | border-radius: 50%; 46 | overflow: hidden; 47 | position: relative; 48 | opacity: 0.6; 49 | } 50 | .team .team-img:before, 51 | .team .team-img:after{ 52 | content: ""; 53 | width: 100px; 54 | height: 100px; 55 | border-radius: 50%; 56 | border: 13px solid #181A18; 57 | position: absolute; 58 | top: 0; 59 | left: 0; 60 | } 61 | .team .team-img:after{ 62 | border-color: #FFA500 #181A18 #181A18 #FFA500; 63 | z-index: 1; 64 | transform: rotate(-10deg); 65 | transition: all 0.5s ease 0s; 66 | } 67 | .team:hover .team-img:after{ 68 | transform: rotate(350deg); 69 | } 70 | .team:hover .team-img{ 71 | opacity: 1; 72 | transition: all 0.5s ease 0.2s; 73 | } 74 | .team:hover{ 75 | background: #2F4F4F; 76 | } 77 | .team img{ 78 | width: 300px; 79 | height: 300px; 80 | } 81 | .team-name{ 82 | text-transform: none; 83 | font:1em/1.6 "poppins",arial,helvetica,sans-serif; 84 | letter-spacing: 0.5px; 85 | font-size: 26px; 86 | font-weight: normal; 87 | padding-bottom: 10px; 88 | margin: 15px 0 10px 0; 89 | position: relative; 90 | } 91 | .team-name:after{ 92 | content: ""; 93 | width: 30px; 94 | height: 2px; 95 | background: #FFA500; 96 | margin: 0 auto; 97 | position: absolute; 98 | bottom: 0; 99 | left: 0; 100 | right: 0; 101 | } 102 | .role{ 103 | text-transform: uppercase; 104 | display: block; 105 | font-size: 14px; 106 | font-style: italic; 107 | color: #ffffff; 108 | } 109 | .team:hover .role{ 110 | font-style: normal; 111 | color: #FFA500; 112 | } 113 | .socials li{ 114 | display: inline-block; 115 | } 116 | .socials a{ 117 | color: #000000; 118 | display: inline-block; 119 | width: 40px; 120 | height: 40px; 121 | line-height: 40px; 122 | border-radius: 50%; 123 | font-size: 20px; 124 | margin-right: 5px; 125 | transition: all 0.3s ease-out 0s; 126 | 127 | } 128 | .socials a:hover{ 129 | color: #FFA500; 130 | background: #000000; 131 | } 132 | .tdesc{ 133 | max-width: 300px; 134 | } 135 | .desc{ 136 | margin: 0; 137 | font-size: 12px; 138 | padding-bottom: 10px; 139 | color: #ffffff; 140 | word-wrap: break-word; 141 | -moz-osx-font-smoothing: grayscale; 142 | -webkit-font-smoothing: antialiased !important; 143 | -moz-font-smoothing: antialiased !important; 144 | text-rendering: optimizelegibility !important; 145 | letter-spacing: .03em; 146 | } 147 | -------------------------------------------------------------------------------- /webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConcealNetwork/conceal-website/ef69f464b54dc0423f85daad23bc02bbfaa0c746/webfonts/fa-brands-400.woff2 --------------------------------------------------------------------------------