Skip to content

Commit 804072e

Browse files
committed
Init files
0 parents  commit 804072e

5 files changed

Lines changed: 164 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main # or master, depending on your default branch name
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- name: Deploy
15+
uses: peaceiris/actions-gh-pages@v3
16+
with:
17+
github_token: ${{ secrets.GITHUB_TOKEN }}
18+
publish_dir: .

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
.vscode/
3+
*.log

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 [Your Name]
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# HydPyHack 2025 Website
2+
3+
Website for the HydPyHack 2025 event on 15 Feb 2025. This site displays event registration, volunteers, and venue information.
4+
5+
## Local Development
6+
7+
To run this site locally:
8+
1. Clone the repository
9+
2. Open `index.html` in your browser
10+
11+
## Contributing
12+
13+
1. Fork the repository
14+
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
15+
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
16+
4. Push to the branch (`git push origin feature/AmazingFeature`)
17+
5. Open a Pull Request

index.html

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>HydPyHack 2025</title>
8+
<style>
9+
body {
10+
margin: 0;
11+
padding: 20px;
12+
font-family: Arial, sans-serif;
13+
min-height: 100vh;
14+
}
15+
16+
.container {
17+
max-width: 1200px;
18+
margin: 0 auto;
19+
}
20+
21+
.header {
22+
margin-bottom: 30px;
23+
}
24+
25+
.airtable-container {
26+
margin-bottom: 40px;
27+
height: 700px;
28+
}
29+
30+
.section {
31+
margin-bottom: 40px;
32+
}
33+
34+
.section h2 {
35+
color: #333;
36+
border-bottom: 2px solid #eee;
37+
padding-bottom: 10px;
38+
}
39+
40+
.volunteer-list {
41+
display: flex;
42+
flex-wrap: wrap;
43+
gap: 20px;
44+
padding: 20px 0;
45+
}
46+
47+
.volunteer-name {
48+
flex: 0 0 200px;
49+
font-size: 16px;
50+
}
51+
52+
.volunteer-name span {
53+
color: #666;
54+
font-size: 14px;
55+
}
56+
57+
.sponsor-section {
58+
text-align: center;
59+
}
60+
61+
.sponsor-logo {
62+
max-width: 200px;
63+
margin: 20px 0;
64+
}
65+
</style>
66+
</head>
67+
68+
<body>
69+
<div class="container">
70+
<div class="header">
71+
<h1>HydPyHack 2025 - 15 Feb 2025</h1>
72+
</div>
73+
74+
<div class="airtable-container">
75+
<iframe class="airtable-embed"
76+
src="https://airtable.com/embed/appAp1zxS5U7BKXLj/shr26XRekWVOlijOr?viewControls=on"
77+
frameborder="0" onmousewheel="" width="100%" height="100%"
78+
style="background: transparent; border: 1px solid #ccc;">
79+
</iframe>
80+
</div>
81+
82+
<div class="section">
83+
<h2>Volunteers</h2>
84+
<div class="volunteer-list">
85+
<div class="volunteer-name">Ashok Tankala</div>
86+
<div class="volunteer-name">Bhanu K</div>
87+
<div class="volunteer-name">Bharat</div>
88+
<div class="volunteer-name">Bhushan</div>
89+
<div class="volunteer-name">Chandra Shekhar</div>
90+
<div class="volunteer-name">Kalyan</div>
91+
<div class="volunteer-name">Praneet M</div>
92+
<div class="volunteer-name">Prudhvi</div>
93+
<div class="volunteer-name">Rajat</div>
94+
</div>
95+
</div>
96+
97+
<div class="section sponsor-section">
98+
<h2>Venue Sponsor</h2>
99+
<h3>Bilvantis Technologies</h3>
100+
<p>Q-City, Gachibowli. <a href="https://maps.app.goo.gl/A2efWeFieB98Kusi6" target="_blank">Map</a></p>
101+
</div>
102+
</div>
103+
</body>
104+
105+
</html>

0 commit comments

Comments
 (0)