Created
February 20, 2016 14:30
-
-
Save tfogo/41f1a08682fcd7daaaf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body style=""> | |
| <div id="header"> | |
| <div id="navbar" style=" | |
| position: relative; | |
| background-color: #f8f8f8; | |
| "> | |
| <img id="menu" src="icons/ic_menu_black_48dp_1x.png"> | |
| <img id="settings" src="icons/ic_settings_black_48dp_1x.png"> | |
| <div style=" | |
| position: absolute; | |
| "> | |
| <img id="festival" src="images/Festival.png"> | |
| <img id="compass" src="images/Compass.png"> | |
| <img id="finder" src="images/Finder.png"> | |
| </div> | |
| </div> | |
| <div id="photo"> | |
| <img src="images/adulto-musica-edit.png"> | |
| <h1>About us</h1> | |
| <p> Festival Finder is a website which finds the best festival for you based on your favourite bands as opposed to laboriously looking at each festival individually. It also will let you see which festivals your friends are attending and will provide e-mail reminders to inform users when tickets go on sale. We also would like to have a way of finding festival locally to the user.</p> | |
| <br> | |
| <br> | |
| <ul> | |
| <li><b>Search festivals by bands.</b> Just type your favourite bands into the search bar and Festival FInder will find the best matches for you. </li> | |
| <br> | |
| <li><b>Watchlist / Attending.</b> You can add festivals to your watchlist or attending list in order to get updated with the lineup, ticket price, etc.. see which festivals your friends are attending. </li> | |
| <br> | |
| <li><b>Go with friends.</b> Festival Finder finds the best festivals for you and your friends based on artists or genres both of you love.</li> | |
| <br> | |
| <li><b>Email reminder.</b> You will receive emails about updates in lineup, ticket price. You can easily unsubscribe to a specific festival or a certain type of update. </li> | |
| <br> | |
| <li><b>YouTube and Spotify widgets.</b> We will try embedding YouTube videos into the website to help you get a better overview of the festival and the artists. And with Spotify widgets you can listen to their songs with only one click.</li> | |
| <br> | |
| <li><b>Ticket details.</b> For some big festivals the ticket types could be confusing. We will list them clearly on our festival pages so that you could find the most suitable one.</li> | |
| <br> | |
| <li><b>Location search.</b> Only local festivals are displayed in the search result by default. But you will also be able to search for festivals in other cities. </li> | |
| <br> | |
| <li><b> Artist suggestion.</b> We recommend new artists to you based on your favourite ones and festivals you are interested in. </li> | |
| </ul> | |
| </div> | |
| <div id="searchBar"> | |
| </div> | |
| </div> | |
| <div id="footer"> | |
| </div> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment