-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shane, Kate, & Casey - Project for HTML5 as a platform #16
base: master
Are you sure you want to change the base?
Conversation
Add Audio to page
Add CSS and Forms
audio event snippet
Merge files add local storage
Jade conversion for video code.
Converted code from CSS to Jade.
Converted javascript file to Jade.
Converted JS code to Jade.
Combine Files
Update REAMME file
@@ -0,0 +1,141 @@ | |||
| @import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent all properties like this:
selector {
property: value;
}
It makes it easier to read.
Gross inconsistant styles in CSS, HTML and JS. This needs to be cleaned up. |
</head> | ||
<body> | ||
<p>Here is the audio</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extrawhitespacefornoreasonjustliketheresnospacefornoreasonhere.
Let us know if we missed anything. |
It's not the prettiest but all of the assignment pieces work. Please give us notes if you want us to make any changes.