mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Tweak things
This commit is contained in:
parent
d5663293c8
commit
302a65dae8
2 changed files with 76 additions and 106 deletions
|
@ -1,5 +1,5 @@
|
|||
.projectsList {
|
||||
flex-basis: 500px;
|
||||
flex-basis: 460px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
overflow-y: scroll;
|
||||
|
|
|
@ -146,23 +146,21 @@ const Index: NextPage = () => {
|
|||
</div>
|
||||
</>}
|
||||
/>
|
||||
<FlipPanel
|
||||
className={"box"}
|
||||
front={(flip) => <>
|
||||
<section className={"panel box"} id={"panel-accounts"}>
|
||||
<h3>
|
||||
Me on the Internet
|
||||
</h3>
|
||||
<p>
|
||||
I sign up to basically any website I stumble upon to explore and study its functions, mechanisms, culture and community, so don't be surprised if you see me somewhere!
|
||||
</p>
|
||||
<hr/>
|
||||
<hr className={"float-bottom"}/>
|
||||
<p>
|
||||
Apart from experimentation, I'm currently the most active on the Fediverse, in particular on:
|
||||
I'm currently mostly active on the Fediverse, in particular on:
|
||||
</p>
|
||||
<div className={"group-lp"}>
|
||||
<LinkPanel href={"https://uno.starshard.studio/@steffo"} icon={faCircleNodes} text={"Star Shard Social"} description={"@steffo@uno.starshard.studio"}/>
|
||||
</div>
|
||||
<hr className={"float-bottom"}/>
|
||||
<hr/>
|
||||
<p>
|
||||
Other services I often use are:
|
||||
</p>
|
||||
|
@ -222,35 +220,7 @@ const Index: NextPage = () => {
|
|||
description={"Steffo"}
|
||||
/>
|
||||
</div>
|
||||
<hr/>
|
||||
<p>
|
||||
Want to see what I've been thinking about lately?
|
||||
</p>
|
||||
<div className={"group-lp"}>
|
||||
<LinkPanel
|
||||
fade
|
||||
icon={faComment}
|
||||
text={"View my latest posts"}
|
||||
description={"Coming soon..."}
|
||||
/>
|
||||
</div>
|
||||
</>}
|
||||
back={(flip) => <>
|
||||
<h3>
|
||||
All my accounts
|
||||
</h3>
|
||||
<hr className={"float-bottom"}/>
|
||||
<div className={"group-lp"}>
|
||||
<LinkPanel
|
||||
href={"javascript:void(0)"}
|
||||
icon={faArrowLeft}
|
||||
text={"Go back"}
|
||||
description={"I have seen enough"}
|
||||
onPress={flip}
|
||||
/>
|
||||
</div>
|
||||
</>}
|
||||
/>
|
||||
</section>
|
||||
<section className={"panel box"} id={"panel-friends"}>
|
||||
<h3>
|
||||
My friends
|
||||
|
|
Loading…
Reference in a new issue