Skip to content

Commit

Permalink
Adjust about page for smaller screens
Browse files Browse the repository at this point in the history
compress photos
  • Loading branch information
AlexDumo committed Dec 16, 2024
1 parent c81cd7f commit ba148eb
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 26 deletions.
Binary file modified public/alexdumo/2022-retreat.jpg
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/alexdumo/cadet-2021.jpg
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/alexdumo/cadet-grad.jpg
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/alexdumo/gas.jpg
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/alexdumo/jmu-bb.jpeg
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/alexdumo/jmu-mrd.jpg
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/alexdumo/lhs.jpg
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/alexdumo/march.jpg
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/alexdumo/surf.jpg
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/alexdumo/tenor-grad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 10 additions & 26 deletions src/pages/alexdumo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ import { Image } from "astro:assets";
id="download"
class="relative flex h-fit w-full min-w-0 flex-col items-center gap-32"
>
<div class="grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1">
<div class="grid grid-cols-6 max-[1200px]:grid-cols-1">
<div
class="col-span-4 flex h-[50vh] min-h-0 w-full flex-col items-start justify-center px-64 max-[1000px]:col-span-1 max-[1000px]:p-32"
class="col-span-4 flex h-[50vh] min-h-0 w-full flex-col items-start justify-center px-64 max-[1200px]:col-span-1 max-[1200px]:p-32 max-[700px]:h-[35vh] max-[700px]:p-8"
>
<h1 class="text-left text-[96px] max-[700px]:text-h1">
<h1
class="text-left text-[96px] max-[700px]:text-h1 max-[400px]:text-[32px]"
>
Alex Dumouchelle
</h1>
<p class="max-[500px]:text-p text-left text-[36px]">
<p
class="max-[500px]:text-p text-left text-[36px] max-[700px]:text-[24px] max-[400px]:text-[20px]"
>
Founder and lead developer of OpenMarch
</p>
<div class="pt-16">
<div class="pt-16 max-[400px]:pt-8">
<a
class="max-[300px]:text-p text-secondary text-left text-[24px] hover:underline"
class="max-[300px]:text-p text-secondary text-left text-[24px] hover:underline max-[700px]:text-[16px] max-[400px]:text-[16px]"
href="mailto:alexdumo@openmarch.com"
>
alexdumo@openmarch.com
Expand Down Expand Up @@ -81,26 +85,20 @@ import { Image } from "astro:assets";
class="my-16 grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1"
>
<Image
quality={75}
format="webp"
src={"/alexdumo/cadet-grad.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-4 row-span-2 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/surf.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/jmu-bb.jpeg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
Expand Down Expand Up @@ -145,62 +143,48 @@ import { Image } from "astro:assets";
class="my-16 grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1"
>
<Image
quality={75}
format="webp"
src={"/alexdumo/march.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/ron.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/2022-retreat.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 row-span-2 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/jmu-mrd.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-4 row-span-2 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/gas.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/cadet-2021.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-3 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
width={200}
height={400}
/>
<Image
quality={75}
format="webp"
src={"/alexdumo/lhs.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-3 h-full w-full rounded-6 border border-stroke object-cover max-[500px]:col-span-1"
Expand Down

0 comments on commit ba148eb

Please sign in to comment.