forked from franck403/geoloup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
46 lines (46 loc) · 2.12 KB
/
project.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
46
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Geoloup Team</title>
</head>
<body>
<div class="navBar" id="NavBar"></div>
<div class="titre">
<h1 class="texta">All Project : </h1>
</div>
<div class="bouton">
<a class="btn" alt="loowriter" href="https://github.geoloup.com/">
loowriter
</a>
<a class="btn" alt="Ic-hat" href="https://chat.geoloup.com">
IC-hat
</a>
</div>
<div class="project-card">
<div class="project-content">
<h1 class="project-name">Loowriter</h1>
<h3 class="project-description">Loowriter is a text editor made for slow computer that work with python.This editor allow you to modifiy text without getting ads or hack. You need a little text editor ? loowriter still work with his 2.67 KB of storage used</h3>
<h2 class="project-date">October 24 2022</h2>
</div>
</div>
<div class="project-card">
<div class="project-content">
<h1 class="project-name">IC-hat</h1>
<h3 class="project-description">Ic-hat is a chat made for people that not like to be the product or ads when its free or even if its cost money.Not happy of all chat being bug or offline ? Try IC-hat the best chat ever for tech person to not tech person</h3>
<h2 class="project-date">May 4 2023</h2>
</div>
</div>
<div class="project-card">
<div class="project-content">
<h1 class="project-name">Pyact</h1>
<h3 class="project-description">Just a python web Framework to make website easy again with code</h3>
<h2 class="project-date">february 4 2024</h2>
</div>
</div>
<script src="https://geoloup.com/navbar.js"></script>
</body>
</html>