Skip to content

Commit

Permalink
Merge pull request #9 from IEEE-UofG-Student-Branch/Lukas-Dev
Browse files Browse the repository at this point in the history
Update events
  • Loading branch information
Tacitor authored Sep 17, 2024
2 parents 677ac71 + 6bf9b4c commit a84dad3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
Binary file added www/html/images/originals/genMeetF24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions www/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,22 @@
<div class="feature1">

<img class="feature1_img"
src="images/spingle.webp"
src="images/originals/genMeetF24.png"
alt="TEMP">
<div class="feature_header_text">
IEEE Engineering Speed Mingle
IEEE General Meeting
</div>
<div class="feature_date_text">
04.Sep.2024
20.Sep.2024 at 6 pm (THRN 1002)
</div>
<div class="feature_blurb_text">
<p>
Students will have the opportunity to break the ice with other aspiring engineering students in a fast-paced, riveting environment, discussing
their mutual excitement and passion as a Guelph Engineering student. This event is a great opportunity for students to meet and mingle with
their peers in a casual, low-pressure environment and foster a new cohort of engineers at the University of Guelph.
Join the IEEE Student Branch at the University of Guelph for our semesterly general meeting where we
will discuss our plans for the semester including events, workshops, and provide miscellaneous updates!
</p>
</div>

<!--

<div class="nav_button_div">
<a class="nav_button_anchor"
href="proj/Catan.html" data-remove-file-extension="true">
Expand All @@ -105,10 +104,11 @@
</div>
</a>
</div>
-->


</div>

<!--
<div class="feature2">
<img class="feature1_img"
src="images/hutt.webp"
Expand All @@ -125,7 +125,6 @@
</p>
</div>
<!--
<div class="nav_button_div">
<a class="nav_button_anchor"
href="proj/Webserver.html" data-remove-file-extension="true">
Expand All @@ -150,9 +149,10 @@
</div>
</a>
</div>
-->
</div>
-->

</div>
</div>

Expand Down
11 changes: 9 additions & 2 deletions www/html/indexStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,15 @@

.feature1_img,
.feature2_img {
width: 100%;
width: 50%;
border-radius: 15px;

/*
Temp centering for when there is only 1 featured event
*/
display: block;
margin-left: auto;
margin-right: auto;
}

.more_proj_text_box {
Expand Down Expand Up @@ -191,4 +198,4 @@
overflow: hidden;
object-fit: cover;
border-radius: 10px;
}
}

0 comments on commit a84dad3

Please sign in to comment.