├── .gitattributes └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | WordPress-Engineer/PSD-to-WordPress-Complex-Home-Page-Only.zip filter=lfs diff=lfs merge=lfs -text 2 | WordPress-Engineer/PSD-to-WordPress-Simple-HomePage-Only.zip filter=lfs diff=lfs merge=lfs -text 3 | Frontend-Engineer/FrontEnd-Developer-Assignment.zip filter=lfs diff=lfs merge=lfs -text 4 | QA/Manual-Testing-Readme.zip filter=lfs diff=lfs merge=lfs -text 5 | img/hello-there.jpg filter=lfs diff=lfs merge=lfs -text 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # About this repo 2 | 3 | Students involved with [learn.rtcamp.com](https://learn.rtcamp.com/) can use [Github discussion](https://github.com/rtCamp/learn/discussions) feature on this repo to communicate with each other and rtCamp team. 4 | 5 | # Useful links 6 | 7 | * [WordPress Course](https://learn.rtcamp.com/) 8 | * [Campus - Fresher Hiring](https://learn.rtcamp.com/campus/) 9 | * [Assignments](https://rtcamp.com/assignments/) 10 | * [Careers @rtCamp](https://rtcamp.com/careers/) 11 | --------------------------------------------------------------------------------