Skip to content

Design refresh #629

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

Merged
merged 23 commits into from
May 19, 2015
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ef7f55d
Implemented basics of new design
wvteijlingen Mar 27, 2015
c288a31
Changed h3s to h2s on FAQ page
wvteijlingen Mar 27, 2015
fd5e53f
Sidebar affix, CSS vendor prefixes
wvteijlingen Mar 29, 2015
74b91cb
Removed fixed width from quicklinks
wvteijlingen Mar 30, 2015
edc1de7
Rename quicklinks and examples
wvteijlingen Mar 30, 2015
836c132
Improved responsiveness
wvteijlingen Mar 30, 2015
5c9087e
Removed old styling for code blocks
wvteijlingen Mar 30, 2015
10d37b1
Added social links to footer
wvteijlingen Mar 30, 2015
cdd70a8
Changed typography to Helvetica Neue
wvteijlingen Mar 30, 2015
5c22119
Improved responsiveness of header
wvteijlingen Mar 30, 2015
d1be980
Fixed respsonsive bug with logo
wvteijlingen Mar 30, 2015
fd1a549
Updated quicklinks margin
wvteijlingen Mar 30, 2015
0d69f80
Removed separate header and footer includes.
wvteijlingen Mar 30, 2015
21f9808
Moved Javascript to all.js
wvteijlingen Mar 30, 2015
78588b0
Removed code collapsing from Javascript.
wvteijlingen Mar 30, 2015
00273f2
Added a check to prevent creation of document outline when no sidebar…
wvteijlingen Mar 30, 2015
617abd7
Removed trailing dot from index page title.
wvteijlingen Mar 30, 2015
dfcb62d
Remove redundant table of contents
dgeb May 19, 2015
b830cbc
Show page title unless showing masthead.
dgeb May 19, 2015
9578f41
Show sidebar for Extensions, Implementations, and Recommendations.
dgeb May 19, 2015
b0ad081
Remove redundant title declaration.
dgeb May 19, 2015
c01a940
Sidebar and H1 styling tweaks.
dgeb May 19, 2015
18db614
Rework masthead and logo.
dgeb May 19, 2015
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
Prev Previous commit
Next Next commit
Show page title unless showing masthead.
  • Loading branch information
dgeb committed May 19, 2015
commit b830cbc411a72ee3b09cbb3e1ac1d25d3917807e
9 changes: 6 additions & 3 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Use title if it's in the page YAML frontmatter -->
<title>JSON:API - {{ page.title }}</title>

<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600' rel='stylesheet' type='text/css'>
<link href="/stylesheets/normalize.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/highlight.css" media="screen" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -43,11 +43,14 @@ <h1>JSON:API</h1>
{% if page.show_sidebar %}
<div class="sidebar">
<nav class="document-outline" id="document-outline">
<h2>{{ page.title }}</h2>
<h1>{{ page.title }}</h1>
</nav>
</div>
{% endif %}
<div class="content">
{% unless page.show_masthead %}
<h1>{{ page.title }}</h1>
{% endunless %}
<section>
{{ content }}
</section>
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy