-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (87 loc) · 4.35 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Arun S A G | zer0c00l</title>
<meta name="google-site-verification" content="yo3m9V0Smll7R5hUlvsCdJmYBHn2W37i5m99AE_nlH4" />
<meta name="description" content="All you need to know about Arun S A G - Another hopelessly non-social
nerd who works at Yahoo!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
html, body {
height: 100%;
}
.fill{
min-height: 100%;
position: relative;
}
.filler:after{
background-color: inherit;
bottom: 0;
content: "";
right: 0;
position: absolute;
top: 0;
width: inherit;
z-index: -1;
}
.mainfooter {
font-family: "Bitstream Vera Sans", sans-serif;
padding: 5px;
text-align: center;
font-size: small;
background-color: "#c2c2c2";
margin-top: 120px;
}
</style>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container-fluid fill">
<div class="row">
<div class="col-md-2">
<ul class="nav nav-pills nav-stacked">
<li class="active"><a href="https://zer0c00l.in/">HOME</a></li>
<li><a href="https://github.com/sagarun">CODE</a></li>
<li><a href="downloads.html">DOWNLOADS</a></li>
<li><a href="#contact">CONTACT</a> </li>
</ul>
</div>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="col-md-10 jumbotron filler">
<h3 class="text-center"> Arun S A G | zer0c00l</h3> <br/>
<img class="col-md-5" alt="Picture of Arun" src="img/saga.jpg"/>
<div class="col-md-5">
<p> Hello! My name is Arun. I am know also know as zer0c00l in IRC channels. I live in <a href="https://en.wikipedia.org/wiki/San_Jose,_California">San Jose, California</a> and do Linux Engineering at <a href="https://us.yahoo.com">Yahoo!</a>.
In my free time i contribute to Fedora Project. I am a package maintainer. <br/> <br/>
I love programming. It is my hobby and profession. Which means i spend lot of time in front of computers.
I love doing anything related to Free and Open source software, GNU/Linux, python, and system programming(Linux).
I was introduced to Free Software when i was in college. My first distribution was Fedora 9. I started contributing to
<a href="https://fedoraproject.org/">Fedora Project</a> around 2009. I maintain these <a href="https://admin.fedoraproject.org/pkgdb/packager/sagarun/">applications</a> for Fedora.
I occasionally go to colleges and speak about Free Software and GNU/Linux. Shoot me an email if you want me to speak in your college. <br/> <br/>
</p>
<p class="text-center"> You can learn more about me by clicking below links.<br/><br/></p>
<p id="contact" class="text-center"> <a href="img/email.png"> Email </a> <a href="https://twitter.com/sagarun"> Twitter </a> <a href="https://arunsag.wordpress.com"> Blog </a> <a href="https://pgp.mit.edu/pks/lookup?search=0x70C93A92&op=index">Public key</a> <a href="https://in.linkedin.com/in/sagarun">Linkedin</a></p>
</div>
</div>
</div>
</div>
<!-- The footer -->
<footer class="mainfooter"> Powered by GNU/Linux. Copyright (C) 2015. Arun S A G. This page was created using <a href="http://www.vim.org/">vim</a> and <a href="http://twitter.github.io/bootstrap/">bootstrap</a>. <a href="#">Disclaimer </a></footer>
<!-- // End Content -->
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19352913-1']);
_gaq.push(['_setDomainName', '.zer0c00l.in']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>