mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
reorg of template
This commit is contained in:
parent
40b65a3aa0
commit
a6f4ce65c6
2 changed files with 21 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,3 +9,5 @@ views/love.tpl
|
|||
**.pyc
|
||||
photo/*
|
||||
logs/*
|
||||
personal_routes.py
|
||||
robots.txt
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
% include('header_band.tpl')
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- About Section -->
|
||||
<div class="col-xl-11 col-lg-11 col-md-11 col-sm-11 col-xs-12">
|
||||
<div class="dash-unit bhoechie-tab-container">
|
||||
<dtitle>
|
||||
<span aria-hidden="true" class="li_star fs1"></span>
|
||||
About
|
||||
</dtitle>
|
||||
<hr>
|
||||
<div class="aboutText">
|
||||
This website is dedicated to the name of your next band. Eventually, you'll be able to submit a band name, and it'll generate some cool art for you, but right now, it's under construction.
|
||||
</div>
|
||||
</div><!-- /.dash-unit -->
|
||||
</div><!-- /.col -->
|
||||
|
||||
<!-- Input section -->
|
||||
<div class="col-xl-11 col-lg-11 col-md-11 col-sm-11 col-xs-12">
|
||||
<div class="dash-unit bhoechie-tab-container">
|
||||
<dtitle>
|
||||
|
@ -23,20 +38,19 @@
|
|||
</center>
|
||||
</div> <!-- /.dash-unit -->
|
||||
</div> <!-- /.col -->
|
||||
|
||||
<!-- Previous bands -->
|
||||
<div class="col-xl-11 col-lg-11 col-md-11 col-sm-11 col-xs-12">
|
||||
<div class="dash-unit bhoechie-tab-container">
|
||||
<dtitle>
|
||||
<span aria-hidden="true" class="li_star fs1"></span>
|
||||
About
|
||||
Previous Potential Band Names
|
||||
</dtitle>
|
||||
<hr>
|
||||
<div class="aboutText">
|
||||
This website is dedicated to the name of your next band. Eventually, you'll be able to submit a band name, and it'll generate some cool art for you, but right now, it's under construction.
|
||||
</div>
|
||||
|
||||
</div><!-- /.dash-unit -->
|
||||
</div><!-- /.col -->
|
||||
|
||||
|
||||
</div><!-- /.row ALL CARDS-->
|
||||
</div><!-- /.container MAIN-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue