Skip to content

Commit

Permalink
Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaraute committed Mar 22, 2024
2 parents 44e9abf + a232611 commit 51abdd0
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 497 deletions.
7 changes: 6 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: npm install
- name: Install npm dependencies
init: npm install
- name: Serve
command:
python -m http.server 5000

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# rbjks.github.io
<a href="https://gitpod.io/#https://github.com/rbjks/rbjks.github.io" target="_blank">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open RBJKS in Gitpod">
</a>


Access this website at https://rbjks.github.io/index.html

Expand Down
4 changes: 2 additions & 2 deletions activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ <h3>Activities</h3>
</footer>
</div>
</body>
<script src="script/main.js"></script>
<script src="script/gallery.js"></script>
<script src="assets/script/main.js"></script>
<script src="assets/script/gallery.js"></script>
</html>
Loading

0 comments on commit 51abdd0

Please sign in to comment.