-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates, header responsive and new photos
- Loading branch information
Showing
7 changed files
with
47 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
import perImage2 from '../assets/cusenier2.jpeg'; | ||
import perImage from '../assets/cusenier.jpeg'; | ||
import { Image } from 'astro:assets'; | ||
--- | ||
|
||
<div class="flex md:flex-row flex-col"> | ||
<div class="bg-gray-900 text-white md:w-1/2"> | ||
<Image src={perImage} alt="..." class="bg-cover h-full"></Image> | ||
</div> | ||
<div class="md:w-1/2 w-full h-auto bg-white"> | ||
<h1 class="text-3xl text-center my-7">Paisajes</h1> | ||
<p class="mx-6 text-justify text-sm pb-12"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus minima dignissimos voluptates delectus eveniet aut! Minima nam et nisi maiores quia beatae enim impedit. Harum beatae rem cumque magnam cum. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="flex md:flex-row flex-col"> | ||
<div class="bg-gray-900 text-white md:w-1/2"> | ||
<Image src={perImage2} alt="..." class="bg-cover h-full"></Image> | ||
</div> | ||
<div class="md:w-1/2 w-full h-auto bg-white"> | ||
<h1 class="text-3xl text-center my-7">Paisajes</h1> | ||
<p class="mx-6 text-justify text-sm pb-12"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus minima dignissimos voluptates delectus eveniet aut! Minima nam et nisi maiores quia beatae enim impedit. Harum beatae rem cumque magnam cum. | ||
</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<header class="flex justify-between py-10 border-b-2 border-gray-700 mx-40 text-gray-700"> | ||
<div class="text-5xl font-light"> | ||
<header class="fixed flex flex-col sm:flex-row justify-between py-6 w-full text-white backdrop-brightness-50 backdrop-blur-sm shadow-lg px-14 lg:px-36 top-0"> | ||
<div class="text-4xl lg:text-5xl font-light justify-center sm:justify-normal text-center"> | ||
<h1>Gerardo Tamayo</h1> | ||
</div> | ||
<div class="flex flex-row pt-4 gap-10 text-2xl font-light"> | ||
<h1>About</h1> | ||
<h1>Contact</h1> | ||
<div class="flex flex-row pt-4 gap-10 text-lg lg:text-2xl font-light justify-center sm:justify-normal"> | ||
<button class="hover:text-red-800">About</button> | ||
<button class="hover:text-red-800">Contact</button> | ||
<button class="hover:text-red-800">Work</button> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters