2019-05-29 23:50:44 +02:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
2020-04-28 18:49:29 +02:00
< title > Bienvenue sur Kobold City< / title >
2019-05-29 23:50:44 +02:00
<!-- meta -->
< meta name = "description" content = "" >
< meta name = "author" content = "" >
<!-- mon icon -->
< link rel = "shortcut icon" href = "img/favicon.png" >
<!-- framework utilisés -->
2020-04-28 20:51:12 +02:00
< script src = "dep/ejs/js/ejs.min.js" > < / script >
< script src = "site.js" > < / script >
2020-04-28 18:35:56 +02:00
< link href = "dep/bootstrap/css/bootstrap.css" rel = "stylesheet" >
< link href = "dep/fork-awesome/css/fork-awesome.css" rel = "stylesheet" >
2019-05-29 23:50:44 +02:00
< link href = "style.css" rel = "stylesheet" >
< / head >
< body >
2020-04-28 19:35:38 +02:00
< div id = "wrapper" >
< header class = "container" >
2019-05-29 23:50:44 +02:00
2020-04-28 19:35:38 +02:00
< nav class = "navbar navbar-expand-lg navbar-dark navbar-transparent" >
< div class = "container-fluid" >
2020-04-28 18:49:29 +02:00
< a class = "navbar-brand" href = "https://kobold.city/" id = "" > kobold.city< / a >
2019-05-29 23:50:44 +02:00
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav mr-auto" >
2020-04-28 18:49:29 +02:00
< / ul >
< ul class = "navbar-nav my-2 my-lg-0" >
2019-05-29 23:50:44 +02:00
< li class = "nav-item" >
2020-04-28 20:14:20 +02:00
< a class = "nav-link" href = "about.html" > À propos< / a >
2019-05-29 23:50:44 +02:00
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" > Contact< / a >
< / li >
< / ul >
< / div >
< / div >
< / nav >
< / header >
< section class = "container" >
< div class = "row" >
2020-04-28 20:14:20 +02:00
< h1 > < i class = "fa fa-star" > < / i > Bienvenue sur Kobold City !< / h1 >
2020-04-28 18:35:56 +02:00
2020-04-28 19:35:38 +02:00
< div class = "card card-dark" id = "welcome" >
2020-04-28 20:51:49 +02:00
< div class = "card-body" > < p > Kobold City (et son supplément Kobold Cafe, pour les sites plus "personnels") est un serveurs qui héberge différents services, site et projets. Le but est d'être à la fois dans une optique de décentralisation d'internet, permettant d'avoir un petit service fourni par un petit serveur, et de diffuser des projets qui pourront soit amuser, soit servir à d'autre :)< / p >
< p > Faites juste attention aux kobolds qui font des bétises partout !< / p > < / div >
2020-04-28 19:35:38 +02:00
< / div >
2020-04-28 18:35:56 +02:00
2020-04-28 19:35:38 +02:00
< div class = "row site-cards" >
2020-04-28 18:35:56 +02:00
2020-04-28 20:51:12 +02:00
< script >
2020-04-28 20:52:36 +02:00
renderSite({title: "Birb", description: "Un petit moteur de jeu utilisant le framework Löve.", color: "dark", url: "https://git.chlore.net/game-project/birb-engine", urlpoweredby: "https://love2D.org/", poweredby: "Löve"});
renderSite({title: "Rulebook", description: "Un systeme de règle de JDR, utilisant la base D100.", color: "dark", url: "https://rulebook.chlore.net/", urlpoweredby: "https://docsify.now.sh/", poweredby: "Docsify"});
renderSite({title: "Kobold Cafe", description: "Un espace personnel, permettant un petit bout de décentralisation.", color: "orange", url: "https://kobold.cafe", urlpoweredby: "https://yunohost.org", poweredby: "yunohost"});
2020-04-28 20:51:12 +02:00
renderSite({title: "Serveur git", description: "Un serveur git, permettant d'héberger les différents projets de chlore et des membres.", color: "green", url: "https://git.kobold.cafe", urlpoweredby: "https://gitea.io/en-us/", poweredby: "gitea"});
renderSite({title: "Quarante-douze", description: "Un blog qui parle d'informatique, de culture libre et d'internet.", color: "red", url: "https://quarante-douze.net", urlpoweredby: "https://wordpress.org/", poweredby: "Wordpress"});
renderSite({title: "kazhnuz.space", description: "Mon blog personnel.", color: "purple", url: "https://kazhnuz.space", urlpoweredby: "https://www.pluxml.org/", poweredby: "pluXML"});
< / script >
2020-04-28 20:51:49 +02:00
2019-05-29 23:50:44 +02:00
< / div >
2020-04-28 18:35:56 +02:00
2019-05-29 23:50:44 +02:00
< / div >
< / section >
2020-04-28 20:17:33 +02:00
< nav class = "navbar navbar-expand-lg navbar-light navbar-transparent" >
2019-05-29 23:50:44 +02:00
< div class = "container" >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#SecondNavbar" aria-controls = "SecondNavbar" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "SecondNavbar" >
< ul class = "navbar-nav mr-auto mt-2 mt-lg-0" >
< li class = "nav-item inactive" >
CC BY-SA 2018-2019 < strong > chlore.net< / strong >
< / li >
< / ul >
< ul class = "navbar-nav my-2 my-lg-0" >
< li class = "nav-item active" >
< a class = "nav-link" href = "https://twitter.com/Kazhnuz" > < i class = "fa fa-fw fa-twitter" > < / i > < / a >
< / li >
< / ul >
< / div >
< / div >
< / nav >
2020-04-28 19:35:38 +02:00
< / div >
2019-05-29 23:50:44 +02:00
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "js/bootstrap.min.js" > < / script >
< / body >
< / html >