Skip to content

Commit

Permalink
Merge pull request #145 from wfrautschy4/master
Browse files Browse the repository at this point in the history
Fix Featured Events Banner
  • Loading branch information
wfrautschy4 authored Jul 12, 2024
2 parents 54e9682 + b4164ba commit 34c5b03
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions assets/css/redesign-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ a.pretty-link:visited{
background-color: white;
}

.container .community-event:nth-child(2n+1) {
/*background-color: #ededed;*/
}
/* .container .community-event:nth-child(2n+1) {
background-color: #ededed;
} */

.community-event .name {
flex: 3;
Expand Down
12 changes: 10 additions & 2 deletions assets/events.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
[
{
"eventName": "Construct I/O 2024",
"site": "https://software.osu.edu/construct-io-builders-summit",
"startDate": "October 17th, 2024",
"location": "The Ohio State University - Columbus, OH 43210",
"description": "Construct I/O builds on last year’s successful Startup Midwest. Hear from industry operators at leading software companies and the latest in building on platforms across AI, low code, business intelligence, and more.",
"featured": true
},
{
"eventName": "ShowOHI/O 2024",
"site": "https://hack.osu.edu/show/2024/",
"startDate": "April 12, 2024",
"location": "Nationwide & Ohio Farm Bureau 4-H Center",
"description": "ShowOHI/O is is OHio State's annual tech entrepeneurship showcase.",
"featured": true
"description": "ShowOHI/O is Ohio State's annual tech entrepeneurship showcase.",
"featured": false
},
{
"eventName": "MakeOHI/O 2024",
Expand Down
9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@
<div id="featured-banner">
<div class="container">
<div class="bottom-left text-with-back">
<div id="featured-event">
<a href="https://software.osu.edu/construct-io-builders-summit" target="_blank" rel="noopener noreferrer">
<h3>FEATURED EVENT</h3>
<h1>Construct I/O 2024</h1>
<h4>October 17th, 2024</h4>
</a>
</div>
<div id="featured-event"></div>
<!-- <div class="reg-button"><a id="apply" href="https://www.eventbrite.com/e/hackohio-2021-showcase-tickets-190617390747" target="_blank" rel="noopener nonreferrer">Signup for Showcase!</a></div> -->
</div>
</div>
Expand Down Expand Up @@ -311,7 +305,6 @@ <h1 style="margin-bottom: 0%">Community Events</h1>
</a>
<a href="https://acmwosu.github.io/codeio.html" target="_blank" rel="noopener nonreferrer">
<div class="event-box-small">

<img src="assets/img/events/codeio-logo.svg" alt="CodeIO Logo"/>
<span class="event-box-text">
<div>Code I/O</div>
Expand Down

0 comments on commit 34c5b03

Please sign in to comment.