Forked from
Sibidharan / Photogram Project
16 commits behind the upstream repository.
-
Sibidharan authoredSibidharan authored
calltoaction.php 426 B
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">What are you upto, <?=Session::getUser()->getUsername()?>?</h1>
<p class="lead text-muted">Share a photo that talks about it.</p>
<p>
<a href="#" class="btn btn-primary my-2">Upload</a>
<a href="#" class="btn btn-secondary my-2">Clear</a>
</p>
</div>
</div>
</section>