Skip to content
Snippets Groups Projects
Commit 244382c9 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

tmp

parent 1c5e23f6
No related branches found
No related tags found
No related merge requests found
# The URL the site will be built for
base_url = "https://example.com"
base_url = "http://duniter.trentesaux.fr"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
......
......@@ -3,6 +3,7 @@
text-align: center
img
width: 50%
// height: 5em
display: block
margin: auto
i.fa
......
static/favicon.ico

14.4 KiB

static/img/duniterpy-logo.png

36.1 KiB | W: | H:

static/img/duniterpy-logo.png

23.6 KiB | W: | H:

static/img/duniterpy-logo.png
static/img/duniterpy-logo.png
static/img/duniterpy-logo.png
static/img/duniterpy-logo.png
  • 2-up
  • Swipe
  • Onion skin
<svg version="1.1" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path d="m108.5 40.3c-1.5 2.3-3.8 4-6.5 4.5-4.1 0.8-8.2-1-10.4-4.5l-8.5 5.3c4.4 7.1 12.7 10.6 20.9 9 5.4-1.1 10.1-4.3 13-9zm-48.5 59.7c0 19 13 34.1 30 38.7v11.3h-10v10h10v10h-10v10h30v-41.3c6.9-1.8 13.2-5.4 18.3-10.4l11.7 11.7v-40h-40l14.1 14.1c-2.8 2.8-6.3 4.7-10.2 5.5-9.3 1.9-18.7-3.1-22.4-11.9-3.7-8.8-0.6-19 7.2-24.3 7.9-5.3 18.5-4.4 25.2 2.3l14-14.2c-7.6-7.5-18.1-11.5-28.1-11.5-23 0-40 19-40 40z"/>
</svg>
\ No newline at end of file
<svg version="1.1" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="m112 0.47c-2.1 3.3-5.4 5.7-9.3 6.4-5.8 1.1-12-1.4-15-6.4l-12 7.6c6.3 10 18 15 30 13 7.7-1.6 14-6.1 19-13zm-69 85c0 27 19 49 43 55v16h-14v14h14v14h-14v14h43v-59c9.8-2.6 19-7.7 26-15l17 17v-57h-57l20 20c-4 4-9 6.7-15 7.8-13 2.7-27-4.4-32-17-5.3-13-0.85-27 10-35 11-7.6 26-6.3 36 3.3l20-20c-11-11-26-16-40-16-33 0-57 27-57 57z" stroke-width="1.4"/></svg>
static/img/juniter-logo.png

31.6 KiB | W: | H:

static/img/juniter-logo.png

20.3 KiB | W: | H:

static/img/juniter-logo.png
static/img/juniter-logo.png
static/img/juniter-logo.png
static/img/juniter-logo.png
  • 2-up
  • Swipe
  • Onion skin
static/img/wot-wizard-black-and-white.png

29.4 KiB | W: | H:

static/img/wot-wizard-black-and-white.png

18.7 KiB | W: | H:

static/img/wot-wizard-black-and-white.png
static/img/wot-wizard-black-and-white.png
static/img/wot-wizard-black-and-white.png
static/img/wot-wizard-black-and-white.png
  • 2-up
  • Swipe
  • Onion skin
static/img/wotmap.jpg

159 KiB | W: | H:

static/img/wotmap.jpg

90.6 KiB | W: | H:

