Nikola Ignjatovic 5 лет назад
Родитель
Сommit
edbfce9ff7
6 измененных файлов: 30 добавлений и 11 удалений
  1. 1
    1
      careers.html
  2. 1
    1
      index.html
  3. 2
    2
      portfolio.html
  4. 11
    0
      scripts/custom.js
  5. 1
    1
      style.css
  6. 14
    6
      styles/custom.css

+ 1
- 1
careers.html Просмотреть файл

<li><a href="#stats-wrap">states</a></li> <li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> --> <li><a href="#news-wrap">news</a></li> -->
<li class="active"><a data-id ="contact-wrap" class="home_link" href="#contact-wrap">contact</a></li>
<li class=""><a data-id ="contact-wrap" class="home_link" href="#contact-wrap">contact</a></li>
<li class="active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span</li> <li class="active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span</li>
<li ><a href="portfolio.html">portfolio</a>></li> <li ><a href="portfolio.html">portfolio</a>></li>
</ul> </ul>

+ 1
- 1
index.html Просмотреть файл

<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>CAREERS</h2>
<h2>Services</h2>
<h5>See all we have to offer you</h5> <h5>See all we have to offer you</h5>
</div> </div>
<div class="services-intro"> <div class="services-intro">

+ 2
- 2
portfolio.html Просмотреть файл

<li><a href="#news-wrap">news</a></li> --> <li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-wrap" class="home_link" href="index.html">contact</a></li> <li><a data-id ="contact-wrap" class="home_link" href="index.html">contact</a></li>
<li ><a href="careers.html">careers</a></li> <li ><a href="careers.html">careers</a></li>
<li class="active"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
<li class="active portfolio"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
</ul> </ul>
</nav><!-- end Navigation --> </nav><!-- end Navigation -->
<nav id="mobile-navigation"> <nav id="mobile-navigation">
<li><a data-id ="contact-wrap" class="home_link" href="#contact-wrap">contact</a></li> <li><a data-id ="contact-wrap" class="home_link" href="#contact-wrap">contact</a></li>
<li ><a href="careers.html">careers</a></li> <li ><a href="careers.html">careers</a></li>
<li class="active"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
<li class="active portfolio"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
</ul> </ul>
</nav><!-- end Navigation --> </nav><!-- end Navigation -->
</header> </header>

+ 11
- 0
scripts/custom.js Просмотреть файл

$('.position').on('click', function(ev) { $('.position').on('click', function(ev) {
//ev.preventDefault(); //ev.preventDefault();
$(this).find(".chev").toggleClass('chevron--down chevron--up');
$(this).closest(".position-cont").find(".collapse").toggleClass("show");
$(this).toggleClass("active"); //css({"background-color": "#993c95", "color": "white"});

expand= !expand;
});
$('.chev').on('click', function(ev) {
//ev.preventDefault();
$(this).toggleClass('chevron--down chevron--up'); $(this).toggleClass('chevron--down chevron--up');
$(this).closest(".position-cont").find(".collapse").toggleClass("show"); $(this).closest(".position-cont").find(".collapse").toggleClass("show");

+ 1
- 1
style.css Просмотреть файл

border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 10px; border-bottom-width: 10px;
position: absolute; position: absolute;
bottom: -20px;
bottom: -13px;
left: 43%; left: 43%;
} }
/* Mobile Navigation */ /* Mobile Navigation */

+ 14
- 6
styles/custom.css Просмотреть файл

a:hover{ a:hover{
text-decoration: none!important; text-decoration: none!important;
} }
/* #navigation ul li.active.portfolio .nav-active-mark
{
bottom: -20px;
} */
.red-background .red-background
{ {
background-color: #cd1e28 background-color: #cd1e28
} }
@media (max-width: 768px){ @media (max-width: 768px){
#gallery .gallery-box #gallery .gallery-box
{
padding: 0px 50px;
}
{
padding: 0px 50px;
}
.careers-intro
{
flex-direction: column;
}
} }
@media (max-width: 480px){ @media (max-width: 480px){
#gallery .gallery-box #gallery .gallery-box
{
padding:0px;
}
{
padding:0px;
}
.chevron .chevron
{ {
right:20px; right:20px;

Загрузка…
Отмена
Сохранить