Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #162

Merged
merged 23 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
07f4081
Adds university json
DerCed Jan 7, 2025
ecc7062
Merge branch 'main' of github.com:HackHPI/hackhpi.github.io into feat…
DerCed Jan 7, 2025
b8ca957
Created abstract Rest
DerCed Jan 7, 2025
4e3a1d9
Adds group generation
DerCed Jan 11, 2025
62af28a
Update Imprint.jsx
miomiomathi Jan 11, 2025
80cccb5
Updated README
tanja04 Jan 11, 2025
fc98cc6
Merge pull request #158 from HackHPI/feature/fix_imprint
miomiomathi Jan 11, 2025
6b7a175
Added new team photos
tanja04 Jan 11, 2025
f3aef75
changed gradient for window cards
Jan 11, 2025
59ded90
changed color cradient for what to expect icons
Jan 11, 2025
c839681
changed window cards gradient for 2024
Jan 11, 2025
919c56c
Merge branch 'develop' of github.com:HackHPI/hackhpi.github.io into d…
DerCed Jan 11, 2025
263e8de
Removed .idea folder
tanja04 Jan 11, 2025
ab6a6d0
Merge pull request #160 from HackHPI/feature/team-photos
tanja04 Jan 11, 2025
1eb7fec
Merge branch 'develop' of github.com:HackHPI/hackhpi.github.io into f…
DerCed Jan 13, 2025
3d70745
Updates verification
DerCed Jan 13, 2025
41050e4
Updated verification text
DerCed Jan 13, 2025
f561eef
Minor fixes
DerCed Jan 14, 2025
736ceed
Minor fixes
DerCed Jan 14, 2025
0e51613
Removed console logs
DerCed Jan 15, 2025
2c1d06f
Merge pull request #163 from HackHPI/feature/activate-registration
DerCed Jan 15, 2025
feb18bd
Merge branch 'develop' of github.com:HackHPI/hackhpi.github.io into f…
DerCed Jan 15, 2025
aaf7724
Merge pull request #161 from HackHPI/feature/WindowCards
miomiomathi Jan 15, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ pnpm-debug.log*
# macOS-specific files
.DS_Store
.next

# PyCharm-specific files
.idea/
40 changes: 7 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,12 @@
# HackHPI Website

## 🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

```
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```

Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.

There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the `public/` directory.

## 🧞 Commands
## Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :------------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `npm run astro --help` | Get help using the Astro CLI |
| Command | Action |
| :--------------------- |:--------------------------------------------|
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Check formatting |
38 changes: 38 additions & 0 deletions _old/README_astro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# HackHPI Website

## 🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

```
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```

Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.

There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the `public/` directory.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :------------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `npm run astro --help` | Get help using the Astro CLI |
Loading
Loading