Skip to content
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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ignore compiled files
*.class

# ignore log files
*.log

# ignore node_modules (for javascript projects)
node_modules/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Introduction
Hello to the person sitting at the other end! 👋

We decided to create this project (website) not necessarily as an out-of-the-box idea, but rather to take this opportunity to hone our skills in web development and explore further possibilities. This project serves as a learning experience while also being a functional and well-designed website.

## Technologies Used
- **HTML** – Structuring the website.
- **CSS** – Styling and layout.
- **JavaScript** – Adding interactivity.