[PR #460] [MERGED] Homepage #763

Closed
opened 2026-03-03 00:23:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/460
Author: @Rokt33r
Created: 5/6/2020
Status: Merged
Merged: 5/7/2020
Merged by: @Rokt33r

Base: masterHead: homepage


📝 Commits (10+)

📊 Changes

65 files changed (+11441 additions, -0 deletions)

View changed files

homepage/.babelrc (+11 -0)
homepage/.gitignore (+5 -0)
homepage/components/DefaultLayout.tsx (+73 -0)
homepage/components/GlobalStyle.ts (+35 -0)
homepage/components/atoms/Box.tsx (+9 -0)
homepage/components/atoms/Button.tsx (+28 -0)
homepage/components/atoms/ButtonLink.tsx (+37 -0)
homepage/components/atoms/Column.tsx (+19 -0)
homepage/components/atoms/Container.tsx (+11 -0)
homepage/components/atoms/DownloadButtonLink.tsx (+34 -0)
homepage/components/atoms/FlexBox.tsx (+10 -0)
homepage/components/atoms/HomeLogoLink.tsx (+14 -0)
homepage/components/atoms/Icon.tsx (+41 -0)
homepage/components/atoms/PageTitle.tsx (+8 -0)
homepage/components/atoms/Row.tsx (+13 -0)
homepage/components/atoms/Text.tsx (+17 -0)
homepage/components/molecules/BoosthubBetaForm.tsx (+203 -0)
homepage/components/organisms/BoostHubSection.tsx (+50 -0)
homepage/components/organisms/CommunitySection.tsx (+90 -0)
homepage/components/organisms/DownloadSection.tsx (+189 -0)

...and 45 more files

📄 Description

https://boostnotelp-rokt33r.boost.now.sh/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/460 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 5/6/2020 **Status:** ✅ Merged **Merged:** 5/7/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `homepage` --- ### 📝 Commits (10+) - [`aa29d56`](https://github.com/BoostIO/BoostNote-App/commit/aa29d5653bab08fe1b10322a4edbc26a56814252) Add homepage - [`83e97c9`](https://github.com/BoostIO/BoostNote-App/commit/83e97c95d0e378f4a7755ecd8e85b606597aebe9) Add Hero image - [`f5ed5d6`](https://github.com/BoostIO/BoostNote-App/commit/f5ed5d66209c3005e6b81be05c5f391f137a8190) Improve Header - [`8ba5492`](https://github.com/BoostIO/BoostNote-App/commit/8ba5492e10afa39112ed75bae14bf3636c735c01) Improve github embed - [`cc605e6`](https://github.com/BoostIO/BoostNote-App/commit/cc605e6dadbd20b3d72ca42fda6156572cd540bd) Add roadmap section - [`99848f5`](https://github.com/BoostIO/BoostNote-App/commit/99848f50f38111ccbbcb6c54a8ac1cfc5aae346e) Fix viewport - [`1411a1f`](https://github.com/BoostIO/BoostNote-App/commit/1411a1fea58050dcb243d3ad3b893cad86779508) Fix roadmap section - [`1179da2`](https://github.com/BoostIO/BoostNote-App/commit/1179da205a0cffd2309a7b92d0fd17d1bf7c7a91) Fix HeroSection for mobile layout - [`2ec5042`](https://github.com/BoostIO/BoostNote-App/commit/2ec504205ce655af35e30c7220ad0b77421d10e6) Fix overflow for mobile app - [`1ec28ec`](https://github.com/BoostIO/BoostNote-App/commit/1ec28ec7291e4de8e4309e837853eafc92421f18) Improve Column padding style ### 📊 Changes **65 files changed** (+11441 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `homepage/.babelrc` (+11 -0) ➕ `homepage/.gitignore` (+5 -0) ➕ `homepage/components/DefaultLayout.tsx` (+73 -0) ➕ `homepage/components/GlobalStyle.ts` (+35 -0) ➕ `homepage/components/atoms/Box.tsx` (+9 -0) ➕ `homepage/components/atoms/Button.tsx` (+28 -0) ➕ `homepage/components/atoms/ButtonLink.tsx` (+37 -0) ➕ `homepage/components/atoms/Column.tsx` (+19 -0) ➕ `homepage/components/atoms/Container.tsx` (+11 -0) ➕ `homepage/components/atoms/DownloadButtonLink.tsx` (+34 -0) ➕ `homepage/components/atoms/FlexBox.tsx` (+10 -0) ➕ `homepage/components/atoms/HomeLogoLink.tsx` (+14 -0) ➕ `homepage/components/atoms/Icon.tsx` (+41 -0) ➕ `homepage/components/atoms/PageTitle.tsx` (+8 -0) ➕ `homepage/components/atoms/Row.tsx` (+13 -0) ➕ `homepage/components/atoms/Text.tsx` (+17 -0) ➕ `homepage/components/molecules/BoosthubBetaForm.tsx` (+203 -0) ➕ `homepage/components/organisms/BoostHubSection.tsx` (+50 -0) ➕ `homepage/components/organisms/CommunitySection.tsx` (+90 -0) ➕ `homepage/components/organisms/DownloadSection.tsx` (+189 -0) _...and 45 more files_ </details> ### 📄 Description https://boostnotelp-rokt33r.boost.now.sh/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#763
No description provided.