-
Notifications
You must be signed in to change notification settings - Fork 58
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
Showing
17 changed files
with
110 additions
and
45 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
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
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,11 +1,14 @@ | ||
import React from 'react' | ||
import Divider from '@material-ui/core/Divider' | ||
import ListSubheader from '@material-ui/core/ListSubheader' | ||
import { colors } from '../theme' | ||
|
||
export default ({ divider, ...props }) => ( | ||
<React.Fragment> | ||
{divider && <Divider />} | ||
<ListSubheader disableSticky style={{ color: colors.orange }} {...props} /> | ||
<ListSubheader | ||
disableSticky | ||
style={{ color: '#fff', fontWeight: 'bold' }} | ||
{...props} | ||
/> | ||
</React.Fragment> | ||
) |
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,27 @@ | ||
import React from 'react' | ||
|
||
export default function LogoMark(props) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={107} | ||
height={128} | ||
fill="none" | ||
viewBox="0 0 107 128" | ||
{...props} | ||
> | ||
<path | ||
fill="#fff" | ||
d="m39.343 69.778 4.795 10.993L46.012 63.9l-19.55-10.18v10.31l12.88 5.747Z" | ||
/> | ||
<path | ||
fill="#fff" | ||
d="M77.175 29.223 53.286 23.13v-.003L29.353 29.06 0 0l5.423 114.61 20.124-14.411 23.797 27.774-15.483-49.998-13.67 10.915-6.274-57.946 9.94 13.195 29.375-6.062v.002l29.337 6.26 10.06-13.395-6.698 58.172-13.597-11.008L56.513 128l23.986-27.613 20.024 14.548L106.724.363l-29.55 28.86Z" | ||
/> | ||
<path | ||
fill="#fff" | ||
d="M79.83 64.033v-10.31L60.276 63.9l1.876 16.873 4.794-10.992 12.882-5.748Z" | ||
/> | ||
</svg> | ||
) | ||
} |
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,19 @@ | ||
import React from 'react' | ||
|
||
export default function LogoType(props) { | ||
return ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={128} | ||
height={26} | ||
fill="none" | ||
viewBox="0 0 128 26" | ||
{...props} | ||
> | ||
<path | ||
fill="#fff" | ||
d="m9.389 17.637 4.677 8.364h7.223l-5.437-9.81c2.511-1.635 3.957-4.406 3.957-7.372C19.809 3.91 15.892 0 11.025 0H0v26h6.348v-8.363h3.04ZM6.348 11.63V6.002h4.677c1.595 0 2.816 1.221 2.816 2.817 0 1.52-1.296 2.81-2.816 2.81H6.348Zm23.115 8.403v-4.337h9.049V9.73h-9.05V6.002h9.96V0H23.115v26h16.497v-5.966h-10.15ZM53.108 0h-9.92v26h6.308v-8.363h3.612c4.907 0 8.859-3.951 8.859-8.818C61.967 3.95 58.015 0 53.107 0Zm-3.612 11.63V6.002h3.612c1.636 0 2.816 1.18 2.816 2.817 0 1.595-1.215 2.81-2.816 2.81h-3.612Zm21.255 8.403v-4.337H79.8V9.73h-9.05V6.002h9.96V0H64.403v26H80.9v-5.966H70.75Zm20.033 0v-4.337h9.05V9.73h-9.05V6.002h9.959V0H84.437v26h16.496v-5.966H90.784Zm29.348 5.968H128L117.246 11.82 126.75 0h-7.983l-7.949 9.77V0h-6.348v26h6.348v-6.122l2.356-2.96L120.132 26Z" | ||
/> | ||
</svg> | ||
) | ||
} |
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