Skip to content

Commit

Permalink
Update paddings and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Oct 5, 2021
1 parent f443c81 commit 5dbddce
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
11 changes: 8 additions & 3 deletions components/AboutSection/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export const AboutSection = () => (
<strong>całych blogów</strong>, a nie pojedynczych artykułów. Z tego powodu selekcji treści
mogę dokonywać jedynie na etapie dodawania danej strony do serwisu. Jako, że nie każdy pisze
tylko i wyłącznie o frontendzie, to czasem może się tutaj pojawić wpis na temat, na
przykład, PHP... Wydaje mi się jednak, że każdy blog czy strona, która pisze{' '}
przykład, PHP Wydaje mi się jednak, że każdy blog czy strona, która pisze{' '}
<strong>dużo o frontendzie, czy ogólniej o web developmencie</strong>, zasługuje by się
tutaj znaleźć... Nawet jeśli frontend to nie jedyny poruszany tam temat.
tutaj znaleźć Nawet jeśli frontend to nie jedyny poruszany tam temat.
</p>
<p>
Jeżeli więc znasz (lub sam prowadzisz) jakiś blog, serwis lub stronę{' '}
Expand All @@ -42,7 +42,12 @@ export const AboutSection = () => (
<p>
A jeśli podoba Ci się moja idea i sam prowadzisz bloga o frontendzie, to oprócz zgłoszenia
zachęcam również, do <strong>polecania tej strony</strong> swoim czytelnikom! Im większy
ruch tutaj <strong>tym większy ruch do Twojego bloga...</strong>
ruch tutaj <strong>tym większy ruch do Twojego bloga…</strong>
</p>
<p>
Od 2020 portal jest własnością <a href="https://typeofweb.com">Type of Web</a> i jest
rozwijany jako{' '}
<a href="https://github.com/typeofweb/polskifrontend">Open Source na GitHubie</a>!
</p>
</article>
</section>
Expand Down
6 changes: 3 additions & 3 deletions components/Footer/footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
color: var(--white);
border-top: 3px solid var(--brand-color-main);
text-align: center;
padding: 1rem 0.75rem;
padding: 1rem 0.75rem 2.5rem;

padding-bottom: calc(0.75rem + constant(safe-area-inset-bottom));
padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
padding-bottom: calc(2.5rem + constant(safe-area-inset-bottom));
padding-bottom: calc(2.5rem + env(safe-area-inset-bottom));
}

.version {
Expand Down
2 changes: 1 addition & 1 deletion components/LoadingScreen/LoadingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './LoadingScreen.module.css';
export const LoadingScreen = () => {
return (
<section className={styles.loadingScreen}>
<Image src="/logo.svg" alt="Ładowanie..." width={320} height={100} />
<Image src="/logo.svg" alt="Ładowanie..." width={320} height={114} />
</section>
);
};
2 changes: 1 addition & 1 deletion components/MainHeader/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const MainHeader = () => {
<a title="Przejdź na stronę główną" className={styles.headerLink}>
<h1 className={styles.title}>
<span className="sr-only">Polski frontend</span>
<Image src="/logo.svg" alt="" width={480} height={150} />
<Image src="/logo.svg" alt="" width={480} height={171} />
</h1>
</a>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion components/MainNavigation/mainNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
margin: 0 1rem;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 700;
font-weight: 600;

&:first-of-type {
margin-left: 0;
Expand Down
2 changes: 1 addition & 1 deletion components/TermsOfUse/TermsOfUse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const TermsOfUse = () => (
<li>
Serwis służy do prezentacji najnowszych artykułów, podcastów lub filmów (zwanych
dalej: „Artykułami”) z polskich blogów, podcastów i kanałów YouTube (zwanych dalej:
„Blogami”) o tematyce front-endu. Usługodawca świadczy usługę polegającą na
„Blogami”) o tematyce frontendu. Usługodawca świadczy usługę polegającą na
udostępnianiu infrastruktury teleinformatycznej celem dodawania i&nbsp;przechowywania
zbioru Blogów jak i&nbsp;Artykułów, oraz ich wyświetlania.
</li>
Expand Down
1 change: 0 additions & 1 deletion global.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
:root {
// --brand-color-main: #5ab783;
--brand-color-main: #48a36f;
--brand-color-lighter: #{lighten(#5ab783, 20%)};
--brand-color-secondary: #e12899;
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.
2 changes: 1 addition & 1 deletion 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.
Binary file modified public/logo_og.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 5dbddce

Please sign in to comment.