Skip to content

Commit 3fbe892

Browse files
committed
Home page update for haxe 5.0 preview
1 parent df3831d commit 3fbe892

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

views/HomePage.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<div class="homepage">
2-
<div class="section dark head" style='background:#343442; padding-top:5em; padding-bottom: 5em;'>
2+
<div class="section dark head" style='background:#343442; padding-top:3em; padding-bottom: 3em;'>
33
<div class="container">
44
<div class="row">
55
<div class="span3">
66
<img src="img/haxe-logo.svg" class="logo" onerror="this.src='/img/haxe-logo.png'" /><br/><br/>
77
</div>
88
<div class="span7">
9-
<h1 class="homepage-title">Haxe 4 is here!</h1>
9+
<h1 class="homepage-title"><strong style="color:#f68712">Haxe</strong> empowers cross-platform development</h1>
1010
<p class="lead">
1111
Haxe is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler.
1212
</p>
@@ -19,6 +19,23 @@ <h1 class="homepage-title">Haxe 4 is here!</h1>
1919
</div>
2020
</div>
2121

22+
<div class="section dark sub-head">
23+
<div class="container">
24+
<div class="row">
25+
<div class="span12 text-center">
26+
<h1 class="homepage-title">Get a glimpse of Haxe 5.0!</h1>
27+
<p class="lead">
28+
We just released a preview version of Haxe 5.0.<br/>
29+
More features are coming; see also <a href="download/nightlies/" style="color:#f68712">nightlies</a> for the very latest Haxe.
30+
</p>
31+
32+
<a href="download/version/5.0.0-preview.1/" class=" btn btn-haxe">Download 5.0.0-preview.1<i class="fa fa-caret-right"></i></a><br/>
33+
<small class="release-date">Released: 2025-07-04</small>
34+
</div>
35+
</div>
36+
</div>
37+
</div>
38+
2239
<div class="section">
2340
<div class="container">
2441
<div class="row">

0 commit comments

Comments
 (0)