Files
sumup/public/projects/index.html

109 lines
4.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta lang="de">
<meta name="author" content="Franz Klotsche">
<meta name="keywords" content="Wannabe-DevOp, Linux, und Oracle">
<meta name="description" content="Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als fortgeschrittener Anwender, unterhalte.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/json" href="https://kurrrioo.neocities.org/projects/index.json" title="Projekte - Fransz Portfolio"><link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/projects/index.xml" title="Projekte - Fransz Portfolio">
<title>Projekte - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script>
<script>
var remark_config = {
host: 'https://remark42hugo-neocities-org.up.railway.app',
site_id: 'neocities',
locale: 'de',
allowAnon: true,
url: 'https:\/\/kurrrioo.neocities.org\/projects\/',
theme: 'light'
};
(function(c) {
for(var i = 0; i < c.length; i++) {
var d = document, s = d.createElement('script');
s.src = c[i];
(d.head || d.body).appendChild(s);
}
})(['https://remark42hugo-neocities-org.up.railway.app/web/config.js',
'https://remark42hugo-neocities-org.up.railway.app/web/embed.js']);
</script><body>
<div class="container"><header>
<h1>Fransz Portfolio</h1>
</header><nav>
<a href="/">Start</a>
<a href="/about">Über mich</a>
<a href="/posts">Blog</a>
<a href="/projects">Projekte</a>
<a href="/presentations">Konzepte</a>
<a href="/resume">Lebenslauf</a>
<a href="/contact">Kontakt</a>
</nav><main>
<h2>Projekte</h2>
<p><strong>DIY:</strong> Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste.</p>
<p>Ein Blog mit ChyrpLite befindet sich auf einem managed Server von profreehost.</p>
<section class="projects">
<section class="projects">
<h3><a href="/opensource/">Open Source</a></h3>
<p>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/users: <a href="https://api.github.com/users/kurrrioo/repos">JSON-Datei</a></p>
</section>
<h3><a href="/projects/commenting/">Kommentar-Funktion mit hugo</a></h3>
<p>Hugo ist ein static site generator und kann durch <em>CORS</em> von einer externen Domäne trotzdem interaktiv sein.</p>
<h3><a href="/projects/linkace/">LinkAce</a></h3>
<p>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>: Es gibt eine <a href="https://linkace.effeff.cloud/guest/links">Öffentliche Linkliste</a> und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</p>
<h3><a href="/projects/gitea/">Gitea</a></h3>
<p>Dateiversionsverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>: Der Quellcode dieser Website kann eingesehen werden unter der <em>branch</em> <strong>Portfolio</strong> - <a href="https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/">“sumup”</a></p>
<h3><a href="/projects/chyrp/">ChyrpLite Blog</a></h3>
<p>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</p>
</section>
</main><footer>
<small>Copyright 2025 Franz Klotsche -
Find me on:<ul>
<li><a href="https://x.com/mirror1089">X</a></li>
<li><a href="https://www.tumblr.com/redesignart">Tumblr</a></li>
<li><a href="https://de.linkedin.com/in/franz-klotsche-84461858">LinkedIn</a></li>
<li><a href="https://github.com/kurrrioo/">GitHub</a></li>
</ul></small>
</footer></div>
</body>
</html>