diff --git a/public/img/projects/voicenext/Home.png b/public/img/projects/voicenext/Home.png new file mode 100644 index 0000000..444720d Binary files /dev/null and b/public/img/projects/voicenext/Home.png differ diff --git a/public/img/projects/voicenext/Promo.png b/public/img/projects/voicenext/Promo.png new file mode 100644 index 0000000..b3d329b Binary files /dev/null and b/public/img/projects/voicenext/Promo.png differ diff --git a/public/img/projects/voicenext/Register.png b/public/img/projects/voicenext/Register.png new file mode 100644 index 0000000..7e77a38 Binary files /dev/null and b/public/img/projects/voicenext/Register.png differ diff --git a/public/img/projects/voicenext/Settings.png b/public/img/projects/voicenext/Settings.png new file mode 100644 index 0000000..2de1185 Binary files /dev/null and b/public/img/projects/voicenext/Settings.png differ diff --git a/public/img/projects/voicenext/Settings2.png b/public/img/projects/voicenext/Settings2.png new file mode 100644 index 0000000..ca7bc1b Binary files /dev/null and b/public/img/projects/voicenext/Settings2.png differ diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index 5141943..f0a2099 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -28,14 +28,14 @@ const { name, href, gallery } = Astro.props; } .content { padding: 0; - margin: 20px; + margin: 20px !important; max-width: 40vw; transition: border-color 0.3s; .gallery { img { - margin-top: 20px; - border-radius: 25px; - max-width: 250px; + max-height: 250px; + margin: 20px 10px; + border-radius: 10px; } } h2 { @@ -50,12 +50,29 @@ const { name, href, gallery } = Astro.props; border: 1px solid lighten($highlight, 12%); } } + @media (max-width: $responsive-width) { + .gallery { + margin-top: -30px; + text-align: center; + * { + margin: 2px !important; + } + } + }
-

{name}

{name}
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index e0c69c6..2bde364 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -15,7 +15,16 @@ import ProjectCard from "../components/ProjectCard.astro";

Projects

- My team and I are currently working on voicenext, a voice messaging app designed to keep communication simple and intuitive. With voicenext, you just hold to speak and tap to listen. We are also working on unique diff --git a/src/styles/main.scss b/src/styles/main.scss index bcbeb1b..4a17350 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -180,6 +180,6 @@ button { @media (max-width: $responsive-width) { .content{ - min-width: 65vw !important; + min-width: 90vw !important; } } \ No newline at end of file