Skip to content

Commit

Permalink
feat(orsted): new background image
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed May 15, 2023
1 parent 8d7e860 commit 951aacf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/cards/orsted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ definePageMeta({
<template>
<div class="flex flex-column justify-content-center h-full card">
<div class="card-header">
<nuxt-img src="/cards/orsted_bg.jpg" sizes="sm:100vw md:768px" alt="On top of a 2MW Wind Turbine in France" />
<nuxt-img
src="/cards/offshorewind_bg_768px.jpg"
sizes="sm:100vw md:768px"
title="Credit: Nicholas Doherty via Unsplash"
/>
<nuxt-img src="/cards/orsted_profile-pic.png" sizes="sm:30vw md:150px" class="profile-pic" alt="Thomas Lamant" />
</div>
<div class="grid h-full mx-2 mb-5">
Expand Down Expand Up @@ -70,7 +74,7 @@ p {
height: 60vw;
@media (min-width: 769px) {
height: 380px;
height: 400px;
}
}
Expand Down
Binary file added public/cards/offshorewind_bg.jpg
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 public/cards/offshorewind_bg_768px.jpg
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 public/cards/offshorewind_bg_768px.jpg~
Binary file not shown.

0 comments on commit 951aacf

Please sign in to comment.