Skip to content

Commit

Permalink
video added and body css changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivibhu05 committed Sep 29, 2021
1 parent ccfd13e commit 7d090d4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
5 changes: 4 additions & 1 deletion contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,11 @@ <h1 style="text-align: center;">&#127937; Evolution (UIET Coding Club)</h1>
<p><b style="color: rgb(4, 163, 52);">Timing:</b> 9:30 PM - 12 AM</p>
<p><b style="color: rgb(4, 163, 52);">Winner:</b> Vishal Kumar (CSE 2k17)</p>
</li> -->
<div>
<img id="club1" src="images/Black and Red Gaming Logo (2).png">
</div>

<!-- <hr> -->
<hr>



Expand Down
9 changes: 7 additions & 2 deletions cssfiles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

body {
scroll-behavior: smooth;
background-color: rgb(20, 1, 1);
background-color: rgb(5, 10, 24,97%);
color: white;
font-size: 100%;
line-height: 1.5;
Expand Down Expand Up @@ -781,4 +781,9 @@
}
/*for club image*/


#club1
{
height: 500px;
width: 1075px;
}

Binary file modified images/Black and Red Gaming Logo (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ORIENTATION EVOLUTION.pdf
Binary file not shown.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<img id="hp" src="images/WhatsApp Image 2021-09-01 at 10.01.53 PM.jpeg" alt=""> -->
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

<div class="slideshow-container">
<!-- <div class="slideshow-container"> -->

<!-- <div class="iambrpslides fade">
<img id="club" src="images/Black and Red Gaming Logo (2).png">
Expand All @@ -119,7 +119,7 @@
<img id="club" src="images/EVOLUTION UIET CODING CLUB.png">
</div> -->
<div class="iambrpslides fade">
<!-- <div class="iambrpslides fade">
<img style="border: 1px solid white;" src="images/it building.png">
</div>
Expand All @@ -138,15 +138,15 @@
<span class="dot"></span>
<span class="dot"></span>
</div>
<script src="jsfiles/showslide.js"></script>
<script src="jsfiles/showslide.js"></script> -->
<!-- <br> -->

<script type="text/javascript">
<!-- <script type="text/javascript">
document.title = "UIET Docs";
</script>
<script src="scripts/slider.js"></script>
<script src="scripts/slider.js"></script> -->

<!-- <header>
<div class="gallery">
Expand All @@ -157,7 +157,13 @@
justify-content: center;" class="gallery">
<a style="background-color: rgb(128, 0, 0);" target="_blank" href="contribute.html">Contribute</a>
</div> -->
<!-- -->
<!-- Video -->

<video width="1100" height="440" autoplay>
<source src="videos/video orientation.mp4" type="video/mp4">
<source src="video orientation.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>

<div class="mainContent">
<div class="Content">
Expand Down
Binary file added videos/video orientation.mp4
Binary file not shown.

0 comments on commit 7d090d4

Please sign in to comment.