- Addex exported single logo as `branding/logo_single.png`

Documentation

- Added a README with the logo, title and tagline

App

- Restructured into a module name `renaissance`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-01 00:02:13 +02:00
parent f065ab9006
commit fba3486763
4 changed files with 20 additions and 6 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
<p align="center">
<img src="branding/logo_single.png" width=220>
</p>
<br>
<h1 align="center">renaissance</h1>
<h3 align="center"><i><b>The reference implementation</i></b></h3>
---
<br>
<br>

BIN
branding/logo_single.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,6 +0,0 @@
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}

6
source/renaissance/app.d Normal file
View File

@ -0,0 +1,6 @@
module renaissance.app;
void main()
{
}