Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions GameLibrary/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Hero Section -->
<div class="hero-section">
<img src="~/images/Gamer.webp" class="hero-image" />
<img src="~/images/Gamer.webp" class="hero-image" alt="background-image"/>
<div class="hero-overlay"></div>
<div class="hero-text">
<h1 class="hero-title">Discover Our Library</h1>
Expand All @@ -31,8 +31,8 @@
</div>
</div>

<img class="RRspaceship" src="/images/RRspaceship.webp" alt="spaceship">
<img class="Uspaceship" src="/images/Ufo-spaceship.webp" alt="spaceship1">
<img class="RRspaceship" src="/images/RRspaceship.webp" alt="RRspaceship">
<img class="Uspaceship" src="/images/Ufo-spaceship.webp" alt="Uspaceship">

<!-- About Section -->
<div class="about-section">
Expand Down
3 changes: 2 additions & 1 deletion GameLibrary/wwwroot/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.hero-text h1 {
color: #FFD43B;
margin-top: 3rem;
font-size: 4rem;
font-size: 3.7rem;
font-weight: bold;
text-transform: uppercase;
line-height: 1.2;
Expand Down Expand Up @@ -162,6 +162,7 @@

.scroll-indicator img {
height: 2rem;
width: 2rem;
}

/* About Section */
Expand Down
2 changes: 1 addition & 1 deletion GameLibrary/wwwroot/css/index.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified GameLibrary/wwwroot/images/Gamer.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GameLibrary/wwwroot/images/RRspaceship.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GameLibrary/wwwroot/images/Ufo-spaceship.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading