-
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.
* feat: initial layout for 100.yil * feat: disable indexing for preview site * feat: 100. yil stuff * feat: adjust header images on desktop * feat: improvements * feat: visual improvements * feat: change forms link to current
- Loading branch information
1 parent
b83da3a
commit c3b1f41
Showing
20 changed files
with
107 additions
and
12 deletions.
There are no files selected for viewing
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,3 +1,3 @@ | ||
export default { | ||
disableIndexing: false, | ||
disableIndexing: true, | ||
}; |
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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
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,34 @@ | ||
--- | ||
import { Image } from 'astro:assets'; | ||
import { prompts } from '@/config/prompts'; | ||
const images = await Astro.glob('../assets/100-yil/*.{png,jpeg,jpg,webp}'); | ||
--- | ||
|
||
<ol | ||
class='flex flex-col xl:flex-row xl:flex-wrap xl:justify-center gap-y-6 xl:gap-x-6 sm:gap-y-14' | ||
> | ||
{ | ||
images.map((image, idx) => ( | ||
<li class='relative'> | ||
<div class='absolute top-1 left-2'> | ||
<span class='text-white font-bold text-2xl bg-iztechred/60 rounded p-1'> | ||
{idx + 1} | ||
</span> | ||
</div> | ||
<figure> | ||
<Image | ||
src={image.default} | ||
alt='100 yıl' | ||
width={500} | ||
height={500} | ||
class='rounded-lg mb-2 sm:mb-4' | ||
/> | ||
<figcaption class='text-sm md:text-base px-3 max-w-[500px]'> | ||
{prompts[idx]} | ||
</figcaption> | ||
</figure> | ||
</li> | ||
)) | ||
} | ||
</ol> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<a | ||
href='https://docs.google.com/forms/d/e/1FAIpQLSfx9R2O-9gOMooqdjI85f2QyxaUM-w-7o3dE5TrLGXkSneUVg/viewform' | ||
title='Resimleri Oyla' | ||
aria-label='Resimleri Oyla' | ||
target='_blank' | ||
rel='noopener noreferrer' | ||
class='bg-iztechred mx-auto w-full max-w-sm rounded-lg flex items-center justify-center active:scale-90 hover:scale-105 transition-all duration-100 ease-in-out p-2 drop-shadow-md' | ||
> | ||
<span class='text-xl font-bold text-foreground'>Resimleri Oyla</span> | ||
</a> |
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,13 @@ | ||
export const prompts = [ | ||
"Vector design of a swirling Turkish flag vortex, pulling in elements of technology, history, and culture. Circling the vortex are holographic projections of 'Turkiye', 'IZTECH', 'AI', and '100th', symbolizing the journey and achievements of the past century.", | ||
"Photo of a vast digital landscape with the Turkish flag waving gracefully in the wind. Embedded within the flag's patterns are the words 'Türkiye', 'İZTECH', and 'AI', shining brilliantly.", | ||
"Vector design of the Turkish flag, where the star and crescent are composed of interconnected AI circuits. Floating around are holographic projections of the words 'Türkiye', 'İZTECH', and 'AI'.", | ||
"Watercolor painting of the Bosphorus Bridge in Istanbul. The bridge lights up with 'Turkiye' and '100. YIL'. Beneath, AI boats sail with digital displays of the Turkish flag, and 'AI' is reflected in the water's shimmer.", | ||
"Illustration of a traditional Turkish pottery workshop. The ceramics showcase designs of '100. YIL', the Turkish flag, and 'AI' symbols. AI robotic artisans mold and paint the pottery, merging age-old crafts with modern tech.", | ||
"Illustration of a futuristic city skyline with holographic Turkish flags waving amidst advanced AI-driven structures. Above, 'IYTE Ai Society' is illuminated, with the date '29 Ekim' glowing prominently, celebrating Cumhuriyet Bayramı.", | ||
"Illustration of a futuristic city skyline with holographic Turkish flags waving amidst advanced AI-driven structures. Above, 'Iztech Ai Society' is prominently displayed, with the words 'October 29th Republic Day' glowing.", | ||
"Photo-themed representation celebrating the '100. yıl' milestone. The image showcases iconic symbols of the Cumhuriyet (Republic) and elements that highlight Türkiye's rich history and culture. Intertwined with these symbols are futuristic elements representing 'yapay zeka' (artificial intelligence), emphasizing the nation's progress in the field of AI.", | ||
"A depiction of the charming robot with a cartoonish design, its antenna glowing with AI symbols. The robot is excitedly presenting the birthday cake with '100. yıl' written on it towards an abstract representation of the Cumhuriyet (Republic). Surrounding the robot are more pronounced digital motifs representing artificial intelligence. The backdrop prominently features the Turkish flag, standing tall and proud.", | ||
"Illustration of a futuristic robot holding a birthday cake in its hands, facing us with a welcoming gaze. The cake has '100. yıl' inscribed on it, celebrating the milestone. In the background, the Turkish flag waves majestically, adding context and national pride to the scene.", | ||
"Illustration based on the third picture: A humanoid robot, emblematic of the advancements and aspirations of the IZTECH AI Society, gracefully opens a door. The inner side of the door offers a luminous display of artificial neural networks, symbolizing the AI innovations. Adjacent to the door, the Turkish flag and the IZTECH flag wave harmoniously side by side. The phrase 'Cumhuriyetimiz 100 Yaşında' (Our Republic is 100 Years Old) is elegantly integrated into the scene, celebrating the centenary of the Republic and the contributions of the IZTECH community.", | ||
]; |
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,22 @@ | ||
--- | ||
import ImageGallery from '@/components/ImageGallery.astro'; | ||
import Vote100Yil from '@/components/Vote100Yil.astro'; | ||
import Layout from '@/layouts/Layout.astro'; | ||
--- | ||
|
||
<Layout | ||
title='100. Yıl Resimleri - iztechai' | ||
description='Cumhuriyetimizin 100. yılı için yapay zeka (DALLE-3) ile oluşturduğumuz resimler' | ||
> | ||
<div class='mb-4 md:mb-8'> | ||
<a | ||
href='/' | ||
class='text-white text-lg md:text-xl xl:text-2xl underline decoration-iztechred decoration-dotted decoration-4 underline-offset-4 md:underline-offset-[6px]' | ||
>Geri Dön</a | ||
> | ||
</div> | ||
<div class='mb-4 md:mb-8 w-full max-w-sm'> | ||
<Vote100Yil /> | ||
</div> | ||
<ImageGallery /> | ||
</Layout> |
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