40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
|
date: '2024-08-25T09:53:42+02:00' # date in which the content is created - defaults to "today"
|
|
title: 'Swiss Fintech Website'
|
|
draft: false # set to "true" if you want to hide the content
|
|
|
|
link: "https://www.adrianmoreno.info" # optional URL to link the logo to
|
|
|
|
params:
|
|
button:
|
|
icon: "icon-arrow-right"
|
|
btnText: "Case Study"
|
|
URL: "https://www.adrianmoreno.info"
|
|
image:
|
|
src: "images/works/swissfintech.jpg"
|
|
scale: 0.5
|
|
|
|
|
|
## The content is used for the description of the project
|
|
---
|
|
|
|
Here you can add additional context, description, links, etc.
|
|
The content you see here comes from the contents of the `content/projects` folder.
|
|
|
|
This project is in the file `projects/swiss-fintech.md`.
|
|
|
|
In the markdown file frontmatter you can also define additional parameters, such as the link:
|
|
|
|
```
|
|
link: "https://www.adrianmoreno.info" # optional URL to link the logo to
|
|
|
|
params:
|
|
button:
|
|
icon: "icon-arrow-right"
|
|
btnText: "Case Study"
|
|
URL: "https://www.adrianmoreno.info"
|
|
image:
|
|
src: "images/works/swissfintech.jpg"
|
|
scale: 0.5
|
|
|
|
``` |