Skip to content

Commit

Permalink
Merge pull request #70 from RealEskalate/Blen.feat/post_hackathon_update
Browse files Browse the repository at this point in the history
Blen.update/ Hackathon content post grandfinale update
  • Loading branch information
blenassefa2 authored Nov 10, 2024
2 parents 3c7edf0 + a53a9bd commit ba8efc0
Show file tree
Hide file tree
Showing 43 changed files with 569 additions and 444 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"type": "initial",
"maximumWarning": "1mb",
"maximumError": "1.5mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
4 changes: 2 additions & 2 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/hacks-website/main.5c87de0d4ecf72e3.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hacks-website/main.8801ed7506f31619.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/hacks-website/vendor.789f805a57ca684b.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hacks-website/vendor.ac5417b66aa71502.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<section id="about-us" class="text-gray-400 bg-black body-font pt-24 px-5 max-md:px-4 flex flex-col justify-center items-center">
<div class=" max-w-6xl">
<div *ngFor="let content of contents;let i = index " class="{{i % 2 == 0 ? 'bg-gradient-to-r from-indigo-950 to-black ' : 'bg-gradient-to-l from-indigo-950 to-black'}} container my-12 rounded-3xl mx-auto flex flex-col md:flex-row py-5 px -3" >
<div class="{{i % 2 == 0 ? 'order-1 max-md:order-2': 'order-2 max-md:order-2'}} w-full md:w-1/2 ml-3">
<img class="object-cover object-center rounded-3xl aspect-[720/600] " alt="a2sv students photo" src="{{content.image}}">
<div class="">
<div *ngFor="let content of contents; let i = index" class="{{i % 2 == 0 ? 'bg-gradient-to-r from-indigo-950 to-black ' : 'bg-gradient-to-l from-indigo-950 to-black'}} container my-12 rounded-3xl mx-auto flex flex-col md:flex-row items-center py-5 px-3">
<div class="{{i % 2 == 0 ? 'order-1 max-md:order-2': 'order-2 max-md:order-2'}} w-full md:w-1/2 ml-3 flex justify-center">
<img class="object-cover object-center rounded-3xl aspect-[720/600]" alt="a2sv students photo" src="{{content.image}}">
</div>
<div class="{{i % 2 == 0 ? 'order-2 lg:pl-24 md:pl-16 max-md:order-1': 'order-1 lg:pr-24 md:pr-16 max-md:order-1'}} lg:flex-grow md:w-1/2 flex flex-col md:items-start md:text-left items-center text-center">
<div class="{{i % 2 == 0 ? 'order-2 lg:pl-24 md:pl-16 max-md:order-1': 'order-1 lg:pr-24 md:pr-16 max-md:order-1'}} lg:flex-grow md:w-1/2 flex flex-col md:items-start md:text-left items-center text-center justify-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">{{content.title}}</h1>
<p class="mb-8 text-gray-300 leading-relaxed">{{content.description}}</p>
<p class="mb-8 text-gray-300 leading-relaxed">{{content.description1}}</p>
<!-- <p class="mb-8 text-gray-300 leading-relaxed">{{content.description}}</p> -->
<div *ngIf="content.footer!=null" class="relative border border-white border-opacity-50 my-6 rounded-full px-3 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20">
<a href="{{content.footer}}" target="_blank" (click)="setActiveButton('a2sv', 'https://www.a2sv.org')" class="font-semibold text-indigo-600"><span class="absolute inset-0" aria-hidden="true"></span>Read more <span aria-hidden="true">&rarr;</span></a>
</div>
Expand Down
50 changes: 46 additions & 4 deletions src/app/components/core-dev/core-dev.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,53 @@
<section
id="workshops"
class="m-auto flex flex-col items-center justify-center max-w-6xl py-10"
class="m-auto flex flex-col items-center justify-center max-w-[90vw] py-10"
>
<div class="max-w-6xl flex flex-col items-center">
<div class="max-w-[90vw] flex flex-col items-center">
<div class=" container flex items-center justify-center">
<div
class="mt-2 w-full border-b border-gray-700 flex justify-between items-center cursor-pointer mb-12 transition-transform transform-all hover:scale-105"
(click)="toggleCards()"
>
<span class="max-w-[90vw] mt-12 flex flex-col items-center">
<p class="text-center text-2xl sm:text-4xl pb-6 font-bold text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text">
Core dev
Core Dev
</p>
</span>
<span class="mb-2">
<svg
*ngIf="!showCards"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-8 h-8 text-pink-400"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19.5 5.25l-7.5 7.5-7.5-7.5m15 6l-7.5 7.5-7.5-7.5"
/>
</svg>

<svg
*ngIf="showCards"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-8 h-8 text-pink-400 transform rotate-180"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19.5 5.25l-7.5 7.5-7.5-7.5m15 6l-7.5 7.5-7.5-7.5"
/>
</svg>
</span>
</div>
</div>
<p
class=" mx-auto leading-relaxed text-base text-white text-justify justify-between"
>
Expand All @@ -15,7 +57,7 @@
driving meaningful change through technology.
</p>

<div #cardsSection>
<div *ngIf="showCards" #cardsSection>
<div
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 px-4"
>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/eligibility/eligibility.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id="eligibility"
class="max-sm:px-4 px-5 py-6 overflow-x-hidden flex flex-col justify-center items-center"
>
<div class=" max-w-6xl">
<div class=" max-w-[90vw]">
<p class="sm:text-4xl text-center text-2xl font-medium mb-4 text-white">
Eligibility
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id="fixed-eligibility"
class="max-sm:px-4 max-lg:px-12 sm:pb-16 pt-24 pb-32 px-5 overflow-x-hidden flex flex-col justify-center items-center"
>
<div class=" max-w-6xl">
<div class=" max-w-[90vw]">
<p class="sm:text-4xl text-center text-2xl font-medium mb-4 text-white">
Eligibility
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class=" relative w-full flex flex-col justify-center items-center px-5"
>

