-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (73 loc) · 3.52 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" href="stylesheets/style.css"/>
<link rel="icon" type="image/png" href="http://spartakode.com/resources/images/favicon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<title>Sparta Kode Blog</title>
</head>
<!--Color schemes
colorschemedesigner.com/#0811Tw0w0w0w0>
colorschemedesigner.com/#3o11Tw0w0w0w0-->
<body>
<header>
<div class="nav nav-top" >
<h1 class="main-header">The Spartan Blog</h1>
<nav>
<ul class="nav-links">
<li class="nav-links nav-top">
<a href="http://blog.spartakode.com/">Home</a>
</li>
<li class="nav-links nav-top">
<a href="archive.html">Archive</a>
</li>
<li class="nav-links nav-top">
<a href="http://github.com/kiriappeee">Projects</a>
</li>
</ul>
</nav>
</div>
</header>
<article>
<div class="content">
<h1>Welcome to Sparta Kode</h1>
<p>Hi. My name is Adnan Issadeen and I'm a software engineer from Sri Lanka who wants to go beyond the norm and build amazing things.
I've just two years experience, where I consider only 6 months of it to have been real SE work and therefore, I have a lot of catching up to do.</p>
<p>Starting with this year, I made, for the first time, a set of things I wanted to achieve. One of which, was actually setting up my own website. The real challenge was, to set up a website on my own unmanaged VPS. And it was just great to have gotten <a href="http://spartakode.com">Sparta Kode</a> up and running. I will be writing more about those in my coming posts. This blog is part of my goal list, where I wanted to have a static site (although, I did consider hosting it on my own server first).</p>
<p>With that said, I think it's time to get coding again. One valuable lesson I learnt with my new job, was to deliver often in some form. As such I have a "deliver something Friday" policy. Whether it's a major bug fix, UX improvement or even a completely new software, I aim to deliver every Friday. I would like to put something like that into place here except I do not know if I can commit to it. I will see how it pans out though, so, in the mean time, await the programming posts.</p>
</div>
</article>
<footer>
<div class="nav nav-bottom">
<ul class="nav-links">
<li class="nav-links">
<a href="http://twitter.com/kiriappeee">@kiriappeee (Twitter)</a>
</li>
<li class="nav-links">
<a href="http://alpha.app.net/adnan">@adnan (app.net)</a>
</li>
<li class="nav-links">
<a href="http://github.com/kiriappee">Github Profile</a>
</li>
<li class="nav-links">
<a href="http://spartakode.com/">Main Site</a>
</li>
<li class="nav-links">Spartan Build on Twitter</li>
<li class="nav-links">Feed</li>
</ul>
</div>
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-37617728-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>