Skip to content

Commit

Permalink
Update 01-05-2024 (#158)
Browse files Browse the repository at this point in the history
* new blog page init

* add header and body

* mobile responsive

* add padding

* refactor frontend code

* filter empty stack

* fetch data from api

* delete static data

* remove comments

* onMouseEnter

* reinit resource page

* map data

* add all tab

* fix the img src

* delete unused resources page

* add skeleton component

* remove carousel

* initialize carousel

* create blogcard

* add btn functionality

* fetch blog data

* init share btns

* add shareable links

* add line-clamp on blogCard title

* resize blog cover img

* build: bumped up react query

* fix: use ref for blog body

* build: react lazy load package install

* featured blogcard build

* scroll effect on featured section

* add opacity to featuredCard

* bug-fix: hover-effect on ResourceCard component

* add spinner loader issue #140

* remove console.logs

* fix: use ref for blog body

* fix: use ref for blog body 2

* Lazy Load all images on the website

* restyle blog title on featured cards

* delete old blog route

* initial hero-section build

* Partners section

* Partners section

* Add more partners

* create wrapper component

* features section

* what we do section

* upcoming events section

* what we do section

* minor change in WhatWeDoCard

* removed the blur-effect

* testimonial section

* FAQ section build

* cta section

* add padding-b to CTA section

* add padding-b to CTA section

* change navbar color

* add bold on navlink focus

* Add bg-color to mobile nav

* Add bg-color to mobile nav

* resolve conflicts

* Add upcoming events to the OurEvents section

* Imported ellipse styles

* Added hero section images

* Adjust ellipse colors

* Adjust margins and border

* add hidden display on small screen

* delete HeroSection3 component

* style: caroussel

* style: responsive on mobile

* Remove blur effect on all LazyLoadImage

* feat: redesigned community page

* single event page init

* auto-remove deplicates

* fetch event data

* fetch & display similar events

* merge conflicts

* Add Link tag to EventCard

* remove double imports

* -

* remove duplicate

* replace error500 component with err500 image

* center loader

* correct created_at date

* feat: gallery page

* event cards

* render event cards

* add carousel

* absolute

* Update README.md

* remove tsc

* events page build

* rsvp event

* fetch event rsvp data

* join community

* add modal to Join btn

* add prop types

* import field of interests

* post to api

* post to api

* post to api 2

* center events

* center events

* fix: UI modifications

---------

Co-authored-by: felixNyalenda <[email protected]>
Co-authored-by: sonylomo <[email protected]>
Co-authored-by: bkm-code <[email protected]>
Co-authored-by: Sonia Lomo <[email protected]>
  • Loading branch information
5 people authored May 8, 2024
1 parent 299c7b7 commit 9351030
Show file tree
Hide file tree
Showing 83 changed files with 8,522 additions and 1,348 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ We follow the [![Contributor Covenant](https://img.shields.io/badge/Contributor%

[//]: # (https://github.com/Ileriayo/markdown-badges)

<strong>Thank you</strong> for your interest and contributions to the SpaceYaTech website redesign project. Together, we can create an outstanding website experience!
<strong>Thank you</strong> for your interest and contributions to the SpaceYaTech website redesign project. Together, we can create an outstanding website experience!

# Contributors
[![Contributors](https://contrib.rocks/image?repo=SpaceyaTech/SYT-Web-Redesign)](https://github.com/SpaceyaTech/SYT-Web-Redesign/graphs/contributors)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"lint": "eslint --fix eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand All @@ -23,6 +23,7 @@
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.3.2",
"@hookstate/core": "^4.0.1",
"@material-tailwind/react": "^2.1.9",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-devtools": "^5.24.0",
"axios": "^1.6.1",
Expand Down
Loading

0 comments on commit 9351030

Please sign in to comment.