2019-10-02 21:28:58 +00:00
|
|
|
<?php
|
|
|
|
if(isset($_SESSION['user'])){
|
|
|
|
?>
|
|
|
|
<div id="index-banner" class="parallax-container">
|
|
|
|
<div class="section no-pad-bot"></div>
|
|
|
|
<div class="parallax"><img src="<?php echo $oConf->getURLRoot('images/jmdn-group-business-data.jpg'); ?>" alt="Code && Make Cash!" style="max-width: 100px;"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="section">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col s12">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="center brown-text"><i class="material-icons">face</i></h2>
|
2019-10-08 13:22:42 +00:00
|
|
|
<?php echo $oTrans->getTranslation('webpage_home_content_welldoneMessageSuccesInstall', $lang_code); ?>
|
2019-10-02 21:28:58 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .row-->
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .section-->
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .container-->
|
|
|
|
|
|
|
|
<div class="divider"></div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="section">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col s12 center"><h2>Included Libraries</h2></div>
|
|
|
|
<!--jQuery-->
|
|
|
|
<div class="col s12 m4 center">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="brown-text"><i class="material-icons">show_chart</i></h2>
|
|
|
|
<h5 class="">jQuery & jQuery UI</h5>
|
|
|
|
<img src="<?php echo $oConf->getURLRoot('images/logos/jquery.png'); ?>" alt="Code && Make Cash!" style="max-width: 100px;">
|
|
|
|
<p class="center light">Version 3.2.1</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
<!--Materialize-->
|
|
|
|
<div class="col s12 m4 center">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="brown-text"><i class="material-icons">show_chart</i></h2>
|
|
|
|
<h5 class="">Materialize CSS</h5>
|
|
|
|
<img src="<?php echo $oConf->getURLRoot('images/logos/materializecss.png'); ?>" alt="Code && Make Cash!" style="max-width: 100px;">
|
|
|
|
<p class="light">Version 1.1.0</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
<!--D3 JS-->
|
|
|
|
<div class="col s12 m4 center">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="center brown-text"><i class="material-icons">show_chart</i></h2>
|
|
|
|
<h5 class="center">D3 v5</h5>
|
|
|
|
<img src="<?php echo $oConf->getURLRoot('images/logos/d3.jpeg'); ?>" alt="Code && Make Cash!" style="max-width: 100px;">
|
|
|
|
<p class="center light">Version 5</p>
|
|
|
|
<p class="center light"><a href="https://d3js.org" target="_blank">http://www.d3js.org</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-10-02 21:34:32 +00:00
|
|
|
</div>
|
|
|
|
<!--ENDOF .container-->
|
2019-10-02 21:28:58 +00:00
|
|
|
<?php } else { ?>
|
|
|
|
<div id="index-banner" class="parallax-container">
|
|
|
|
<div class="section no-pad-bot"></div>
|
|
|
|
<div class="parallax"><img src="<?php echo $oConf->getURLRoot('images/jmdn-group-business-data.jpg'); ?>" alt="Code && Make Cash!" style="max-width: 100px;"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="section" style="padding: 100px 0px 100px 0px; ">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col s12 center">
|
2019-10-08 13:22:42 +00:00
|
|
|
<?php echo $oTrans->getTranslation('webpage_home_content_welcome', $lang_code); ?>
|
2019-10-02 21:28:58 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-10-02 21:34:32 +00:00
|
|
|
<div class="divider"></div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="section">
|
|
|
|
<div class="row">
|
2019-10-08 13:22:42 +00:00
|
|
|
<div class="col s12 center">
|
|
|
|
<?php echo $oTrans->getTranslation('webpage_home_content_includedLibrariesTitle', $lang_code); ?>
|
|
|
|
</div>
|
2019-10-02 21:34:32 +00:00
|
|
|
<!--jQuery-->
|
|
|
|
<div class="col s12 m4 center">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="brown-text"><i class="material-icons">show_chart</i></h2>
|
|
|
|
<h5 class="">jQuery & jQuery UI</h5>
|
|
|
|
<img src="<?php echo $oConf->getURLRoot('images/logos/jquery.png'); ?>" alt="Code && Make Cash!" style="max-width: 100px;">
|
|
|
|
<p class="center light">Version 3.2.1</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
<!--Materialize-->
|
|
|
|
<div class="col s12 m4 center">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="brown-text"><i class="material-icons">show_chart</i></h2>
|
|
|
|
<h5 class="">Materialize CSS</h5>
|
|
|
|
<img src="<?php echo $oConf->getURLRoot('images/logos/materializecss.png'); ?>" alt="Code && Make Cash!" style="max-width: 100px;">
|
|
|
|
<p class="light">Version 1.1.0</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
<!--D3 JS-->
|
|
|
|
<div class="col s12 m4 center">
|
|
|
|
<div class="icon-block">
|
|
|
|
<h2 class="center brown-text"><i class="material-icons">show_chart</i></h2>
|
|
|
|
<h5 class="center">D3 v5</h5>
|
|
|
|
<img src="<?php echo $oConf->getURLRoot('images/logos/d3.jpeg'); ?>" alt="Code && Make Cash!" style="max-width: 100px;">
|
|
|
|
<p class="center light">Version 5</p>
|
|
|
|
<p class="center light"><a href="https://d3js.org" target="_blank">http://www.d3js.org</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .col-->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--ENDOF .container-->
|
|
|
|
|
2019-10-02 21:28:58 +00:00
|
|
|
<?php } ?>
|