Skip to content
Snippets Groups Projects
Commit 9f45bbb2 authored by Loïc Faure-Lacroix's avatar Loïc Faure-Lacroix
Browse files

Ajout des images

parent 576f6705
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
---------------------------------------- */
#slider {
width: 260px; /*important to be same as image width */
width: 328px; /*important to be same as image width */
/* height: 300px; important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
......@@ -38,12 +38,12 @@
position: absolute;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 190px;
width: 100%;
background-color: #ddfabb;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
color: #000;
display: none;
border:1px solid #ddd;
......@@ -74,7 +74,7 @@
}
.bottom {
bottom: 0;
left: 0;
left: 5px;
}
.left {
top: 0;
......
......@@ -532,4 +532,10 @@ code {
padding: 3px;
}
.discover-image {
bottom: -50px;
left: -50px;
position: relative;
}
www/img/gallery/account-add.png

190 KiB

www/img/gallery/account-edit.png

199 KiB

www/img/gallery/thumbs/account-add.png

71.4 KiB

www/img/gallery/thumbs/account-edit.png

72.7 KiB

www/img/slider/homepage.png

29.8 KiB

www/img/slider/lady-discover.jpg

65.4 KiB

www/img/slider/lady-wise.jpg

101 KiB

www/img/slider/mrbad.jpg

114 KiB

......@@ -18,13 +18,19 @@ include('include/header.php');
<div id="slider" >
<ul id="sliderContent">
<li class="sliderImage">
<img src="img/comm.jpg" width="210" height="384" alt=""/>
<img src="img/slider/lady-wise.jpg" width="310" height="384" alt=""/>
<span class="bottom">
<strong>Savoir-Faire Linux</strong>
<br />presents SFLphone</span>
</li>
<li class="sliderImage">
<img src="img/sflPhone_a.png" width="210" height="384" alt=""/>
<img src="img/slider/mrbad.jpg" width="310" height="384" alt=""/>
<span class="bottom">
<strong>SFLphone</strong>
<br />It's free and you can use it everywhere.</span>
</li>
<li class="sliderImage">
<img src="img/slider/homepage.png" width="310" height="384" alt=""/>
<span class="bottom">
<strong>SFLphone</strong>
<br />SIP and IAX2 softphone</span>
......@@ -75,6 +81,7 @@ include('include/header.php');
a Canadian Linux consulting company, in partnership with the global community.
Savoir-Faire Linux provides to users easy-to-install packages for most of the main Linux distributions.
</p>
<img class="discover-image" src="img/slider/lady-discover.jpg" />
</td>
</tr>
</tbody>
......
......@@ -37,7 +37,9 @@ include('include/header.php');
array('incoming-call.png','Incoming call'),
array('main-history.png','Call history'),
array('main-history-opt.png','Call history options'),
array('main-transfer.png','Call transfer')
array('main-transfer.png','Call transfer'),
array('account-edit.png','Account add dialog'),
array('account-add.png','Account edit dialog')
);
......@@ -58,8 +60,6 @@ include('include/header.php');
http://jquery.org
-->
<script type="text/javascript">
//jQuery(function($) { $('ul.gallery').galleria(); });
jQuery(function($) {
$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment