Added twitter url. Added icons

This commit is contained in:
Borys Levytskyi
2015-04-23 20:37:05 +03:00
parent 409c55c43f
commit df7294f7ba
2 changed files with 22 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ code { font-size: 1.2em; font-weight: bold; }
.result { margin: 10px 10px 30px; }
.result .input { margin-bottom: 10px; }
.result .content { padding-left: 10px}
.result .cur { color: lightgray; margin-right: 5px; }
.result .cur { margin-right: 5px; }
.hashLink { text-decoration: none; margin-left: 5px; visibility: hidden }
.hashLink:hover { text-decoration: underline; margin-left: 5px; }
@@ -24,16 +24,24 @@ code { font-size: 1.2em; font-weight: bold; }
.hex .prefix { display: inline; }
.help { padding: 10px; }
.help ul { list-style-type: none; margin: 0; padding: 0; }
.help p { margin-top: 0 }
.indicator { font-size: 0.7em; padding: 2px 5px; font-family: monospace; font-size: 1.3em; background: transparent; border: none; cursor: pointer }
.indicator { padding: 2px 5px; font-family: monospace; font-size: 1.3em; background: transparent; border: none; cursor: pointer }
.error { color: maroon; }
#view { padding: 10px}
.cur { color: lightgray; }
.icon { width: 16px; height: 16px; display: inline-block }
.twitter { background: url('../img/twitter.png') }
.feedback { background: url('../img/feedback.gif') }
.dark .github { background: url('../img/github-dark.png') }
.light .github { background: url('../img/github-light.png') }
/* Light */
.light { background: rgb(250, 250, 250); }
.light a, .light a:visited { color: #222; }

View File

@@ -48,8 +48,18 @@
<h1>Bitwise<span style="color: #c5c5c5;">Cmd</span></h1>
<div class="links">
<a href="https://github.com/BorisLevitskiy/BitwiseCmd">Project on GitHub</a>&nbsp;
<span>
<i class="icon github">&nbsp;</i>
<a href="https://github.com/BorisLevitskiy/BitwiseCmd">Project on GitHub</a>&nbsp;
</span>
<span>
<i class="icon feedback">&nbsp;</i>
</span>
<a href="mailto:&#098;&#105;&#116;&#119;&#105;&#115;&#101;&#099;&#109;&#100;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;?subject=Feedback">Send Feedback</a>
<span>
<i class="icon twitter">&nbsp;</i>
<a href="https://twitter.com/BitwiseCmd">Twitter</a>
</span>
</div>
<div>