diff --git a/index.html b/index.html index 2d0b2d5..79674d8 100644 --- a/index.html +++ b/index.html @@ -36,9 +36,23 @@

Arx Fatalis Mods and Tools

Contents

+ +

+ + + All maps and mods listed on this page are compatible with + ArxLibertatisModManager + + +

+ diff --git a/maps/index.html b/maps/index.html index 5ac9e75..4ecf51c 100644 --- a/maps/index.html +++ b/maps/index.html @@ -38,6 +38,15 @@

Arx Fatalis Mods and Tools

Custom Maps for Arx Fatalis

+

+ + + All maps listed on this page are compatible with + ArxLibertatisModManager + + +

+ + +
+ +

+ + + You can find more maps in the + proof of concepts + page + + +

diff --git a/mods/index.html b/mods/index.html index bf798b8..ed049fb 100644 --- a/mods/index.html +++ b/mods/index.html @@ -132,6 +132,18 @@

Mods

Restores the original funny behavior of mice that Arkane removed + +
+ +

+ + + You can find more mods in the + proof of concepts + page + + +

diff --git a/pocs/index.html b/pocs/index.html new file mode 100644 index 0000000..55edbf0 --- /dev/null +++ b/pocs/index.html @@ -0,0 +1,144 @@ + + + + Proof of concept / Work in progress content - Arx Fatalis Mods and Tools + + + + + + + + + + + + + +
+ Arx Fatalis +

Arx Fatalis Mods and Tools

+ + +
+ +
+
+

Proof of concept / Work in progress content

+ +

+ + + All maps and mods listed on this page are compatible with + ArxLibertatisModManager + + +

+ +

Maps

+ + + +

Mods

+ + +
+
+ + + + diff --git a/sitemap.xml b/sitemap.xml index 8d70a5a..ccf5f25 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,12 +1,9 @@ - - - https://arx-tools.github.io/ @@ -33,5 +30,10 @@ 2024-06-22T12:12:20+00:00 0.80 + + https://arx-tools.github.io/pocs/ + 2024-07-06T12:12:20+00:00 + 0.80 + - \ No newline at end of file + diff --git a/style.css b/style.css index 0db507d..8f30bbc 100644 --- a/style.css +++ b/style.css @@ -63,6 +63,15 @@ h2 { margin-bottom: 20px; } +h3 { + margin-top: 50px; + margin-bottom: 0; +} + +h3 + .mods { + margin-top: 20px; +} + a { text-decoration: none; font-weight: bold;