This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
98 lines (90 loc) · 3.4 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/php5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div class="preloader"></div>
<?php include_once "everypage/header.php"; ?>
<!-- Banner -->
<section id="banner" class="major">
<div class="inner" style="display: hidden">
<header class="major" >
<h1>Hi, my name is Vit</h1>
<span class="image">
<img src="images/pic12.jpg" alt="" />
</span>
</header>
<div class="content">
<p>I am a Network Engineer and a Junior Sys Admin </p>
</div>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- Two -->
<section id="two">
<div class="inner">
<header class="major">
<h2>About me</h2>
</header>
<p>I am a IT enthusiast. I have worked from computer shops to MSP's. I am called a tinkerer by many who know me and that comes from my curiosity to know all. My skills range from Board repair, Cisco Networking, Programming and Windows scripting.</p>
<ul class="actions">
<li><a href="whoami.php" class="button next">Find out more</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="tiles">
<article>
<span class="image">
<img src="images/Script.jpg" alt="" />
</span>
<header class="major">
<h3><a href="project.php" class="link">Projects</a></h3>
<p>Have a look at what i have been tinkering with</p>
</header>
</article>
<article>
<span class="image">
<img src="images/RaspberryPi.jpg" alt="" />
</span>
<header class="major">
<h3><a href="contact.php" class="link"></a>Contact Me</h3>
<p></p>
</header>
</article>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<h5>Have a look at my Github and Linkedin</h5><li>
<a href="http://www.github.com/vithusel" target="_blank" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="http://www.linkedin.com/in/vithusel" target="_blank" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<sub> This website is powered by Raspberry Pi 3 Apache webserver</sub>
<p></p>
<sub><small> Design is forked from "HTML5UP" by Forty with my own changes added</small></sub>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<?php
include_once "everypage/login.php";
?>
</body>
</html>