-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Bezuska
committed
Feb 20, 2023
1 parent
07917e0
commit ce1c118
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,10 @@ h1:hover{ | |
transform: rotate(2deg); | ||
} | ||
|
||
h1 i{ | ||
margin-right: 10px; | ||
} | ||
|
||
table{ | ||
color: white; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Louisville Makes Games! - Game development community in Louisville, Kentucky</title> | ||
<meta property="og:title" content=Louisville Makes Games! - Game development community in Louisville, Kentucky> | ||
<meta property="og:site_name" content=Louisville Makes Games> | ||
<meta property="og:url" content=http://louisvillemakesgames.org> | ||
<meta property="og:description" content=Calling all Artists, Animators, Storytellers, Programmers, Musicians, and all creative folks – this is the community for you! Louisville Makes Games is an inclusive community created to connect and support anyone in the Louisville, Kentucky area who wants to create games! The main ways to get involved are to join our discord server or attend a meetup event!> | ||
<meta property="og:type" content=website> | ||
<meta property="og:image" content="img/LouisvilleMakesGamesShareImage.jpg"> | ||
<meta property="og:title" content="Louisville Makes Games! - Game development community in Louisville, Kentucky"> | ||
<meta property="og:site_name" content="Louisville Makes Games"> | ||
<meta property="og:url" content="http://louisvillemakesgames.org"> | ||
<meta property="og:description" content="Calling all Artists, Animators, Storytellers, Programmers, Musicians, and all creative folks – this is the community for you! Louisville Makes Games is an inclusive community created to connect and support anyone in the Louisville, Kentucky area who wants to create games!"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:image" content="/img/LouisvilleMakesGamesShareImage.jpg"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -38,7 +38,7 @@ | |
|
||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="#"><img src="img/Louisville-Makes-Games-logo.svg" style="max-width: 250px;"></a> | ||
<a class="navbar-brand" href="index.html"><img src="img/Louisville-Makes-Games-logo.svg" style="max-width: 250px;"></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" | ||
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
|