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