# Ansible community website hackAthon 2
Welcome to the 2nd hackathon for the Ansible community website. Thanks for participating.
## Purpose and goal
This hackathon event is intended to fine tune styling and user experience. As an outcome of this hackathon we would like to achieve:
- Final version of the stylesheets (No outstanding design feedback)
- Complete responsive design
- "Clean" stylesheets without unused or conflicting properties
As much as possible we would like to limit the scope of this hackathon to the contents of the `themes/ansible-community/sass` directory.
### Please keep in mind
- Preference is for `rem` over `px` to set the size of a responsive element like text or image.
- All changes need to be manually tested with responsive tools.
- Keep modifications to content (text in `data/homepage.yaml`) minimal and in separate commits.
- Keep changes to `tmpl` files minimal and in separate commits.
## How to get involved
You can either fork the site or push to a `hackathon_two` branch.
### Finding something to hack
Grab something from the list of issues here: https://github.com/ansible-community/community-website/issues?q=is%3Aissue+is%3Aopen+label%3A%22hackAthon+2%22
### Fork the site
- Fork https://github.com/ansible-community/community-website
- Create a branch
- Send a PR
### Quick and easy route
```
git clone --branch hackathon_two --single-branch git@github.com:oraNod/community-website.git
```