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

Adds quote from Studybundles to the about section #21

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,16 @@ <h1>Test the ideas</h1>
<p><strong><em>Ideas are king, but not all of them are royalty material.</em></strong></p>
<p>Still, it's important to find out. You really don't know what kind of idea you've got until it's been tested. TABLEFLIP encourages a creative working relationship where all the things are tried out to see what works best.</p>
<blockquote>
<p>The only way of discovering the limits of the possible is to venture a little way past them into the impossible.</p>
<p>"The only way of discovering the limits of the possible is to venture a little way past them into the impossible."</p>
<p>Arthur C. Clarke, "Profiles of The Future", 1961</p>
</blockquote>
<p>Stuff that doesn't work gets pruned and you're left with an awesome simple thing that does something new and interesting.</p>
<p>What if you could ship a thing after a week? How about every week? Well, this is what tableflip does...and then you can change direction of the project, reprioritise, or continue with the plan.</p>
<!-- <h4>What people think about us</h4>
--> <blockquote>
<p>"We're really pleased with the functionality and interaction available now to learners, it really adds another dimension to the whole environment; it's very pleasing to see our ideas and mock-ups become reality."</p>
<p>Daniel Hinkley, studybundles.com</p>
</blockquote>
</div>
</div>

Expand Down
7 changes: 4 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ body {
background-size: 10% auto;
color: #4A4A4A;
}
h1 {
h1, h2, h3, h4 {
font-family: Helvetica Neue, Helvetica, sans-serif;
}
h1 {
font-size: 36px;
}
h2 {
font-family: Helvetica Neue, Helvetica, sans-serif;
font-size: 30px;
margin: 20px 0;
}
Expand Down Expand Up @@ -257,7 +258,7 @@ main {
background-size: cover;
}
}
#sec-about h1, #sec-about blockquote p, #sec-about strong {
#sec-about h1, #sec-about h4, #sec-about blockquote p, #sec-about strong {
color: #fff;
}
#sec-about p {
Expand Down