static/img/wotmap.jpg
static/img/wotmap.jpg
static/img/wotmap.jpg
static/img/wotmap.jpg
  • 2-up
  • Swipe
  • Onion skin
{% extends "index.html" %}
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
{% block content %}
<main id="accueil" class="w3-container w3-padding-64">
......@@ -7,7 +9,7 @@
<div class="kkk-titlecards">
<h1>1 protocole, 3 implémentations</h1>
<div class="w3-row-padding">
<div class="w3-col m4">
<div class="w3-col m4">
<img src="/img/duniter-logo.png" />
<h3>Duniter</h3>
<p>Première implémentation du protocole en <strong>Typescript</strong> et <strong>Node.js</strong>. Elle expose les API WS2P pour les communications inter-nœuds et BMA pour les clients.</p>
......@@ -32,7 +34,7 @@
<div class="w3-row-padding">
<div class="w3-col m4">
<h3>Cesium</h3>
<img src="/img/cesium.png" />
<img src="/img/cesium.svg"/>
<p>Développé avec les frameworks <strong>AngularJS</strong> et <strong>Ionic</strong>, Cesium est un client multiplateforme.</p>
</div>
<div class="w3-col m4">
......@@ -42,7 +44,7 @@
</div>
<div class="w3-col m4">
<h3>Silkaj</h3>
<img src="/img/silkaj-logo.png" />
<img src="/img/silkaj.svg" />
<p>Silkaj est un client en ligne de commande développé en <strong>Python</strong>.</p>
</div>
<div class="w3-col m4" style="float: none; margin: auto;">
......@@ -65,29 +67,22 @@
<div class="w3-col m4">
<i class="fa fa-balance-scale"></i>
<h3>Ğchange</h3>
<p>Ğchange est un logiciel de place de marché.</p>
<p>Il est implémenté sous la forme d'une interface ionic.js utilisant un serveur Elasticsearch en backend.
Comme Césium, il offre des fonctionnalités de création de pages pour les entreprises.
Il permet de géolocaliser les différentes annonces.</p>
<p>C'est aujourd'hui la place de marché la plus active de la communauté.</p>
<p>Ğchange est la place de marché la plus active. Comme Césium, il offre des fonctionnalités de création de pages pour les entreprises.</p>
<p>Le logiciel est composé d'un serveur Elasticsearch et d'une interface ionic.js.</p>
<p><a href="https://www.gchange.fr/">Visiter Ğchange</a>
<br><a href="https://git.duniter.org/search?search=gchange&group_id=165">Dépôts GitLab relatifs à Ğchange</a></p>
</div>
<div class="w3-col m4">
<i class="fa fa-bullhorn"></i>
<h3>Ğannonce</h3>
<p>Ğannonce est un logiciel de place de marché implémenté sous la forme d'un plugin sur un nœud Duniter.</p>
<p>Cette place de marché offre une fonctionnalité intéressante pour financer les différentes initiatives&nbsp;:
la possibilité de mettre en place un financement participatif ("<em>crowdfunding</em>").</p>
<p>Ğannonce cherche sur le portefeuille cible toutes les transactions ayant pour commentaire celui choisi pour le financement participatif,
et met automatiquement à jour la jauge de financement en conséquence.</p>
<p>Ğannonce est une place de marché généraliste permettant d'effectuer des financements participatifs.</p>
<p>C'est un plugin pour nœud Duniter qui utilise les commentaires de transaction pour mettre à jour la barre de financement.</p>
<p><a href="https://gannonce.duniter.org/">Visiter Ğannonce</a></p>
</div>
<div class="w3-col m4">
<i class="fa fa-battery-half"></i>
<h3>La barre de financement intégrable</h3>
<p>Générateur de barre de financement intégrable dans une page web pour suivre l'évolution d'un financement participatif.</p>
<p>Permet d'intégrer la barre de progression via une &lt;iframe/&gt; ou une image.</p>
<h3>Barre intégrable</h3>
<p>La barre de financement intégrable permet d'intégrer dans un site web une barre de progression via une balise <span style="font-family: monospace;">&lt;iframe/&gt;</span> afin de suivre l'évolution d'un financement participatif </p>
<p><a href="https://git.duniter.org/paidge/barre-de-financement-int-grable">Voir le dépôt de la barre de financement intégrable</a>
<br><a href="https://wotmap.duniter.org/iframe/generate.php">Générateur d'image et d'&lt;iframe/&gt; en ligne</a></p>
</div>
......@@ -128,7 +123,7 @@
<p><a href="https://github.com/jytou/vanitygen">Visiter le dépôt de VanityGen</a></p>
</div>
<div class="w3-col m4">
<img src="/img/gsper-logo.svg" />
<img style="height: 5em; width: unset; margin-bottom: -12px;" src="/img/gsper-logo.svg" />
<h3>Gsper</h3>
<p>Programme pour essayer de retrouver un mot de passe perdu, par force brute.</p>
<p><a href="https://gsper.duniter.io/">Visiter gsper.duniter.io</a>
......@@ -137,7 +132,7 @@
<div class="w3-col m4">
<i class="fa fa-comment"></i>
<h3>Ḡ1sms</h3>
<p>Un système de paiement par SMS.</p>
<p>Bien que la monnaie ğ1 ait beaucoup recours à l'informatique, elle souhaite inclure les moins technophiles. C'est pourquoi nous avons développé un système de paiement par SMS.</p>
<p><a href="https://www.g1sms.fr/">Visiter g1sms.fr</a></p>
</div>
</div>
......@@ -155,7 +150,7 @@
<p><a href="https://www.g1sms.fr/fr/blog/g1tag">Visiter g1sms.fr/g1tag</a></p>
</div>
<div class="w3-col m4">
<img src="/img/wot-wizard-black-and-white.png" />
<img style="height: 5em; width: unset; margin-bottom: -12px;" src="/img/wot-wizard-black-and-white.png" />
<h3>WOT Wizard</h3>
<p>Développé en <strong>Go</strong>, WOT Wizard permet de calculer les probabilités futures d’entrées d’une identité dans la toile de confiance</p>
<p><a href="https://wot-wizard.duniter.org/">Visiter wot-wizard.duniter.org</a></p>
......@@ -163,7 +158,7 @@
</div>
<div class="w3-row-padding">
<div class="w3-col m4">
<img src="/img/wotmap.jpg" />
<img style="height: 5em; width: unset; margin-bottom: -12px;" src="/img/wotmap.jpg" />
<h3>WOT map</h3>
<p>Logiciel de visualisation de la toile de confiance sous forme d'un graphe.</p>
<p><a href="https://wotmap.duniter.org/">Voir la WOT map</a></p>
......
{% extends "index.html" %}
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
{% block content %}
<main id="accueil" class="w3-container w3-padding-64">
......
{% extends "index.html" %}
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
{% block content %}
<main id="accueil" class="w3-container">
</main>
......
......@@ -14,7 +14,7 @@
<link rel="stylesheet" type="text/css" href="/media.css">
<link rel="stylesheet" type="text/css" href="/duniter.css">
{% block extrahead %}{% endblock extrahead %}
{% block title %}<title>Title</title>{% endblock title %}
{% block title %}<title>Duniter</title>{% endblock title %}
</head>
<body>
{% include "nav.html" %}
......
......@@ -13,4 +13,9 @@
});
});
</script>
{% endmacro katex %}
\ No newline at end of file
{% endmacro katex %}
{# === resize static image === #}
{% macro resize_static(path, width=160, height=160, op="fit_height") %}
{{ resize_image(path="../static" ~ path, width=width, height=height, op=op) }}
{% endmacro resize_static %}
\ No newline at end of file
{% extends "index.html" %}
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
{% block extrahead %}
{% if page.extra.katex %}
{{ macros::katex() }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment