This commit is contained in:
Simon Vieille 2016-10-08 11:10:19 +02:00
förälder e191782afa
incheckning 3bfc80c62d
5 ändrade filer med 11 tillägg och 4 borttagningar

5
1.html
Visa fil

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

Visa fil

@ -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är
img/body.png Normal file

Binary file not shown.

Efter

Bredd:  |  Höjd:  |  Storlek: 24 KiB

Binär
img/logo.png Normal file

Binary file not shown.

Efter

Bredd:  |  Höjd:  |  Storlek: 1.9 KiB

Visa fil

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