Skip to content

Commit

Permalink
first set up 🌟
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulliter committed Apr 26, 2024
1 parent 22c0e29 commit d0a282b
Show file tree
Hide file tree
Showing 75 changed files with 16,423 additions and 242 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ ___render_deploy.sh
/cache/
**/*_files/*
**/*_cache/*
!ReadMe_files/*
!README_files/*
# Temporary files created by R markdown
*.utf8.md
*.knit.md


## -----------------------------------------------------------------------------
# old / private
zzz_old_distill
zzz_old_distill/*
Binary file added CV/CV_Marvin_Schmitt.pdf
Binary file not shown.
41 changes: 41 additions & 0 deletions CV/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: page
title: Curriculum vitae
excerpt: My current CV
comments: false
execute:
freeze: true # never re-render during project render
engine: knitr
cv:
pdf: "CV_Marvin_Schmitt.pdf"
---

```{css echo=FALSE}
.embed-container {
position: relative;
padding-bottom: 129%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
```

```{=html}
<p class="text-center">
<a class="btn btn-primary btn-lg cv-download" href="`r rmarkdown::metadata$cv$pdf`" target="_blank">
<i class="fa-solid fa-file-arrow-down"></i>&ensp;Download current CV
</a>
</p>
<div class="embed-container">
<iframe src="`r rmarkdown::metadata$cv$pdf`#toolbar=0" style="border: 0.5px"></iframe>
</div>
```
Loading

0 comments on commit d0a282b

Please sign in to comment.