-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
24 lines (22 loc) · 1.08 KB
/
aboutus.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
<?php
include("inc/header.php");
?>
<div class="about" style="text-align: center; margin-top: 100px; margin-bottom: 100px;">
<h1 style="color: #02614c;">عن المدونة</h1>
<p>فيجاتشينو موقع نباتي يحتوي على مقالات مفيدة عن النظام النباتي و وصفات نباتية وتجارب يقوم على كتابة المقالات فيه مجموعة من النباتيين العرب </p>
<h3 style="margin-top: 30px;color: #02614c">فريق فيجاتشينو</h3>
<hr style="width:50%;text-align:center;">
<img src="imgs/mariem.jpeg" alt="mariem" style="width: 100px; height: 100px;border-radius: 50%; border: 4px solid #02614c;">
<h5>مريم محمد</h5>
<a href="https://www.instagram.com/veganmariem21/">@veganmariem21</a>
</div>
<footer style="clear: both;
position: relative;
margin-top: 350px;">
<p>جميع الحقوق محفوظة © 2020</p>
</footer>
<script src="js/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/03757ac844.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>