Этот коммит содержится в:
Simon Vieille 2016-10-08 11:10:19 +02:00
родитель e191782afa
Коммит 3bfc80c62d
5 изменённых файлов: 11 добавлений и 4 удалений

5
1.html
Просмотреть файл

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

Просмотреть файл

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

Двоичные данные
img/body.png Обычный файл

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 24 KiB

Двоичные данные
img/logo.png Обычный файл

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.9 KiB

Просмотреть файл

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