Skip to content

Commit

Permalink
Merge pull request #23 from untypequicode/env-html-css
Browse files Browse the repository at this point in the history
Env html css
  • Loading branch information
Ciremy0 authored Dec 8, 2023
2 parents ee664c6 + 784287d commit 171ade4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 24 deletions.
40 changes: 20 additions & 20 deletions credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<header class="header">
<div class="name">
<a href="index.html" class="home"><img src="images/leaf-svgrepo-com.svg"></a>
<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>

Expand All @@ -37,41 +37,41 @@

<h1 > GREEN GROWTH</h1>

<img src="images/arrow-bottom-1-svgrepo-com.svg">
<img class="qzdzdq"alt=""src="images/arrow-bottom-1-svgrepo-com.svg">

<div class="contributeurs">

<div class="profile1">
<img src="https://avatars.githubusercontent.com/u/135112960?v=4">
<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="profile2">
<img src=" https://avatars.githubusercontent.com/u/89341139?v=4">

<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="profile3">
<img src="https://avatars.githubusercontent.com/u/99179037?v=4">
<a href="https://github.com/Vincentcestmoi"></a>

<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="profile4">
<img src="https://avatars.githubusercontent.com/u/106162530?v=4">
<a href="https://github.com/untypequicode"></a>

<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="profile5">
<img src="https://avatars.githubusercontent.com/u/129859627?v=4">
<a href="https://github.com/PGII33"></a>
<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="profil6">
<img src="https://avatars.githubusercontent.com/u/53087448?v=4">
<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>
Expand Down
22 changes: 19 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ body {

#h1-title {
position: relative;
top: 0;
top: 20%;
left: 0;
width: 100%;
height: 100%;
Expand Down Expand Up @@ -190,8 +190,8 @@ body {
bottom: 0;
left: 0;
width: 100%;
height: 5%;
padding: 2.5%;
height: 4%;
padding: 1% 2.5% 0;
background: var(--bg-color);
}

Expand All @@ -212,4 +212,20 @@ body {
.footer a, .footer-static a {
position: relative;
padding: 10px;
}

.profile {
margin-top: 100px;
right: 25%;
width: 250px;
}

.contributeurs, .remerciementes {
left: 0;
margin-top: 2000px
width: 100%;
}

.qzdzdq {
visibility: hidden;
}
2 changes: 1 addition & 1 deletion informer.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2></h2>
</div>


<footer class="footer">
<footer class="footer-static">
<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en" target="_blank" >CC0-1.0 License</a>
<a href="https://github.com/untypequicode/Green-Growth" target="_blank" >GitHub</a>
<a href="credits.html">Crédits</a>
Expand Down

0 comments on commit 171ade4

Please sign in to comment.