Nikola Ignjatovic 5 anos atrás
pai
commit
e4ae1578b9

BIN
images/bg_industry.jpg Ver arquivo


BIN
images/bg_service.png Ver arquivo


BIN
images/section_triangle_black.png Ver arquivo


+ 2
- 2
services/apiDevelopmentIntegration.php Ver arquivo

@@ -82,7 +82,7 @@
<?php include '../header.php'; ?>
<!-- end header -->
<div class="service-type-wrapper" style="background-image:url('../images/bg_industry.jpg');background-position:center center;position: relative;z-index: 2;">
<div class="service-type-wrapper" style="background-image:url('../images/bg_service.png');background-position:center bottom;"> <!-- background-position:center center;position: relative;z-index: 2;-->
<div class="service_type clearfix general-section " >
<div class="section-title">
<h1>Custom API development and integration services</h1>
@@ -95,7 +95,7 @@
</div>
</div><!-- end Services Intro -->
<div class="section-triangle-grey" style="position: absolute;bottom: -36px;top: unset;"></div>
</div>
</div>
<!--service info-->

+ 1
- 1
style.css Ver arquivo

@@ -456,7 +456,7 @@ p .bold-team-info,
margin-left: -61.5px;
}
.section-triangle-dark {
background: url(images/section_triangle_dark.png) no-repeat;
background: url(images/section_triangle_black.png) no-repeat;
height: 41px;
top: -5px;
}

+ 12
- 12
styles/custom.css Ver arquivo

@@ -383,17 +383,17 @@ ul.bulleted-list {
height: 36px;
left: 50%;
bottom: -36px;
/* border-style: solid; */
/* border-width: 36px 63px 0px 63px; */
border-style: solid;
border-width: 36px 63px 0px 63px;
z-index: 1;
transform: translateX(-50%);
opacity: 0.9;
} */
/* .service-type-wrapper.dark:after
}
.service-type-wrapper.dark:after
{
border-color: #000 transparent transparent transparent;
background-image: url('../images/section_triangle_dark.png');
} */
} */
/* .service-type-wrapper:before
{
content: "";
@@ -429,16 +429,16 @@ ul.bulleted-list {
width: 100%;
box-shadow: 3px 3px 10px 12px #232323;
}
.service-type-wrapper:not(.dark):after
/* .service-type-wrapper:not(.dark):after
{
border-color: #ccc transparent transparent transparent;
}
.service-type-wrapper:not(.dark)
} */
/* .service-type-wrapper:not(.dark)
{
box-shadow: 3px 3px 10px 15px #ccc;
filter: brightness(245%) saturate(140%);
}
.service-type-wrapper:not(.dark)::before
} */
/* .service-type-wrapper:not(.dark)::before
{
content: "";
position: absolute;
@@ -448,7 +448,7 @@ ul.bulleted-list {
width: 100%;
background-color: gray;
opacity: 0.6;
}
} */


.service-info-icon

Carregando…
Cancelar
Salvar