Skip to content

Commit 8fc0674

Browse files
test
1 parent 7e819e7 commit 8fc0674

File tree

2 files changed

+29
-22
lines changed

2 files changed

+29
-22
lines changed

index.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<html>
55
<script data-goatcounter="https://squircle.goatcounter.com/count"
66
async src="//gc.zgo.at/count.js"></script>
7-
8-
<!-- 100% privacy-first analytics -->
9-
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
107

118

129
<script>NekoType="pink"</script>
@@ -24,8 +21,7 @@ <h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a
2421
<link rel="stylesheet" type="text/css" href="style.css">
2522
<div class="crt"></div>
2623

27-
28-
24+
2925
<meta
3026
property="og:image"
3127
content="https://files.catbox.moe/e1pj4h.jpg" />
@@ -322,6 +318,9 @@ <h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a
322318
<p style="font-size: 7px; text-align: center" >If nothing shows up, I’m probably sleeping xD</p>
323319
<marquee scrollamount="6" loop="infinite" onmouseover="this.stop();" onmouseout="this.start();" direction="left" style="text-align: center"><a href="https://www.pcrf.net/"><img src="https://hillhouse.neocities.org/_images/toybox/_blinkies/freeblinkie.gif" alt="DONATE AT PCRF" title="DONATE AT PCRF"></marquee>
324320

321+
322+
323+
325324
</div>
326325
</div>
327326
<div class="main">
@@ -330,10 +329,17 @@ <h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a
330329
<div class="right">
331330
<div class="profile">
332331
<div class="avatar"></div>
332+
<iframe src="https://free.timeanddate.com/clock/i9sz92qt/n195/fn8/pl35/pr20/tt0/tw0/tm1/ts1/tb4" frameborder="0" width="141" height="33"></iframe>
333+
334+
333335
<p>Squircle, Paul </p>
334336
<p>21 may 2009 // 15yo</p>
335337
<p>He/Any</p>
336-
<p>Paris, France</p>
338+
<p>France GMT+1</p>
339+
340+
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=squircle" defer></script>
341+
342+
337343
<marquee scrollamount="6" loop="infinite" onmouseover="this.stop();" onmouseout="this.start();" direction="left"><a href="https://discord.com/users/871735378837667880"><img src="https://files.catbox.moe/zzvch6.gif" alt="DISCORD: SquircleUnderscore" title="DISCROD: SquircleUnderscore"></a> <a href="https://www.instagram.com/squircleunderscore/"><img src="https://files.catbox.moe/0ugos4.gif"alt="Insta: SquircleUnderscore" title="Insta: SquircleUnderscore"></a></marquee>
338344
</div>
339345
<div class="likes">
@@ -372,7 +378,5 @@ <h1 id=nl><script src="https://webneko.net/n20171213.js"></script><a
372378
<script src="https://unpkg.com/[email protected]/b.min.js" defer></script>
373379

374380

375-
<p style="font-size: 12px; text-align: center" >This website does not use cookies. However, it uses <a href="https://dashboard.simpleanalytics.com/squircle.computer">analytics</a> tools that comply with GDPR.</p>
376-
377381
</body>
378382
</html>

style.css

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body {
88
}
99

1010
.outer {
11-
width: 900px;
12-
height: 700px;
11+
width: 1000px;
12+
height: 760px;
1313
border: 1px solid #FF00C5;
1414
padding: 6px;
1515
background-image: url('1.png');
@@ -63,7 +63,7 @@ body {
6363
border: 1px solid #FF00C5;
6464
display: inline-block;
6565
vertical-align: top;
66-
width: 540px;
66+
width: 690px;
6767
height: 170px;
6868
background-image: url('banner.gif');
6969
background-size: cover;
@@ -74,7 +74,7 @@ body {
7474
border: 1px solid #FF00C5;
7575
display: inline-block;
7676
vertical-align: top;
77-
width: 540px;
77+
width: 690px;
7878
height: 20px;
7979
background: #FFF;
8080
margin-top: 6px;
@@ -150,8 +150,8 @@ body {
150150
border: 1px solid #FF00C5;
151151
display: inline-block;
152152
vertical-align: top;
153-
width: 500px;
154-
height: 490px;
153+
width: 600px;
154+
height: 550px;
155155
background: #FFF;
156156
}
157157

@@ -176,11 +176,17 @@ body {
176176
}
177177

178178
.avatar {
179-
border: 1px solid #FF00C5;
180-
width: 170px;
181-
height: 170px;
182-
margin-bottom: 12px;
183-
background-image: url('avvy.png')
179+
border: 1px solid #FF00C5;
180+
width: 170px;
181+
height: 170px;
182+
margin-bottom: 12px;
183+
background-image: url('avvy.png');
184+
background-size: cover; /* Assure que l'image couvre toute la div */
185+
background-position: center;
186+
}
187+
188+
.avatar:hover {
189+
background-image: url('avvy2.png');
184190
}
185191

186192
.likes {
@@ -260,9 +266,6 @@ h2 {
260266

261267

262268

263-
264-
265-
266269
.crt::before {
267270
content: " ";
268271
display: block;

0 commit comments

Comments
 (0)