Skip to content

Commit

Permalink
make work with zawgg.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hughdunc committed Sep 23, 2024
1 parent b5c34e4 commit c45b16f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<div class="hidden sm:ml-6 sm:block">
<div class="flex space-x-4">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-white/15 hover:text-white" -->
<a href="/" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/contact" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
<a href="/conradsite/" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/conradsite/contact" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
</div>
</div>
</div>
Expand All @@ -51,20 +51,20 @@
<div style="display: none;" id="mobile-menu">
<div class="space-y-1 px-2 pb-3 pt-2">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-white/15 hover:text-white" -->
<a href="/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/contact" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
<a href="/conradsite/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/conradsite/contact" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
</div>
</div>
</nav>
<div class="h-full w-full flex flex-col lg:flex-row">
<div class="flex items-center justify-center h-full w-full lg:w-1/2 relative">
<div class="w-48 lg:w-72 aspect-[9/16] bg-white/5 bg-[url(/a2.jpg)] bg-center bg-cover rotate-3 absolute left-1/2 top-[47%] transalte-x-1/3 lg:-translate-x-1/3 -translate-y-1/3 lg:-translate-y-1/3 shadow-2xl shadow-black"></div>
<div class="w-48 lg:w-72 aspect-[9/16] bg-white/5 bg-[url(/a1.jpg)] bg-center bg-cover -rotate-3 absolute left-1/2 top-[47%] -translate-x-full lg:-translate-x-2/3 -translate-y-1/2 lg:-translate-y-2/3 shadow-2xl shadow-black"></div>
<div class="w-48 lg:w-72 aspect-[9/16] bg-white/5 bg-[url(/conradsite/a2.jpg)] bg-center bg-cover rotate-3 absolute left-1/2 top-[47%] transalte-x-1/3 lg:-translate-x-1/3 -translate-y-1/3 lg:-translate-y-1/3 shadow-2xl shadow-black"></div>
<div class="w-48 lg:w-72 aspect-[9/16] bg-white/5 bg-[url(/conradsite/a1.jpg)] bg-center bg-cover -rotate-3 absolute left-1/2 top-[47%] -translate-x-full lg:-translate-x-2/3 -translate-y-1/2 lg:-translate-y-2/3 shadow-2xl shadow-black"></div>
</div>
<div class="flex items-center justify-center h-full w-full lg:w-1/2">
<article class="max-w-[32rem] w-full mx-8">
<h1 class="font-bold text-5xl">Hi, I'm Conrad.</h1>
<p class="text-lg mt-4">I am an 8th grader that does semi-professional photography, mainly for sports, like football and soccer for my school. But, I will have a open mind for many other projects or photoshoots people like you want. I live in the area of Portland, OR and I have very competitive prices for my work, which you can see on my <a href="/" class="underline">Home</a> page. If you want to organize a photoshoot, you can DM me on <a href="https://www.instagram.com/cphotos_g/" class="underline">Instagram</a> or text me at (971) 459-6832! Quick prices are on my <a href="/contact" class="underline">Contact</a> page.</p>
<p class="text-lg mt-4">I am an 8th grader that does semi-professional photography, mainly for sports, like football and soccer for my school. But, I will have a open mind for many other projects or photoshoots people like you want. I live in the area of Portland, OR and I have very competitive prices for my work, which you can see on my <a href="/conradsite/" class="underline">Home</a> page. If you want to organize a photoshoot, you can DM me on <a href="https://www.instagram.com/cphotos_g/" class="underline">Instagram</a> or text me at (971) 459-6832! Quick prices are on my <a href="/conradsite/contact" class="underline">Contact</a> page.</p>
</article>
</div>
</main>
Expand Down
8 changes: 4 additions & 4 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<div class="hidden sm:ml-6 sm:block">
<div class="flex space-x-4">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-white/15 hover:text-white" -->
<a href="/" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/about" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">About</a>
<a href="/conradsite/" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/conradsite/about" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">About</a>
</div>
</div>
</div>
Expand All @@ -51,8 +51,8 @@
<div style="display: none;" id="mobile-menu">
<div class="space-y-1 px-2 pb-3 pt-2">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-white/15 hover:text-white" -->
<a href="/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/about" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">About</a>
<a href="/conradsite/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Home</a>
<a href="/conradsite/about" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">About</a>
</div>
</div>
</nav>
Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<div class="hidden sm:ml-6 sm:block">
<div class="flex space-x-4">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-white/15 hover:text-white" -->
<a href="/about" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">About Me</a>
<a href="/contact" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
<a href="/conradsite/about" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">About Me</a>
<a href="/conradsite/contact" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
</div>
</div>
</div>
Expand All @@ -69,15 +69,15 @@
<div style="display: none;" id="mobile-menu">
<div class="space-y-1 px-2 pb-3 pt-2">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-white/15 hover:text-white" -->
<a href="/about" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">About Me</a>
<a href="/contact" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
<a href="/conradsite/about" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">About Me</a>
<a href="/conradsite/contact" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/15 hover:text-white">Contact</a>
</div>
</div>
</nav>
<div class="h-full w-full">
<div class="grid h-full w-full grid-cols-2 grid-rows-6 gap-6 p-4 md:grid-cols-3 md:grid-rows-4 lg:grid-cols-4 lg:grid-rows-3">
<div class="row-span-3 rounded-3xl border border-white/20 bg-white/5 bg-[url(/3.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:row-span-2"></div>
<div class="rounded-3xl border border-white/20 bg-[url(/1.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:col-span-2"></div>
<div class="row-span-3 rounded-3xl border border-white/20 bg-white/5 bg-[url(/conradsite/3.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:row-span-2"></div>
<div class="rounded-3xl border border-white/20 bg-[url(/conradsite/1.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:col-span-2"></div>
<div class="row-span-2 px-2 flex items-center justify-center rounded-3xl border border-white/20 bg-white/5 shadow-lg shadow-green-400/10 md:row-span-1">
<div class="flex flex-col items-center justify-center gap-2">
<div class="flex flex-wrap items-center justify-center gap-x-2">
Expand All @@ -92,9 +92,9 @@
</div>
</div>
</div>
<div class="row-span-3 rounded-3xl border border-white/20 bg-white/5 bg-[url(/4.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:row-span-2"></div>
<div class="rounded-3xl border border-white/20 bg-white/5 bg-[url(/2.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:col-span-2 md:row-span-2"></div>
<div class="row-span-2 rounded-3xl border border-white/20 bg-white/5 bg-[url(/5.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:row-span-1"></div>
<div class="row-span-3 rounded-3xl border border-white/20 bg-white/5 bg-[url(/conradsite/4.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:row-span-2"></div>
<div class="rounded-3xl border border-white/20 bg-white/5 bg-[url(/conradsite/2.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:col-span-2 md:row-span-2"></div>
<div class="row-span-2 rounded-3xl border border-white/20 bg-white/5 bg-[url(/conradsite/5.jpg)] bg-cover bg-center shadow-lg shadow-green-400/10 md:row-span-1"></div>
</div>
</div>
<div></div>
Expand Down

0 comments on commit c45b16f

Please sign in to comment.