Skip to content

Commit

Permalink
ch1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 20, 2020
1 parent 2656c33 commit f003f70
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 28 deletions.
12 changes: 12 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8097,6 +8097,18 @@ background: linear-gradient(90deg, rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100%
background: rgb(191,18,106);
background: linear-gradient(90deg, rgba(191,18,106,1) 0%, rgba(81,20,157,1) 100%);
}
.button-style3{
font-family: "GILROY", sans-serif;
font-weight: LIGHT;
color: white;
width : 100%;
background: linear-gradient(to right , rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100%);
transition: 1s;
}
.button-style3:hover{
color : black;
background: white;
}
.text{
font-family: "GILROY", sans-serif;
font-weight: LIGHT;
Expand Down
61 changes: 33 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<!-- Start Navigation -->
<nav class="navbar navbar-expand-lg">
<!-- Start Logo -->
<a class="navbar-brand" href="#" data-scrollto="home" id="logo_style">
<a class="navbar-brand" href="index.html" id="logo_style">
<img src="assets/img/startup/logo.png" alt="">
</a>
<!-- End Logo -->
Expand Down Expand Up @@ -92,7 +92,12 @@
<li class="nav-item">
<a class="nav-link" href="#" data-scrollto="sponsors">Partners</a>
</li>

<!-- <li class="nav-item">
<a class="nav-link" href="#" data-scrollto="pricing">Price</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="#" data-scrollto="pricing">Pricing</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#" data-scrollto="contact">Contact</a>
</li>
Expand Down Expand Up @@ -129,7 +134,7 @@ <h1 class="display-4" id="hero_section_title">
<!-- ------------------------------------------------------- -->
<div class="row" style="text-align:center;">
<p class="u-fs-22 u-lh-1_8 my-4" id="hero-tit">
Startup, Innovation, Creativity...
Leap to the next level, Innovation, Creativity...
</p>
</div>
<!-- ------------------------------------------------------- -->
Expand Down Expand Up @@ -514,6 +519,23 @@ <h2 class="h1">
"prevArrow":"<div class=\"slick-prev colors box-shadow-v1\"><i class=\"fa fa-angle-left\"></i></div>",
"nextArrow":"<div class=\"slick-next colors box-shadow-v1\"><i class=\"fa fa-angle-right\"></i></div>",
"responsive": [{"breakpoint":1024, "settings":{"arrows":false, "dots":true, "dotsClass":"slick-dots text-center mt-4"}}, {"breakpoint":700, "settings":{"arrows":false, "slidesToShow":1, "dots":true, "dotsClass":"slick-dots text-center mt-4"}}]}'>

<div class="card">
<img src="assets/img/background/cse.png">
<div class="py-4">
<h3>
<a href="#">CSE</a> -
<a class="fa fa-fw fa-facebook"
href="https://www.facebook.com/club.scientifique.esi/"
style="color: black;" target="_blank"></a>
<a class="fa fa-fw fa-instagram"
href="https://instagram.com/cse.club?igshid=1sxhl08950tq8"
style="color: black;" target="_blank"></a>
</h3>
<p>Scientific Club of the National School of Computer Science of Algiers</p>
</div>
</div>
<!-- ------------------------------------ -->
<div class="card">
<img src="assets/img/background/hec.png">
<div class="py-4">
Expand All @@ -533,22 +555,7 @@ <h3>
</div>


<!-- ------------------------------------ -->
<div class="card">
<img src="assets/img/background/cse.png">
<div class="py-4">
<h3>
<a href="#">CSE</a> -
<a class="fa fa-fw fa-facebook"
href="https://www.facebook.com/club.scientifique.esi/"
style="color: black;" target="_blank"></a>
<a class="fa fa-fw fa-instagram"
href="https://instagram.com/cse.club?igshid=1sxhl08950tq8"
style="color: black;" target="_blank"></a>
</h3>
<p>Scientific Club of the National School of Computer Science of Algiers</p>
</div>
</div>


</div>
</div>
Expand Down Expand Up @@ -976,15 +983,13 @@ <h4>
<div class="col-lg-12">
<div class="row">
<div class="col-lg-7 mx-auto mt-5">
<ul class="nav nav-tabs justify-content-center tabs-v2 box-shadow-v2" role="tablist">

<li class="nav-item">
<a class="nav-link active2" data-toggle="tab" href="#tab2_5" role="tab"
aria-expanded="false">
Check-out our partners !
</a>
</li>
</ul>

<a href=""
class="btn btn-rounded btn-outline btn-lg mb-2 button-style3" target="_blank">
Check-out our partners !
</a>


</div>
<div class="col-lg-10 mx-auto mt-5">
<div class="tab-content tab__slider">
Expand Down

0 comments on commit f003f70

Please sign in to comment.