Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix up styles and alignment
  • Loading branch information
zoffixznet committed Oct 6, 2015
1 parent 2053fab commit 7e2d6c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
12 changes: 8 additions & 4 deletions source/index.html
Expand Up @@ -32,12 +32,16 @@ <h1>The <b>Perl&nbsp;6</b> Programming Language</h1>
</div>
</header>

<div class="panel panel-default">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">
Many new features greatly advance our tradition of expressive and feature-rich programming
</h3>
</div>
<div class="panel-body trim">
<p>Many new features greatly advance our tradition of expressive and feature-rich programming. These include:</p>
<ul>
<ul class="shy-list">
<li>Object-oriented programming including generics, roles and multiple dispatch</li>
<li>Functional programming primitives, lazy and eager evaluation, junctions, autothreading and hyperoperators (vector operators)</l$
<li>Functional programming primitives, lazy and eager evaluation, junctions, autothreading and hyperoperators (vector operators)</li>
<li>Parallelism, concurrency, and asynchrony including multi-core support</li>
<li>Definable grammars for pattern matching and generalized string processing</li>
<li>Optional and gradual typing</li>
Expand Down
3 changes: 3 additions & 0 deletions source/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions source/style.scss
Expand Up @@ -178,3 +178,7 @@ footer {
.PreProc { color: #c000c0; }
.Type { color: #008000; }
}

.home {
padding-left: 15px;
}

0 comments on commit 7e2d6c6

Please sign in to comment.