Skip to content

Commit ca9c2a7

Browse files
committed
Deploying to gh-pages from @ e36aa7f 🚀
1 parent 249f2f6 commit ca9c2a7

6 files changed

Lines changed: 11 additions & 1 deletion

File tree

images/people/fikret-gurgen.webp

47.7 KB
Loading

images/people/inci-baytas.jpg

92.3 KB
Loading

people/fikret-gurgen/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.16.18"><title>Fikret Gürgen - PILAB</title><meta name="description" content="PILAB is a Computer Vision and Biometrics research lab at Boğaziçi University, Computer Engineering Department."><!-- Open Graph / Facebook --><meta property="og:type" content="website"><meta property="og:url" content="https://boun-tabi.github.io/people/fikret-gurgen/"><meta property="og:title" content="Fikret Gürgen - PILAB"><meta property="og:description" content="PILAB is a Computer Vision and Biometrics research lab at Boğaziçi University, Computer Engineering Department."><meta property="og:image" content="/og-image.jpg"><!-- Twitter --><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://boun-tabi.github.io/people/fikret-gurgen/"><meta property="twitter:title" content="Fikret Gürgen - PILAB"><meta property="twitter:description" content="PILAB is a Computer Vision and Biometrics research lab at Boğaziçi University, Computer Engineering Department."><meta property="twitter:image" content="/og-image.jpg"><!-- Google Fonts --><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap" rel="stylesheet"><link rel="stylesheet" href="/_astro/contact.Cjb7IXbz.css"></head> <body class="min-h-screen flex flex-col bg-gray-50"> <header class="bg-white shadow-md"> <div class="container mx-auto px-4 py-4"> <div class="flex flex-col md:flex-row justify-between items-center"> <div class="flex items-center mb-4 md:mb-0"> <a href="/" class="flex items-center"> <img src="/images/pilab.png" alt="PILAB Logo" class="h-10 w-auto mr-3"> <div> <span class="text-2xl font-bold text-primary">PILAB</span> <span class="block text-sm text-gray-600">Perceptual Intelligence Laboratory</span> </div> </a> </div> <nav> <ul class="flex flex-wrap justify-center space-x-1 md:space-x-6"> <li><a href="/" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Home</a></li> <li><a href="/people" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">People</a></li> <li><a href="/papers" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Papers</a></li> <li><a href="/projects" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Projects</a></li> <!--<li><a href={`${import.meta.env.BASE_URL}theses`} class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Theses</a></li>--> <li><a href="/courses" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Courses</a></li> <li><a href="/news" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">News</a></li> <li><a href="/contact" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Contact</a></li> </ul> </nav> </div> </div> </header> <main class="flex-grow"> <div class="container mx-auto px-4 py-12"> <div class="max-w-4xl mx-auto"> <a href="/people" class="text-primary-light hover:underline mb-6 inline-block">
2+
&larr; Back to People
3+
</a> <article class="bg-white p-8 rounded-lg shadow-md"> <div class="mb-8"> <img src="/images/people/fikret-gurgen.webp" alt="Fikret Gürgen" class="w-full h-auto rounded-lg shadow-md mb-6" onerror="this.src='/images/placeholder-person.jpg'; this.onerror=null;"> <h1 class="text-3xl font-bold text-primary mb-2">Fikret Gürgen</h1> <p class="text-gray-600 mb-4">Professor</p> </div> <div class="prose max-w-none"></div> </article> </div> </div> </main> <footer class="bg-primary text-white py-8 mt-12"> <div class="container mx-auto px-4"> <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <div> <h3 class="text-xl font-bold mb-4">PILAB</h3> <p class="mb-2">Perceptual Intelligence Laboratory</p> <p class="mb-2">Boğaziçi University</p> <p>Computer Engineering Department</p> </div> <div> <h3 class="text-xl font-bold mb-4">Contact</h3> <p class="mb-2"> <span class="block">Boğaziçi University</span> <span class="block">Computer Engineering Department</span> <span class="block">34342 Bebek, Istanbul, Turkey</span> </p> </div> <div> <h3 class="text-xl font-bold mb-4">Links</h3> <ul class="space-y-2"> <li><a href="https://www.cmpe.boun.edu.tr/" class="hover:underline" target="_blank" rel="noopener noreferrer">BOUN CMPE</a></li> <li><a href="https://www.boun.edu.tr/en-US" class="hover:underline" target="_blank" rel="noopener noreferrer">Boğaziçi University</a></li> <li><a href="https://github.com/bounpilab" class="hover:underline" target="_blank" rel="noopener noreferrer">GitHub</a></li> </ul> </div> </div> <div class="border-t border-white/20 mt-8 pt-6 text-center"> <p>&copy; 2026 PILAB. All rights reserved.</p> </div> </div> </footer> </body></html>

