1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-10-02 04:25:46 +02:00

docs: update Contributeurs

Cette révision appartient à :
Mickael Asseline 2021-05-08 12:08:08 +00:00 révisé par Mickael Asseline
Parent 038e6b4a7d
révision 71e56abae3

Voir le fichier

@ -2,7 +2,7 @@
title: Contributeurs
description: Voici les précieux contributeurs de Wiki-Tech.io !
published: true
date: 2021-05-08T12:06:40.788Z
date: 2021-05-08T12:08:08.050Z
tags:
editor: code
dateCreated: 2021-05-08T12:06:22.520Z
@ -10,4 +10,27 @@ dateCreated: 2021-05-08T12:06:22.520Z
<h1>Title</h1>
<p>Some text here</p>
<p>Some text here</p>
<!-- Include the library. -->
<script
src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"
></script>
<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) -->
<link
rel="stylesheet"
href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"
/>
<!-- Prepare a container for your calendar. -->
<div class="calendar">
<!-- Loading stuff -->
Loading the data just for you.
</div>
<script>
GitHubCalendar(".calendar", "PAPAMICA");
// or enable responsive functionality
GitHubCalendar(".calendar", "PAPAMICA", { responsive: true });
</script>