ajout admin panel
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by Amin.MasterkinG
|
||||
* Website : MasterkinG32.CoM
|
||||
* Email : lichwow_masterking@yahoo.com
|
||||
* Date: 04/02/2020 - 6:55 PM
|
||||
*/
|
||||
?>
|
||||
<section id="contact" class="contact section-bg">
|
||||
<div class="container">
|
||||
<div class="section-title">
|
||||
<h2>Contact</h2>
|
||||
<p>Edit on <b>"/template/advance/tpl/contact.php"</b>.</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<div class="info d-flex flex-column justify-content-center" data-aos="fade-right">
|
||||
<div class="address">
|
||||
<i class="icofont-google-map"></i>
|
||||
<h4>Location:</h4>
|
||||
<p>Tehran, Iran</p>
|
||||
</div>
|
||||
|
||||
<div class="email">
|
||||
<i class="icofont-envelope"></i>
|
||||
<h4>Email:</h4>
|
||||
<p>info@example.com</p>
|
||||
</div>
|
||||
<div class="phone">
|
||||
<i class="icofont-phone"></i>
|
||||
<h4>Call:</h4>
|
||||
<p>+98 915 620 9344</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left" data-aos-delay="100">
|
||||
<iframe src="https://discordapp.com/widget?id=376650959532589057&theme=dark"
|
||||
style="border:0;width: 100%; height: 100%;"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user