Skip to content

Commit

Permalink
- DENA Sunstone Light Touch; + EEF ADI Arduino Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
BazzaDEV committed Oct 29, 2023
1 parent 71bbfa7 commit 8e87581
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 27 deletions.
Empty file added .hugo_build.lock
Empty file.
45 changes: 34 additions & 11 deletions static/assets/css/sponsor-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,27 @@

.title-sponsors {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(3, 1fr);
grid-gap: 50px;
grid-template-columns: repeat(4, 1fr);
text-align: center;
align-items: center;
padding-bottom: 4em;
/* background-color: red; */
}

.uottawa {
grid-column: 2;
grid-row: 1;
grid-column: 2 / span 2;
}

.ceed {
grid-column: 2;
grid-row: 2;
grid-column: 1 / span 2;
}

.eef {
grid-row: 2;
grid-column: 3 / span 2;
}

.winline {
Expand All @@ -30,6 +37,7 @@
grid-gap: 10px;
grid-template-columns: repeat(5, 1fr);
text-align: center;
align-items: center;
grid-row-gap: 2em;
padding-bottom: 3em;
}
Expand All @@ -43,20 +51,35 @@
padding-bottom: 3em;
}

.sponsors2-row {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
text-align: center;
grid-row-gap: 2em;
padding-bottom: 3em;
}

.sponsors1-row {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(1, 1fr);
text-align: center;
grid-row-gap: 2em;
padding-bottom: 3em;
}

/* Row 1 */
.logo-shell {
grid-column: 1;
grid-row: 1;
}

.logo-dica {
grid-column: 2/4;
grid-row: 1;
grid-column: 2;
}

.logo-dena {
grid-column: 4/6;
grid-row: 1;
.logo-dni-trinamic {
grid-column: 1;
}

/* Row 2 */
Expand Down Expand Up @@ -91,7 +114,7 @@
grid-row: 1;
}

.logo-lightouch {
.logo-gbs {
grid-column: 5;
grid-row: 1;
}
Expand Down
Binary file added static/images/logo-adi-trinamic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions static/images/logo-arduino-pro.svg
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 static/images/logo-eef-transparent.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 static/images/logo-eef.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 static/images/logo-gbs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 27 additions & 16 deletions static/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,23 @@ <h2 style="margin-bottom: 0.5em">Sponsors</h2>
<div class="title-sponsors">
<div class="uottawa">
<a href="https://engineering.uottawa.ca/"
><img height="250" src="images/uottawa.png"
><img height="300" src="images/uottawa.png"
/></a>
</div>
<div class="ceed">
<a href="https://engineering.uottawa.ca/CEED"
><img width="300" src="images/ceed.jpg" class="curved-border"
><img height="150" src="images/ceed.jpg" class="curved-border"
/></a>
</div>
<div class="eef">
<a href="https://www.uottawa.ca/faculty-engineering/student-experience/funding-student-initiatives"
><img height="200" src="images/logo-eef-transparent.png"
/></a>
</div>
</div>

<!-- Row 1 -->
<div class="sponsors5-row">
<div class="sponsors2-row">
<div class="logo-shell">
<a
href="https://www.shell.com/make-the-future/shell-ecomarathon/americas.html"
Expand All @@ -89,12 +94,16 @@ <h2 style="margin-bottom: 0.5em">Sponsors</h2>
><img height="300" src="images/dica.jpeg"
/></a>
</div>
<div class="logo-dena">
<a href="https://denatechnologies.com/"
><img height="275" class="curved-border" src="images/dena.jpg"
</div>

<div class="sponsors1-row">
<div class="logo-adi-trinamic">
<a href="https://dica.ca/"
><img height="200" src="images/logo-adi-trinamic.png"
/></a>
</div>
</div>

<!-- Row 2 -->
<div class="sponsors4-row">
<div class="logo-solidworks">
Expand All @@ -107,13 +116,16 @@ <h2 style="margin-bottom: 0.5em">Sponsors</h2>
><img width="600" src="images/altium.jpg"
/></a>
</div>
<div>

</div>
</div>
<!-- Row 3 -->
<div class="sponsors4-row">
<div class="logo-sunstone">
<div class="sponsors5-row">
<div class="logo-arduino-pro">
<a
href="https://sunstone.com/"
><img height="80" src="images/logo-sunstone-circuits.png"
href="https://www.arduino.cc/pro/"
><img height="80" src="images/logo-arduino-pro.svg"
/></a>
</div>
<div class="logo-clickbond">
Expand All @@ -129,12 +141,12 @@ <h2 style="margin-bottom: 0.5em">Sponsors</h2>
><img src="images/anaheim.jpg"
/></a>
</div>
<div class="logo-lightouch">
<a href="https://lighttouchtuning.ca/"
<div class="logo-gbs">
<a href="https://gbs.ca/"
><img
width="250"
class="curved-border"
src="images/lighttouch.png"
width="200"

src="images/logo-gbs.jpg"
/></a>
</div>
</div>
Expand All @@ -144,7 +156,6 @@ <h2 style="margin-bottom: 0.5em">Sponsors</h2>
<a href="https://www.calabogiemotorsports.com/"
><img
height="100"
class="curved-border"
src="images/calabogie.png"
/></a>
</div>
Expand Down

0 comments on commit 8e87581

Please sign in to comment.