Skip to content

Commit

Permalink
Update Ineventors info (Site lost its ssl cert). Also make logos look…
Browse files Browse the repository at this point in the history
… better on mobile
  • Loading branch information
DanBullockCS committed Oct 21, 2023
1 parent 8f19bd0 commit 414a2e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ <h1 class="page-title" id="projects">Projects</h1>
</ul>
<p class="project-title">Ineventors</p>
<p class="project-subtitle">
Ineventors is a virtual event platform with interactive features that are optimized for connecting and engaging. Attendees can move between virtual rooms while making meaningful connections and enjoying the content you are presenting to them just like an in-person event.
I worked on a small team to help create this platform using various web technologies. Learn more about the site at
<a rel="noopener noreferrer" href="https://www.ineventors.com/" alt="Ineventors link" target="_blank" data-content="ineventors.com">ineventors.com</a>.
Ineventors was a virtual event platform with interactive features that are optimized for connecting and engaging. Attendees could move between virtual rooms while making meaningful connections and enjoying the content you are presenting to them - just like an in-person event.
I worked on a small team to help create this platform using various web technologies. The service eventually concluded, but the partner company QuestAV still offers hybrid event production:
<a rel="noopener noreferrer" href="https://www.quest-av.com/hybrid-production/" alt="QuestAV link" target="_blank" data-content="quest-av.com">quest-av.com/hybrid-production</a>.
</p>
</div>

Expand Down
24 changes: 20 additions & 4 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ a:hover::before {
border-radius: 50%;
transition: all .1s;
border: #35BDB9 solid 3px;
object-fit: contain;
}
#badlion-logo {
height: 250px;
Expand Down Expand Up @@ -343,22 +344,37 @@ a:hover::before {
}
}

@media screen and (max-width: 524px) {
@media screen and (max-width: 768px) {
.header-svg {
width: 100px;
height: 100px;
}
.project-logo {
width: 200px;
width: 100px;
height: 100px;
}
#badlion-logo {
width: 100px;
height: 110px;
}
}

@media screen and (max-width: 524px) {
.page-title {
font-size: 2rem;
padding: 0;
}
.header-svg {
height: 50px;
width: 75px;
}
.project-logo {
width: 150px;
width: 75px;
height: 75px;
}
#badlion-logo {
height: 150px;
height: 80px;
width: 75px;
}
}

Expand Down

0 comments on commit 414a2e1

Please sign in to comment.