11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33 < head >
4+ < meta charset ="UTF-8 ">
45 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
56 < meta name ="description " content ="Information and links on the OpenDream project ">
6- < title > OpenDream Info & Links </ title >
7+ < title > OpenDream Game Engine </ title >
78 < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
89 < link rel ="stylesheet " href ="style.css " />
910 </ head >
1011 < body >
11- < picture >
12- < source media ="(min-width: 1080px) " srcset ="/assets/logo-big.svg " width ="580px ">
13- < source media ="(min-width: 400px) " srcset ="/assets/logo-big.svg " width ="54% ">
14- < source media ="(max-width: 400px) " srcset ="/assets/logo-small.svg " height ="100px ">
15- < img src ="/assets/logo-big.svg " id ="logo " alt ="OpenDream logo ">
16- </ picture >
17- < br >
18- < p style ="text-align: center "> OpenDream is an open source recreation of the < a href ="https://www.byond.com/ "> BYOND</ a > game engine. Current major goals include running < a href ="https://spacestation13.com/ "> Space Station 13</ a > and improving the DM development experience.</ p >
19- < div id ="links ">
20- < a href ="https://github.com/OpenDreamProject/OpenDream/ ">
21- < picture >
22- < source media ="(prefers-color-scheme: light) " srcset ="/assets/GitHub_Invertocat_Dark.svg " width ="64px ">
23- < source media ="(prefers-color-scheme: dark) " srcset ="/assets/GitHub_Invertocat_Light.svg " width ="64px ">
24- < img alt ="OpenDream GitHub ">
25- </ picture >
26- </ a >
27- < a href ="https://discord.opendre.am ">
28- < picture >
29- < source media ="(prefers-color-scheme: light) " srcset ="/assets/discord-mark-black.svg " width ="64px ">
30- < source media ="(prefers-color-scheme: dark) " srcset ="/assets/discord-mark-white.svg " width ="64px ">
31- < img alt ="OpenDream Discord Server ">
32- </ picture >
33- </ a >
34- < a href ="https://ref.opendre.am/ ">
35- < img id ="link-ODRef " src ="/assets/odref.svg " width ="64px " alt ="OpenDream DM Reference ">
36- </ a >
12+ < div id ="hero ">
13+ < picture >
14+ < source media ="(min-width: 1080px) " srcset ="/assets/logo-big.svg " width ="580px ">
15+ < source media ="(min-width: 400px) " srcset ="/assets/logo-big.svg " width ="54% ">
16+ < source media ="(max-width: 400px) " srcset ="/assets/logo-small.svg " height ="100px ">
17+ < img src ="/assets/logo-big.svg " id ="logo " alt ="OpenDream logo ">
18+ </ picture >
19+ < br >
20+ < div id ="hero-links ">
21+ < div >
22+ < a href ="https://github.com/OpenDreamProject/OpenDream/ ">
23+ < picture >
24+ < source media ="(prefers-color-scheme: light) " srcset ="/assets/GitHub_Invertocat_Dark.svg ">
25+ < source media ="(prefers-color-scheme: dark) " srcset ="/assets/GitHub_Invertocat_Light.svg ">
26+ < img alt ="OpenDream GitHub ">
27+ </ picture >
28+ < p > GitHub</ p >
29+ </ a >
30+ </ div >
31+ < div >
32+ < a href ="https://discord.opendre.am ">
33+ < picture >
34+ < source media ="(prefers-color-scheme: light) " srcset ="/assets/discord-mark-black.svg ">
35+ < source media ="(prefers-color-scheme: dark) " srcset ="/assets/discord-mark-white.svg ">
36+ < img alt ="OpenDream Discord Server ">
37+ </ picture >
38+ < p > Discord</ p >
39+ </ a >
40+ </ div >
41+ < div >
42+ < a href ="https://ref.opendre.am/ ">
43+ < img id ="link-ODRef " src ="/assets/odref.svg " alt ="OpenDream DM Reference ">
44+ < p > DM Reference</ p >
45+ </ a >
46+ </ div >
47+ </ div >
48+ </ div >
49+ < div id ="contents ">
50+ < h1 > OpenDream Game Engine</ h1 >
51+ < p > OpenDream is an open source recreation of the < a href ="https://www.byond.com/ "> BYOND</ a > game engine. Current major goals include running < a href ="https://spacestation13.com/ "> Space Station 13</ a > and improving the DM development experience.</ p >
52+ < div id ="screenshots ">
53+ < img src ="https://github.com/OpenDreamProject/OpenDream/raw/master/.github/assets/screenshot.png?raw=true " alt ="OpenDream running tg station "/>
54+ < p > OpenDream running < a href ="https://github.com/tgstation/tgstation "> /tg/station</ a > </ p >
55+ < img src ="https://github.com/OpenDreamProject/OpenDream/raw/master/.github/assets/screenshot2.png?raw=true " alt ="OpenDream running Paradise "/>
56+ < p > OpenDream running < a href ="https://github.com/ike709/Paradise/tree/rustg_64 "> Paradise</ a > </ p >
57+ < img src ="https://github.com/OpenDreamProject/OpenDream/raw/master/.github/assets/screenshot3.png?raw=true " alt ="OpenDream running Goonstation "/>
58+ < p > OpenDream running < a href ="https://github.com/goonstation/goonstation "> Goonstation</ a > </ p >
59+ </ div >
3760 </ div >
3861 </ body >
3962</ html >
0 commit comments