Skip to content

Commit 21c2063

Browse files
committed
WIP
1 parent aa32399 commit 21c2063

File tree

9 files changed

+67
-8
lines changed

9 files changed

+67
-8
lines changed

index.html

Lines changed: 67 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,46 @@ <h1>About LibrePCB</h1>
3838
<img width="100%" src="media/about-librepcb.png"></img>
3939
</section>
4040

41+
<section>
42+
<h1>Sponsors &amp; Contributors</h1>
43+
<table>
44+
<tr>
45+
<td class="fragment" data-fragment-index="1" style="text-align: center; border: none;"><h3 style="color:gray;">Platinum</h3></td>
46+
<td class="fragment" data-fragment-index="2" style="text-align: center; border: none;"><h3 style="color:gray;">Silver</h3></td>
47+
<td class="fragment" data-fragment-index="3" style="text-align: center; border: none;"><h3 style="color:gray;">Bronze</h3></td>
48+
</tr>
49+
<tr>
50+
<td class="fragment" data-fragment-index="1" style="padding: 0 80px; vertical-align: top;">
51+
<img width="400px" src="media/nlnet-ngi0.png"></img>
52+
</td>
53+
<td class="fragment" data-fragment-index="2" style="padding: 0 80px; vertical-align: top;">
54+
<img width="500px" src="media/sponsor-aisler.png"></img>
55+
</td>
56+
<td class="fragment" data-fragment-index="3" style="padding: 0 80px; vertical-align: top;">
57+
<img width="400px" src="media/sponsor-partsbox.png"></img><br/>
58+
<img width="400px" src="media/sponsor-winsource.png"></img><br/>
59+
<img width="400px" src="media/sponsor-bittele.png"></img><br/>
60+
<img width="400px" src="media/sponsor-pcbway.png"></img><br/>
61+
<img width="400px" src="media/sponsor-nextpcb.png"></img><br/>
62+
<img width="400px" src="media/sponsor-pcbgogo.png"></img><br/>
63+
</td>
64+
</tr>
65+
</table>
66+
<div class="fragment" style="position:absolute; left:0px; width:60%; bottom:100px;">
67+
<h2>+ Private Donors</h2>
68+
<h2>+ Contributors</h2>
69+
<h2>+ Translators</h2>
70+
</div>
71+
<div class="fragment" style="position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%);">
72+
<div style="position: relative; display: inline-block;">
73+
<i class="fas fa-heart" style="font-size: 500px; color: red;"></i>
74+
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 110px; font-weight: bold; text-align: center;">
75+
Thank You!
76+
</div>
77+
</div>
78+
</div>
79+
</section>
80+
4181
<section>
4282
<h1>LibrePCB 1.1.0</h1>
4383
<h2>April 2024</h2>
@@ -102,10 +142,15 @@ <h1>Migration Qt5 → Qt6</h1>
102142
</section>
103143

104144
<section>
105-
<h1>Hello Rust!</h1>
106-
<img style="position:absolute; right:30px; top:-30px; width:400px; height:auto;"
107-
src="media/rust-logo.png"></img>
108-
<img width="75%" src="media/ibom-crate.png"></img>
145+
<h1>Hello <img style="position:relative;height:140px;bottom:-50px" src="media/rust-logo.png"></img> Rust!</h1>
146+
<div class="r-stack">
147+
<ul style="font-size:60px;padding-bottom:300px">
148+
<li class="fragment">Faster development</li>
149+
<li class="fragment">Easier to ensure stability</li>
150+
<li class="fragment">Future-proof technology</li>
151+
</ul>
152+
<img class="fragment" width="1400px" src="media/ibom-crate.png"></img>
153+
</div>
109154
</section>
110155

111156
<section>
@@ -118,6 +163,20 @@ <h1>LibrePCB 2.0.0</h1>
118163
<h2>February 2026</h2>
119164
</section>
120165

166+
<section>
167+
<h1>Hello <img style="position:relative;height:100px;bottom:-30px" src="media/slint-logo.png"></img></h1>
168+
<br>
169+
<ul style="font-size:60px">
170+
<li class="fragment">More freedom than with Qt Widgets</li>
171+
<li class="fragment">Consistent look & feel across platforms</li>
172+
<li class="fragment">Declarative approach → faster development</li>
173+
<li class="fragment">Less C++ → increased stability</li>
174+
<li class="fragment">Able to fulfil our long-term vision</li>
175+
</ul>
176+
<br style="margin-bottom:100px">
177+
<h2 class="fragment">24.184 Lines of Slint Code!</h2>
178+
</section>
179+
121180
<section>
122181
<h1>Tabbed Window</h1>
123182
<video src="media/new-window.mp4"></video>
@@ -135,7 +194,7 @@ <h1>PCB Ordering</h1>
135194

136195
<section>
137196
<h1>Enhanced 3D Viewer</h1>
138-
<video width="85%" data-autoplay src="media/3d-viewer.mp4"></video>
197+
<video width="85%" src="media/3d-viewer.mp4" data-autoplay></video>
139198
</section>
140199

141200
<section>
@@ -145,7 +204,7 @@ <h1>Auto-Reload</h1>
145204

146205
<section>
147206
<h1>Schematic Buses</h1>
148-
<video width="80%" data-autoplay src="media/schematic-buses.mp4"></video>
207+
<video width="80%" src="media/schematic-buses.mp4" data-autoplay></video>
149208
</section>
150209

151210
<section>
@@ -167,8 +226,8 @@ <h1>Preferred Footprint Style</h1>
167226
<h1>Enhanced Release Binaries</h1>
168227
<br>
169228
<br>
170-
<h2 class="fragment"><i class="fa-brands fa-windows"></i> Signed Windows Installer & Executable</h2>
171-
<h2 class="fragment"><i class="fa-brands fa-apple"></i> Signed MacOS Bundle (ARM)</h2>
229+
<h2 class="fragment"><i class="fa-brands fa-windows"></i> Signed Windows Releases</h2>
230+
<h2 class="fragment"><i class="fa-brands fa-apple"></i> Signed MacOS Releases (ARM)</h2>
172231
<h2 class="fragment"><i class="fa-brands fa-apple"></i> MacOS >= 10.14 Compatibility (Intel)</h2>
173232
<br>
174233
<br>

media/slint-logo.png

6.79 KB
Loading

media/sponsor-aisler.png

17.9 KB
Loading

media/sponsor-bittele.png

5.81 KB
Loading

media/sponsor-nextpcb.png

5.5 KB
Loading

media/sponsor-partsbox.png

12.4 KB
Loading

media/sponsor-pcbgogo.png

12.4 KB
Loading

media/sponsor-pcbway.png

11.3 KB
Loading

media/sponsor-winsource.png

13.3 KB
Loading

0 commit comments

Comments
 (0)