people/inci-baytas/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.16.18"><title>İnci Baytaş - PILAB</title><meta name="description" content="PILAB is a Computer Vision and Biometrics research lab at Boğaziçi University, Computer Engineering Department."><!-- Open Graph / Facebook --><meta property="og:type" content="website"><meta property="og:url" content="https://boun-tabi.github.io/people/inci-baytas/"><meta property="og:title" content="İnci Baytaş - PILAB"><meta property="og:description" content="PILAB is a Computer Vision and Biometrics research lab at Boğaziçi University, Computer Engineering Department."><meta property="og:image" content="/og-image.jpg"><!-- Twitter --><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://boun-tabi.github.io/people/inci-baytas/"><meta property="twitter:title" content="İnci Baytaş - PILAB"><meta property="twitter:description" content="PILAB is a Computer Vision and Biometrics research lab at Boğaziçi University, Computer Engineering Department."><meta property="twitter:image" content="/og-image.jpg"><!-- Google Fonts --><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap" rel="stylesheet"><link rel="stylesheet" href="/_astro/contact.Cjb7IXbz.css"></head> <body class="min-h-screen flex flex-col bg-gray-50"> <header class="bg-white shadow-md"> <div class="container mx-auto px-4 py-4"> <div class="flex flex-col md:flex-row justify-between items-center"> <div class="flex items-center mb-4 md:mb-0"> <a href="/" class="flex items-center"> <img src="/images/pilab.png" alt="PILAB Logo" class="h-10 w-auto mr-3"> <div> <span class="text-2xl font-bold text-primary">PILAB</span> <span class="block text-sm text-gray-600">Perceptual Intelligence Laboratory</span> </div> </a> </div> <nav> <ul class="flex flex-wrap justify-center space-x-1 md:space-x-6"> <li><a href="/" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Home</a></li> <li><a href="/people" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">People</a></li> <li><a href="/papers" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Papers</a></li> <li><a href="/projects" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Projects</a></li> <!--<li><a href={`${import.meta.env.BASE_URL}theses`} class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Theses</a></li>--> <li><a href="/courses" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Courses</a></li> <li><a href="/news" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">News</a></li> <li><a href="/contact" class="px-3 py-2 text-gray-800 hover:text-primary transition-colors">Contact</a></li> </ul> </nav> </div> </div> </header> <main class="flex-grow"> <div class="container mx-auto px-4 py-12"> <div class="max-w-4xl mx-auto"> <a href="/people" class="text-primary-light hover:underline mb-6 inline-block">
2+
&larr; Back to People
3+
</a> <article class="bg-white p-8 rounded-lg shadow-md"> <div class="mb-8"> <img src="/images/people/inci-baytas.jpg" alt="İnci Baytaş" class="w-full h-auto rounded-lg shadow-md mb-6" onerror="this.src='/images/placeholder-person.jpg'; this.onerror=null;"> <h1 class="text-3xl font-bold text-primary mb-2">İnci Baytaş</h1> <p class="text-gray-600 mb-4">Associate Professor</p> </div> <div class="prose max-w-none"></div> </article> </div> </div> </main> <footer class="bg-primary text-white py-8 mt-12"> <div class="container mx-auto px-4"> <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <div> <h3 class="text-xl font-bold mb-4">PILAB</h3> <p class="mb-2">Perceptual Intelligence Laboratory</p> <p class="mb-2">Boğaziçi University</p> <p>Computer Engineering Department</p> </div> <div> <h3 class="text-xl font-bold mb-4">Contact</h3> <p class="mb-2"> <span class="block">Boğaziçi University</span> <span class="block">Computer Engineering Department</span> <span class="block">34342 Bebek, Istanbul, Turkey</span> </p> </div> <div> <h3 class="text-xl font-bold mb-4">Links</h3> <ul class="space-y-2"> <li><a href="https://www.cmpe.boun.edu.tr/" class="hover:underline" target="_blank" rel="noopener noreferrer">BOUN CMPE</a></li> <li><a href="https://www.boun.edu.tr/en-US" class="hover:underline" target="_blank" rel="noopener noreferrer">Boğaziçi University</a></li> <li><a href="https://github.com/bounpilab" class="hover:underline" target="_blank" rel="noopener noreferrer">GitHub</a></li> </ul> </div> </div> <div class="border-t border-white/20 mt-8 pt-6 text-center"> <p>&copy; 2026 PILAB. All rights reserved.</p> </div> </div> </footer> </body></html>

0 commit comments

Comments
 (0)