-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
99 lines (90 loc) · 3.86 KB
/
about.html
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
99
<!DOCTYPE html>
<html>
<head>
<title>Blog @ Kyle Wooten</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is the blog of Kyle Wooten. I just want people to be happy.">
<meta name="author" content="Billy Kyle Wooten">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/kube.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/custom.min.css" />
<link rel="shortcut icon" href="img/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Navigation -->
<div class="main-nav">
<div class="container">
<header class="group top-nav">
<nav class="navbar logo-w navbar-left" >
<a class="logo" href="index.html">Kyle Wooten</a>
</nav>
<div class="navigation-toggle" data-tools="navigation-toggle" data-target="#navbar-1">
<span class="logo">Kyle Wooten</span>
</div>
<nav id="navbar-1" class="navbar item-nav navbar-right">
<ul>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<!-- <li><a href="archive.html">Archive</a></li> -->
</ul>
</nav>
</header>
</div>
</div>
<!-- Introduction -->
<div class="intro">
<div class="container">
<div class="units-row">
<div class="unit-10">
<img class="img-intro" src="img/avatar.png" alt="">
</div>
<div class="unit-90">
<p class="p-intro">Open Source data has and will continue to create innovative individuals. Stay Free.</p>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="content">
<div class="container">
<!-- Post -->
<!-- Heading -->
<text class="about">About </text><text class="about-me">Me</text>
<hr>
<div class="in-content">
<p>
I am a I.T. Engineer with a great passion for computing of any kind. Whether it be Linux, BSD, or Windows I have probably coded on the platform. I am very anti-net neutrality and believe information should be open and free for all to consume, which is the reason I started this blog. If I can help just one person learn or innovate, then that is a goal worth reaching for.
<br><br>
I share as much as I can when I have the free time to update this blog. Whether it be a new python application, a simple ruby script, a programming tutorial or even a personal opinion, I will make time to provide information that might be of use. I believe in making information free and open for anyone to use. Where anything is possible, and see no benefit in locking down information, code, or potential advancement in a privatized realm.
<br><br><br>
With that said, welcome to my blog.<br>
Stay Free.
</p>
</div>
</div>
</div>
<!-- /post -->
<footer>
<div class="container">
<ul class="social list-flat"><center>
<li><a href="mailto:billykwooten@gmail.com"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://twitter.com/billykwooten"><i class="fa fa-twitter"></i></a></li>
</center>
</ul>
<p class="text-centered foot-cp">
<a>Blog by Kyle Wooten</a>
<a class="text-centered foot-cp-sub">
<br>
<a><small>Stay Free</small></a>
</a>
</div>
</footer>
<!-- Javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/kube.min.js"></script>
</body>
</html>