feat: add persistent OVHcloud logo on bottom-left of every slide

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-14 00:52:40 +02:00
parent fe2811c51c
commit 5ae02c7adf

View File

@@ -70,9 +70,21 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.ovh-logo-global {
position: fixed;
bottom: 1em;
left: 1em;
height: 28px;
width: auto;
opacity: 0.7;
z-index: 50;
pointer-events: none;
}
</style> </style>
</head> </head>
<body> <body>
<img src="https://cdn.simpleicons.org/ovh/00A9FF" alt="OVHcloud" class="ovh-logo-global">
<div class="reveal"> <div class="reveal">
<div class="slides"> <div class="slides">