Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #139 from cheatera-pp-ua/omentes-patch-1
Browse files Browse the repository at this point in the history
patch
  • Loading branch information
setnemo authored Jul 10, 2019
2 parents 057fc83 + be2cf57 commit 725b389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 83 deletions.
2 changes: 1 addition & 1 deletion common/messages/ru/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@
'Sub Project' => 'Подпроекты',
'Marks' => 'Оценки',
'Location' => 'Хост',

'Server paid until September 17, 2019' => 'Сервер оплачен до 17 сентября 2019 года',
'If you have a trouble with style - please use hard refresh on page(refresh page with shift), or delete all you cookies' => 'Если у вас есть проблемы со стилем - пожалуйста, используйте жёсткое обновление страницы(обновите страницу с shift), или удалите все ваши куки'
];
2 changes: 1 addition & 1 deletion common/messages/uk/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'in progress' => '',
'search group' => '',
'created' => '',

'Server paid until September 17, 2019' => 'Сервер оплачений до 17 вересня 2019 року',
'If you have a trouble with style - please use hard refresh on page (refresh page with shift, or remove you cookie)' => 'Якщо у вас виникли проблеми зі стилем, будь ласка, використовуйте жорстке оновлення на сторінці (оновіть сторінку за допомогою shift, або видаліть cookie)'

];
83 changes: 2 additions & 81 deletions views/site/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,88 +7,9 @@

<div class="jumbotron">
<h1>Welcome!</h1>
<h4><?= Yii::t('app', 'If you have a trouble with style - please use hard refresh on page(refresh page with shift), or delete all you cookies')?></h4>

<h4><?= Yii::t('app', 'Server paid until September 17, 2019')?></h4>
<p><a href="https://monobank.ua/r/ffYN" target="_blank">Donate</a></p>
</div>

<!-- <div class="body-content">-->
<!---->
<!-- <div class="row">-->
<!---->
<!-- <div class="col-md-4 col-lg-4 col-sm-12">-->
<!-- <div class="card">-->
<!-- <div class="card-body">-->
<!-- <h4 class="card-title">Exp calculator</h4>-->
<!-- <p class="card-text">forecasting your level</p>-->
<!-- </div>-->
<!-- <div class="card-footer">-->
<!-- <a href="/calculator/" class="card-link">Open calculator</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!---->
<!-- <div class="col-md-4 col-lg-4 col-sm-12">-->
<!-- <div class="card">-->
<!-- <div class="card-body">-->
<!-- <h4 class="card-title">Show online friends</h4>-->
<!-- <p class="card-text">If your added frineds - see who is online now!</p>-->
<!-- </div>-->
<!-- <div class="card-footer">-->
<!-- <a href="/friends/" class="card-link">Show online friends</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4 col-lg-4 col-sm-12">-->
<!-- <div class="card">-->
<!-- <div class="card-body">-->
<!-- <h4 class="card-title">Student table</h4>-->
<!-- <p class="card-text">Comparison table of students by level</p>-->
<!-- </div>-->
<!-- <div class="card-footer">-->
<!-- <a href="/students/" class="card-link">Show students table</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4 col-lg-4 col-sm-12">-->
<!-- <div class="card">-->
<!-- <div class="card-body">-->
<!-- <h4 class="card-title">Cheating students</h4>-->
<!-- <p class="card-text">Table with cheating students uinformation</p>-->
<!-- </div>-->
<!-- <div class="card-footer">-->
<!-- <a href="/students/cheat/" class="card-link">Show cheating students</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4 col-lg-4 col-sm-12">-->
<!-- <div class="card">-->
<!-- <div class="card-body">-->
<!-- <h4 class="card-title">Students Projects</h4>-->
<!-- <p class="card-text">Table with students projects</p>-->
<!-- </div>-->
<!-- <div class="card-footer">-->
<!-- <a href="/students/projects/" class="card-link">Show students projects</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4 col-lg-4 col-sm-12">-->
<!-- <div class="card">-->
<!-- <div class="card-body">-->
<!-- <h4 class="card-title">Rushes</h4>-->
<!-- <p class="card-text">All pet projects from Rushes</p>-->
<!-- </div>-->
<!-- <div class="card-footer">-->
<!-- <a href="/students/projects/rushes/" class="card-link">Show Rushes projects</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!---->
<!---->
<!---->
<!---->
<!---->
<!-- </div>-->
<!-- </div>-->
</div>


Expand Down

0 comments on commit 725b389

Please sign in to comment.