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

feat: add tribes landing page #5413

Merged
merged 4 commits into from
Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
url(r'^extension/firefox/?', retail.views.browser_extension_firefox, name='browser_extension_firefox'),
url(r'^extension/?', retail.views.browser_extension_chrome, name='browser_extension'),
path('how/<str:work_type>', retail.views.how_it_works, name='how_it_works'),
re_path(r'^tribes', retail.views.tribes, name='tribes'),

# basic redirect retail views
re_path(r'^press/?', retail.views.presskit, name='press'),
Expand Down
99 changes: 99 additions & 0 deletions app/assets/v2/css/retail/tribes_landing.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
.bg-blue {
background-color: #170640;
color: white;
}

.gc-green-text {
color: #0FCE7C;
}

.tribes-landing .title {
border-bottom: 5px solid;
}

.companies img {
height: 3.5rem;
transition: transform .25s;
}

.companies img:last-child {
margin-bottom: 0!important;
}

.companies img:hover {
transform: scale(1.25);
}

.features {
max-width: 20rem;;
}

img {
max-width: 100%;
}

.work-section {
background: #170640;
color: #fff;
}

.white-line {
border-bottom: 5px solid white;
max-width: 10rem;
}

.strip {
position: relative;
top: 1px;
}

.plan-header img {
height: 120px;
}

.testimonial-section {
background: #000;
color: #fff;
}

.testimonial-section .square-1 {
top: 2rem;
right: 0;
}

.testimonial-section .square-2 {
height: 25rem;
}

.testimonial-section .stats {
font-size: 3rem;
}

.testimonial-section .testimonial-box {
border: 5px solid #0FCE7C;
border-radius: 5px;
}

.testimonial-section .testimonial-box .img-container {
border: 6px solid #0FCE7C;
height: 4rem;
width: 4rem;
}

.testimonial-section .testimonial-box .img-container.org-container {
left: -1rem;
}

.testimonial-section .quote-container {
min-height: 9.8rem;
}

.testimonial-section .quote-text {
font-size: 1.3rem;
}

.testimonial-section .testimonial-photo-container {
top: -2rem;
left: 0;
right: 0;
}

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions app/assets/v2/images/project_logos/airswap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/project_logos/algorand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading