-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_me.php
63 lines (55 loc) · 1.91 KB
/
about_me.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML>
<html>
<head>
<title>About Me - Maria Bethania's Page</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div class="wrapper style1">
<!-- Header -->
<?php include 'menu_bar.php' ?>
<!-- Header -->
<!-- Page -->
<div id="page" class="container">
<section>
<header class="major">
<h2>About Me</h2>
<span class="byline">Maria Bethania, musician by day programer by night.</span>
</header>
<p>Comming Soon...</p>
</section>
</div>
<!-- /Page -->
<?php include 'links.php'; ?>
</div>
<?php include 'footer.php'; ?>
<!-- Copyright -->
<div id="copyright">
<div class="container">
<div class="copyright">
<p>Built by <a href="https://github.com/csc5nz">CSC</a>
<ul class="icons">
<li><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li>
<li><a href="https://www.youtube.com/channel/UC5rllsScazFsEJteCECxuZw" class="fa fa-youtube"><span>YouTube</span></a></li>
<li><a href="https://github.com/mariabethania" class="fa fa-github"><span>GitHub</span></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>