This commit is contained in:
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 Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 24 KiB

二進制
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 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>