Browse Source

Created we need help post-it

fixRailRoadSRFB
jos 8 years ago
parent
commit
0313534e17
2 changed files with 42 additions and 0 deletions
  1. +34
    -0
      css/post-it.css
  2. +8
    -0
      index.html

+ 34
- 0
css/post-it.css View File

@ -0,0 +1,34 @@
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
.post-it {
background:#fefabc;
padding: 15px;
font-family: 'Gloria Hallelujah', cursive;
font-family: "Lucida Console", Monaco, monospace;
font-family: "Architects Daughter";
font-family: "Shadows Into Light Two";
font-family: "Gloria Hallelujah";
font-size: 18px;
line-height: 1.3em;
color: #000;
width: 320px;
-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;
}
.post-it-top-right {
position: fixed;
top: 50px;
right: 100px;
z-index: 999;
}

+ 8
- 0
index.html View File

@ -12,6 +12,7 @@
<link rel="icon" HREF="favicon.ico">
<title>vis.js - A dynamic, browser based visualization library.</title>
<link href="./css/post-it.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.css" rel="stylesheet">
@ -123,6 +124,13 @@
</div>
<div class="post-it post-it-top-right">
We're looking for people to help maintain and improve vis.js.
<br/>
<br/>
Interested? <a href="https://github.com/almende/vis/issues/1781" target="_blank">Click here</a>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->

Loading…
Cancel
Save