Skip to content

Commit

Permalink
Merge pull request #45 from YorkURobotics/PurveshPatelYu-patch-1
Browse files Browse the repository at this point in the history
Purvesh patel yu patch 1
  • Loading branch information
PurveshPatelYu authored Apr 22, 2024
2 parents 7091b0b + 5fb7346 commit 14f3c19
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
7 changes: 4 additions & 3 deletions website/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header id="header">
<div class="brand">
<img id="logo" src="assets/img/logo-short.png" alt="" />
<h1>York University Robotics Society</h1>
<h1> <a href="/">York University Robotics Society</a> </h1>
</div>

<nav>
Expand All @@ -11,11 +11,12 @@ <h1>York University Robotics Society</h1>
<div class="line"></div>
</div>
<ul class="nav-links">

<li class="nav-link">
<a href="/industrynight">Industry Night</a>
<a href="/">Home</a>
</li>
<li class="nav-link">
<a href="/">Home</a>
<a href="/industrynight">Industry Night</a>
</li>
<li class="nav-link" id="video-nav-link">
<a href="/#video">Promotional Video</a>
Expand Down
16 changes: 16 additions & 0 deletions website/_layouts/industry.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
object-fit: contain;
flex: 1 1 auto;
}
.ytvid {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}

.framevid {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.partner {
display: flex;
justify-content: flex-start;
Expand Down
11 changes: 5 additions & 6 deletions website/industrynight.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
---
<header>
<br>
<div>
<iframe class="iframeVideo" src="https://www.youtube.com/embed/zV7TQaIjNjo" style="border: 0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<div class="ytvid">
<iframe class="framevid" src="https://www.youtube.com/embed/zV7TQaIjNjo" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
<h2>What is Industry Night?</h2>
</header>
Expand Down Expand Up @@ -41,7 +41,9 @@ <h2>Featured Clubs:</h2>
<img src="assets/img/YURS_Logo_constellation.png" alt="YURS">
</div>
<br>
<h2>Partners</h2>
<h2> 2024 Partners</h2>
<br>
<h2>Past Partners</h2>
<br>
<div class="partner">
<img src="assets/img/Pantheon_Gold_Horizontal_Logo.png" alt="" >
Expand All @@ -55,7 +57,4 @@ <h2>Partners</h2>
</div>
<div class="buttons-container">
<button class="button-arounder" onclick="window.location.href='https://drive.google.com/file/d/1WCMefPH5gFQue7jhgAO-KzsEupQ3B65J/view?usp=drive_link';">Sponsor This Event</button>
</div> <br> <br>
<div class="buttons-container">
<button class="button-arounder" onclick="window.location.href='https://docs.google.com/forms/d/e/1FAIpQLSeKhFoMB34aQ6gktAE06El5NbYl4gxnqR1jKsCfJ5-hokZTTg/viewform?usp=sf_link';"> Industry Night Awards </button>
</div>

0 comments on commit 14f3c19

Please sign in to comment.