forked from boyska/feedpanel
a touch of bs4
This commit is contained in:
parent
8f06d72904
commit
c8e127872a
2 changed files with 29 additions and 2 deletions
|
@ -1,11 +1,38 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- TODO: utf8 -->
|
||||
<link rel="stylesheet" href="/static/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||
<script src="/static/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
Hello, {{.User}}
|
||||
<p>Go to <a href="/tt-rss/">Feed Reader</a></p>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
Hello, {{.User}}
|
||||
<p>Go to <a class="btn btn-primary" href="/tt-rss/">Feed Reader</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- IF hai uno spazio abilitato... -->
|
||||
<div class="row row-pubblicazione"><!-- Il tuo spazio -->
|
||||
<div class="col col-4">
|
||||
<h3>Feed che stai pubblicando nel tuo spazio</h3>
|
||||
|
||||
<ul>
|
||||
<li>Antani</li>
|
||||
<li>Sblindola</li>
|
||||
<li>Tapioco</li>
|
||||
</ul>
|
||||
|
||||
<a class="btn btn-light">Aggiungi un nuovo feed</a>
|
||||
</div>
|
||||
<div class="col col-4">
|
||||
<h3>La tua lista dei feed è attualmente pubblica</h3>
|
||||
Questo vuol dire che sul tuo spazio chiunque potrà vedere tutti i feed che stai seguendo.
|
||||
<a class="btn btn-small btn-info">Maggiori informazioni</a>
|
||||
<a class="btn btn-small btn-warning">Nascondi lista di feed</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue