Skip to content

Commit

Permalink
css tweaks, image crops, and more
Browse files Browse the repository at this point in the history
  • Loading branch information
clarke68 committed Sep 8, 2014
1 parent 68387ee commit 6838727
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions css/style-1000px.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
body,input,textarea,select
{
line-height: 1.75em;
font-size: 12pt;
font-size: 13pt;
}

h2
Expand Down Expand Up @@ -108,7 +108,7 @@

#banner
{
padding: 3em 0;
padding: 2em 0;
}

/*********************************************************************************/
Expand Down
6 changes: 3 additions & 3 deletions css/style-desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
body,input,textarea,select
{
line-height: 1.65em;
font-size: 13pt;
font-size: 14pt;
}

h2
Expand Down Expand Up @@ -167,7 +167,7 @@
{
margin: 2.5em 0 0 0;
font-size: 0.85em;
letter-spacing: 3px;
letter-spacing: 2.3px;
}

/*********************************************************************************/
Expand Down Expand Up @@ -295,7 +295,7 @@

#banner
{
padding: 4em 5em;
padding: 2em 5em;
}

#banner p
Expand Down
1 change: 1 addition & 0 deletions css/style-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
.image.left
{
width: 40%;
margin: 0 0.9em 0.9em 0;
}

.image.featured
Expand Down
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700");

/*
Strongly Typed by HTML5 UP
Expand Down Expand Up @@ -33,7 +34,7 @@

body,input,textarea,select
{
font-family: 'Source Sans Pro';
font-family: 'Open Sans';
font-weight: 300;
color: #777;
}
Expand Down Expand Up @@ -642,6 +643,7 @@
#features-wrapper p
{
text-align: left;
font-weight: 400;
}

#features-wrapper .actions
Expand Down
Binary file added images/githubLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/sdk-generators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/swagger-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>A Powerful Interface to your API</h2>
</div>
<div class="item">
<p>&#8220;The Swagger 2.0 working group brought some of the best minds in the API community into a remarkably open and efficient design process.&#8221;</p>
<p class="attribution">- Ted Epstein, Founder & CEO, ModelSolv</p>
<p class="attribution">- Ted Epstein, Founder &amp; CEO, ModelSolv</p>
</div>
</div>
</section>
Expand All @@ -91,7 +91,7 @@ <h2>A Powerful Interface to your API</h2>
<div id="main" class="container">

<header>
<h2><a href="#">Swagger Tools &amp; Resources</a></h2>
<h2>Swagger Tools &amp; Resources</h2>
</header>

<div class="row">
Expand Down Expand Up @@ -124,12 +124,12 @@ <h4><a target="_blank" href="https://github.com/wordnik/swagger-codegen">SDK Gen
<article class="box post">
<h3>Resources</h3>

<a target="_blank" href="#" class="image left"><img src="images/pic06.jpg" alt="" /></a><h4><a href="https://github.com/wordnik/swagger-spec#additional-libraries">Server Integrations</a></h4>
<p>Dozens of integration options for putting Swagger in your API, from both Reverb and the community. Pick your language, framework and <a href="https://github.com/wordnik/swagger-spec#additional-libraries">get started!</a>. </p>
<a target="_blank" href="#" class="image left"><img src="images/githubLogo.png" alt="" /></a><h4><a target="_blank" href="https://github.com/wordnik/swagger-spec#additional-libraries">Server Integrations</a></h4>
<p>Dozens of integration options for putting Swagger in your API, from both Reverb and the community. Pick your language, framework and <a target="_blank" href="https://github.com/wordnik/swagger-spec#additional-libraries">get started!</a>. </p>
<br class="clear" />

<a target="_blank" href="https://github.com/wordnik/swagger-spec/wiki/Sites-and-Services" class="image left"><img src="images/pic06.jpg" alt="" /></a><h4><a href="https://github.com/wordnik/swagger-spec/wiki/Sites-and-Services">Services</a></h4>
<p>From API management to Platform as a Service, there are a number of services tightly integrated with Swagger. <a href="https://github.com/wordnik/swagger-spec/wiki/Sites-and-Services">See more</a>. </p>
<a target="_blank" href="https://github.com/wordnik/swagger-spec/wiki/Sites-and-Services" class="image left"><img src="images/services.png" alt="" /></a><h4><a target="_blank" href="https://github.com/wordnik/swagger-spec/wiki/Sites-and-Services">Services</a></h4>
<p>From API management to Platform as a Service, there are a number of services tightly integrated with Swagger. <a target="_blank" href="https://github.com/wordnik/swagger-spec/wiki/Sites-and-Services">See more</a>. </p>
<br class="clear" />
</article>
</div>
Expand Down

0 comments on commit 6838727

Please sign in to comment.