Skip to content

Commit

Permalink
merged UI conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris0011 committed Jan 21, 2024
2 parents 64dca50 + 17ec5c5 commit 3809141
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/gamecard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.project-item-icon-box .gameTitle{
font-size: 0.5rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-family: 'Montserrat', sans-serif;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
41 changes: 41 additions & 0 deletions assets/css/navbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.navbar-new {
width: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
align-items: baseline;
justify-items: center;
}

.navbar-new .logo {
font-size: 2rem;
font-weight: 600;
color: #fff;
text-decoration: none;
display: flex;
}

.navbar-new .search-box {
width: 100%;
margin: 0;
padding: 0;
height: 100%;
}

@media screen and (max-width: 920px) {
.navbar-new {
flex-direction: column;
align-items: center;
gap: 1rem;
justify-content: center;
margin-top: 50px;
}
.navbar-new .logo {
font-size: 2rem;
font-weight: 600;
color: #fff;
text-decoration: none;
display: flex;
}
}
2 changes: 2 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,8 @@ main {
transform: translate(-50%, -50%) scale(var(--scale));
font-size: 15px;
text-align: center;
font-size: 15px;
text-align: center;
padding: 18px;
border-radius: 12px;
opacity: 0;
Expand Down
1 change: 1 addition & 0 deletions assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const generateLiTags = (gamesData) => {
<div class="project-item-icon-box">
<img id="joystick" src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Activities/Video%20Game.png" alt="Eye" width="3" />
<p class="gameTitle">${gameTitle}</p>
<p class="gameTitle">${gameTitle}</p>
</div>
<img src="./assets/images/${thumbnailUrl}" alt="${gameTitle}" loading="lazy">
</figure>
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<link rel="stylesheet" href="./assets/css/contributors.css">
<link rel="stylesheet" href="./assets/css/navbar.css">
<link rel="stylesheet" href="./assets/css/gameCard.css">
<link rel="stylesheet" href="./assets/css/navbar.css">
<link rel="stylesheet" href="./assets/css/gameCard.css">

<!--
- google font link
Expand Down Expand Up @@ -116,6 +118,8 @@
</div>




<br>

<!-- Games -->
Expand Down Expand Up @@ -170,6 +174,7 @@ <h1>Our Valuable Contributors</h1>




<footer class="page-footer font-small unique-color-dark pt-4">
<div class="container1">
<div class="list-unstyled list-inline text-center py-2 text-black">
Expand Down

0 comments on commit 3809141

Please sign in to comment.