Skip to content

Commit

Permalink
update twitter logo, add lrz logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Jul 17, 2024
1 parent 3901ae1 commit 076c522
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src/Introduction.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@
}

.TwitterIcon {
font-size: 250%;
i {
font-size: 2.5em;
}
vertical-align: middle;
color: #212529;
&:hover {
color: #212529;
}
}

.eblInfo {
font-size: 40%;
vertical-align: middle;
padding-right: 1em;
}
22 changes: 21 additions & 1 deletion src/Introduction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import AppContent from 'common/AppContent'
import LMULogoGreen from 'LMU_Logo_green.svg'
import BAdWLogoBlue from 'BAdW_Logo_blue.svg'
import AvHLogo from 'AvH_Logo.svg'
import LRZLogoBlue from 'lrz_wortbild_d_blau-230.png'

import './Introduction.css'
import { Col, Row } from 'react-bootstrap'
Expand Down Expand Up @@ -80,12 +81,28 @@ function TwitterIcon(): JSX.Element {
href="https://twitter.com/ebl_info?ref_src=twsrc%5Etfw"
title="eBL Twitter account"
>
<i className="fab fa-twitter" />
<i className="fab fa-x-twitter" />
<span className="eblInfo"> @eBL_info</span>
</ExternalLink>
)
}

function LRZLogo(): JSX.Element {
return (
<ExternalLink
className="LMUIcon"
href="https://www.lrz.de/index.html"
title="Leibniz-Rechenzentrum"
>
<img
className="LMUIcon__image"
src={LRZLogoBlue}
alt="Leibniz-Rechenzentrum"
/>
</ExternalLink>
)
}

function IntroText(): JSX.Element {
return (
<>
Expand Down Expand Up @@ -144,6 +161,9 @@ export default function Introduction(): JSX.Element {
</Row>
<Row>
<Col className={'text-right'}>
<LRZLogo />
</Col>
<Col className={'text-center'}>
<TwitterIcon />
</Col>
<Col className={'text-left'}>
Expand Down
Binary file added src/lrz_wortbild_d_blau-230.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 076c522

Please sign in to comment.