-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b95c8f
commit fe6e0f6
Showing
28 changed files
with
579 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
app/assets/v2/images/hackathon/beyond_block/sponsors/portis.svg
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.