forked from DocSystem/pronotetools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 2.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="/img/pronote.png">
<title>Pronote Tools - DocSystem's Projects</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/darkula.min.css">
<link rel="stylesheet" href="index.css">
<meta property="og:title" content="Pronote Tools for PRONOTE" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://docsystem.xyz/pronotetools/" />
<meta property="og:image" content="https://docsystem.xyz/img/pronote.png" />
<meta property="og:description" content="Pronote Tools pour PRONOTE. Thème sombre, changement de PDP..." />
<meta name="theme-color" content="#27ae60">
</head>
<body>
<h2 class="title-1">Pronote</h2>
<h1 class="title-2">Tools</h1>
<div id="browser-download"></div>
<div id="other-browser-download">
<a href="#" onclick="showBrowsers()">Autres plateformes...</a>
<div class="other_browsers hidden">
<a href="https://chrome.google.com/webstore/detail/pronote-tools/hpafamfiapepcmikhahoolhoielfblpp"><img src="https://storage.googleapis.com/chrome-gcs-uploader.appspot.com/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png" alt="Voir dans le Chrome Web Store" /></a>
<a href="https://addons.mozilla.org/fr/firefox/addon/pronote-tools/"><img src="https://ffp4g1ylyit3jdyti1hqcvtb-wpengine.netdna-ssl.com/addons/files/2015/11/get-the-addon.png" alt="Voir dans Firefox Add-Ons" /></a>
<a href="https://addons.opera.com/fr/extensions/details/pronote-tools/"><img src="https://dev.opera.com/extensions/branding-guidelines/[email protected]" height="58px" alt="Voir dans Opera Add-Ons" /></a>
<a href='//www.microsoft.com/store/productId/0RDCKDSHJ1HB?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png' alt='English badge' style='height: 58px;'/></a>
<a href="https://routinehub.co/shortcut/8359/" class="download-button">Obtenir le raccourci pour iOS</a>
</div>
</div>
<p class="product-description">Quelques outils pour rendre Pronote plus beau !</p>
<div class="category-1">
<h2 class="category-title">Changer de <span>Photo de Profil</span></h1>
<p class="category-description">Vous souhaitez changer de photo de profil pour vous amuser ou la désactiver pour qu'elle ne soit pas visible ? Pronote Tools est fait pour vous.</p>
<img class="category-illustration" src="img/pdp_changer.png" alt="">
</div>
<div class="category-2">
<p>
Cette extension / injecteur de code est sous licence <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL v2.0</a><br>
Copyright (C) 2021 DocSystem
</p>
</div>
<script src="index.js" charset="utf-8"></script>
</body>
</html>