Skip to content

Commit

Permalink
Merge pull request #63 from oscakampala/ft-partnership
Browse files Browse the repository at this point in the history
Add UgDev Summit event
  • Loading branch information
PiusKevin3 authored Jun 27, 2024
2 parents 18566d7 + 103a25c commit 3266715
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 12,088 deletions.
205 changes: 111 additions & 94 deletions package-lock.json

Large diffs are not rendered by default.

56 changes: 54 additions & 2 deletions pages/events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ import summitPoster from '../public/images/summitposter.jpg';
import musokeSpeaker from '../public/images/musoke speaker.jpeg';
import malingaSpeaker from '../public/images/malinga speaker.jpeg';
import coverImage from '../public/images/community.jpg';
import hiringInTech from '../public/images/ugDevFestSummit/Hiring in Tech.jpg';
import PositioningUgandaTechTalent from '../public/images/ugDevFestSummit/Positioning Uganda tech talent.jpg';
import UgDevFestSummit from '../public/images/ugDevFestSummit/Ug DevFest Summit.jpg';
import announcingOurPartnership from '../public/images/ugDevFestSummit/Announcing our partnership.jpg';
import tickets from '../public/images/ugDevFestSummit/Tickets.jpg';
import uGDevLaunch from '../public/images/ugDevFestSummit/UG DEV launch.jpg';

function events() {
return (
Expand All @@ -33,8 +39,10 @@ function events() {
</div>
</div>
<div className='max-w-6xl mx-auto mt-10'>
<div className='md:shadow-[0px_0px_0px_1px] md:mx-5 mx-auto'>
<Summit />

<div className='md:shadow-[0px_0px_0px_0px] md:mx-5 mx-auto'>
<DevFest />
{/* <Summit /> */}
<ConceptNote />
<Sponsors />
</div>
Expand All @@ -44,6 +52,50 @@ function events() {
);
}

const DevFest = () => {
return (
<div className='px-6'>
<h1 className='text-[30px] py-8 text-center md:text-left'>
UG DEV SUMMIT
</h1>
<p className='tracking-widest text-center md:text-left pb-3'>
OUR PARTNERSHIP WITH REFACTORY
</p>



<div class="grid grid-cols-2 md:grid-cols-2 gap-3">
<div class="grid gap-1">
<div>
<img class="h-auto max-w-full rounded-lg" src={announcingOurPartnership.src} alt="" />
</div>
<div>
<img class="h-auto max-w-full rounded-lg" src={PositioningUgandaTechTalent.src} alt="" />
</div>
<div>
<img class="h-auto max-w-full rounded-lg" src={UgDevFestSummit.src} alt="" />
</div>

</div>
<div class="grid gap-2">
<div>
<img class="h-auto max-w-full rounded-lg" src={uGDevLaunch.src} alt="" />
</div>
<div>
<img class="h-auto max-w-full rounded-lg" src={tickets.src} alt="" />
</div>

</div>


</div>


</div>
);
};


const Summit = () => {
return (
<div className='px-6'>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ugDevFestSummit/Hiring in Tech.jpg
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 added public/images/ugDevFestSummit/Tickets.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 added public/images/ugDevFestSummit/UG DEV launch.jpg
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.
11,992 changes: 0 additions & 11,992 deletions yarn.lock

This file was deleted.

0 comments on commit 3266715

Please sign in to comment.