s3-3on/backend/views/home.ejs

106 lines
4.8 KiB
Plaintext
Executable File

<%- include('header') %>
<div class="container">
<div class="card" style="padding: 20px; text-align: center;">
<div class="row justify-content-lg-center">
<div class="col-lg-8">
<br>
<h4>Do you like Crypto?
<br>Is Starbucks your favorite place to live in?
<br>Is decentralization your main goal in life?
<br><br>then
</h4>
<h2 style="margin-bottom: 0;">3ON</h2>
<h6>(Tron)</h6>
<br>
<h4>Is your new favorite (messaging) app!</h4>
<br>
<p>
<button type="submit" class="btn btn-outline-primary" onclick="location.href='/login';"><i
class="bi bi-shield-lock-fill"></i> Login
</button>
&
<button type="submit" class="btn btn-outline-primary" onclick="location.href='/channel';"><i
class="bi bi-send-fill"></i> start messaging
</button>
now!
</p>
</div>
</div>
<hr>
<div class="row justify-content-lg-center">
<div class="col">
<h2>Why using 3ON?</h2>
</div>
</div>
<div class="row justify-content-lg-center">
<div class="col-auto">
<div class="card why">
<div class="card-body">
<h5 class="card-title">Modern and sleek-looking</h5>
<!--Non è vero, sta grafica è tutta rotta, sta in piedi per miracolo. Sono un povero sviluppatore backend java che è stato obbligato. Xato dittatore!-->
<!--<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>-->
<p>The latest and greatest trends in design, UI & UX to give you your best experience yet.
You'll be the coolest in your local starbucks!</p>
</div>
</div>
</div>
<div class="col-auto">
<div class="card why">
<div class="card-body">
<h5 class="card-title">HTTP 3 is here!</h5>
<!--<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>-->
<p>HTTP 3 is the most <b>secure</b> and <b>private</b> way to browse the internet yet
and this is the first and only chat app in the world* to use it</p>
</div>
</div>
</div>
<div class="col-auto">
<div class="card why">
<div class="card-body">
<h5 class="card-title">Trusted by many</h5>
<!--<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>-->
<p>Used by cybersecurity teams such as <b>pwnthem0le</b> and <b>printer toner level: 90%</b><br>&nbsp;</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-lg-center">
<div class="col-auto">
<div class="card why">
<div class="card-body">
<h5 class="card-title">Advanced features</h5>
<p>With <b>broadcast messages</b> type your messages just once and send them to
<b>all</b> your <b>favorite</b> channels!<br>&nbsp;</p>
</div>
</div>
</div>
<div class="col-auto">
<div class="card why">
<div class="card-body">
<h5 class="card-title">Why not Matrix?</h5>
<!--<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>-->
<p>3on is better than Matrix in: <b>speed, privacy</b> and <b>security</b>!*<br>
And to be fair TRON >> The Matrix (concerning movies)</p>
</div>
</div>
</div>
<div class="col-auto">
<div class="card why">
<div class="card-body">
<h5 class="card-title">Why no dark theme?</h5>
<!--<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>-->
<p>Dark themes are for gloomy shut-in nerds. This is the <b>future</b> baby!
Go out and touch some grass while trading cryptos and drinking a <i>venti</i></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fixed-bottom">
<p style="font-size: 10px">*According to us</p>
</div>
<%- include('footer') %>