Nenad Stojanovic 5 年前
父节点
当前提交
424bdc856c
共有 4 个文件被更改,包括 18 次插入14 次删除
  1. 4
    4
      index.html
  2. 7
    7
      portfolio.html
  3. 1
    1
      style.css
  4. 6
    2
      styles/custom.css

+ 4
- 4
index.html 查看文件

@@ -191,7 +191,7 @@
<h2>ABOUT US</h2>
<h5>Know more about what we do</h5>
</div>
<div class="one_third about-item">
<div class="one_third about-item padding-bottom-50">
<div class="hive wow bounceInUp" data-wow-delay="1s">
<div class="hex outer-hex">
<div class="hex-in1">
@@ -208,7 +208,7 @@
<h3>Partnerships that create and grow</h3>
<p>Our clients relationships go beyond technology. Enthusiasts to the core, we bring real solutions to each client’s problems through a deep understanding of their market, solution, and vision.</p>
</div><!-- end About Item -->
<div class="one_third about-item">
<div class="one_third about-item padding-bottom-50">
<div class="hive wow bounceInUp" data-wow-delay="1s">
<div class="hex outer-hex">
<div class="hex-in1">
@@ -225,7 +225,7 @@
<h3>Product Discovery</h3>
<p>An idea solves a problem. We help you to create that idea, build a product and scale it to be successful in your business. First we question why. Then we develop a roadmap to make sure the development is ready to begin in order to construct the MVP.</p>
</div><!-- end About Item -->
<div class="one_third about-item last">
<div class="one_third about-item last padding-bottom-50">
<div class="hive wow bounceInUp" data-wow-delay="1s">
<div class="hex outer-hex">
<div class="hex-in1">
@@ -1293,7 +1293,7 @@
<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<div class="widget newsletter">
<!--<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">

+ 7
- 7
portfolio.html 查看文件

@@ -489,7 +489,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<!-- <div class="section-triangle-grey"></div> -->
<div class="section-title">
<h2>Gold Bullion International</h2>
@@ -568,7 +568,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>Profit Optics</h2>
@@ -645,7 +645,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>Badin</h2>
@@ -723,7 +723,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>Nis Ekspres</h2>
@@ -804,7 +804,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>SRA</h2>
@@ -887,7 +887,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>Mould Group China</h2>
@@ -970,7 +970,7 @@
</section>
</div>
<div class="services-wrap-cont">
<section class="services clearfix general-section">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>AKS</h2>

+ 1
- 1
style.css 查看文件

@@ -360,7 +360,7 @@ p .bold-team-info,
margin: 0 auto;
position: relative;
}
.partner,
#events,
#stats,
#news,

+ 6
- 2
styles/custom.css 查看文件

@@ -368,7 +368,7 @@ ul.bulleted-list {
}
.position-name
{
padding-top: 10px;
padding-top: 15px;
}
.position-name h4
{
@@ -731,4 +731,8 @@ textarea.apply-field
.diligent-purple-title
{
color: #993c95 !important;
}
}

.padding-bottom-50
{
padding-bottom:50px !important;

正在加载...
取消
保存