added scary message for the admins, added transactions, overall @vassdeniss needs to fix the web design and we're set
This commit is contained in:
@ -37,8 +37,8 @@
|
||||
|
||||
{% if isProcessor %}
|
||||
<li class="nav-item d-none d-md-block" >
|
||||
<a class="nav-link" href="/admin/">Админ</a>
|
||||
</li>
|
||||
<a class="nav-link" href="/admin/">Админ</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if isCashier %}
|
||||
@ -101,11 +101,11 @@
|
||||
|
||||
<img src="static/home/images/white.png" width="200" height="200">
|
||||
<h1><strong>reValuate</strong><br />
|
||||
</h1>
|
||||
</h1><br>
|
||||
{% if user.is_authenticated %}
|
||||
<p>Здравей, {{ user.username }}!</p>
|
||||
<h2>Здравей, {{ user.username }}!</h2>
|
||||
{% if userBalance %}
|
||||
<br><p>Баланса ти е: {{ userBalance }} reCoins</p>
|
||||
<br><h2 >Балансът ти е: <span style="color:rgb(0, 85, 19);">{{ userBalance }}</span> reCoins</h2>
|
||||
{% endif %}
|
||||
<ul class="actions special">
|
||||
<li><a href="/upload/" class="button scrolly">Качи!</a></li>
|
||||
@ -175,28 +175,12 @@
|
||||
<section id="three" class="main style1 special">
|
||||
<div class="container">
|
||||
<header class="major">
|
||||
<h2>Други дейности по проекта</h2>
|
||||
<h2>Защо да участвам? </h2>
|
||||
</header>
|
||||
<div class="row gtr-150">
|
||||
<div class="col-6 col-12-large">
|
||||
<span class="image fit"><img src="images/logo_blue.png" alt="" /></span>
|
||||
<h3>Популяризация:</h3>
|
||||
<ul><br>
|
||||
<li>информация на сайта на проекта/ на училището</li><br>
|
||||
<li>информация на страницата на училището в соц.мрежи</li><br>
|
||||
<li>презентации по класове</li><br>
|
||||
<li>плакати на ключови места в училище</li><br>
|
||||
<li>стените на класните стаи в google classroom</li><br>
|
||||
<li>тик- ток видеа с образователна и забавна цел</li><br>
|
||||
</ul>
|
||||
<ul class="actions special">
|
||||
<p></p>
|
||||
<!-- <li><a href="" class="button">More</a></li> -->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-12-large">
|
||||
|
||||
<div style="text-align: center;">
|
||||
<span class="image fit"><img src="images/logo_green.png" alt="" /></span>
|
||||
<h3>Защо да участвам? </h3><br>
|
||||
|
||||
<ul>
|
||||
<li>награден фонд за участие в проекта: напитки, вафли, солети и голяма награда ваучер за пазаруване от голяма верига. Наградите се разпределят спрямо натрупаните точки в сайта. </li><br>
|
||||
<li>Сертификат за участие в извънкласни дейности от името на училището при натрупани минимум 30 точки.</li><br>
|
||||
|
Reference in New Issue
Block a user