Skip to content

Commit

Permalink
updated the landing image
Browse files Browse the repository at this point in the history
The new picture is a bit more modern
  • Loading branch information
Bullrich committed May 6, 2024
1 parent 200c294 commit 7658bb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/_includes/partials/bot-photo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="screen transition ease-in-out delay-150 bg-blue-500 md:hover:-translate-y-1 md:hover:scale-125 duration-200">
<div
class="screen transition ease-in-out delay-150 bg-blue-500 md:hover:-translate-y-1 md:hover:scale-125 duration-200">
<div class="screen-image"></div>
<div class="screen-overlay"></div>
</div>
Expand Down Expand Up @@ -57,18 +58,18 @@
}

20% {
background-position: 30% 35%;
background-position: 40% 55%;
background-size: 200%;
}

20.0001% {
/* -- View 2 -- */
background-position: 60% 85%;
background-position: 20% 35%;
background-size: 500%;
}

40% {
background-position: 49% 81%;
background-position: 28% 40%;
background-size: 500%;
}

Expand All @@ -90,7 +91,7 @@
}

80% {
background-position: 15% 4%;
background-position: 15% 64%;
background-size: 300%;
}

Expand Down Expand Up @@ -119,5 +120,4 @@
opacity: 0.6;
animation: pan-image 15s linear infinite;
}

</style>
Binary file modified src/img/bot-writers.png
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 src/img/bot-writers.webp
Binary file not shown.

0 comments on commit 7658bb5

Please sign in to comment.