Przeglądaj źródła

Added new changes2

master
Nikola Ignjatovic 5 lat temu
rodzic
commit
e4f0b01172
4 zmienionych plików z 24 dodań i 10 usunięć
  1. BIN
      images/office-desk.jpg
  2. 7
    7
      index.html
  3. 0
    1
      portfolio.html
  4. 17
    2
      styles/custom.css

BIN
images/office-desk.jpg Wyświetl plik


+ 7
- 7
index.html Wyświetl plik

@@ -256,7 +256,7 @@

</div><!-- end About -->
<div id="our_partners-wrap" class="dark home-section" >
<div class="our_partners-cont" style=" background-image: url(images/news_item_2.png);">
<div class="our_partners-cont" style=" background-image: url(images/office-desk.jpg);">
</div>
<div class="gallery-cont">
<section id="gallery" class="gallery general-section clearfix">
@@ -304,7 +304,7 @@
</div>
</div>
</div>
</a>
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-badin" href="portfolio.html">
@@ -361,7 +361,7 @@
<ul class="socials">
</ul>
<a href="portfolio.html" ><h4 class="white-color">"REMEMBERING"</h5></a>
<a href="portfolio.html" ><h4 class="white-color">"REMEMBERING"</h5></a>
</div>
</div>
@@ -396,9 +396,9 @@
<div class="hex-in1">
<div class="hex-in2 hex-area no-partner" style="background-image: url('images/y.png');background-size:contain;background-repeat: no-repeat;">
<div class="gallery-info" style="top: -999px;">
<ul class="socials">
</ul>
<a href="portfolio.html" ><h4 class="white-color">Gold bullion international</h4></a>
<ul class="socials">
</ul>
<a href="portfolio.html" ><h4 class="white-color">Gold bullion international</h4></a>
</div>
</div>
</div>
@@ -644,7 +644,7 @@
</div>
<div id="services-wrap" class="home-section">
<section id="services" class="services general-section clearfix">
<div class="section-triangle-dark"></div>
<!--<div class="section-triangle-dark"></div>-->
<div class="section-title">
<h2>SERVICES</h2>
<h5>See all we have to offer you</h5>

+ 0
- 1
portfolio.html Wyświetl plik

@@ -983,7 +983,6 @@
<script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="scripts/waypoints.js"></script>
<script type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="scripts/jquery-cookie-master/src/jquery.cookie.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="scripts/jquery.typed.js"></script>

+ 17
- 2
styles/custom.css Wyświetl plik

@@ -20,7 +20,8 @@
background-color: #089bcf!important;
}
#gallery .contact-socials .contact-social-overlay .hex-area ,#portfolio-header .contact-socials .contact-social-overlay .hex-area {
background-color: #d7dbd8!important;
/*background-color: #d7dbd8!important;*/
background-color: #cccccc!important;
}
#gallery .gallery-item-overlay .hex-area, #portfolio-header .gallery-item-overlay .hex-area{
@@ -77,7 +78,7 @@
z-index: 7;
position: relative;
background-color: #000;
opacity:0.7;
opacity:0.95;
}
#gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
@@ -133,6 +134,20 @@
transform: translateX(-50%);
z-index: 11;
}
#services:before
{
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 36px 63px 0px 63px;
border-color: #060504 transparent transparent transparent;
top: -5px;
left: 50%;
transform: translateX(-50%);
z-index: 11;
}
.successfully
{
color:#00FF00;

Ładowanie…
Anuluj
Zapisz