Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Basic-Website/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,5 @@ section .title{
box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
outline: 0;
}


18 changes: 15 additions & 3 deletions Basic-Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h3 class="typing" style="font-size: 5rem;" >EDC IIEST SHIBPUR</h3>




<!--
<div class="hero-wrapper fast-scroll-section">

<figure>
Expand All @@ -201,16 +201,28 @@ <h3 class="typing" style="font-size: 5rem;" >EDC IIEST SHIBPUR</h3>

</figure>

</div> -->


<div class="hero-wrapper fast-scroll-section" style="position: relative; width: 100%; height: 500px; overflow: hidden;">
<div class="video-container" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0;">
<video loop muted autoplay style="width: 100%; height: 100%; object-fit: cover;">
<source src="video_and_images/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>



<div class="stretch">



<div class="info">

<div class="minInfo">
Welcome to EDCell
Welcome to EDC,
Entrepreneurship Development Cell was set up in the year 2009 under the AICTE initiative and is working
under the guidance of the Department of Human Resources Management in co-ordination with NRDC-IIEST IFC,
TCGTBI and now with IIC IIESTS.
Expand All @@ -225,7 +237,7 @@ <h3 class="typing" style="font-size: 5rem;" >EDC IIEST SHIBPUR</h3>
opportunities, is what we strive towards continually
</div>

<img src="/Basic-Website/video_and_images/main.png" width="450px" class="mainImage">
<img src="video_and_images/main.png" width="450px" class="mainImage">

</div>

Expand Down