Repository: DSC-BVP/Hacktoberfest Branch: master Commit: 35b2c59d4da4 Files: 5 Total size: 52.5 KB Directory structure: gitextract_fp_7l44v/ ├── .github/ │ └── pull_request_template.md ├── CONTRIBUTORS.md ├── README.md ├── css/ │ └── styles.css └── index.html ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/pull_request_template.md ================================================ Reference to an issue: - - Changes proposed in the pull request: - - - - ================================================ FILE: CONTRIBUTORS.md ================================================ # List of all contributors ## 2019 1. [Shaurya Agarwal](https://github.com/ShauryaAg) ## 2018 1. [Kautuk Kundan](https://github.com/kautukkundan) 2. [Aarush Ahuja](https://github.com/arush15june) 3. [Chetan Madan](https://github.com/ChetanMadan) 4. [Vinayakk Garg](https://github.com/vinayakkgarg) 5. [Chetan Madan](https://github.com/ChetanMadan) 6. [Divyanshu Sharma](https://github.com/divyanshusharma1709) 7. [Nikunj Dhingra](https://github.com/Nikunj2102) 8. [Bhanupratap Singh](https://github.com/asterisk-bhanu) 9. [Kunal Raghav](https://github.com/KunalRaghav) 10. [Madhav Khosla](https://github.com/madhavkhoslaa) 11. [Saksham Madan](https://github.com/Sammadan) 12. [Abhay Kaushik](https://github.com/AbhayKaushik) 13. [Aaditya Varshney](https://github.com/AadityaVarshney) 14. [Divyansh Agarwal](https://github.com/Divyansh12) 15. [Gunnika Batra](https://github.com/Gunnika) 16. [Gyantosh Kumar](https://github.com/Gyantoshkumar) 17. [Shubhank Saxena](https://github.com/shubhank-saxena) 18. [Pallavi Garg](https://github.com/plvigarg) 19. [Yash Garg](https://github.com/Yash-Garg) 20. [Vansh Kapoor](https://github.com/vanshkapoor) 21. [Aakash Rastogi](https://github.com/aakashrstg00) 22. [Chetan Chawla](https://github.com/chetanchawla) 23. [Parul Aggarwal](https://github.com/parulagg27) 24. [Piyush Gupta](https://github.com/piyush-98) 25. [Dikshant Sagar](https://github.com/dikshantsagar) 26. [Gaurav Jain](https://github.com/gauravjain98) 27. [J.D.](https://github.com/jdxx) 28. [Akanshu Raj](https://github.com/akannshu) 29. [Swapnil](https://github.com/iamalsaher) 30. [Brody Underwood](https://github.com/BrodyUnderwood1) 31. [Sarthak gupta](https://github.com/sarthak-g) 32. [Chirag Gandhi](https://github.com/chiraggandhi123) 33. [Utkarsh Kumar](https://github.com/Utkarsh9799) 34. [Sandy Edwards](https://github.com/slowbeam) 35. [Pulkit Khagta](https://github.com/PulkitKhagta) 36. [Coderjolly](https://github.com/Coderjolly) 37. [Jatin Aggarwal](https://github.com/jatinagg1) 38. [Jaskeerat Singh Randhawa](https://github.com/jaskeerat789) 39. [Rashmi Nagpal](https://github.com/RN0311) 40. [Mayank Aggarwal](https://github.com/ronwon) 41. [Shaurya Agarwal](https://github.com/ShauryaAg) 43. [Aditya Singhal](https://github.com/codaked-Adi) 44. [Simrann Arora](https://github.com/simrann20) 45. [Kunal Aggarwal](https://github.com/kunalagg04) 46. [Karan Randhir](https://github.com/KaranRandhir) 47. [Abhiyansh Arya](https://github.com/abhiyansh) 48. [Vaibhav Gulati](https://github.com/gulvaibhav20) 49. [Manvi Nibra](https://github.com/ManviNibra) 50. [OG](https://github.com/godswillokokon) 51. [Yatharth Manocha](https://github.com/YaMo97) 52. [Charu Goyal](https://github.com/Charugoyal3) 53. [Ritwiz Sinha](https://github.com/ritwizsinha) 54. [Ina Singhal](https://github.com/inasinghal17) 55. [Isha Agarwal](https://github.com/cbLife98) 56. [Sakaar](https://github.com/schmosbyy/) 57. [Aditya Dogra](https://github.com/Aditya1399) 58. [Shobhit Sagar](https://github.com/ShobhitSagar) 59. [komal](https://github.com/komal180) 60. [Patricia Ciortea](https://github.com/patri05) 61. [FAruk](https://github.com/farukx) ================================================ FILE: README.md ================================================ # Hello World! Follow these steps accordingly to contribute to Hacktoberfest to earn swags and learn something about the open source contribution. Website link on which you will contribute https://dsc-bvp.github.io/Hacktoberfest/ ## Step 1 Create a account on Github https://github.com  ## Step 2 Register yourself for Hacktoberfest. [https://hacktoberfest.digitalocean.com/register](https://hacktoberfest.digitalocean.com/register)  ## Step 3 This is the link of the repository that you guys will be contributing to. https://github.com/DSC-BVP/Hacktoberfest/  ## Step 4 Star this repository  ## Step 5 Fork this repository on your profile  ## Step 6 Open Terminal and type in these commands ```bash $ cd Desktop $ git clone (paste the url obtained from clicking on "Clone or download" option on YOUR OWN PROFILE) $ cd Hacktoberfest ```  ## Step 7 Add your name in contributors.md file in this format  1. Put your name 2. Put your personal message 3. Put the address of your github link , all in index.html file in the format shown below.  ## Step 8 ```bash $ git remote add upstream https://github.com/DSC-BVP/Hacktoberfest/ ```  ## Step 9 Then:- ```bash $ git pull upstream master $ git add -A $ git commit -m “your commit message” $ git push --set-upstream origin master ``` Then, type your github username and password  ## Step 10 Now open the repository which you forked in your account and click on the Compare and Pull Request   ## Step 11 Open [dsc-bvp.github.io/Hacktoberfest](https://dsc-bvp.github.io/Hacktoberfest) when your PR will be merged it will appear on the page (Even after the PR is merged, It will take some time for the page to update)  ================================================ FILE: css/styles.css ================================================ @font-face { font-family: "Product Sans"; font-style: normal; font-weight: 400; src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format("woff2"); } body { font-family: "Product Sans"; margin: 0; background: rgb(236, 236, 236); } .v_m { height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: row; } .cover { overflow: hidden; max-width: 100vw; min-height: 100vh; background: #152347; } .cover-desc { color: #94eafd; } .icon { width: 38vw; max-height: 100%; } .btn{ background: #a457c6; color: white; } .btn:hover{ background: #94eafd; color: black } .title { padding: 10px 0 0 10px; color: white; font-size: 20pt; } .buffer { height: 30vh; background: #68336b; color: white } .event { background: #ffc107; } .m-card { margin-top: 20px; background: white; border-radius: 10px; padding: 8%; overflow-y: auto; transition: all 0.2s ease-in-out; opacity: 0.7; } .mcardStyle{ background: #152347; color: white; } .m-card::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #f5f5f5; } .m-card::-webkit-scrollbar { height: 20%; width: 3px; background-color: #f5f5f5; } .m-card::-webkit-scrollbar-thumb { background-color: #000000; border: 1px solid #555555; } .m-card > .name { font-size: 25pt; font-weight: bold; text-transform: capitalize; } .m-card > .msg { font-size: 15pt; font-style: italic; } .m-card > .github { padding-top: 10px; font-size: 20pt; } .m-card:hover { transform: scale(1.05); opacity: 1; } a:link { color: grey; } a:visited { /* Changed color so it remains its original color form*/ color: #94eafd; } a:hover { /* Changed the color to orange because it suited the website*/ color: #ce59ba; text-decoration: none; } .footer { height: 5vh; background: rgb(36, 36, 36); } #icon { color: #ce59ba; } hr { width: 80%; } #fb { color: #94eafd; margin-top: 6px; } .info { padding: 2%; } @media only screen and (max-width: 600px) { .cover { min-height: 100vh; } .icon { width: 80vw; } .cover-desc { font-size: 25pt; } .title { padding: 10px 0 0 10px; color: white; font-size: 12pt; } } ================================================ FILE: index.html ================================================
---------
Bharati VidyaPeeth's College of Engineering, New Delhi
Tuesday, 9 October 2019
10:30-16:30 UTC+05:30
Hosted By DSCBVP
Made with by DSCBVP