-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
46 lines (42 loc) · 1.4 KB
/
index.php
File metadata and controls
46 lines (42 loc) · 1.4 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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link href='http://fonts.googleapis.com/css?family=Sintony:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container-fluid">
<div id="fixed-sidebar">
<?php require_once 'fixed-sidebar.php'; ?>
</div>
<div id="remaining-space">
<div id="content">
<h1 class="title">Welcome to the home of <span class="big">Bizzard</span> (Manu Krishnan T.V)</h1>
<h2 class="subtitle">| Co-founder of <a href="http://www.dayscholars.com" title="DayScholars Innovations">DayScholars</a> | Programmer | Server Admin | Web Developer | FOSS Supporter | Blogger | Engineeer | Naturalist |</h2>
<div>
<div class="left-content">
<h6 class="center">Recent personal blog posts</h6>
<ul>
<li>Sample Post</li>
<li>How come the name?</li>
<li>Hello World!</li>
</ul>
</div>
<div class="right-content">
<h6 class="center">Recent Tech updates</h6>
</div>
</div>
</div>
<div class="home-sidebar" id="right-sidebar">
<h6>Recent Tweets</h6>
<h6>I am here!</h6>
<h6>Blogs I follow</h6>
</div>
</div>
</div>
</body>
</html>