Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ A user comes to the splash page. The splash page has 3 album covers to the right
https://github.com/gSchool/playlist

## Getting Credit:
There's a pull request target for every single stage of the project. When finished with that stage, deploy current working code base to firebase and submit a pull request to the designated target.
Submit a pull request when finsished with the entire project OR deploy to surge .
[Surge Website](https://surge.sh/)


## General Notes
Expand Down Expand Up @@ -59,13 +60,14 @@ Building on stretch one, create new functionality where a user can click on an a


# MODULES:
Add the following stories to the Pivotal Tracker, complete the work, deploy to firebase, and submit a pull request to https://github.com/gSchool/playlist_module_[module_number]
For example, if you just completed module 3, submit a pull request to https://github.com/gSchool/playlist_module_3
Follow the stories below.
Add the following stories to the Pivotal Tracker (optional).
Complete the work for each step.


## Module 1: STRUCTURE AND CSS

* As a user, when I visit the spash page, I should see a page whose general layout matches the design mockup [excluding dynamic content]
* As a user, when I visit the splash page, I should see a page whose general layout matches the design mockup [excluding dynamic content]

* As a user, when I visit the splash page, I should see a railroad track with 19% opacity on the right hand side.

Expand Down
File renamed without changes
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
<title></title>
</head>
<body>
<select name="my_select" style="height: 40px; line-height: 100px;">
<option name="reggae"> Select your genre </option>
<option name="reggae"> Reggae </option>
<option name="blues"> Blues </option>
</select>


</body>
</html>
Loading