This commit is contained in:
Simon Vieille 2016-10-08 11:10:19 +02:00
rodič e191782afa
revize 3bfc80c62d
5 změnil soubory, kde provedl 11 přidání a 4 odebrání

5
1.html
Zobrazit soubor

@ -22,6 +22,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="img/logo.png" alt="DEBLANTV" title="DEBLANTV" class="pull-left" id="logo" />
<a class="navbar-brand" href="#">
DEBLAN
<strong>TV</strong>
@ -30,7 +31,7 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="/">Lives</a>
<a href="index.html">Lives</a>
</li>
<li>
<a href="https://www.livecoding.tv/deblantv/">TV</a>
@ -54,7 +55,7 @@
</div>
<div class="col-md-5">
<h3>
<a href="/1.html">deblan/gist: issue #1</a>
<a href="1.html">deblan/gist: issue #1</a>
</h3>
<h4>Javascript, Twig et Silex</h4>
<p>J'ai traité le premier ticket ouvert pour le projet Gist où il est question d'adapter la fonctionnalité de clonage pour un gist chiffré. Pour rappel, Gist est un service en ligne pour déposer du code (gist) qui peut-être modifié et versionné. L'outil intègre une solution pour chiffrer les contenus coté navigateur.</p>

Zobrazit soubor

@ -1,5 +1,6 @@
body {
padding-top: 70px;
background: #F9F9F9 url('../img/body.png') fixed no-repeat;
}
footer {
@ -20,3 +21,7 @@ footer {
width: 100%;
height: 100%;
}
#logo {
margin-top: 3px;
}

binární
img/body.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 24 KiB

binární
img/logo.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 1.9 KiB

Zobrazit soubor

@ -22,6 +22,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="img/logo.png" alt="DEBLANTV" title="DEBLANTV" class="pull-left" id="logo" />
<a class="navbar-brand" href="#">
DEBLAN
<strong>TV</strong>
@ -30,7 +31,7 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="/">Lives</a>
<a href="index.html">Lives</a>
</li>
<li>
<a href="https://www.livecoding.tv/deblantv/">TV</a>
@ -54,7 +55,7 @@
</div>
<div class="col-md-5">
<h3>
<a href="/1.html">deblan/gist: issue #1</a>
<a href="1.html">deblan/gist: issue #1</a>
</h3>
<h4>Javascript, Twig et Silex</h4>
<p>J'ai traité le premier ticket ouvert pour le projet Gist où il est question d'adapter la fonctionnalité de clonage pour un gist chiffré. Pour rappel, Gist est un service en ligne pour déposer du code (gist) qui peut-être modifié et versionné. L'outil intègre une solution pour chiffrer les contenus coté navigateur.</p>