This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
104 lines (64 loc) · 2.78 KB
/
credits.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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">
<!-- OpenGraph-->
<title>Green Growth</title>
<meta name="description" content="">
<meta property="og:url" content="https://untypequicode.github.io/Green-Growth/" />
<meta property="og:title" content="Green Growth" />
<meta property="og:description" content="" />
<meta property="og:image" content="../images/leaf-svgrepo-com.svg" />
<!-- favicon -->
<link rel="icon" type="image/png" href="images/leaf-svgrepo-com.svg">
<!-- font awesome -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="name">
<a href="index.html" class="home"><img alt=""src="images/leaf-svgrepo-com.svg"></a>
<a href="index.html" class="home-title"><b>GREEN GROWTH</b> </a>
</div>
</header>
<h1 > GREEN GROWTH</h1>
<img class="qzdzdq"alt=""src="images/arrow-bottom-1-svgrepo-com.svg">
<div class="contributeurs">
<div class="profile">
<img alt=""src="https://avatars.githubusercontent.com/u/135112960?v=4">
<a href="https://github.com/Ciremy0"> Vilar Aymeric </a>
</div>
<div class="profile">
<img alt=""src=" https://avatars.githubusercontent.com/u/89341139?v=4">
<a href="https://github.com/Noruaric"> Pinel Bastien</a>
</div>
<div class="profile">
<img alt=""src="https://avatars.githubusercontent.com/u/99179037?v=4">
<a href="https://github.com/Vincentcestmoi">Vincent Bruneau</a>
</div>
<div class="profile">
<img alt=""src="https://avatars.githubusercontent.com/u/106162530?v=4">
<a href="https://github.com/untypequicode">Ethan Facca</a>
</div>
<div class="profile">
<img alt=""src="https://avatars.githubusercontent.com/u/129859627?v=4">
<a href="https://github.com/PGII33">Micky Mari</a>
</div>
</div>
<div class="remerciementes">
<div class="profile">
<img alt=""src="https://avatars.githubusercontent.com/u/53087448?v=4">
<a href="https://github.com/emmanueltudela">Tudela Emmanuel</a>
</div>
</div>
<div class="sources">
</div>
<footer class="footer">
<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC0-1.0 License</a>
<a href="https://github.com/untypequicode/Green-Growth">GitHub</a>
<a href="credits.html">Crédits</a>
</footer>
</body>
</html>