Skip to content

Commit

Permalink
Merge pull request #242 from kpi-ua/add-links
Browse files Browse the repository at this point in the history
Add links, update icons
  • Loading branch information
a-gubskiy authored Oct 11, 2024
2 parents f6cf9e9 + 4094b61 commit 665ad91
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Розклад",
"name": "Розклад | КПІ ім. Ігоря Сікорського",
"icons": [
{
"src": "icon-192.png",
Expand Down
12 changes: 12 additions & 0 deletions src/components/Footer/Footer.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ export const FooterSection = styled.section`
flex-basis: auto;
text-align: center;
}
a {
color: ${getValueFromTheme('invertedFontColor')};
}
a:hover {
color: ${getValueFromTheme('invertedFontColor')};
}
a:active {
color: ${getValueFromTheme('invertedFontColor')};
}
p {
margin-top: 0;
Expand Down
8 changes: 4 additions & 4 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ import dayjs from 'dayjs';
export const Footer = () => {
return (
<FooterWrapper>
<FooterLogo src={logo} alt="footer logo" />
<FooterLogo src={logo} alt="КПІ ім. Ігоря Сікорського" />
<FooterSection>
<p>
Національний технічний університет України"Київський політехнічний інститут імені Ігоря Сікорського" © 1998-{dayjs().year()}
</p>
<p>
Адреса: Україна, 03056 м.Київ-56, проспект Перемоги, 37
Адреса: <a target="_blank" href="https://kpi.ua/location">Україна, 03056 м.Київ-56, проспект Перемоги, 37</a>
</p>
</FooterSection>
<FooterSection>
<p>
Розробник – Конструкторське бюро інформаційних систем
Розробник – <a target="_blank" href="https://kbis.kpi.ua">Конструкторське бюро інформаційних систем</a>
</p>
<p>
Створено в рамках проекту "Електронний кампус КПІ"
Створено в рамках проекту "<a target="_blank" href="https://ecampus.kpi.ua">Електронний кампус КПІ</a>"
</p>
</FooterSection>
<FooterSection>
Expand Down

0 comments on commit 665ad91

Please sign in to comment.