Change jon section layout
This commit is contained in:
parent
0dc74fb867
commit
dabfe5a43f
24
index.html
24
index.html
|
@ -569,7 +569,9 @@ layout: default
|
||||||
class="flex flex-col sl:flex-row sl:justify-between lg:max-w-screen-ml"
|
class="flex flex-col sl:flex-row sl:justify-between lg:max-w-screen-ml"
|
||||||
>
|
>
|
||||||
<div class="join__option w-full sl:w-4/12 flex sl:flex-col mb-16 sl:mb-0">
|
<div class="join__option w-full sl:w-4/12 flex sl:flex-col mb-16 sl:mb-0">
|
||||||
<div class="flex justify-center mr-6 sl:mr-0 mb-5 lg:mb-8">
|
<div
|
||||||
|
class="flex justify-center items-center h-8 mr-6 sl:mr-0 mb-5 lg:mb-8"
|
||||||
|
>
|
||||||
<a href="https://status.im/our_team/jobs.html" target="_blank"
|
<a href="https://status.im/our_team/jobs.html" target="_blank"
|
||||||
><svg
|
><svg
|
||||||
width="28"
|
width="28"
|
||||||
|
@ -618,7 +620,8 @@ layout: default
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col justify-between flex-1">
|
||||||
|
<div>
|
||||||
<h2 class="text-xs lg:text-sm font-semibold mb-3 text-left">
|
<h2 class="text-xs lg:text-sm font-semibold mb-3 text-left">
|
||||||
Join the team
|
Join the team
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -626,6 +629,7 @@ layout: default
|
||||||
We are a remote team of researchers dedicated to building a fair
|
We are a remote team of researchers dedicated to building a fair
|
||||||
internet.
|
internet.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<div class="media__link container flex justify-start">
|
<div class="media__link container flex justify-start">
|
||||||
<a class="link link--external" href="https://discord.com/"
|
<a class="link link--external" href="https://discord.com/"
|
||||||
>View open roles</a
|
>View open roles</a
|
||||||
|
@ -646,7 +650,9 @@ layout: default
|
||||||
lg:ml-5
|
lg:ml-5
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="flex justify-center mr-6 sl:mr-0 mb-5 lg:mb-8">
|
<div
|
||||||
|
class="flex justify-center items-center h-8 mr-6 sl:mr-0 mb-5 lg:mb-8"
|
||||||
|
>
|
||||||
<a href="https://discord.com/" target="_blank"
|
<a href="https://discord.com/" target="_blank"
|
||||||
><svg
|
><svg
|
||||||
width="25"
|
width="25"
|
||||||
|
@ -663,7 +669,8 @@ layout: default
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col justify-between flex-1">
|
||||||
|
<div>
|
||||||
<h2 class="text-xs lg:text-sm font-semibold mb-3 text-left">
|
<h2 class="text-xs lg:text-sm font-semibold mb-3 text-left">
|
||||||
Join the convo
|
Join the convo
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -671,6 +678,7 @@ layout: default
|
||||||
Ask questions or speak with us about our work as we research new
|
Ask questions or speak with us about our work as we research new
|
||||||
means of communication.
|
means of communication.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<div class="media__link container flex justify-start">
|
<div class="media__link container flex justify-start">
|
||||||
<a class="link link--external" href="https://discord.com/"
|
<a class="link link--external" href="https://discord.com/"
|
||||||
>Join our Discord</a
|
>Join our Discord</a
|
||||||
|
@ -682,7 +690,9 @@ layout: default
|
||||||
<div
|
<div
|
||||||
class="join__option w-full sl:w-4/12 flex sl:flex-col sl:ml-2 lg:ml-5"
|
class="join__option w-full sl:w-4/12 flex sl:flex-col sl:ml-2 lg:ml-5"
|
||||||
>
|
>
|
||||||
<div class="flex justify-center mr-6 sl:mr-0 mb-5 lg:mb-8">
|
<div
|
||||||
|
class="flex justify-center items-center h-8 mr-6 sl:mr-0 mb-5 lg:mb-8"
|
||||||
|
>
|
||||||
<a href="https://github.com/vacp2p" target="_blank"
|
<a href="https://github.com/vacp2p" target="_blank"
|
||||||
><svg
|
><svg
|
||||||
width="26"
|
width="26"
|
||||||
|
@ -699,7 +709,8 @@ layout: default
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col justify-between flex-1">
|
||||||
|
<div>
|
||||||
<h2 class="text-xs lg:text-sm font-semibold mb-3 text-left">
|
<h2 class="text-xs lg:text-sm font-semibold mb-3 text-left">
|
||||||
Contribute on Github
|
Contribute on Github
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -707,6 +718,7 @@ layout: default
|
||||||
Our work is open source and free for anyone to contribute to, use,
|
Our work is open source and free for anyone to contribute to, use,
|
||||||
and modify for their needs.
|
and modify for their needs.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<div class="media__link container flex justify-start">
|
<div class="media__link container flex justify-start">
|
||||||
<a class="link link--external" href="https://discord.com/"
|
<a class="link link--external" href="https://discord.com/"
|
||||||
>Contribute</a
|
>Contribute</a
|
||||||
|
|
Loading…
Reference in New Issue