lankybox02 / RiverBox

The simple social media app.
https://lankybox02.github.io/RiverBox/
7 stars 4 forks source link

Sign-up page concept #1

Closed lankybox02 closed 2 years ago

lankybox02 commented 2 years ago

Concept

<div id="pageContent" style="display: flex;">
    <img src="assets/hearts.png" width="300px">
    <div style="margin-left: 20px;">
    <span style="font-size: 30px;">Sign up for Riverbox!</span>
    <span style="margin-top: 15px;display: block;">
    RiverBox: The simple &amp; friendly community to discuss absolutely anything.
    </span>

    <button style="margin-top: 10px;">
      Sign up!
    </button>
    </div>
</div>
lankybox02 commented 2 years ago

image