-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.php
29 lines (26 loc) · 830 Bytes
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<?php require_once ('inc/head.php')?>
<body>
<?php require_once ('inc/menu.php')?>
<div class="container">
<div class="pages">
<!-------- Contact -------->
<h1>Contact Us</h1>
<div class="column">
<div class="card">
<img src="https://github.com/naemazam/naemazam.github.io/blob/main/assets/img/bg.jpg" alt="azam" style="width:100%">
<div class="container">
<h2>Naem Azam</h2>
<p class="title">Network proffetional </p>
<p>It is a Full Open Source Projects, Visit My Github For More Details</p>
<p>[email protected]</p>
<p><button class="button"><a href="https://github.com/naemazam">Contact</a></button></p>
</div>
</div>
</div>
<!-------- END Contact -------->
</div>
</div>
<?php require_once ('inc/footer.php')?>
</body>
</html>