docs:replace placeholders with images
31011
docs/main.pdf
@@ -53,7 +53,7 @@
|
||||
|
||||
// Abstract
|
||||
#align(center)[
|
||||
#text(size: 12pt, weight: "bold")[Samenvatting]
|
||||
#text(size: 12pt, weight: "bold")[Abstract]
|
||||
]
|
||||
|
||||
#par(first-line-indent: 0pt)[
|
||||
|
||||
BIN
docs/screenshots/find-detail.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
@@ -1,6 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="675" viewBox="0 0 1200 675">
|
||||
<rect width="1200" height="675" fill="#f2f2f2" stroke="#222" stroke-width="4" />
|
||||
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="42" fill="#222">
|
||||
Screenshot placeholder: find-detail
|
||||
</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 350 B |
BIN
docs/screenshots/friends.png
Normal file
|
After Width: | Height: | Size: 175 KiB |
@@ -1,6 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="675" viewBox="0 0 1200 675">
|
||||
<rect width="1200" height="675" fill="#f2f2f2" stroke="#222" stroke-width="4" />
|
||||
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="42" fill="#222">
|
||||
Screenshot placeholder: friends
|
||||
</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 346 B |
BIN
docs/screenshots/home.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
@@ -1,6 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="675" viewBox="0 0 1200 675">
|
||||
<rect width="1200" height="675" fill="#f2f2f2" stroke="#222" stroke-width="4" />
|
||||
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="42" fill="#222">
|
||||
Screenshot placeholder: home
|
||||
</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 343 B |
BIN
docs/screenshots/mobile.png
Normal file
|
After Width: | Height: | Size: 492 KiB |
@@ -1,6 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="675" viewBox="0 0 1200 675">
|
||||
<rect width="1200" height="675" fill="#f2f2f2" stroke="#222" stroke-width="4" />
|
||||
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="42" fill="#222">
|
||||
Screenshot placeholder: mobile
|
||||
</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 345 B |
BIN
docs/screenshots/notifications.png
Normal file
|
After Width: | Height: | Size: 846 KiB |
@@ -1,6 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="675" viewBox="0 0 1200 675">
|
||||
<rect width="1200" height="675" fill="#f2f2f2" stroke="#222" stroke-width="4" />
|
||||
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="42" fill="#222">
|
||||
Screenshot placeholder: notifications
|
||||
</text>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 352 B |
@@ -1,31 +1,28 @@
|
||||
#heading[Screenshots en gebruiksscenario's]
|
||||
|
||||
In dit hoofdstuk worden enkele representatieve screenshots van de applicatie opgenomen. Om het
|
||||
Typst-document compileerbaar te houden, zijn er placeholder-afbeeldingen voorzien in
|
||||
`docs/screenshots/`. Vervang deze placeholders later door echte screenshots (bijvoorbeeld PNG) en
|
||||
pas de bestandsnamen/paden hieronder aan.
|
||||
In dit hoofdstuk worden enkele representatieve screenshots van de applicatie opgenomen.
|
||||
|
||||
#figure(
|
||||
image("../screenshots/home.svg"),
|
||||
image("../screenshots/home.png"),
|
||||
caption: [Startscherm met fullscreen kaart en zijbalk met finds]
|
||||
)
|
||||
|
||||
#figure(
|
||||
image("../screenshots/find-detail.svg"),
|
||||
image("../screenshots/find-detail.png"),
|
||||
caption: [Detailpagina van een find met media, likes, comments en rating]
|
||||
)
|
||||
|
||||
#figure(
|
||||
image("../screenshots/friends.svg"),
|
||||
image("../screenshots/friends.png"),
|
||||
caption: [Vriendenoverzicht en privacy-bewuste filtering van finds]
|
||||
)
|
||||
|
||||
#figure(
|
||||
image("../screenshots/notifications.svg"),
|
||||
image("../screenshots/notifications.png"),
|
||||
caption: [In-app notificaties en Web Push-permissies]
|
||||
)
|
||||
|
||||
#figure(
|
||||
image("../screenshots/mobile.svg"),
|
||||
image("../screenshots/mobile.png"),
|
||||
caption: [Mobiele weergave met zijbalk en dynamische mapcentrering]
|
||||
)
|
||||
|
||||