From 719b36d3e02648deba89188d4a24925a03c09582 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 10 Mar 2024 01:37:24 +0100 Subject: Add assets, config.toml and homepage.yml --- data/homepage.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/homepage.yml (limited to 'data') diff --git a/data/homepage.yml b/data/homepage.yml new file mode 100644 index 0000000..01cbf0b --- /dev/null +++ b/data/homepage.yml @@ -0,0 +1,32 @@ +# Main Title +main: + header: + title : "Speed Dreams" # Title Text + img : "assets/img/sd-logo-big.png" + description : "A Free and Open Source (FOSS) Motorsport Simulation Game." # Title Desc + button: + text: "Download 2.3.0 release" # Button Text + url: "#about" # Button URL + src_button: + text: "Source code" # Button Text + url: "#about" # Button URL + video: "assets/video/intro.webm" + +# About +about: + title: "About Speed Dreams" + desc: "Speed Dreams is a Motorsport Simulator featuring high-quality 3D graphics and an accurate physics engine, all targeting maximum realism. Initially forked from TORCS, it has now reached a clearly higher realism level in visual and physics simulation." + +projects: + card1: + title: "Open community" + text: "Thanks to its active development team and growing community. It mainly aims to implement exciting new features, cars, tracks and AI opponents to make a more enjoyable game for the player, while constantly pushing forward visual and physics realism." + img: "assets/img/pj1.jpg" + card2: + title: "Free software" + text: "Speed Dreams is licensed under the GPLv2-or-later license, with a clear and modular architecture of its C/C++ code base. It is also intended for any research, study or teaching activity, around physics and AI." + img: "assets/img/pj2.jpg" + card3: + title: "Graysx" + text: "Place Cons Rerum Provide SuntSin Incid Fac Nonse Mollitia Quia Itaque! Iusto Necessi Ullam Recusand Nobi Quo Nequ Inulla Beatae Recusand Suscipit Ip Autem Rep Dol Quoquis Inu Rer Odiorem Suscipi Praes Accusant Quia Quosqu Anim Incidunt Nobis Odio Omnis" + img: "assets/img/demo-image-02.jpg" -- cgit v1.2.3