-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (70 loc) · 4.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#ff372d">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Abishek Aditya</title>
<link rel='shortcut icon' href='logo.ico' type='image/x-icon'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css" />
<link href="https://fonts.googleapis.com/css?family=Lato|Rancho|Cantarell:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1 pure-u-lg-1-4" id="middle">
<div class="inner">
<figure>
<img src="abishekaditya.png" title="Nothing to see here" height="256" width="auto" />
<figcaption>Abishek Aditya</figcaption>
<hr>
<figcaption id="clear">Programming & Design Enthusiast</figcaption>
<br>
<figcaption id="clear"><a href="https://github.com/abishekaditya" target="_blank">Github</a> | <a href="https://abishekaditya.carbonmade.com/" target="_blank">Doodles</a> | <a href="./abishekaditya.pdf" target="_blank">Résumé</a></figcaption>
</figure>
</div>
</div>
<div class="pure-u-1 pure-u-md-1 pure-u-lg-1-4" >
<p class="title">About Me</p>
<p>I'm Abishek Aditya. My friends call me sometimes. I love to learn new programming languages and doodle. I like to write too when the mood strikes</p>
<br>
<p>I primarily use Ruby for scripting, .NET for GUI development, Python for scientific stuff and Rails for back-end.</p>
<p> My front-end skills need some oiling as you can see. I have dabbled with designing and Game development but I am relatively inexperienced in these fields.</p>
<p>I am currently learning Rust, Compiler Design and after learning functional programming with Haskell and Clojure I am going to be tackling some intermediate and advanced functional patterns and concepts</p>
<br>
<p>You can contact me via <a href="mailto:[email protected]">email</a></p>
<br/>
<p class="title">24 Projects</p>
<p>My resolutions for 2017 include less lazing around and more practical work. So I promised myself that I will create at least 24 Github Projects this year.</p>
<p>They may be stupid and pointless but they are mine.</p>
<br>
<p>You can follow the status of 24 Projects in the 1st Project -> <a href="https://abishekaditya.github.io/24-Projects">here</a> </p>
</div>
<div class="pure-u-1 pure-u-md-1 pure-u-lg-1-4">
<p class="title">Books</p>
<p class="subtitle">2017 Wishlist</p>
<ul>
<li>Introduction to Algorithms</li>
<li>Structure and Interpretation of Computer Programs</li>
<li>Code Complete</li>
<li>Let's Build a Compiler</li>
<li>Compilers: Principles, Techniques, and Tools</li>
</ul>
<br/>
<p class="title">Design Corner</p>
<p>I have forced myself to brush up my design knowledge and continue to learn. Here you can see one or two of my current design related work</p>
<p><a href="https://www.dropbox.com/s/4c922n4vgpk2him/Rails-Infographic-V2.png?dl=0">Rails Info-graphic</a></p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85961213-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>