-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
115 changed files
with
2,851 additions
and
4,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Dependencies | ||
node_modules | ||
package-lock.json | ||
|
||
# Build directories | ||
dist | ||
build | ||
public | ||
|
||
# GitHub specific | ||
.github | ||
.git | ||
|
||
# Environment files | ||
.env* | ||
|
||
# Cache | ||
.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"tabWidth": 2, | ||
"singleQuote": true, | ||
"trailingComma": "es5", | ||
"semi": true, | ||
"printWidth": 80 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,61 @@ | ||
# Marta - Spanish Teacher | ||
|
||
Welcome to the official website of Marta, your trusted Spanish teacher. Here you'll find all the necessary information about her classes, prices, and teaching methods. | ||
**Official URL: https://thefluentspanishhouse.com** | ||
|
||
## About Marta | ||
|
||
Marta is a Spanish teacher with years of experience teaching students of all ages and levels. Her dynamic and personalized approach has helped many students achieve their language goals. | ||
|
||
## Classes | ||
|
||
We offer a variety of classes to suit your needs: | ||
|
||
- **Individual Classes:** Perfect for personalized attention and learning at your own pace. | ||
- **Group Classes:** Ideal for learning in a collaborative environment and making new friends. | ||
- **Online Classes:** Complete flexibility to learn from anywhere in the world. | ||
|
||
## Prices | ||
|
||
Class prices vary depending on the type and duration. Here's a breakdown: | ||
|
||
- **Individual Classes: €21** | ||
|
||
- **Group Classes: €15** | ||
|
||
- **Free Beginner Classes with Test Included: €0** | ||
|
||
## Contact | ||
|
||
For more information or to book a class, you can contact Marta through: | ||
|
||
- **Email:** mar411geca@gmail.com | ||
- **Phone:** +34 617 286 125 | ||
- [Contact Form](https://thefluentspanishhouse.com/contact) | ||
|
||
## Social Media | ||
|
||
Follow me on my social media to stay updated with the latest news and promotions! | ||
|
||
- [Facebook](https://www.facebook.com/thefluentspanishhouse/) | ||
|
||
## Contributions | ||
|
||
If you have any suggestions or want to contribute to the development of this website, feel free to fork and send a pull request. ❤️ | ||
Or if you find any bugs or issues, report them via an Issue. 🪲 | ||
Thank you in advance. | ||
|
||
## License | ||
|
||
This project is under the MIT License. For more details, see the [LICENSE](LICENSE) file. | ||
[Terms and Conditions](https://thefluentspanishhouse.vercel.app/info) | ||
[Privacy Policy](https://thefluentspanishhouse.vercel.app/info) | ||
|
||
--- | ||
|
||
We hope you enjoy learning Spanish with me. See you in class! | ||
# Marta - Spanish Teacher | ||
|
||
Welcome to the official website of Marta, your trusted Spanish teacher. Here you'll find all the necessary information about her classes, prices, and teaching methods. | ||
**Official URL: https://thefluentspanishhouse.com** | ||
|
||
## About Marta | ||
|
||
Marta is a Spanish teacher with years of experience teaching students of all ages and levels. Her dynamic and personalized approach has helped many students achieve their language goals. | ||
|
||
## Classes | ||
|
||
We offer a variety of classes to suit your needs: | ||
|
||
- **Individual Classes:** Perfect for personalized attention and learning at your own pace. | ||
- **Group Classes:** Ideal for learning in a collaborative environment and making new friends. | ||
- **Online Classes:** Complete flexibility to learn from anywhere in the world. | ||
|
||
## Prices | ||
|
||
Class prices vary depending on the type and duration. Here's a breakdown: | ||
|
||
- **Individual Classes: €21** | ||
|
||
- **Group Classes: €15** | ||
- **Free Beginner Classes with Test Included: €0** | ||
|
||
## Contact | ||
|
||
For more information or to book a class, you can contact Marta through: | ||
|
||
- **Email:** mar411geca@gmail.com | ||
- **Phone:** +34 617 286 125 | ||
- [Contact Form](https://thefluentspanishhouse.com/contact) | ||
|
||
## Social Media | ||
|
||
Follow me on my social media to stay updated with the latest news and promotions! | ||
|
||
- [Facebook](https://www.facebook.com/thefluentspanishhouse/) | ||
|
||
## Contributions | ||
|
||
If you have any suggestions or want to contribute to the development of this website, feel free to fork and send a pull request. ❤️ | ||
Or if you find any bugs or issues, report them via an Issue. 🪲 | ||
|
||
**Before submitting a PR, please ensure your code is properly formatted using Prettier:** | ||
|
||
1. Check formatting: `npm run format` | ||
2. Fix formatting issues: `npm run format:fix` | ||
|
||
Thank you in advance. | ||
|
||
## License | ||
|
||
This project is under the MIT License. For more details, see the [LICENSE](LICENSE) file. | ||
[Terms and Conditions](https://thefluentspanishhouse.vercel.app/info) | ||
[Privacy Policy](https://thefluentspanishhouse.vercel.app/info) | ||
|
||
--- | ||
|
||
We hope you enjoy learning Spanish with me. See you in class! |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.