Skip to content

Commit 4664dcf

Browse files
committed
added pdf download
1 parent f31554b commit 4664dcf

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

assets/aevis.pdf

3.41 MB
Binary file not shown.

index.html

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
position: fixed;
2727
top: 10px;
2828
left: 10px;
29-
z-index: 10;
30-
/* Optional: add some styling effects */
31-
background: #FFFFFF00;
29+
z-index: 1;
3230
}
3331

3432
.floating-logo img {
@@ -37,6 +35,29 @@
3735
width: auto;
3836
}
3937

38+
/* Download button styling */
39+
.download-btn {
40+
position: fixed;
41+
top: 20px;
42+
right: 20px;
43+
z-index: 1;
44+
padding: 6px 10px;
45+
border-radius: 50px;
46+
overflow: hidden;
47+
border: 1px solid #FF6D50;
48+
cursor: pointer;
49+
50+
color: #FF6D50;
51+
font-size: 12px;
52+
font-family: "Manrope", sans-serif;
53+
font-weight: 550;
54+
text-decoration: none;
55+
}
56+
57+
.download-btn:hover {
58+
background-color: #FF6D5010;
59+
}
60+
4061
/* Carousel container takes up the full viewport */
4162
.carousel-container {
4263
position: relative;
@@ -74,6 +95,7 @@
7495
<div class="floating-logo" id="logo">
7596
<img src="assets/logo.png" alt="Aevis Logo" />
7697
</div>
98+
<a href="assets/aevis.pdf" download class="download-btn">Download PDF</a>
7799
<div class="carousel-container">
78100
<div class="carousel-slides">
79101
<div class="slide"><img src="assets/1.png" alt="Slide 1"></div>

0 commit comments

Comments
 (0)