📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
hesapsatisv1.demodesign.com.tr
/
application
/
views
📝
home.php
← Geri Dön
<div class="bg-light"> <div id="header" class="banner spacer"> <div class="container overflow-x-hidden"> <div class="row"> <div class="order-lg-2 col-md-5 col-lg-6 align-self-center ml-auto text-right" data-aos="fade-left"> <img src="assets/img/phone.png" style="height:370px" class="img-fluid" /> </div> <div class="order-lg-1 col-md-7 col-lg-5 align-self-center" data-aos="fade-right"> <h2 class="title font-bold h2 text-dark"><?php echo lang("headerTitle"); ?></h2> <p class="m-t-40 m-b-40"><?php echo lang("headerText"); ?></p> <button class="btn btn-primary" onclick="$('html, body').animate({scrollTop: $('#categories').offset().top}, 1000);"><?php echo lang("viewAccounts"); ?> <i class="fas fa-angle-right ml-2"></i></button> </div> </div> </div> </div> </div> <div class="py-5"> <div class="container overflow-x-hidden"> <div class="row"> <div class="px-3 px-lg-2 mb-3 mb-lg-0" data-aos="fade-right"><img src="assets/img/support.png" style="height:150px" alt="<?php echo lang("instantSupport"); ?>"></div> <div class="col-lg px-3 px-lg-2 ml-lg-5" data-aos="fade-left"> <h4 class="font-bold"><?php echo lang("instantSupport"); ?></h4> <p><?php echo lang("instantSupportText"); ?></p> </div> </div> <div class="row mt-2 mt-lg-5"> <div class="col-md-4 p-3 p-lg-2" data-aos="fade-right"> <div class="h-100 text-white bg-warning p-4 rounded shadow" style="box-shadow:0 0.125rem .75rem rgba(0, 0, 0, 0.12)"> <i class="fas fa-check fa-2x"></i> <h4 class="text-white my-3"><?php echo lang("guaranteedProducts"); ?></h4> <p class="text-white mb-0" style="opacity:.5"><?php echo lang("guaranteedProductsText"); ?></p> </div> </div> <div class="col-md-4 p-3 p-lg-2" data-aos="fade"> <div class="h-100 text-white bg-success p-4 rounded shadow" style="box-shadow:0 0.125rem .75rem rgba(0, 0, 0, 0.12)"> <i class="fas fa-rocket fa-2x"></i> <h4 class="text-white my-3"><?php echo lang("fastProcess"); ?></h4> <p class="text-white mb-0" style="opacity:.5"><?php echo lang("fastProcessText"); ?></p> </div> </div> <div class="col-md-4 p-3 p-lg-2" data-aos="fade-left"> <div class="h-100 text-white bg-danger p-4 rounded shadow" style="box-shadow:0 0.125rem .75rem rgba(0, 0, 0, 0.12)"> <i class="fas fa-smile fa-2x"></i> <h4 class="text-white my-3"><?php echo lang("customerSatisfaction"); ?></h4> <p class="text-white mb-0" style="opacity:.5"><?php echo lang("customerSatisfactionText"); ?></p> </div> </div> </div> </div> </div> <div class="py-5 bg-light"> <div class="container overflow-x-hidden"> <div class="row"> <div class="col-md-6" data-aos="fade-right"> <h3 class="font-bold mb-4"><?php echo lang("howTheSystemWorks"); ?></h3> <p><?php echo lang("howTheSystemWorksText"); ?></p> </div> <div class="col-md-6 text-right" data-aos="fade-left"> <img src="assets/img/about.png" class="img-fluid" style="max-height:300px" alt="<?php echo lang("howTheSystemWorks"); ?>"> </div> </div> </div> </div> <div class="py-5" id="categories"> <div class="container"> <div class="text-center mb-5"><h3 class="text-primary font-bold"><?php echo lang("accountCategories"); ?></h3></div> <?php if(count($categories) > 0): ?> <div class="row"> <?php foreach($categories as $category): ?> <?php $link = base_url(url_title(convert_accented_characters($category["name"]), "dash", true)."-".strval($category["id"])); ?> <div class="col-md-4 mb-4"> <div class="card shadow h-100 mb-0" data-aos="flip-left"> <a href="<?php echo $link; ?>" class="link"><img class="card-img-top" style="width:100%;height:175px" src="<?php echo file_exists("assets/uploads/category-".strval($category["id"]).".jpg") ? "assets/uploads/category-".strval($category["id"]).".jpg" : "assets/uploads/default.jpg"; ?>"></a> <div class="px-3 py-4"> <h5 class="font-medium" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;"><a href="<?php echo $link; ?>" class="link"><?php echo $category["name"]; ?></a></h5> <p class="m-t-20"><i class="fas fa-hand-point-right mr-2"></i><?php echo sprintf(lang("sellingAccountsText"), $category["unused_accounts_count"]); ?> </p> <p class="m-t-20 m-b-20"><i class="fas fa-hand-point-right mr-2"></i><?php echo sprintf(lang("selledAccountsText"), $category["accounts_count"]-$category["unused_accounts_count"]); ?></p> <a href="<?php echo $link; ?>" class="link"><button class="btn btn-primary btn-sm"><?php echo lang("viewAccounts"); ?> <i class="fas fa-angle-right ml-1"></i></button></a> </div> </div> </div> <?php endforeach; ?> <?php else: ?> <p class="text-center"><?php echo lang("noCategoryFound"); ?></p> <?php endif; ?> </div> </div> </div>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula