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

rework: rewrite of the website #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 20 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
.vercel
node_modules
# build output
dist/
# generated types
.astro/

# Ignoring compiled JS and CSS
dist/main.js
dist/style.css
# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
4 changes: 4 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}
48 changes: 47 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,47 @@
# GDSC Website
# Astro Starter Kit: Minimal

```sh
npm create astro@latest -- --template minimal
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)

> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!

## 🚀 Project Structure

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

```text
/
├── public/
├── src/
│ └── 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:4321` |
| `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 check` |
| `npm run astro -- --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({});
Binary file removed dist/assets/img/carousel/1.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/2.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/3.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/4.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/5.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/asdf/1.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/asdf/2.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/asdf/3.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/asdf/4.jpg
Binary file not shown.
Binary file removed dist/assets/img/carousel/asdf/5.jpg
Binary file not shown.
Binary file removed dist/assets/img/events/angular.png
Binary file not shown.
Binary file removed dist/assets/img/events/cloud.png
Binary file not shown.
Binary file removed dist/assets/img/events/code-jam.jpg
Binary file not shown.
Binary file removed dist/assets/img/events/compose-camp.png
Binary file not shown.
Binary file removed dist/assets/img/events/flutter.png
Binary file not shown.
Binary file removed dist/assets/img/events/launch.png
Binary file not shown.
Binary file removed dist/assets/img/events/orientation.jpg
Binary file not shown.
Binary file removed dist/assets/img/events/recruitments.png
Binary file not shown.
Binary file removed dist/assets/img/events/reel-it-in.png
Binary file not shown.
Binary file removed dist/assets/img/events/solution.webp
Binary file not shown.
Binary file removed dist/assets/img/events/web-app-flask.jpeg
Binary file not shown.
Binary file removed dist/assets/img/projects/animedoro.jpg
Binary file not shown.
Binary file removed dist/assets/img/projects/cloud.png
Binary file not shown.
Binary file removed dist/assets/img/projects/coming-soon.png
Binary file not shown.
Binary file removed dist/assets/img/projects/delta.png
Binary file not shown.
Binary file removed dist/assets/img/projects/details.png
Binary file not shown.
Binary file removed dist/assets/img/projects/discord.png
Diff not rendered.
Binary file removed dist/assets/img/projects/faq.png
Diff not rendered.
Binary file removed dist/assets/img/projects/launch-game.png
Diff not rendered.
Binary file removed dist/assets/img/projects/tedx.png
Diff not rendered.
Binary file removed dist/assets/img/projects/tesr.png
Diff not rendered.
Binary file removed dist/assets/img/projects/tiara.png
Diff not rendered.
Binary file removed dist/assets/img/projects/website.png
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS007.png
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS027.png
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS034.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS050.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS056.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS105.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS110.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS116.jpeg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS119.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS161.jpg
Diff not rendered.
Binary file removed dist/assets/img/team/4SO19CS180.jpg
Diff not rendered.
Binary file removed dist/assets/logo.png
Diff not rendered.
1 change: 0 additions & 1 deletion dist/assets/logo.svg
Diff not rendered.
59 changes: 0 additions & 59 deletions dist/events.html

This file was deleted.

87 changes: 0 additions & 87 deletions dist/index.html

This file was deleted.

55 changes: 0 additions & 55 deletions dist/projects.html

This file was deleted.

81 changes: 0 additions & 81 deletions dist/team.html

This file was deleted.

Loading