Este commit está contenido en:
Simon Vieille 2016-10-08 11:10:19 +02:00
padre e191782afa
commit 3bfc80c62d
Se han modificado 5 ficheros con 11 adiciones y 4 borrados

5
1.html
Ver fichero

@ -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>

Ver fichero

@ -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
img/body.png Archivo normal

Archivo binario no mostrado.

Después

Anchura:  |  Altura:  |  Tamaño: 24 KiB

BIN
img/logo.png Archivo normal

Archivo binario no mostrado.

Después

Anchura:  |  Altura:  |  Tamaño: 1.9 KiB

Ver fichero

@ -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>