Skip to content
Open
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
2 changes: 1 addition & 1 deletion Interface/src/Components/about/about.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="responsive-container-block bigContainer">
<div class="responsive-container-block Container bottomContainer">
<div class="ultimateImg">
<img class="mainImg" src="assets/team.jpg" alt="team">
<img class="mainImg" src="assets/team.webp" alt="team">
</div>
<div class="allText bottomText">
<p class="text-blk headingText">
Expand Down
4 changes: 2 additions & 2 deletions Interface/src/Components/footer/footer.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.cta-section {
background: url('../../assets/hero-bg.png');
background: url('../../assets/hero-bg.webp');
background-repeat: no-repeat;
background-position: right;
background-color: #0a2640;
Expand Down Expand Up @@ -144,4 +144,4 @@
.cta-section {
width: 90%;
}
}
}
2 changes: 1 addition & 1 deletion Interface/src/Components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{ 'FOOTER_SUBSCRIBE_TITLE' | translate }}</h1>

<div class="footer-content">
<div class="footer-section logo">
<img src="assets/blacklogo.png" alt="FeedPulse Logo" class="logo-img">
<img src="assets/backlogo.webp" alt="FeedPulse Logo" class="logo-img">
<p>{{ 'FOOTER_DESCRIPTION' | translate }}</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions Interface/src/Components/home/home.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
align-items: center; /* vertical alignment */
justify-content: center;
position: relative;
background: url('../../assets/hero-bg.png');
background: url('../../assets/hero-bg.webp');
background-position: right top;
background-repeat: no-repeat;
max-width: 100%;
Expand Down Expand Up @@ -291,7 +291,7 @@
position: relative;
}
.timeline-section {
background-image: url('../../assets/home.jpg');
background-image: url('../../assets/home.webp');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion Interface/src/Components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>FeedPulse</h1>
</ng-template>
</div>
<div class="right-side">
<img src="assets/GenericHero.png" alt="Description">
<img src="assets/GenericHero.webp" alt="Description">
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion Interface/src/Components/navbar/navbar.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav [ngClass]="{'navbar': true, 'scrolled': isScrolled}">
<div class="navbar-brand">
<img src="assets/logo.png" alt="FeedPulse Logo" class="logo-img">
<img src="assets/logo.webp" alt="FeedPulse Logo" class="logo-img">

<!-- Hamburger (mobile only) -->
<button class="hamburger" (click)="toggleMenu()" aria-label="Toggle menu">
Expand Down
Binary file added Interface/src/assets/GenericHero.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 added Interface/src/assets/backlogo.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 added Interface/src/assets/hero-bg.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 added Interface/src/assets/home.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 added Interface/src/assets/logo.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 added Interface/src/assets/team.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading