diff --git a/public/photo.png b/public/photo.png
index 790a3af..72e5d94 100644
Binary files a/public/photo.png and b/public/photo.png differ
diff --git a/src/PersonalData.ts b/src/PersonalData.ts
index 3c87a38..e554d2f 100644
--- a/src/PersonalData.ts
+++ b/src/PersonalData.ts
@@ -10,7 +10,7 @@ export const personalData: PersonalData = {
{icon: 'envelope-at', text: 'explosive@dejvino.cz'},
{icon: 'git', text: 'https://git.dejvino.cz'},
{icon: 'file-earmark-person', text: 'https://cv.dejvino.cz'},
- {icon: 'telephone', text: '+420 111 222 333'},
+ {icon: 'telephone', text: '+420 775 26 26 32'},
{icon: 'geo-alt', text: 'Brno, Czechia'}
],
diff --git a/src/app/components/Photo.tsx b/src/app/components/Photo.tsx
index 35e0be2..722fa01 100644
--- a/src/app/components/Photo.tsx
+++ b/src/app/components/Photo.tsx
@@ -3,6 +3,6 @@ import Image from 'react-bootstrap/Image'
export default function Photo() {
return (
-
+
)
}
diff --git a/src/app/components/job/JobsHistory.tsx b/src/app/components/job/JobsHistory.tsx
index 17a72ea..429fed5 100644
--- a/src/app/components/job/JobsHistory.tsx
+++ b/src/app/components/job/JobsHistory.tsx
@@ -17,7 +17,7 @@ export default function JobHistory(props: Props) {
inRange ? : )
return (
-
+
{props.heading}
{jobsList}
diff --git a/src/app/globals.css b/src/app/globals.css
index 1c4b15a..0b15cd8 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -10,12 +10,16 @@ body {
}
.person-name {
- margin-top: 1rem;
+ margin-top: calc(min(6vw, 5rem));
font-weight: bold;
+ font-size: calc(1.375rem + min(1.4vw, 1rem));
}
.brief {
font-size: 120%;
}
+.contacts {
+ margin-top: 2rem;
+}
.footer {
margin-top: 2rem;
@@ -26,7 +30,7 @@ body {
filter: opacity(75%)
}
-.container > h2, h3, h4 {
+.container > h2, .container-fluid > h2, h3, h4 {
margin-top: 1em;
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e3d9cd5..9e834ba 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,13 +16,9 @@ export default function Home() {
-
-
-
-
-
-
-
+
+
+
@@ -31,7 +27,7 @@ export default function Home() {
-
+