minor layout and spelling fixes
This commit is contained in:
parent
c06849c5d6
commit
676451e1f1
2
css/bootstrap-extension.css
vendored
2
css/bootstrap-extension.css
vendored
@ -256,5 +256,3 @@ ul.tagcloud a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
font: 300 13px/1.4 "Roboto",Arial,sans-serif;
|
font: 300 15px "Roboto",Arial,sans-serif;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
/*background: #FCFCFC url(../img/pattern.png) top left repeat;*/
|
/*background: #FCFCFC url(../img/pattern.png) top left repeat;*/
|
||||||
@ -39,6 +39,11 @@ hr {
|
|||||||
/*******************************
|
/*******************************
|
||||||
Twitter Bootstrap Override
|
Twitter Bootstrap Override
|
||||||
********************************/
|
********************************/
|
||||||
|
.row .span2 {
|
||||||
|
margin-left: 10px;
|
||||||
|
width: 195px;
|
||||||
|
margin-right: -10px;
|
||||||
|
}
|
||||||
.wrapper {
|
.wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
@ -210,7 +215,7 @@ hr {
|
|||||||
|
|
||||||
.theme p {
|
.theme p {
|
||||||
font-size:15px;
|
font-size:15px;
|
||||||
line-height:1.5;
|
line-height:1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme img {
|
.theme img {
|
||||||
|
22
index.html
22
index.html
@ -30,7 +30,7 @@ layout: site
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Most of the system is defined in a higher level language (ruby) and only a small runtime,
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -45,9 +45,9 @@ layout: site
|
|||||||
<li> Multiple return addresses based on type </li>
|
<li> Multiple return addresses based on type </li>
|
||||||
<li> Multiple implementations per function based on type </li>
|
<li> Multiple implementations per function based on type </li>
|
||||||
<li> Implicit type tracking using adaptive code</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/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>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -77,13 +77,21 @@ layout: site
|
|||||||
started. If you feel like contributing <a href="/contribute.html">read this</a> or write a
|
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>.
|
<a href="https://groups.google.com/forum/#!forum/salama-dev"> mail </a>.
|
||||||
</p>
|
</p>
|
||||||
|
<h4 class="center">News</h2>
|
||||||
<p>
|
<p>
|
||||||
Last but not least, i try to get recent developments down on paper when they are still
|
Last but not least, i try to get recent developments down on paper when they are still fresh.
|
||||||
fresh, which you can read in the <a href="{{ site.posts.first.url }}">news</a> section.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{{ site.posts.first.date | date: "%d.%m.%y" }}:
|
{{ site.posts[0].date | date: "%d.%m.%y" }}:
|
||||||
<a href="{{ site.posts.first.url }}">{{ site.posts.first.title }} </a>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user