Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team page css #283

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -47,6 +47,10 @@ constants_override.py
# Mac OS
.DS_Store

# Google Drive folder icon
Icon[\r]
Icon[]

# vim
*.swp

Expand All @@ -57,4 +61,4 @@ static/gen
#pytest
.pytest_cache
app/test_project.db
app.log
app.log
Expand Down
Empty file removed Icon
Empty file.
Empty file modified env.sh 100755 → 100644
Empty file.
Empty file modified migrations/README 100755 → 100644
Empty file.
Empty file modified migrations/env.py 100755 → 100644
Empty file.
Empty file modified migrations/script.py.mako 100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion src/apilib
Submodule apilib deleted from ffebb0
1 change: 0 additions & 1 deletion src/fullcontact
Submodule fullcontact deleted from 54081f
Empty file modified static/css/alertify.css 100755 → 100644
Empty file.
24 changes: 13 additions & 11 deletions static/css/style.css
Expand Up @@ -1351,7 +1351,7 @@ footer .company-mission {
}

.investors-section h2 {
margin: 140px auto 40px auto;
margin: 80px auto 40px auto;
}

.investors-section .logos {
Expand Down Expand Up @@ -1676,8 +1676,7 @@ footer .company-mission {
padding-left: 1em;
margin-left: -1em;
}

.header-text .header-link i {
.header-text .header-link i {
visibility: hidden;
margin-left: -1.5em;
padding-right: .5em;
Expand All @@ -1686,23 +1685,19 @@ footer .company-mission {
-moz-transition: opacity 0.2s ease-in-out 0.1s;
-ms-transition: opacity 0.2s ease-in-out 0.1s;
}

.header-text:hover .header-link i {
.header-text:hover .header-link i {
visibility: visible;
}

.header-link:hover i {
.header-link:hover i {
visibility: visible;
}

#rtl .header-link {
#rtl .header-link {
padding-left: 0;
padding-right: 1em;
margin-left: 0;
margin-right: -1em;
}

#rtl .header-text .header-link i {
#rtl .header-text .header-link i {
margin-left: 0;
margin-right: -1.5em;
padding-left: .5em;
Expand Down Expand Up @@ -1792,6 +1787,13 @@ footer .company-mission {
}
}

/* sm - md only */
@media (max-width: 767px) {
.investors-section h2:first-of-type {
margin: 0px auto 40px auto;
}
}

/* sm + */
@media (min-width: 576px) {
.navbar {
Expand Down
Empty file modified static/img/coinlist-logo.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/coinlist-logo@2x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/coinlist-logo@3x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/discord-icon-color.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/fb-icon-color.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/acquaint.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/antiq-mall.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/beetoken.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/edgecoin.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/galaxy-esolutions.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/jolyy.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/lotus.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/mobotiq.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/odem.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/snagride.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/partners/thrivelabs.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/twitter-icon-color.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/js/vendor-alertify.js 100755 → 100644
Empty file.
Empty file modified translations/README.md 100755 → 100644
Empty file.
Empty file modified translations/ar/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/copy_po_files_to_dir.py 100755 → 100644
Empty file.
Empty file modified translations/de/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/el/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/es/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/fix_po_files.py 100755 → 100644
Empty file.
Empty file modified translations/fr/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/he/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/hr/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/it/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/ja/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/ko/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/merge_new_pot.sh 100755 → 100644
Empty file.
Empty file modified translations/nl/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/pt/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/ru/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/th/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/tr/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/zh_Hans/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/zh_Hans/LC_MESSAGES/messages.po 100755 → 100644
Empty file.
Empty file modified translations/zh_Hant/LC_MESSAGES/messages.mo 100755 → 100644
Empty file.
Empty file modified translations/zh_Hant/LC_MESSAGES/messages.po 100755 → 100644
Empty file.