Skip to content

Commit 96de3e9

Browse files
authored
Make idenity page have its own public folder for assets (#1052)
* make idenity page have its own folder * rename the file to banner * make gitartribute more restrictive * code rabbit sugestion
1 parent aea3614 commit 96de3e9

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

.gitattributes

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
*.* -crlf
1+
# Default to LF for most text files
2+
* text=auto eol=lf
3+
4+
# Explicitly mark known image formats as binary to prevent any conversion
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.svg binary
9+
*.pdf binary
10+
*.mp4 binary

app/templates/public/identity.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="public">
22
<Public::Header
3-
@imageUrl="/images/public/identity.jpg"
3+
@imageUrl="/images/public/identity/banner.jpg"
44
@title="{{t 'template.public.identity.header'}}"
55
/>
66
<div class="board row my-4 d-flex flex-column align-items-center">
@@ -12,21 +12,21 @@
1212
<div class="row px-5">
1313
<div class="col-12 mt-5">
1414
<Public::Card
15-
@imgurl="/images/public/index/vriendschap.jpg"
15+
@imgurl="/images/public/identity/vriendschap.jpg"
1616
@text="{{t 'template.public.identity.three-vs.vriendschap'}}"
1717
@horizontal = true
1818
/>
1919
</div>
2020
<div class="col-12 mt-5">
2121
<Public::Card
22-
@imgurl="/images/public/index/vorming.jpg"
22+
@imgurl="/images/public/identity/vorming.jpg"
2323
@text="{{t 'template.public.identity.three-vs.vorming'}}"
2424
@horizontal = true
2525
/>
2626
</div>
2727
<div class="col-12 mt-5">
2828
<Public::Card
29-
@imgurl="/images/public/index/verantwoordelijkheid.jpg"
29+
@imgurl="/images/public/identity/verantwoordelijkheid.jpg"
3030
@text="{{t 'template.public.identity.three-vs.verantwoordelijkheid'}}"
3131
@horizontal = true
3232
/>
File renamed without changes.
2.11 MB
Loading
1.49 MB
Loading
634 KB
Loading

0 commit comments

Comments
 (0)