/meet-up

A website for participants of the Hacktoberfest Manipal Meetup

Primary LanguageCSS

Hacktoberfest Meet-up Website

A website for the attendees of the Hacktoberfest Manipal Meetup.

To add yourself to the website create an entry in the following file:

_data/attendees.yml

Use the following structure to append your information to the file.

- name: <Your Name>
  title: <Your Title>
  image: <Image Name> [make sure the name matches the file you have added to the repository]
  github: <Your Github Username>
  twitter: <Your Twitter Username>
  website: <Webite Link>

Don't forget to add your best photo to the directory.

/assets/attendees

Open a Pull Request after pushing the changes to your repository!