Skip to content

Commit 7dfa554

Browse files
committed
feat: add demo portfolio website
1 parent 2c958d4 commit 7dfa554

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ _(including images & 3D models; mostly only those requiring attribution)_
129129
- Image `x1Series-main-bg-v1.png` from [https://bambulab.com/de-de/x1](https://bambulab.com/de-de/x1).
130130
- Image `Math_Lady_meme.jpg` from [https://en.wikipedia.org/wiki/Math_Lady](https://en.wikipedia.org/wiki/Math_Lady).
131131
- Model `3D Benchy`/`Benchy` from [https://www.printables.com/model/3161-3d-benchy](https://www.printables.com/model/3161-3d-benchy)
132+
- Demo of Website [https://zlig.net](https://zlig.net).
133+
- Demo of Website [https://bruno-simon.com/](https://bruno-simon.com/) including screenshot of og-image.
132134

133135
## License
134136

content/demo-portfolio.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: basic
3+
---
4+
5+
<div class="relative">
6+
<WindowWrapper
7+
background="#E1F4FF"
8+
style="height: 525px !important; max-height: 525px !important; min-height: 525px !important;"
9+
>
10+
<iframe
11+
src="https://bruno-simon.com/"
12+
width="100%"
13+
height="500px"
14+
/>
15+
</WindowWrapper>
16+
<div class="p-3 flex flex-col gap-2 absolute top-9 left-2 bg-white rounded-md border z-10 justify-center items-center">
17+
<QRCode content="https://bruno-simon.com/" :size="64" />
18+
<div class="w-full text-xs whitespace-nowrap flex flex-row gap-1 justify-center">
19+
<mdi-web class="baseColor" />
20+
<MyLink to="https://bruno-simon.com/">bruno-simon.com</MyLink>
21+
</div>
22+
</div>
23+
</div>
24+
25+
<img
26+
v-click
27+
src="/assets/portfolio-bruno-simon.png"
28+
class="absolute w-[40%] bottom-23 right-18"
29+
/>
30+
31+
<!--
32+
person "Bruno Simon"
33+
-->

content/zlig-demo.md renamed to content/demo-zlig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layout: basic
1313
height="500px"
1414
/>
1515
</WindowWrapper>
16-
<div class="p-3 flex flex-col gap-2 absolute top-9 left-2 bg-white rounded-md border z-10">
16+
<div class="p-3 flex flex-col gap-2 absolute top-9 left-2 bg-white rounded-md border z-10 justify-center items-center">
1717
<QRCode content="https://zlig.net/" :size="64" />
1818
<div class="w-full text-xs whitespace-nowrap flex flex-row gap-1 justify-center">
1919
<mdi-web class="baseColor" />
69.6 KB
Loading

slides.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ src: content/3d-on-the-web.md
104104
---
105105

106106
---
107-
src: content/zlig-demo.md
107+
src: content/demo-zlig.md
108+
---
109+
110+
---
111+
src: content/demo-portfolio.md
108112
---
109113

110114
---

0 commit comments

Comments
 (0)