mirror of
https://github.com/shadoll/slavforest.git
synced 2025-10-26 23:18:40 +00:00
add real cert images
This commit is contained in:
@@ -767,10 +767,22 @@ div.carousel-inner .item img {
|
|||||||
SECTION DOWNLOAD
|
SECTION DOWNLOAD
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
.download {
|
.cert {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
.download_screen img {
|
.cert_screen .cert1 {
|
||||||
|
z-index:11
|
||||||
|
}
|
||||||
|
.cert_screen .cert2 {
|
||||||
|
left: 200px;
|
||||||
|
z-index: 10
|
||||||
|
}
|
||||||
|
.cert_screen .cert1 img,
|
||||||
|
.cert_screen .cert2 img {
|
||||||
|
width: auto;
|
||||||
|
height: 490px;
|
||||||
|
}
|
||||||
|
.cert_screen a {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -240px;
|
bottom: -240px;
|
||||||
|
|||||||
BIN
images/cert_1.png
Normal file
BIN
images/cert_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
images/cert_2.png
Normal file
BIN
images/cert_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 576 KiB |
19
index.html
19
index.html
@@ -557,7 +557,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="download page" id="CERTIFICATES">
|
<section class="cert page" id="CERTIFICATES">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-10 col-md-offset-1">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
@@ -580,10 +580,23 @@
|
|||||||
>
|
>
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
<div
|
<div
|
||||||
class="download_screen text-center wow fadeInUp"
|
class="cert_screen text-center wow fadeInUp"
|
||||||
data-wow-duration="1s"
|
data-wow-duration="1s"
|
||||||
>
|
>
|
||||||
<img src="images/cert.jpg" alt="" />
|
<a
|
||||||
|
href="images/cert_1.png"
|
||||||
|
rel="prettyPhoto[cert_gal]"
|
||||||
|
class="cert1"
|
||||||
|
>
|
||||||
|
<img src="images/cert_1.png" alt="" />
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="images/cert_2.png"
|
||||||
|
rel="prettyPhoto[cert_gal]"
|
||||||
|
class="cert2"
|
||||||
|
>
|
||||||
|
<img src="images/cert_2.png" alt="" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -530,7 +530,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="download page" id="CERTIFICATES">
|
<section class="cert page" id="CERTIFICATES">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-10 col-md-offset-1">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
@@ -553,10 +553,23 @@
|
|||||||
>
|
>
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
<div
|
<div
|
||||||
class="download_screen text-center wow fadeInUp"
|
class="cert_screen text-center wow fadeInUp"
|
||||||
data-wow-duration="1s"
|
data-wow-duration="1s"
|
||||||
>
|
>
|
||||||
<img src="images/cert.jpg" alt="" />
|
<a
|
||||||
|
href="images/cert_1.png"
|
||||||
|
rel="prettyPhoto[cert_gal]"
|
||||||
|
class="cert1"
|
||||||
|
>
|
||||||
|
<img src="images/cert_1.png" alt="" />
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="images/cert_2.png"
|
||||||
|
rel="prettyPhoto[cert_gal]"
|
||||||
|
class="cert2"
|
||||||
|
>
|
||||||
|
<img src="images/cert_2.png" alt="" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user