Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
9 changes: 8 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
library 'status-jenkins-lib@v1.8.6'

pipeline {
agent { label 'linux' }
agent {
docker {
label 'linuxcontainer'
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0'
args '--volume=/var/run/docker.sock:/var/run/docker.sock ' +
'--user jenkins'
}
}

parameters {
string(
Expand Down
Binary file modified public/logo.png
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 public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 18 additions & 3 deletions src/components/Footer/Footer.Copyright.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
import { FooterSection } from '@/components/Footer/Footer.Section'
import { Typography } from '@acid-info/lsd-react'
import styled from '@emotion/styled'
import Link from 'next/link'

export const FooterCopyright = () => (
<OrgInfo>
<Typography component="div" genericFontFamily="sans-serif" variant="body2">
Logos
</Typography>
<CustomLink
href="https://logos.co"
target="_blank"
rel="noopener noreferrer"
>
<Typography
component="div"
genericFontFamily="sans-serif"
variant="body2"
>
Logos
</Typography>
</CustomLink>
</OrgInfo>
)

const OrgInfo = styled(FooterSection)`
align-self: start;
`

const CustomLink = styled(Link)`
width: fit-content;
`
1 change: 1 addition & 0 deletions src/components/Footer/Footer.OrgPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const Wrapper = styled.div`
align-items: baseline;
border-top: 1px solid rgb(var(--lsd-theme-primary));
padding-top: 24px;
padding-bottom: 24px;
flex-direction: column;
gap: 40px;
margin-bottom: -36px;
Expand Down
12 changes: 7 additions & 5 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { FooterBuPanel } from '@/components/Footer/Footer.BuPanel'
import { FooterCTAPanel } from '@/components/Footer/Footer.CTAPanel'
import { FooterOrgPanel } from '@/components/Footer/Footer.OrgPanel'
import { FooterSectionContainer } from '@/components/Footer/Footer.Section'
Expand All @@ -17,7 +16,7 @@ export default function Footer() {
<FooterSectionContainer>
<FooterCTAPanel />
<FooterOrgPanel />
<FooterBuPanel />
{/* <FooterBuPanel /> */}
<ScrollToTop size="small" onClick={handleScrollToTop}>
Back to top ↑
</ScrollToTop>
Expand All @@ -28,7 +27,7 @@ export default function Footer() {
const ScrollToTop = styled(Button)`
width: fit-content;
position: absolute;
bottom: 34px;
bottom: 220px;
left: 0;

span {
Expand All @@ -38,8 +37,7 @@ const ScrollToTop = styled(Button)`
}

@media only screen and (min-width: 576px) {
left: 16px;

bottom: 24px;
span {
line-height: 1.25rem;
}
Expand All @@ -52,4 +50,8 @@ const ScrollToTop = styled(Button)`
line-height: var(--lsd-label2-lineHeight);
}
}

@media only screen and (min-width: 1200px) {
bottom: 118px;
}
`
18 changes: 5 additions & 13 deletions src/components/Icons/LogosIcon/LogosIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,16 @@ import { LsdIcon } from '@acid-info/lsd-react'
export const LogosIcon = LsdIcon(
(props) => (
<svg
width="28"
height="28"
viewBox="0 0 28 28"
width="93"
height="126"
viewBox="0 0 93 126"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M21.2873 21.75H7V13.0634H21.2738L21.2873 21.75ZM14.1279 13.7603C12.9084 13.7615 11.7081 14.0595 10.6336 14.6279C9.55902 15.1963 8.64343 16.0174 7.96809 17.0183C7.87875 17.12 7.82957 17.25 7.82957 17.3845C7.82957 17.519 7.87875 17.649 7.96809 17.7507C8.64778 18.747 9.5651 19.5637 10.6396 20.1291C11.7141 20.6945 12.9129 20.9913 14.1309 20.9935C15.3489 20.9957 16.5488 20.7032 17.6254 20.1417C18.702 19.5802 19.6223 18.7668 20.3057 17.7729C20.4032 17.6655 20.4571 17.5264 20.4571 17.3823C20.4571 17.2382 20.4032 17.0991 20.3057 16.9917C19.6242 15.9948 18.704 15.1789 17.6265 14.616C16.549 14.0532 15.3473 13.7608 14.1279 13.7647V13.7603Z"
fill="black"
/>
<path
d="M14.1684 12.2511C12.9568 12.2487 11.7638 11.9567 10.6917 11.4C9.61964 10.8434 8.70052 10.0388 8.01313 9.05517C7.89853 8.93499 7.83472 8.77624 7.83472 8.61129C7.83472 8.44634 7.89853 8.2876 8.01313 8.16742C8.70014 7.18557 9.61987 6.38385 10.6925 5.83189C11.7651 5.27993 12.9582 4.9944 14.1681 5.00008C15.3781 5.00577 16.5683 5.3025 17.6356 5.86452C18.7028 6.42654 19.6147 7.23685 20.2922 8.22511C20.3893 8.33181 20.4431 8.47013 20.4431 8.6135C20.4431 8.75687 20.3893 8.89519 20.2922 9.00189C19.6156 9.99268 18.7044 10.8062 17.6375 11.3723C16.5706 11.9384 15.38 12.24 14.1684 12.2511ZM16.8341 8.65567C16.8466 8.12646 16.6989 7.60557 16.4097 7.1595C16.1206 6.71344 15.7031 6.36244 15.2107 6.1513C14.7183 5.94017 14.1732 5.87847 13.645 5.97411C13.1169 6.06974 12.6296 6.31837 12.2455 6.68824C11.8613 7.05811 11.5976 7.53244 11.4882 8.05068C11.3787 8.56892 11.4284 9.10756 11.6309 9.59784C11.8334 10.0881 12.1796 10.5078 12.6251 10.8033C13.0706 11.0987 13.5954 11.2566 14.1324 11.2568C14.8381 11.257 15.5159 10.9849 16.0208 10.4988C16.5257 10.0127 16.8176 9.35118 16.8341 8.65567Z"
fill="black"
/>
<path
d="M14.1413 20.0055C13.6177 19.9967 13.1084 19.8356 12.6774 19.5424C12.2463 19.2492 11.9129 18.8369 11.7188 18.3574C11.5248 17.8779 11.4788 17.3526 11.5867 16.8474C11.6946 16.3423 11.9515 15.8798 12.3253 15.5181C12.699 15.1565 13.1728 14.9118 13.6872 14.8148C14.2015 14.7178 14.7335 14.7728 15.2162 14.9729C15.699 15.1731 16.1109 15.5094 16.4004 15.9396C16.6898 16.3699 16.8438 16.8748 16.843 17.3911C16.8418 17.7382 16.7708 18.0817 16.634 18.4015C16.4972 18.7214 16.2974 19.0113 16.0461 19.2545C15.7948 19.4977 15.497 19.6893 15.17 19.8182C14.8431 19.9471 14.4934 20.0108 14.1413 20.0055Z"
fill="black"
d="M71.2154 126C66.7864 126 62.9754 124.958 59.7824 122.873C56.5894 120.789 54.1688 117.506 52.5208 113.025C51.4908 110.002 50.7698 106.303 50.3578 101.926C49.9458 97.5484 49.6883 92.9628 49.5853 88.1687C49.4823 83.2705 49.3793 78.5285 49.2763 73.9429C49.2763 72.6923 48.9673 72.067 48.3493 72.067C47.8343 72.067 47.3193 72.4839 46.8043 73.3176C44.8473 76.9653 42.5298 81.134 39.8518 85.8238C37.2768 90.5136 34.7018 95.2035 32.1268 99.8933C29.5517 104.583 27.2342 108.804 25.1742 112.556C23.2172 116.203 21.8267 118.861 21.0027 120.529C19.9727 122.821 18.3247 124.28 16.0587 124.906C13.8957 125.635 11.1662 125.792 7.87017 125.375C4.57415 124.958 2.25664 123.655 0.91764 121.466C-0.524366 119.174 -0.266865 116.777 1.69014 114.275C3.02915 112.608 4.93466 110.107 7.40666 106.772C9.87867 103.333 12.6597 99.4764 15.7497 95.2035C18.8397 90.8263 21.9812 86.3449 25.1742 81.7593C28.4702 77.0695 31.5603 72.5881 34.4443 68.3151C37.3283 63.938 39.7488 60.134 41.7058 56.9032C43.7658 53.5682 45.1048 51.1191 45.7228 49.5558C46.3408 48.0968 47.0103 46.4814 47.7313 44.7097C48.4523 42.938 48.8128 41.1141 48.8128 39.2382C48.8128 32.3598 48.1433 27.201 46.8043 23.7618C45.5683 20.2184 43.8688 17.8734 41.7058 16.727C39.6458 15.4764 37.3798 14.8511 34.9078 14.8511C33.0538 14.8511 31.0453 15.2159 28.8822 15.9454C26.8222 16.6749 25.4832 17.3524 24.8652 17.9777C23.7322 19.1241 22.6507 19.3325 21.6207 18.603C20.5907 17.8734 20.2817 16.6749 20.6937 15.0074C21.8267 11.1514 23.8867 7.71216 26.8737 4.68982C29.8608 1.56327 34.0323 0 39.3883 0C45.0533 0 49.5338 1.61539 52.8298 4.84616C56.1259 8.07692 58.4949 13.2357 59.9369 20.3226C61.3789 27.4094 62.0999 36.7891 62.0999 48.4615C62.0999 62.2184 62.3059 73.2134 62.7179 81.4466C63.1299 89.6799 63.7994 95.8809 64.7264 100.05C65.6534 104.114 66.9409 106.824 68.5889 108.179C70.3399 109.534 72.5029 110.211 75.0779 110.211C77.5499 110.211 79.8674 109.69 82.0305 108.648C84.2965 107.605 86.2535 106.251 87.9015 104.583C88.6225 103.749 89.4465 103.437 90.3735 103.645C91.3005 103.854 92.0215 104.427 92.5365 105.365C93.1545 106.199 93.1545 107.293 92.5365 108.648C90.3735 113.442 87.4895 117.558 83.8845 120.998C80.3824 124.333 76.1594 126 71.2154 126Z"
fill="#000"
/>
</svg>
),
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function NavBar({ defaultState }: NavBarProps) {
</NavLinksContainer>
<Centered>
<Logo href="/">
<LogosIcon color="primary" width="48px" height="48px" />
<LogosIcon color="primary" width="21px" height="28px" />
</Logo>
</Centered>
<ControlsContainer>
Expand Down
36 changes: 13 additions & 23 deletions src/configs/data.configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ export const FooterLinksItems: {
about: LPEFooterGroup[]
} = {
org: [
{
title: 'Research',
links: [{ label: 'VacP2P', href: 'https://vac.dev/' }],
},
{
title: 'Infrastructure',
links: [
{ label: 'Waku', href: 'https://waku.org/' },
{ label: 'Nimbus', href: 'https://nimbus.team/' },
{ label: 'Codex', href: 'https://codex.storage/' },
{ label: 'Nomos', href: 'https://nomos.tech/' },
],
},
// {
// title: 'Research',
// links: [{ label: 'VacP2P', href: 'https://vac.dev/' }],
// },
// {
// title: 'Infrastructure',
// links: [
// { label: 'Waku', href: 'https://waku.org/' },
// { label: 'Nimbus', href: 'https://nimbus.team/' },
// { label: 'Codex', href: 'https://codex.storage/' },
// { label: 'Nomos', href: 'https://nomos.tech/' },
// ],
// },
],

about: [
Expand All @@ -66,21 +66,11 @@ export const FooterLinksItems: {
href: 'https://github.com/logos-co',
key: 'github',
},
{
label: 'Blog',
href: 'https://press.logos.co/',
key: 'blog',
},
{
label: 'Work With Us',
href: 'https://job-boards.greenhouse.io/logos',
key: 'work-with-us',
},
{
label: 'Brand Guidelines',
href: 'https://guide.logos.co/',
key: 'brand-guidelines',
},
{
label: 'Terms & Conditions',
href: 'https://logos.co/terms',
Expand Down
Loading