-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
43 lines (42 loc) · 2.51 KB
/
about.php
File metadata and controls
43 lines (42 loc) · 2.51 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?php require_once("include/header.php") ?>
<?php require_once("include/navbar.php") ?>
<main>
</main>
<body class="mufazmi" >
<div class="parallax-container">
<div class="parallax">
<div class=" center"> <br><br>
<h3 class=" red-text text-darken-2">Welcome To Social Codia's Blog</h3>
<h5>The Number One Coding Website Of The Social Media.</h5>
<a href="" class="btn large">Find More</a>
</div>
<img src="img/banner2.jpg" class="responsive-img" alt="">
</div>
</div>
<div class="container">
<div class="row">
<div class="col s12 m4 l4">
<div class="card z-depth-0">
<h2 class="center"><i class="material-icons large">copyright</i></h2>
<h5 class="center">Copyright</h5>
<p class="grey-text text-darken-2">The Social Codia is the synonymous of the Social Media, which aims to provide infomartion Programming, Technology, Networking and all about Social Media.</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card z-depth-0">
<h2 class="center"><i class="material-icons large">cast</i></h2>
<h5 class="center">Mission</h5>
<p class="grey-text text-darken-2">The Social Codia is the synonymous of the Social Media, which aims to provide infomartion Programming, Technology, Networking and all about Social Media.</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card z-depth-0">
<h2 class="center"><i class="material-icons large">tag_faces</i></h2>
<h5 class="center">About Social Codia</h5>
<p class="grey-text text-darken-2">The Social Codia is the synonymous of the Social Media, which aims to provide infomartion Programming, Technology, Networking and all about Social Media.</p>
</div>
</div>
</div>
</div>
<!-- *********************************footer section has been started from here***************************************** -->
<?php require_once("include/footer.php") ?>