Skip to content

Commit

Permalink
Sponsors added and speaker added. Bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rakun256 committed Nov 24, 2024
1 parent c3ed645 commit b6010e8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Header = () => {
</div>
</div>
{/* Mobile Devices */}
<div className='flex flex-row justify-center pt-[150px] md:hidden'>
<div className='flex flex-row justify-center pt-[150px] md:hidden scale-90'>
<div className='flex h-[250px] w-[250px] flex-col items-center justify-center rounded-full bg-primary-light'>
<h1
className={`text-8xl font-bold tracking-[20px] text-primary-light mix-blend-exclusion ${bebas.className}`}
Expand All @@ -31,7 +31,7 @@ const Header = () => {
<p
className={`text-4xl font-bold text-[#B74B4B] ${koulen.className}`}
>
23
24
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default function Navbar() {
return (
<div className='fixed z-10 flex w-full items-center justify-between border-b-[1px] border-solid border-black bg-primary-dark p-8 text-primary-light'>
<div className='fixed z-10 flex w-full items-center md:justify-between border-b-[1px] border-solid border-black bg-primary-dark p-8 text-primary-light justify-center'>
<p className='hidden w-1/5 text-left text-lg md:block whitespace-normal break-words'>
Yıldız Teknik Üniversitesi
</p>
Expand Down
18 changes: 18 additions & 0 deletions components/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,24 @@ const Sponsors = () => {
className='justify-center object-contain'
/>
</div>
<div className='flex flex-row justify-center'>
<Image
src={'/assets/sponsors/urun_fuaye/sohe_logo.png'}
alt='unilab'
width={200}
height={200}
className='justify-center object-contain'
/>
</div>
<div className='flex flex-row justify-center'>
<Image
src={'/assets/sponsors/urun_fuaye/indomie_logo.png'}
alt='unilab'
width={200}
height={200}
className='justify-center object-contain'
/>
</div>
</div>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions constants/speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ export const speakers = [

{
id: 9,
name: 'Özden Gebizoğlu',
name: 'Özden Gebizlioğlu Vural',
time: 'Arge ve Fikir Hakları Süreç Yöneticisi',
image: '/assets/speakers/Özden Gebizlioğlu.jpg',
},
{
id: 10,
name: 'Talat Kasımoğlu',
time: 'Vural/Kredi Riski ve Veri Bilimi Kıdemli Yönetici - Bölüm Lideri',
time: 'Kredi Riski ve Veri Bilimi Kıdemli Yönetici - Bölüm Lideri',
image: '/assets/speakers/Talat Kasımoğlu.jpg',
},
{
Expand Down
Binary file added public/assets/speakers/Serkan Aydın.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/assets/sponsors/urun_fuaye/sohe_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6010e8

Please sign in to comment.