Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
5ed2f21
Update README.md
trstnjmn Jan 21, 2025
5b7f7a3
Update README.md
trstnjmn Jan 21, 2025
be49aa0
[Content]
Jan 21, 2025
46de3c0
[Content]
Jan 21, 2025
6998d03
[index]
Jan 21, 2025
df2102e
Enhancements and UI Improvements
Jan 21, 2025
aac8731
Change Skills
Jan 21, 2025
cab2605
Change Navbar
Jan 21, 2025
5038579
Change Navbar
Jan 21, 2025
3a92c79
remove github from navbar
Jan 21, 2025
c106dc2
Aktualisieren von Projects.tsx
trstnjmn Jan 21, 2025
b6f704f
Aktualisieren von Certifications.tsx
trstnjmn Jan 21, 2025
55e8a7c
Aktualisieren von HeroCards.tsx
trstnjmn Jan 21, 2025
82a28c7
Aktualisieren von Certifications.tsx
trstnjmn Jan 21, 2025
ac18d5a
Aktualisieren von Footer.tsx
trstnjmn Jan 21, 2025
76f5e7d
Aktualisieren von Footer.tsx
trstnjmn Jan 21, 2025
bf228ea
mobile navbar
Jan 22, 2025
c353bda
random button color
Jan 22, 2025
4fd9844
Deine Beschreibung der Änderungen
Jan 22, 2025
595182b
getRandomBlockquotesColor
Jan 22, 2025
f6d2cf7
Change menü
Jan 22, 2025
e012a1d
fix footer
Jan 22, 2025
cb01ed1
fix footer
Jan 22, 2025
dde6045
integreate snes.scss
Jan 22, 2025
6d1be2e
fix mobile view
Jan 22, 2025
83a1e33
set default theme
Jan 22, 2025
18ccc58
fix header
Jan 22, 2025
36dcbf5
Merge branch 'refs/heads/feature/#2-Snes'
Jan 22, 2025
92e1326
zeugs
Jan 22, 2025
118f593
Merge branch 'refs/heads/feature/#2-Snes'
Jan 22, 2025
5cffad6
add gameboyColor
Jan 22, 2025
41c3d35
fix toggle button
Jan 22, 2025
f13ef70
fix gameboy speaker
Jan 22, 2025
49462c5
fix toggle
Jan 22, 2025
47159cd
add Tetris IFrame
Jan 22, 2025
fc840a1
Merge branch 'refs/heads/feature/#4-tetris'
Jan 22, 2025
3b9d6c8
remove test
Jan 22, 2025
1cc8063
remove test
Jan 22, 2025
8480d5e
Aktualisieren von Projects.tsx
trstnjmn Jan 22, 2025
877c40e
Aktualisieren von Projects.tsx
trstnjmn Jan 22, 2025
7493778
Aktualisieren von Projects.tsx
trstnjmn Jan 22, 2025
43e91c8
Aktualisieren von Projects.tsx
trstnjmn Jan 22, 2025
f0a2a63
Update README.md
trstnjmn Jan 23, 2025
8cdc143
add clouds
Jan 23, 2025
03b86eb
add Gameboy/Nes
Jan 23, 2025
e44c0cc
fix gameboy
Jan 23, 2025
631fe4a
remove clouds
Jan 23, 2025
3e37e3f
fix navigation
Jan 23, 2025
275b802
Change Select witdh
trstnjmn Jan 23, 2025
be59565
Aktualisieren von Navbar.tsx
trstnjmn Jan 23, 2025
9823db0
add scroll effect to header
Jan 23, 2025
b059b14
add snes-image to hero card
Jan 23, 2025
2d5c808
add Welt des Erbens
Feb 24, 2025
f981983
add Welt des Erbens
Feb 24, 2025
9aea221
Add iframe chrisMcKenzie
Sep 11, 2025
218f380
Fix navigation
Sep 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 7 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
# Shadcn/UI Landing Page Template
# trstnjmn Landing page

## <a href="https://ui.shadcn.com/" target="_blank">ShadcnUI</a> + <a href="https://react.dev/" target="_blank">React</a> + <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> + <a href="https://tailwindcss.com/" target="_blank">Tailwind</a>.
## <a href="https://react.dev/" target="_blank">React</a> + <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> + <a href="https://tailwindcss.com/" target="_blank">Tailwind</a>.

![shadch-landing-page](https://github.com/leoMirandaa/shadcn-landing-page/assets/61714687/3ba7b51f-9589-4541-800a-5ab7cecad1b5)

Build your React landing page effortlessly with the required sections to your project. <a href="https://shadcn-landing-page.vercel.app/" target="_blank">Live Demo</a>
Build your React landing page effortlessly with the required sections to your project.

## Sections

- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] Skills
- [x] About
- [x] Stats
- [x] How It Works
- [x] Features
- [x] Services
- [x] Call-to-Action (CTA)
- [x] Testimonials
- [x] Team
- [x] Pricing
- [x] Newsletter
- [x] Frequently Asked Questions(FAQ)
- [x] Projects
- [x] Certifications
- [x] Footer

## Features
Expand All @@ -37,13 +27,7 @@ Build your React landing page effortlessly with the required sections to your pr
1. Clone this repository:

```bash
git clone https://github.com/leoMirandaa/shadcn-landing-page.git
```

2. Go into project

```bash
cd shadcn-landing-page
git clone git@github.com:trstnjmn/trstn-landing-page.git
```

3. Install dependencies
Expand Down
Loading