mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 23:54:30 +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 {
|
.projectsList {
|
||||||
flex-basis: 500px;
|
flex-basis: 460px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
|
@ -146,23 +146,21 @@ const Index: NextPage = () => {
|
||||||
</div>
|
</div>
|
||||||
</>}
|
</>}
|
||||||
/>
|
/>
|
||||||
<FlipPanel
|
<section className={"panel box"} id={"panel-accounts"}>
|
||||||
className={"box"}
|
|
||||||
front={(flip) => <>
|
|
||||||
<h3>
|
<h3>
|
||||||
Me on the Internet
|
Me on the Internet
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<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!
|
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>
|
</p>
|
||||||
<hr/>
|
<hr className={"float-bottom"}/>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<div className={"group-lp"}>
|
<div className={"group-lp"}>
|
||||||
<LinkPanel href={"https://uno.starshard.studio/@steffo"} icon={faCircleNodes} text={"Star Shard Social"} description={"@steffo@uno.starshard.studio"}/>
|
<LinkPanel href={"https://uno.starshard.studio/@steffo"} icon={faCircleNodes} text={"Star Shard Social"} description={"@steffo@uno.starshard.studio"}/>
|
||||||
</div>
|
</div>
|
||||||
<hr className={"float-bottom"}/>
|
<hr/>
|
||||||
<p>
|
<p>
|
||||||
Other services I often use are:
|
Other services I often use are:
|
||||||
</p>
|
</p>
|
||||||
|
@ -222,35 +220,7 @@ const Index: NextPage = () => {
|
||||||
description={"Steffo"}
|
description={"Steffo"}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
</section>
|
||||||
<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 className={"panel box"} id={"panel-friends"}>
|
<section className={"panel box"} id={"panel-friends"}>
|
||||||
<h3>
|
<h3>
|
||||||
My friends
|
My friends
|
||||||
|
|
Loading…
Reference in a new issue