-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (116 loc) · 4.9 KB
/
index.html
File metadata and controls
138 lines (116 loc) · 4.9 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans:wght@300&display=swap');
</style>
<title>Nathan Chackerian</title>
<!-- Google Ananalytics-->
<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-46410435-5', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="container">
<h1>Nathan Chackerian</h1>
</div>
</header>
<div class="container">
<section id="main_content">
<p class="headline"> Full Stack Developer </p>
<div class="social">
<a href="https://github.com/chackerian"><ion-icon name="logo-github">chackerian</ion-icon></a>
<a href="http://www.linkedin.com/in/nchackerian/"><ion-icon name="logo-linkedin">nchackerian</ion-icon></a>
<a href="https://twitter.com/NathanChackeria"><ion-icon name="logo-twitter">NathanChackeria</ion-icon></a>
<a href="https://stackoverflow.com/users/3605997/chackerian"><ion-icon name="logo-stackoverflow"></ion-icon></a>
</div>
<div class="column-content">
<a href="https://github.com/chackerian/space">ShopSwap</a>
</div>
<div class="panel">
<p>A craigslist like website for trading shoes and accessories</p>
<img src="images/spacetrades.png">
</div>
<div class="column-content">
<a href="https://github.com/chackerian">Note Essence</a>
</div>
<div class="panel">
<p>A data based note taking app</p>
</div>
<div class="column-content">
<a href="https://github.com/chackerian">DexHound</a>
</div>
<div class="panel">
<p>An ethereum token tracking website with pricing data</p>
</div>
<div class="column-content">
<a href="https://github.com/chackerian">Good Help</a>
</div>
<div class="panel">
<p>A charity mobile app for donating food, clothes and animals</p>
</div>
<div class="column-content">
<a href="https://github.com/chackerian/doggregate">Doggregate</a>
</div>
<div class="panel">
<p>A site for finding rescue dogs to adopt</p>
<img src="images/doggregate.png">
</div>
<div class="column-content">
<a href="https://github.com/chackerian/TalkLater">Impressive</a>
</div>
<div class="panel">
<p>An interest based social media app</p>
</div>
<div class="column-content">
<a href="https://github.com/chackerian/Name-Information-Aggregator">NIA</a>
</div>
<div class="panel">
<p>An open source security tool for showing name related online accessible information</p>
</div>
<div class="column-content">
<a href="https://github.com/chackerian/PKB">PKB</a>
</div>
<div class="panel">
<p>A low-tech command line tool for adding and querying a Personal Knowledge Base (using key value pairs)</p>
</div>
<div class="column-content">
<a href="https://github.com/chackerian/Modest">Modest</a>
</div>
<div class="panel">
<p>A framework for building web apps</p>
</div>
</br>
<p>Blog <a href="http://ec2-3-83-128-8.compute-1.amazonaws.com">WebDev Blog</a></p>
<p>Quora <a href="https://www.quora.com/profile/Nathan-Chackerian">Nathan-Chackerian</a></p>
<p>Keybase <a href="https://keybase.io/chackerian">chackerian</a></p>
<p>Email: <a href="mailto:nchackerian@gmail.com">nchackerian@gmail.com</a></p>
</section>
<button class="download-cv">
<ion-icon name="cloud-download-outline"></ion-icon>
<span><a href="cv/nathan-chackerian.pdf" download>Download cv</a></span>
</button>
</div>
<script src="./assets/js/script.js"></script>
<script src="./javascripts/main.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>