Skip to content

Commit

Permalink
feat: add proof of concept page
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Jul 6, 2024
1 parent bf9f4c4 commit 77abd1d
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 16 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,23 @@ <h1>Arx Fatalis Mods and Tools</h1>
<main>
<div>
<h2>Contents</h2>

<p>
<small>
<em>
All maps and mods listed on this page are compatible with
<a href="https://github.com/fredlllll/ArxLibertatisModManager" target="_blank">ArxLibertatisModManager</a>
</em>
</small>
</p>

<ul>
<li><a href="/maps/">Maps</a> <span>A list of custom maps available for Arx Fatalis</span></li>
<li><a href="/mods/">Mods</a> <span>A list of modifications available for Arx Fatalis</span></li>
<li>
<a href="/pocs/">Proof of concepts</a>
<span>A random list of proof of concept / work in progress content for Arx Fatalis</span>
</li>
<li><a href="/tools/">Tools</a> <span>A list of tools for map making and modding Arx Fatalis</span></li>
<li><a href="/docs/">Docs</a> <span>A list of Arx Fatalis related documents that are worth reading</span></li>
</ul>
Expand Down
39 changes: 27 additions & 12 deletions maps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ <h1>Arx Fatalis Mods and Tools</h1>
<div>
<h2>Custom Maps for Arx Fatalis</h2>

<p>
<small>
<em>
All maps listed on this page are compatible with
<a href="https://github.com/fredlllll/ArxLibertatisModManager" target="_blank">ArxLibertatisModManager</a>
</em>
</small>
</p>

<div class="gallery">
<ul>
<li>
Expand Down Expand Up @@ -68,21 +77,15 @@ <h2>Custom Maps for Arx Fatalis</h2>
</a>
</li>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-map-alias-nightmare" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-map-alias-nightmare/master/preview.jpg"
alt="Preview of 'Alia's nightmare' map"
/>
<span>Alia's nightmare</span>
<a href="#">
<img src="/maps/image-not-available.webp" alt="Map not yet available" />
<span>Coming soon</span>
</a>
</li>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-map-disco" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-map-disco/master/preview.jpg"
alt="Preview of 'Disco' map"
/>
<span>Disco</span>
<a href="#">
<img src="/maps/image-not-available.webp" alt="Map not yet available" />
<span>Coming soon</span>
</a>
</li>
<li>
Expand Down Expand Up @@ -111,6 +114,18 @@ <h2>Custom Maps for Arx Fatalis</h2>
</li>
</ul>
</div>

<br />

<p>
<small>
<em>
You can find more <b>maps</b> in the
<a href="/pocs/#maps">proof of concepts</a>
page
</em>
</small>
</p>
</div>
</main>

Expand Down
12 changes: 12 additions & 0 deletions mods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,18 @@ <h2>Mods</h2>
<span>Restores the original funny behavior of mice that Arkane removed</span>
</li>
</ul>

<br />

<p>
<small>
<em>
You can find more <b>mods</b> in the
<a href="/pocs/#mods">proof of concepts</a>
page
</em>
</small>
</p>
</div>
</main>

Expand Down
144 changes: 144 additions & 0 deletions pocs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Proof of concept / Work in progress content - Arx Fatalis Mods and Tools</title>
<meta
name="description"
content="Get early access to proof of concept and work in progress maps and mods for the fantasy role playing game Arx Fatalis"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta property="og:title" content="Proof of Concept / Work in progress content - Arx Fatalis Mods and Tools" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arx-tools.github.io/pocs/" />
<meta
property="og:description"
content="Get early access to proof of concept and work in progress maps and mods for the fantasy role playing game Arx Fatalis"
/>
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<header>
<img src="/arx-fatalis-logo.webp" alt="Arx Fatalis" />
<h1>Arx Fatalis Mods and Tools</h1>

<nav class="breadcrumbs">
You are here:
<ul>
<li><a href="/">Home</a></li>
<li>Proof of concepts</li>
</ul>
</nav>
</header>

<main>
<div>
<h2>Proof of concept / Work in progress content</h2>

<p>
<small>
<em>
All maps and mods listed on this page are compatible with
<a href="https://github.com/fredlllll/ArxLibertatisModManager" target="_blank">ArxLibertatisModManager</a>
</em>
</small>
</p>

<h3 id="maps">Maps</h3>

<div class="gallery">
<ul>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-map-alias-nightmare" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-map-alias-nightmare/master/preview.jpg"
alt="Preview of 'Alia's nightmare' map"
/>
<span>Alia's nightmare</span>
</a>
</li>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-map-disco" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-map-disco/master/preview.jpg"
alt="Preview of 'Disco' map"
/>
<span>Disco</span>
</a>
</li>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-poc-surface-city" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-poc-surface-city/master/preview.jpg"
alt="Preview of 'Surface city' map"
/>
<span>Surface city</span>
</a>
</li>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-map-gungame-arena" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-map-gungame-arena/master/preview.jpg"
alt="Preview of 'Gungame arena' map"
/>
<span>Gungame Arena</span>
</a>
</li>
<li>
<a href="https://github.com/meszaros-lajos-gyorgy/arx-map-enhanced-goblin-mines" target="_blank">
<img
src="https://raw.githubusercontent.com/meszaros-lajos-gyorgy/arx-map-enhanced-goblin-mines/master/preview.jpg"
alt="Preview of 'Enhanced goblin mines' map"
/>
<span>Enhanced goblin mines</span>
</a>
</li>

<li>
<a href="#">
<img src="/maps/image-not-available.webp" alt="Map not yet available" />
<span>Coming soon</span>
</a>
</li>
<li>
<a href="#">
<img src="/maps/image-not-available.webp" alt="Map not yet available" />
<span>Coming soon</span>
</a>
</li>
<li>
<a href="#">
<img src="/maps/image-not-available.webp" alt="Map not yet available" />
<span>Coming soon</span>
</a>
</li>
<li>
<a href="#">
<img src="/maps/image-not-available.webp" alt="Map not yet available" />
<span>Coming soon</span>
</a>
</li>
</ul>
</div>

<h3 id="mods">Mods</h3>

<ul class="mods">
<li data-type="other">
<a href="https://github.com/meszaros-lajos-gyorgy/arx-poc-guns" target="_blank">Guns</a>
<span>A proof of concept mod/map for adding guns into Arx Fatalis</span>
</li>
</ul>
</div>
</main>

<footer>
This website or the content on it is NOT in any ways connected to Arkane Studios, Bethesda or Microsoft. All is
made by dedicated fans who try to keep the game alive.
<a href="https://github.com/arx-tools/arx-tools.github.io" target="_blank">website source</a>
</footer>
</body>
</html>
10 changes: 6 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@

<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<url>
<loc>https://arx-tools.github.io/</loc>
Expand All @@ -33,5 +30,10 @@
<lastmod>2024-06-22T12:12:20+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://arx-tools.github.io/pocs/</loc>
<lastmod>2024-07-06T12:12:20+00:00</lastmod>
<priority>0.80</priority>
</url>

</urlset>
</urlset>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77abd1d

Please sign in to comment.