Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aliorhun authored Jul 29, 2023
1 parent 8377241 commit 4cfebd2
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,33 @@
<link rel=stylesheet href=/fonts/inter.css>
<link rel=stylesheet href=/fonts/feather.css>
<link rel=stylesheet href=https://aciklab.org/scss/main.min.css>

<style>

#popup {
display:none;
position:absolute;
margin-left: 100px;
width: 1200px;
}


</style>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script>
$(document).ready(function () {
$("#popup").hide().fadeIn(1000);
});
</script>
</head>
</html>
<body>





<header id=header>
<div class="container-fluid nav-bg" data-aos=fade-down>
<div class="container py-3">
Expand Down Expand Up @@ -54,6 +78,13 @@
</div>
</div>
<section id=hero class="pt-lg-5 pt-0 pb-5">


<div id="popup" class="popup panel panel-primary">
<a href="https://aciklab.org/iletisim/"> <img width="1200px" src="https://aciklab.org/images/cbddo-hazir.jpeg" alt="popup"></a>
</div>


<div id=hero-carousel class="carousel container slide pb-5" data-ride=carousel>
<div class="carousel-inner row">
<div class="carousel-item active">
Expand Down Expand Up @@ -337,4 +368,4 @@ <h4 class=blog-post-title style=font-weight:600 dir=auto><a href=https://aciklab
<script src=/scripts/aciklab.bundle.js></script>
<script src=/scripts/aciklab.js></script>
</body>
</html>
</html>

0 comments on commit 4cfebd2

Please sign in to comment.