This is a webpage for IIST-Hacks showing you about the list of Attendees for the "IIST Indore Hacks - Hacktoberfest Online Meetup" event
- Fork this repository
- Clone your forked repo
- Open and edit the index.html file of this forked repo and than copy the below lines of code, edit them with your details, that is, your name, your github username and your profile photo link.
- Save them make a commit
- And Finally make a Pull request
<!-- FOR EXAMPLE = iharshit009 IN PLACE OF
YOUR_GITHUB_USERNAME in the below line -->
<a
href="https://github.com/YOUR_GITHUB_USERNAME"
class="profile"
>
<!-- FOR EXAMPLE =
https://avatars1.githubusercontent.com/devabhixda?size=200
IN PLACE OF YOUR_IMAGE_LINK in the below line-->
<img src="YOUR_IMAGE_LINK" />
<!-- FOR EXAMPLE = HARSHIT JAIN
IN PLACE OF YOUR_FULL_NAME in the below line -->
<span>YOUR_FULL_NAME</span></a
>
Now Wait for us to review and merge your Pull request after that see your name here
Learn the basics form Youtube or any other resources like Progate, FreeCodeCamp etc
Your another task is to make a repo and host any of your website or webpage under Github Pages You have to share the link of your hosted page in the Google Form mentioned above You may refer to this article or GitHub Pages for more help