minor layout and spelling fixes
This commit is contained in:
parent
c06849c5d6
commit
676451e1f1
8
css/bootstrap-extension.css
vendored
8
css/bootstrap-extension.css
vendored
@ -183,7 +183,7 @@ ul.tagcloud a {
|
||||
}
|
||||
|
||||
.tag2 {
|
||||
font-size: 100%;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.tag3 {
|
||||
@ -242,7 +242,7 @@ ul.tagcloud a {
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.container {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
@ -254,7 +254,5 @@ ul.tagcloud a {
|
||||
padding-right: 0;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
body {
|
||||
font: 300 13px/1.4 "Roboto",Arial,sans-serif;
|
||||
font: 300 15px "Roboto",Arial,sans-serif;
|
||||
text-rendering: optimizelegibility;
|
||||
margin-top: 50px;
|
||||
/*background: #FCFCFC url(../img/pattern.png) top left repeat;*/
|
||||
@ -39,6 +39,11 @@ hr {
|
||||
/*******************************
|
||||
Twitter Bootstrap Override
|
||||
********************************/
|
||||
.row .span2 {
|
||||
margin-left: 10px;
|
||||
width: 195px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
.wrapper {
|
||||
margin: 0 auto;
|
||||
padding: 0 30px;
|
||||
@ -210,7 +215,7 @@ hr {
|
||||
|
||||
.theme p {
|
||||
font-size:15px;
|
||||
line-height:1.5;
|
||||
line-height:1.4;
|
||||
}
|
||||
|
||||
.theme img {
|
||||
|
30
index.html
30
index.html
@ -30,7 +30,7 @@ layout: site
|
||||
</p>
|
||||
<p>
|
||||
Most of the system is defined in a higher level language (ruby) and only a small runtime,
|
||||
mostly for operating system acccess, needs to be written in the system language.
|
||||
mostly the class sytsem and os acccess, needs to be written in the system language.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -45,9 +45,9 @@ layout: site
|
||||
<li> Multiple return addresses based on type </li>
|
||||
<li> Multiple implementations per function based on type </li>
|
||||
<li> Implicit type tracking using adaptive code</li>
|
||||
<li> Explicit <a href="/2015/06/20/the-static-call-chain.html">message and frame objects</a></li>
|
||||
<li> Explicit <a href="/2015/06/20/the-static-call-chain.html">message and frame objects</a>(no stack)</li>
|
||||
<li> <a href="http://book.salama-vm.org/register/machine.html">Register machine abstraction</a></li>
|
||||
<li> <a href="http://book.salama-vm.org/object/instructions.html">Extensible</a> instruction set</li>
|
||||
<li> <a href="http://book.salama-vm.org/register/instructions.html">Extensible</a> instruction set</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
@ -77,14 +77,22 @@ layout: site
|
||||
started. If you feel like contributing <a href="/contribute.html">read this</a> or write a
|
||||
<a href="https://groups.google.com/forum/#!forum/salama-dev"> mail </a>.
|
||||
</p>
|
||||
<p>
|
||||
Last but not least, i try to get recent developments down on paper when they are still
|
||||
fresh, which you can read in the <a href="{{ site.posts.first.url }}">news</a> section.
|
||||
</p>
|
||||
<p>
|
||||
{{ site.posts.first.date | date: "%d.%m.%y" }}:
|
||||
<a href="{{ site.posts.first.url }}">{{ site.posts.first.title }} </a>
|
||||
</p>
|
||||
<h4 class="center">News</h2>
|
||||
<p>
|
||||
Last but not least, i try to get recent developments down on paper when they are still fresh.
|
||||
</p>
|
||||
<p>
|
||||
{{ site.posts[0].date | date: "%d.%m.%y" }}:
|
||||
<a href="{{ site.posts.first.url }}">{{ site.posts[0].title }} </a>
|
||||
</p>
|
||||
<p>
|
||||
{{ site.posts[1].date | date: "%d.%m.%y" }}:
|
||||
<a href="{{ site.posts.first.url }}">{{ site.posts[1].title }} </a>
|
||||
</p>
|
||||
<p>
|
||||
{{ site.posts[2].date | date: "%d.%m.%y" }}:
|
||||
<a href="{{ site.posts.first.url }}">{{ site.posts[2].title }} </a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user