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

Remove blank CSS classes on homepage #96

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -20,8 +20,8 @@ <h2>Open source teaching resources</h2>
<div class="container">
<div class="half">
<div class="content">
<h2 class="">Slide decks right in your browser</h2>
<p class="">
<h2>Slide decks right in your browser</h2>
<p>
We've created a slide deck for each class we offer.
Just launch any class and teach from the web browser.
</p>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h2>Downloads to reference anytime</h2>
<div class="content">
<h3>Community contributions</h3>
<p>
Would you like to update or clarifiy content in the slides or workbooks?
Would you like to update or clarify content in the slides or workbooks?
Just fork the repository, make your changes, and submit a Pull Request.
</p>
<p>
Expand Down