Skip to content

Commit

Permalink
make io.js branding link to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Jan 11, 2015
1 parent 40c4ed6 commit 8eff190
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
6 changes: 5 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
</head>

<body>
<h2 class="brand">io.js</h2>
<h2 class="brand">
<a href="index.html">
io.js
</a>
</h2>
<h1 class="heading">FAQ</h1>

<div class="faq-item">
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
</head>

<body>
<h2 class="brand">io.js</h2>
<h2 class="brand">
<a href="index.html">
io.js
</a>
</h2>
<h1 class="heading">JavaScript I/O</h1>
<h2>
<a href="https://github.com/iojs/io.js"><code>io.js</code></a> is a JavaScript platform that is compatible with <a href="https://nodejs.org">Node.js</a> &amp; <a href="https://www.npmjs.org/">npm</a>.
Expand Down
21 changes: 12 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.brand {
margin: 5px 10px;
color: #aaa;
text-align: left;
}
.heading {
font-size: 55px;
line-height: 175px;
}
body {
display: inline-block;
max-width: 700px;
Expand Down Expand Up @@ -97,3 +88,15 @@ a:hover {
.faq-body {
margin:1em;
}
.brand {
margin: 5px 10px;
text-align: left;
}
.brand a {
border-bottom: none;
color: #aaa;
}
.heading {
font-size: 55px;
line-height: 175px;
}

0 comments on commit 8eff190

Please sign in to comment.