<div class=" w-full z-3 max-w-6xl">
<div class=" w-full z-3 max-w-[90vw]">
<div
class="max-md:bg-black mx-auto max-w-[1680px] relative w-full h-full max-md:bg-opacity-80 max-md:px-8 px-10 max-sm:pt-5"
>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/info/info.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section id="info" class="min-h-screen max-sm:py-0 py-6 max-sm:px-0 flex flex-col items-center justify-center">
<div
class=" max-w-6xl w-full h-full relative overflow-hidden flex flex-col justify-center items-center"
class=" max-w-[90vw] w-full h-full relative overflow-hidden flex flex-col justify-center items-center"
>
<img
src="assets/ccchaos%20(1).svg"
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/judges/judges.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
>
<div class="container py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<p class="sm:text-4xl text-center text-2xl font-medium mb-4 text-white">
<p class="sm:text-4xl text-center text-2xl mb-12 font-bold text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text">
Judges
</p>
<p class="text-gray-300 leading-relaxed max-sm:text-start">
<p class="mx-auto leading-relaxed text-base text-white text-justify justify-between">
Our judges possess a deep understanding of emerging technologies, market
trends, and the challenges faced by developers and innovators. They have
made significant contributions to various domains within the tech
Expand Down
59 changes: 40 additions & 19 deletions src/app/components/judges/judges.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ export interface Judge {
export class JudgesComponent {
judges = [
{
name: 'Alper Güçer',
name: 'Ali Gurlek',
title:
'Alper is a digital marketing expert, Managing Partner at Poligon Interactive, with more than 25 years of expertise in digital marketing. His extensive roles also include serving as a consultant, Client Engagement Director, as well as acting as a strategic influencer and mentor.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743897/Hackathon/Alper.png',
contact: 'https://www.linkedin.com/in/alpergucer/',
'With over two decades of experience in driving business growth and innovation, Ali Gurlek has found his passion in the impactful world of social enterprises. As the Head of Operations at A2SV Foundation, he is dedicated to transforming the lives of talented young African students by equipping them with the skills and opportunities to thrive in the global tech industry.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743888/Hackathon/Ali.png',
contact: 'https://www.linkedin.com/in/aligurlek/',
},
// {
// name: 'Alper Güçer',
// title:
// 'Alper is a digital marketing expert, Managing Partner at Poligon Interactive, with more than 25 years of expertise in digital marketing. His extensive roles also include serving as a consultant, Client Engagement Director, as well as acting as a strategic influencer and mentor.',
// image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743897/Hackathon/Alper.png',
// contact: 'https://www.linkedin.com/in/alpergucer/',
// },
{
name: 'Emre Varol',
title:
Expand All @@ -27,26 +34,40 @@ export class JudgesComponent {
contact: 'https://www.linkedin.com/in/emre-varol/',
},
{
name: 'Jelani Nelson',
name: 'Akash Manilal',
title:
'Jelani Nelson is an Ethiopian-American computer scientist and Professor of Electrical Engineering and Computer Sciences at the University of California, Berkeley. He is known for his work on streaming algorithms and dimensionality reduction, and is the creator of AddisCoder, a computer science summer program for Ethiopian high school students.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743933/Hackathon/Jelani.png',
contact: 'https://www.linkedin.com/in/minilek/',
'Akash Manilal is an experienced Director of Technology with a proven track record of building and scaling departments from the ground up, assembling cross-functional teams to support dynamic squads and tribes. His career spans various company stages, from pre-seed startups to large conglomerates, across industries such as IT, online food delivery, healthcare, digital media, mapping, e-commerce, and now fintech.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1731251464/Hackathon-2024/events/Finalists%20Jury/8.jpg',
contact: 'https://www.linkedin.com/in/amanilal/',
},
// {
// name: 'Jelani Nelson',
// title:
// 'Jelani Nelson is an Ethiopian-American computer scientist and Professor of Electrical Engineering and Computer Sciences at the University of California, Berkeley. He is known for his work on streaming algorithms and dimensionality reduction, and is the creator of AddisCoder, a computer science summer program for Ethiopian high school students.',
// image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743933/Hackathon/Jelani.png',
// contact: 'https://www.linkedin.com/in/minilek/',
// },
// {
// name: 'Ricardo Baeza Yates',
// title:
// 'Ricardo is a seasoned Research Director at the Institute for Experiential AI at Northeastern University, is known for his extensive contributions to the field. His past experiences include serving as the Chief Technology Officer for NTENT. Additionally, he has made significant academic contributions throughout his career as a professor.',
// image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743951/Hackathon/Recardo.png',
// contact: 'https://www.linkedin.com/in/ricardobaezayates/',
// },
{
name: 'Ricardo Baeza Yates',
name: 'Naol Duga',
title:
'Ricardo is a seasoned Research Director at the Institute for Experiential AI at Northeastern University, is known for his extensive contributions to the field. His past experiences include serving as the Chief Technology Officer for NTENT. Additionally, he has made significant academic contributions throughout his career as a professor.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1700743951/Hackathon/Recardo.png',
contact: 'https://www.linkedin.com/in/ricardobaezayates/',
},
{
name: 'Solomon Kasssa',
title:
'Founder, 1888EC | Senior Tech Strategist | Author | TV Personality | Public Speaker\n\nShort Bio:\nIn his professional career, Solomon worked as senior technology consultant & strategist at a Fortune 500 Global Firm leading multi-million-dollar large technology implementations. He worked as a software engineer prior to joining management consulting. He is also a producer and host of the popular “TechTalk With Solomon” on EBS with millions of viewers.\n\nIn 2020, he founded 1888EC, a tech startup venture studio in Addis Ababa, Ethiopia.\n\nIn 2018, Solomon published “The Wonder of SciTech” – the first-of-its-kind science & tech 400 pages book to be ever published in Amharic language with more 45,000 copies sold. \n\nSolomon is a social media influencer with more than 1.7 million followers.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1700845238/Hackathon/solomon_kassa.jpg',
contact: 'https://www.linkedin.com/in/solomonkassa/',
'Naol is the Founder of Synestate. He has a strong background in Software Architecture, Distributed Systems, Cryptography, and Blockchain Technologies. ased in New York, he specializes in PKI (Public Key Infrastructure), DLT (Distributed Ledger Technology), and SSI (Self-Sovereign Identity), with a vision for transformative technologies in both the U.S. and Ethiopia.',
image: 'https://res.cloudinary.com/eskalate/image/upload/v1731251466/Hackathon-2024/events/Finalists%20Jury/4.jpg',
contact: 'https://www.linkedin.com/in/naolduga/',
},
// {
// name: 'Solomon Kasssa',
// title:
// 'Founder, 1888EC | Senior Tech Strategist | Author | TV Personality | Public Speaker\n\nShort Bio:\nIn his professional career, Solomon worked as senior technology consultant & strategist at a Fortune 500 Global Firm leading multi-million-dollar large technology implementations. He worked as a software engineer prior to joining management consulting. He is also a producer and host of the popular “TechTalk With Solomon” on EBS with millions of viewers.\n\nIn 2020, he founded 1888EC, a tech startup venture studio in Addis Ababa, Ethiopia.\n\nIn 2018, Solomon published “The Wonder of SciTech” – the first-of-its-kind science & tech 400 pages book to be ever published in Amharic language with more 45,000 copies sold. \n\nSolomon is a social media influencer with more than 1.7 million followers.',
// image: 'https://res.cloudinary.com/eskalate/image/upload/v1700845238/Hackathon/solomon_kassa.jpg',
// contact: 'https://www.linkedin.com/in/solomonkassa/',
// },

// {name: 'Roger Kirwin', title: 'Roger, an accomplished tech executive, board member, and angel investor, is currently contributing his expertise at Square. His impressive career history includes roles at Zendesk, Salesforce, and Sprint. He is driven by a passion to instigate positive change and empower budding entrepreneurs.', image: 'assets/Roger.jpg'},
// {name: 'Tugrul Tekbulut', title:'Tugrul is a seasoned Chairman and Founder of Timus Networks and also holds the Chairman position at LOGO Yazılım, Southeast Europe\'s largest ISV. His previous roles include serving as the Chairman at TUBISAD. He has notable expertise in Business Planning, Enterprise Software, E-commerce, Entrepreneurship, and CRM.', image: 'assets/turgul.png'},
Expand Down
Loading

0 comments on commit ba8efc0

Please sign in to comment.