Skip to content

Commit

Permalink
Aivana upadate 2.o
Browse files Browse the repository at this point in the history
  • Loading branch information
20Sunny committed Sep 18, 2024
1 parent d60f56e commit ad86bf2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,27 +684,41 @@ <h2>AIVANA</h2>
<div class="container" style="border-bottom: 3px groove var(--skin-color)">
<div class="row">
<div class="section-title padd-5">
<h2>AIVANA</h2>
<h2>AIVOT</h2>
</div>
</div>
<div class="row">
<div class="service-item">
<div class="service-item-inner"><div style="padding: 10px;height: 65vh; width: 100%;border: 2px solid var(--skin-color); border-radius: 10px; box-shadow: 0px 0px 10px var(--skin-color); overflow: hidden;">
<iframe src="https://aivana.netlify.app" style="width: 100%;height: 100%;border-radius: 5px;" frameborder="0"></iframe></div>
<iframe src="https://aivaot.vercel.app" style="width: 100%;height: 100%;border-radius: 5px;" frameborder="0"></iframe></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="container" style="border-bottom: 3px groove var(--skin-color)">
<div class="row">
<div class="section-title padd-5">
<h2>AIVANA</h2>
<h2>AIVART</h2>
</div>
</div>
<div class="row">
<div class="service-item">
<div class="service-item-inner"><div style="padding: 10px;height: 65vh; width: 100%;border: 2px solid var(--skin-color); border-radius: 10px; box-shadow: 0px 0px 10px var(--skin-color); overflow: hidden;">
<iframe src="https://aivana.netlify.app" style="width: 100%;height: 100%;border-radius: 5px;" frameborder="0"></iframe></div>
<iframe src="https://aivart.vercel.app" style="width: 100%;height: 100%;border-radius: 5px;" frameborder="0"></iframe></div>
</div>
</div>
</div>
</div>
<div class="container" style="border-bottom: 3px groove var(--skin-color)">
<div class="row">
<div class="section-title padd-5">
<h2>AIVLOG</h2>
</div>
</div>
<div class="row">
<div class="service-item">
<div class="service-item-inner"><div style="padding: 10px;height: 65vh; width: 100%;border: 2px solid var(--skin-color); border-radius: 10px; box-shadow: 0px 0px 10px var(--skin-color); overflow: hidden;">
<iframe src="https://aivlog.vercel.app" style="width: 100%;height: 100%;border-radius: 5px;" frameborder="0"></iframe></div>
</div>
</div>
</div>
Expand Down Expand Up @@ -928,7 +942,7 @@ <h4 class="contact-sub-title">I'M VERY RESPONSIVE</h4>
<!-- ------------------------------CONTACT FORM END-------------------------------- -->
</div>
<div class="credit">View count :<img src="https://profile-counter.glitch.me/20Sunny/count.svg" alt="view"></div>
<a href="#" class="credit2">DEVELOPED BY -: SUNNY SHARMA &copy copyright reserved </a>
<a href="content()" class="credit2">DEVELOPED BY -: SUNNY SHARMA &copy copyright reserved </a>
</section>
<!-- =========CONTACT SECTION END=========== -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ h3.my-profession {
}

.service .service-item .service-item-inner:hover {
box-shadow: 0 0 20px rgba(48, 46, 77, 0.3);
box-shadow: 0 0 50px -30px var(--text-black-700);
}

.service .service-item .service-item-inner h4 {
Expand Down

0 comments on commit ad86bf2

Please sign in to comment.