Skip to content

Commit

Permalink
Update new startpage 🛠️✨
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvanleeuwen19 committed Oct 22, 2024
1 parent 0900388 commit ef0f761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ body {
radial-gradient(circle at 20% 50%, rgba(45, 59, 255, 0.15) 0%, transparent 50%),
radial-gradient(circle at 80% 50%, rgba(123, 45, 255, 0.15) 0%, transparent 50%);
animation: pulseBackground 10s ease infinite alternate;
background-image: url(/assets/images/header-bg.jpg);
background-size: cover;
}

@keyframes pulseBackground {
Expand Down
Binary file added assets/images/header-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<body>
<header class="header">
<h1 class="logo"><span>YIXBOOST</span></h1>
<h1 class="logo"><img src="assets/images/yixboost-logo-text.png"></h1>
<p class="tagline">Where Innovation Meets Entertainment</p>
<div class="social-links">
<a href="https://github.com/yixboost" target="_blank">😺 GitHub</a>
Expand Down

0 comments on commit ef0f761

Please sign in to comment.