Skip to content

Commit 2c704df

Browse files
committed
Add essentiel section + footer
1 parent 7adc285 commit 2c704df

2 files changed

Lines changed: 105 additions & 11 deletions

File tree

index.html

Lines changed: 96 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ <h1 class="titrePage" id="titrePage" alt="bouton d'ouverture et fermeture du men
4545
</div>
4646
<nav aria-label="Main Navigation">
4747
<ul class="ul-nav">
48+
<!-- ESSENTIEL -->
49+
<li class="li-nav">
50+
<a class="firstAnchor" href="#essentiel">ESSENTIEL</a>
51+
<ul class="sous-menu">
52+
<li class="li-sousMenu">
53+
<a href="#ESSENTIELA">UI kit personnel</a>
54+
</li>
55+
<li class="li-sousMenu">
56+
<a href="#ESSENTIELB">Outils kit personnel</a>
57+
</li>
58+
</ul>
59+
</li>
4860
<!-- HTML -->
4961
<li class="li-nav">
5062
<a class="firstAnchor" href="#html">HTML</a>
@@ -126,6 +138,75 @@ <h1 class="titrePage" id="titrePage" alt="bouton d'ouverture et fermeture du men
126138
</header>
127139

128140
<main>
141+
<!-- SECTION ESSENTIEL -->
142+
<section class="section1" id="essentiel">
143+
<!-- TITLE -->
144+
<div class="title">
145+
<h2 class="sectionTitle" alt>ESSENTIEL</h2>
146+
</div>
147+
148+
<!-- LEFT -->
149+
<div class="TOOLS padding-s">
150+
<h3 id="ESSENTIELA">UI kit personnel :</h3>
151+
<ul>
152+
<li class="sectionLi">
153+
<strong>
154+
<a class="a" href="https://buonomolea.github.io/ui-css-style-guides/" rel="noopener">UI CSS Style Guides</a>
155+
</strong> : Guides de styles et composants UI
156+
</li>
157+
158+
<li class="sectionLi">
159+
<strong>
160+
<a class="a" href="https://buonomolea.github.io/Frontend-Tools/" rel="noopener">Frontend Tools</a>
161+
</strong> : Ce super répertoire d'outils pour le quotidien
162+
</li>
163+
164+
<li class="sectionLi">
165+
<strong>
166+
<a class="a" href="https://buonomolea.github.io/Css-Js-Snippets/" rel="noopener">CSS & JS Snippets</a>
167+
</strong> : Snippets CSS & JS prêts à l’emploi
168+
</li>
169+
170+
<li class="sectionLi">
171+
<strong>
172+
<a class="a" href="https://buonomolea.github.io/UI-color-palettes/" rel="noopener">UI Color Palettes</a>
173+
</strong> : Palettes de couleurs pour interfaces
174+
</li>
175+
176+
</ul>
177+
</div>
178+
179+
<!-- RIGHT -->
180+
<div class="TOOLS padding-s">
181+
<h3 id="ESSENTIELB">Outils kit personnel :</h3>
182+
<ul>
183+
<li class="sectionLi">
184+
<strong>
185+
<a class="a" href="https://buonomolea.github.io/Background-css-generator/" rel="noopener">CSS Background Generator</a>
186+
</strong> : Générateur de backgrounds CSS
187+
</li>
188+
189+
<li class="sectionLi">
190+
<strong>
191+
<a class="a" href="https://buonomolea.github.io/PNG-to-SVG-Converter/" rel="noopener">PNG to SVG Converter</a>
192+
</strong> : Convertisseur PNG/JPG vers SVG
193+
</li>
194+
195+
<li class="sectionLi">
196+
<strong>
197+
<a class="a" href="https://buonomolea.github.io/Convertisseur-image-vers-WebP/" rel="noopener">Image to WebP Converter</a>
198+
</strong> : Convertisseur d’images vers WebP
199+
</li>
200+
201+
<li class="sectionLi">
202+
<strong>
203+
<a class="a" href="https://buonomolea.github.io/Diagram-Editor/" rel="noopener">Diagram Editor</a>
204+
</strong> : Éditeur de diagrammes simple et rapide
205+
</li>
206+
</ul>
207+
</div>
208+
</section>
209+
129210
<!-- SCETION HTML -->
130211
<section class="section1" id="html">
131212
<!-- TITLE -->
@@ -1914,6 +1995,20 @@ <h3 id="SEOH">Cheat sheet :</h3>
19141995
</section>
19151996
</main>
19161997

1917-
<footer><p>&copy; 2024 Leyamagic. Tous droits réservés.</p></footer>
1998+
<footer class="footer" role="contentinfo">
1999+
<nav class="footer-nav">
2000+
<a class="firstAnchor" href="#essentiel">ESSENTIEL</a>
2001+
<a class="firstAnchor" href="#html">HTML</a>
2002+
<a class="firstAnchor" href="#css">CSS</a>
2003+
<a class="firstAnchor" href="#javascript">JAVASCRIPT</a>
2004+
<a class="firstAnchor" href="#seo">SEO, TEST ET AUTRES</a>
2005+
</nav>
2006+
2007+
<p class="footer-text">
2008+
&copy; <script>document.write(new Date().getFullYear())</script>
2009+
<a href="https://github.com/BuonomoLea" target="_blank" rel="noopener">Léa Buonomo</a>.
2010+
Frontend Tools.
2011+
</p>
2012+
</footer>
19182013
</body>
19192014
</html>

style.css

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,18 @@ body {
1818
background-color: var(--color-bg);
1919
font-family: 'Raleway', sans-serif;
2020
color: #151615;
21-
}
22-
23-
body {
24-
--sb-track-color: var(--color-bg);
25-
--sb-thumb-color: var(--color-primary);
26-
--sb-size: 14px;
21+
--sb-track-color: var(--color-primary);
22+
--sb-thumb-color: var(--color-bg);
23+
--sb-size: 16px;
2724
}
2825
body::-webkit-scrollbar {
2926
width: var(--sb-size);
3027
}
3128
body::-webkit-scrollbar-track {
3229
background: var(--sb-track-color);
33-
border-radius: 3px;
3430
}
3531
body::-webkit-scrollbar-thumb {
3632
background: var(--sb-thumb-color);
37-
border-radius: 3px;
3833
}
3934
@supports not selector(::-webkit-scrollbar) {
4035
body {
@@ -289,8 +284,12 @@ header, nav, .ul-nav, .li-nav {
289284

290285
/* footer */
291286
footer {
287+
width: 100%;
292288
display: flex;
293-
justify-content: space-around;
289+
justify-content: space-between;
294290
align-items: center;
295-
padding: 0.4rem 0;
291+
padding: 2vw;
296292
}
293+
.footer-nav {
294+
width: 35vw;
295+
}

0 commit comments

Comments
 (0)