Skip to content

Commit

Permalink
Merge pull request #67 from YorkURobotics/update-links
Browse files Browse the repository at this point in the history
Update links
  • Loading branch information
PurveshPatelYu authored Sep 6, 2024
2 parents d5e96bb + 448372b commit 0d1d014
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
7 changes: 4 additions & 3 deletions website/_layouts/industry.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
font-size: 1.125rem;
font-size: 1.75rem;
font-weight: 600;
line-height: 1.5rem;
padding: 0.75rem 1.2rem;
Expand Down Expand Up @@ -167,7 +167,8 @@

.button {
display: block;
width: fit-content;
height: 15%;
width: auto;
margin: 20px auto;
}

Expand All @@ -189,4 +190,4 @@
scripts.html %}
</body>

</html>
</html>
20 changes: 11 additions & 9 deletions website/industrynight.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
layout: industry
---

<button
onclick="location.href = 'https://www.eventbrite.com/e/industry-night-computing-and-mechanics-tickets-964699059857?aff=oddtdtcreator';"
class="button" role="button">
Get Your Tickets!
</button>

<div class="banner">
<img src="assets/img/in_banner.jpg" alt="Industry Night Banner"
style="width: 100%; height: auto; object-fit: cover;" />

<div class="banner"><a href="https://www.eventbrite.com/e/industry-night-computing-and-mechanics-tickets-964699059857?aff=YURSWebsite">
<img src="assets/img/in_banner.jpg" alt="Industry Night Banner" title="Click to buy tickets!" style="width: 100%; height: auto; object-fit: cover;" />
</a>
</div>

<header>
Expand All @@ -21,6 +17,12 @@
style="border: 0; width: 100%; height: 450px;"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<button
onclick="location.href = 'https://www.eventbrite.com/e/industry-night-computing-and-mechanics-tickets-964699059857?aff=YURSWebsite';"
class="button" role="button">
Get Your Tickets!
</button>

<h2 class="in_text_header">What is Industry Night?</h2>
</header>

Expand Down Expand Up @@ -116,4 +118,4 @@ <h2>Featured Clubs 2023:</h2>
<img src="assets/img/YURS_Logo_constellation.png" alt="YURS" />
</div>
<br />
<br /><br />
<br /><br />

0 comments on commit 0d1d014

Please sign in to comment.