Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 20, 2018
1 parent bce8dca commit 951345d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
7 changes: 4 additions & 3 deletions cicero/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
font-family: 'Open Sans';
font-size: 16px;
}

input[type="text"], textarea {
background-color: #99eeff;
}
</style>

<!-- https://vuejs.org/v2/api/#v-cloak -->
<style>
.top-buffer { margin-top: 35px; }

/* https://vuejs.org/v2/api/#v-cloak */
[v-cloak] {
display: none;
}
Expand Down
35 changes: 17 additions & 18 deletions cicero/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
{% block content %}
<div class="container">

<div class="row">
<div class="row top-buffer">
<div class="col">
<h1>Cicero - Serving presentation slides written in Markdown</h1>
<br>
</div>
</div>

<div class="row">
<div class="row top-buffer">

<div class="col">

Expand Down Expand Up @@ -64,10 +63,8 @@ <h3><b>Share this link with your friends</b></h3>
<b><a target="_blank" v-bind:href="link">{{ url_base }}[[ link ]]</a></b>
<br>
Source code: <a target="_blank" v-bind:href="source_link">[[ source_link ]]</a>
<br>
<br>
</div>

<div v-if="files_loaded && files.length == 0">
<div class="row">
<div class="panel panel-danger">
Expand All @@ -82,18 +79,20 @@ <h3 class="panel-title">No Markdown files found in this repository</h3>
</div>
</div> <!-- app -->

<h3>This is how it works</h3>
<p>
You write your talk in Markdown, host it on <a href="https://github.com">GitHub</a>.
We render it using <a href="http://remarkjs.com">remark.js</a> and serve it for you
before you can say blueberry pie.
</p>
<div class="top-buffer">
<h3>This is how it works</h3>
<p>
You write your talk in Markdown, host it on <a href="https://github.com">GitHub</a>.
We render it using <a href="http://remarkjs.com">remark.js</a> and serve it for you
before you can say blueberry pie.
</p>

<h3>First time here? Try this one-minute demo:</h3>
<p>
Under "Find your talk", type "bast", then select repo "cicero", and file "demo/talk.md".
Then follow the generated link. For a demo using equations, try "demo/talk-equations.md".
</p>
<h3>First time here? Try this one-minute demo:</h3>
<p>
Under "Find your talk", type "bast", then select repo "cicero", and file "demo/talk.md".
Then follow the generated link. For a demo using equations, try "demo/talk-equations.md".
</p>
</div>

</div> <!-- col -->

Expand All @@ -108,7 +107,7 @@ <h3>Why Cicero</h3>
<li>- Presentation URL lives as long as the corresponding Markdown file lives.</li>
<li>- Free as in beer.</li>
</ul>

Documentation: <a href="https://cicero.readthedocs.io" target="_blank">https://cicero.readthedocs.io</a>
<br>
Source code: <a href="https://github.com/bast/cicero" target="_blank">https://github.com/bast/cicero</a>
Expand Down

0 comments on commit 951345d

Please sign in to comment.