Skip to content
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

Galen & Wendy's html5 as a platform assignment #13

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

gkbroderick
Copy link

No description provided.

<source src="Audio Converts/FillOutSomeForms.ogg" type="audio/mp3">
<source src="Audio Converts/FillOutSomeForms.wav" type="audio/mp3">
</audio>
<br>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

br tags have no semantic meaning, do not use.

<button onclick="frameChange(-2)" type="button"> Rewind </button>
<button onclick="restart()" type="button">Restart</button><br>
<button onclick="pauseplay()" type="button">PausePlay</button>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove empty line.

@gkbroderick
Copy link
Author

Thanks for the comments. I unfortunately buried them a little when I made a central "Galen-Wendy" folder for our project. We got together today and cleaned up all the areas you pointed out. We also deleted any unnecessary empty lines of code we found elsewhere. We replaced
tags with a Clearfix when necessary. Lastly, we fixed the improperly converted .jade files (by adding head and body) and their display page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants