Quellcode durchsuchen

Added new changes2

master
Nikola Ignjatovic vor 5 Jahren
Ursprung
Commit
e4f0b01172
4 geänderte Dateien mit 24 neuen und 10 gelöschten Zeilen
  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 Datei anzeigen


+ 7
- 7
index.html Datei anzeigen



</div><!-- end About --> </div><!-- end About -->
<div id="our_partners-wrap" class="dark home-section" > <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>
<div class="gallery-cont"> <div class="gallery-cont">
<section id="gallery" class="gallery general-section clearfix"> <section id="gallery" class="gallery general-section clearfix">
</div> </div>
</div> </div>
</div> </div>
</a>
</a>
</div><!-- end Gallery Item --> </div><!-- end Gallery Item -->
<div class="hive gallery-item"> <div class="hive gallery-item">
<a class="partners_link" data-id="client-description-badin" href="portfolio.html"> <a class="partners_link" data-id="client-description-badin" href="portfolio.html">
<ul class="socials"> <ul class="socials">
</ul> </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>
</div> </div>
<div class="hex-in1"> <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="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;"> <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> </div>
</div> </div>
</div> </div>
<div id="services-wrap" class="home-section"> <div id="services-wrap" class="home-section">
<section id="services" class="services general-section clearfix"> <section id="services" class="services general-section clearfix">
<div class="section-triangle-dark"></div>
<!--<div class="section-triangle-dark"></div>-->
<div class="section-title"> <div class="section-title">
<h2>SERVICES</h2> <h2>SERVICES</h2>
<h5>See all we have to offer you</h5> <h5>See all we have to offer you</h5>

+ 0
- 1
portfolio.html Datei anzeigen

<script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script> <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 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.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" src="scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.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> <script type="text/javascript" src="scripts/jquery.typed.js"></script>

+ 17
- 2
styles/custom.css Datei anzeigen

background-color: #089bcf!important; background-color: #089bcf!important;
} }
#gallery .contact-socials .contact-social-overlay .hex-area ,#portfolio-header .contact-socials .contact-social-overlay .hex-area { #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{ #gallery .gallery-item-overlay .hex-area, #portfolio-header .gallery-item-overlay .hex-area{
z-index: 7; z-index: 7;
position: relative; position: relative;
background-color: #000; background-color: #000;
opacity:0.7;
opacity:0.95;
} }
#gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{ #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
transform: translateX(-50%); transform: translateX(-50%);
z-index: 11; 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 .successfully
{ {
color:#00FF00; color:#00FF00;

Laden…
Abbrechen
Speichern