add real cert images

This commit is contained in:
sHa
2019-03-31 15:04:02 +03:00
parent 5dc0a1cc30
commit 27de4c44af
5 changed files with 46 additions and 8 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
images/cert_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

View File

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

View File

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