-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* created dummy data in data/startup.tsx and tried to implement the scrollabel list in components. * made a basic list for e-lab * feat: Add search functionality to StartupsDictionary component * added data path * added startup data * added startup-details component * added dynamic route for startup pages * fixed lint issues * fixed linting issues and fixed structure added types and added Padding * merged with feature/startup-detail-page * merged with search bar * feat: Add height prop to StartupsDictionary component * Erased the outer slide bar. Now there's only one * improved styling and mobile view * feat: Add tags to startup list items * adjusted button color and minor style improvements * feat: Moved E-Lab Startup Directory to a separate page * refactor: Update StartupList component to make maxHeight optional, removed additional frame and added width and maxWidth to manipulate width. * team data added * components and person card with mobile friendly grid added for team section * person id added for dynamic routing * dynamic page for venture team members added * people profiles styled * fix type errors * removed section with two role statements * adjusted social media icon alignment * youtube added * clean up * clean up * seo optimization * more minor seo optimization * bar width fixed * more members added * nagah added * emine added * abdul & advisor / alumni section added * advisors page fix * daniil & neki added * link between full team page and e-lab page added * image optimization * honorable alumni added * year updated to 2024 * minor seo site audit quick fixes, broken links fixed & e-lab waitlist added to main page with new venture pic * img file name fixed * forms link changed to our domain * Update Font Awesome package versions * feat: Moved E-Lab Startup Directory to a separate page * refactor: Update StartupList component to make maxHeight optional, removed additional frame and added width and maxWidth to manipulate width. * Added company socials and founder cards to startup detail page * finished merge into dev * removed startup directory from elab page * Revert "Merge branch 'develop' into feature/startuplist" This reverts commit 679854d, reversing changes made to 1c8f6af. * Revert "Revert "Merge branch 'develop' into feature/startuplist"" This reverts commit 0cae6f9. * fixed bugs * added keys to Link * fixed lint issues * added link to startuplist to e-lab page * delete whitespace * updated person --------- Co-authored-by: Johannes Flotzinger <69507343+jfltzngr@users.noreply.github.com> Co-authored-by: lankabelgezogen <cybertom1234@gmail.com> Co-authored-by: Jonas Zausinger <jonas.zausinger1@gmail.com> Co-authored-by: LaurenzSommerlad <Laurenz.Sommerlad@gmail.com> Co-authored-by: Suriyaa Sundararuban <suriyaa.sundararuban@tum-ai.com>
- Loading branch information
1 parent
bc3c421
commit d92949d
Showing
16 changed files
with
938 additions
and
687 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 |
---|---|---|
|
@@ -32,3 +32,4 @@ yarn-error.log* | |
.env*.local | ||
|
||
.vercel | ||
*.lock |
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
Oops, something went wrong.