Add documentation and fix style issues.

This commit is contained in:
Evgeny Gavrin
2015-06-26 15:50:48 +03:00
parent 3486aefa0b
commit f133131d9b
12 changed files with 2529 additions and 64 deletions
+9 -46
View File
@@ -9,50 +9,13 @@
<title>JavaScript engine for Internet of Things{% if page.title %}: {{ page.title }} {% endif %}</title>
<!-- Bootstrap core CSS -->
<link href="{{ site.baseurl }}/bootstrap.min.css" rel="stylesheet">
<style>
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 50px;
margin-bottom: 50px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
background-color: #f5f5f5;
}
.project_title h1{
font-size: 64px; text-align: center;
font-weight: bold;
}
.project_title {
padding: 40px 20px;
text-align: center;
border-radius: 6px;
}
.lead {
color:#245580;
}
.project_overview {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
padding: 40px; padding-bottom: 20px;
background-color: #f5f5f5;
}
.learn_more {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
padding: 40px; padding-bottom: 20px;
}
.container .copyright_and_license_notice {
margin: 8px 0;
font-size:14px; text-align: center;
color:#3C3C3C;
}
</style>
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css" >
<link rel="stylesheet" href="{{ site.baseurl }}/css/table.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/bytecode.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/block.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<script>
window.addEventListener("hashchange", function() { scrollBy(0, -50) });
</script>
</head>