Skip to content

Commit

Permalink
feat: add tribes landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Oct 29, 2019
1 parent 6b95c8f commit fe6e0f6
Show file tree
Hide file tree
Showing 28 changed files with 579 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,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

0 comments on commit fe6e0f6

Please sign in to comment.