Difference between revisions of "Main Page"

Updated latest changes
(disabled some component later I will fix it)
(Updated latest changes)
Line 11: Line 11:


<!--========================================================================================-->
<!--========================================================================================-->




<!--Text box. Latest articles-->
<!--Text box. Latest articles-->
<div id="container" style="display: flex;justify-content: space-between;">
<div id="container" style="display: flex;justify-content: space-between;">
  <div id="right" style="flex-grow: 9">
<div id="right" style="flex-grow: 9">
    <div class="card green-background white-text">
<!-- right start -->
<div class="card-content">
<div class="uk-card uk-card-default">
<span class="card-title"><translate>What's New - The Latest Changes</translate></span>
<div class="uk-card-header">
<p class="white-text">{{Special:RecentChanges/days=100,limit=12,hidebots,hideminor,hideliu,hidecategorization}}</p>
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">What's New - The Latest Changes</h3>
</div>
</div>
<div class="card-action">
</div>
</div>
<div class="uk-card-body">
<p>{{Special:RecentChanges/days=100,limit=12,hidebots,hideminor,hideliu,hidecategorization}}</p>
</div>
<div class="uk-card-footer">
Actual there are '''{{NUMBEROFARTICLES}}''' articles here, waiting for you.
Actual there are '''{{NUMBEROFARTICLES}}''' articles here, waiting for you.
</div>
</div>
  </div>
</div>
  </div>
<!-- right end -->
  <div id="left" style="flex-grow: 1;margin-left:20px;">__TOC__</div>
</div>
<div id="left" style="flex-grow: 1;margin-left:20px;">__TOC__</div>


</div>
</div>