Skip to content

Commit 9202ebd

Browse files
committed
Small update
1 parent 6b75330 commit 9202ebd

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

img/lilibuild.svg

Lines changed: 2 additions & 0 deletions
Loading

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,30 @@ <h1 class="grad-text">Paul Thorel</h1>
197197
<div class="page ptop" id="proj-box">
198198
<ul class="experiences-list">
199199

200+
<li class="experience-new">
201+
<div class="exp-badge">
202+
<a href="https://manerr.github.io/lilibuild" target="_blank" rel="noopener" title="Lilibuild - line builder">
203+
<img src="./img/lilibuild.svg" alt="Lilibuild's logo" />
204+
</a>
205+
</div>
206+
<a href="https://manerr.github.io/lilibuild" target="_blank" rel="noopener" title="Lilibuild - line builder">
207+
<div class="exp-header">
208+
<span class="exp-date">2025</span>
209+
</div>
210+
<div class="exp-company grad-text-2">Lilibuild</div>
211+
<p class="desc bolder">
212+
A lite <span class="bolder">web</span> line builder inspired by RATP's work.<br><br>
213+
</p>
214+
<ul class="skills">
215+
<li>HTML/CSS</li>
216+
<li>Javascript</li>
217+
<li>Web app</li>
218+
</ul>
219+
</a>
220+
</li>
221+
222+
223+
200224
<li class="experience-new">
201225
<div class="exp-badge">
202226
<a href="https://neugen.vercel.app" target="_blank" rel="noopener" title="Neugen">

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ html, body {
3131
}
3232

3333
html::-webkit-scrollbar, body::-webkit-scrollbar {
34-
width: 0.525rem;
34+
width: 0.6rem;
3535
padding: 2px;
3636

3737
}
@@ -40,6 +40,7 @@ html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
4040
background: linear-gradient(var(--gradient-3));
4141
background-clip: content-box;
4242
box-sizing: border-box;
43+
border: 2px solid transparent;
4344
}
4445
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
4546
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

0 commit comments

Comments
 (0)