File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed
public/images/public/identity Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" >
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.
You can’t perform that action at this time.
0 commit comments