-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (290 loc) · 16.7 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Sunel">
<meta property="og:url" content="sunel.github.io/">
<meta property="og:site_name" content="Sunel">
<meta name="twitter:site" content="@suneltr">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,800,800i,900,900i" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/preflight.min.css" rel="stylesheet">
<!-- Any of your own CSS would go here -->
<style>
.content a, .highlight {
color: inherit;
position: relative;
z-index: 1;
}
.content a:before, .highlight:before {
background-color: rgba(4, 3, 255, 0.46);
bottom: 0;
content: "";
height: 3px;
left: 4px;
position: absolute;
transition: .15s ease-in;
width: 100%;
z-index: -1;
}
.content a:hover:before {
background-color: rgba(255, 232, 0, 0.46);
}
* {
font-family: "Nunito"
}
</style>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/utilities.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<title>Sunel Saminathan TR | Hello, world!</title>
</head>
<body>
<div id="__profile">
<div class="container bg-grey-lightest flex flex-col min-h-screen">
<div class="bg-white flex items-center justify-center max-w-full h-screen px-4" >
<div class="max-w-md pt-12 pb-8">
<h1 class="my-0 leading-loose text-5xl font-bold text-center">Sunel Tr</h1>
<p class="text-2xl my-6 leading-loose">Thoughts & insights on <strong class="highlight">Web Development</strong> with a focus on <strong class="highlight">Magento</strong>, <strong class="highlight">Laravel</strong>, <strong class="highlight">Front-end Tools</strong> and <strong class="highlight">Best-Practices.</strong></p>
<p class="text-1xl my-3 text-grey-dark">Currently working on <strong class="highlight"><a class="no-underline" href="https://github.com/thehackerleague/mods">Mods</a></strong> a framework with focus on modularity.</p>
</div>
</div>
<nav class="w-full h-16 absolute pin-b bg-white shadow flex items-center justify-center z-50">
<div class="sm:w-1/4 px-4 py-4 text-center">
<h3><a class="uppercase text-2xl text-black no-underline hover:text-blue-dark" href="#about">About</a></h3>
</div>
<div class="sm:w-1/4 px-4 py-4 text-center">
<h3><a class="uppercase text-2xl text-black no-underline hover:text-blue-dark" href="#work">Work</a></h3>
</div>
<div class="sm:w-1/4 px-4 py-4 text-center">
<h3><a class="uppercase text-2xl text-black no-underline hover:text-blue-dark" href="#blog">Blog</a></h3>
</div>
</nav>
<div id="about" class="max-w-full px-4 flex items-center justify-center mt-16">
<div class="mt-20 mb-12 w-full md:w-5/6 xl:w-2/5">
<h2 class="text-center text-4xl p-4">I'm Sunel Saminathan Tr</h2>
<h3 class="text-center text-4xl p-3 ">A <strong>web developer</strong> in Chennai, TN.</h3>
<pre class="my-4 p-8"><code class="language-php">$languages = new Languages(['javascript', 'php']);
$frameworks = new Frameworks([
'laravel', 'magento', 'symfony',
'vuejs', 'nodejs', 'reactjs',
'angular'
]);
$tools = new Tools(['gulp', 'webpack', 'rollup', 'composer']);
$skillset = (new Sunel($languages))
->implements($frameworks)
->pipe($tools)
->build();
</code></pre>
<p class="text-center text-2xl content">View my code on <a class="no-underline" href="https://github.com/sunel">GitHub</a>, connect with me on <a class="no-underline" href="https://linkedin.com/in/sunel">LinkedIn</a>, follow me on <a class="no-underline" href="https://twitter.com/suneltr">Twitter</a>, and check out my work below.</p>
</div>
</div>
<div id="work" class="max-w-full px-4 mt-20">
<div class="mx-auto lg:max-w-3xl md:max-w-md max-w-xs mt-20">
<h2 class="text-center text-5xl">My Works</h2>
<div class="flex flex-wrap justify-center mt-8">
<div class="w-full md:w-1/4 xl:w-1/5 border px-4 py-4 mb-4 md:mr-4 rounded text-sm">
<div class="flex">
<div class="mr-2">
<svg class="h-4 w-4 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</div>
<div>
<a href="https://github.com/sunel/eav" class="text-purple hover:text-orange no-underline hover:underline">
sunel/eav
</a>
</div>
</div>
<div class="flex text-sm mt-6">
<p class="text-xs">Entity–attribute–value model (EAV) for Laravel Artisan.<p>
</div>
<div class="flex text-sm mt-6">
<div class="mr-4 text-xs text-blue">
PHP
</div>
<div class="mr-4 text-xs">
<a href="https://sunel.github.io/eav/" class="text-purple hover:text-orange no-underline hover:underline">
view
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/4 xl:w-1/5 border px-4 py-4 mb-4 md:mr-4 rounded text-sm">
<div class="flex">
<div class="mr-2">
<svg class="h-4 w-4 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</div>
<div>
<a href="https://github.com/thehackerleague/mods" class="text-purple hover:text-orange no-underline hover:underline">
thehackerleague/mods
</a>
</div>
</div>
<div class="flex text-sm mt-6">
<p class="text-xs">A Framework with focus on simplicity, modularity, powerful features and performance.<p>
</div>
<div class="flex text-sm mt-6">
<div class="mr-4 text-xs text-blue">
PHP
</div>
<div class="mr-4 text-xs">
<a href="http://mods.thehackerleague.com/" class="hidden text-purple hover:text-orange no-underline hover:underline">
view
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/4 xl:w-1/5 border px-4 py-4 mb-4 md:mr-4 rounded text-sm">
<div class="flex">
<div class="mr-2">
<svg class="h-4 w-4 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</div>
<div>
<a href="https://github.com/sunel/Magento-Import-Export" class="text-purple hover:text-orange no-underline hover:underline">
sunel/Magento-Import-Export
</a>
</div>
</div>
<div class="flex text-sm mt-6">
<p class="text-xs">This script will export & import Attributes , Sets & Products.<p>
</div>
<div class="flex text-sm mt-6">
<div class="mr-4 text-xs text-blue">
PHP
</div>
<div class="mr-4 text-xs">
<a href="https://github.com/sunel/Magento-Import-Export" class="text-purple hover:text-orange no-underline hover:underline">
view
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/4 xl:w-1/5 border px-4 py-4 mb-4 md:mr-4 rounded text-sm">
<div class="flex">
<div class="mr-2">
<svg class="h-4 w-4 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</div>
<div>
<a href="https://github.com/sunel/aspect-me" class="text-purple hover:text-orange no-underline hover:underline">
sunel/aspect-me
</a>
</div>
</div>
<div class="flex text-sm mt-6">
<p class="text-xs">(AOP) Intercept and change the behavior of a public method before, after, or around that function call.<p>
</div>
<div class="flex text-sm mt-6">
<div class="mr-4 text-xs text-blue">
PHP
</div>
<div class="mr-4 text-xs">
<a href="https://github.com/sunel/aspect-me" class="text-purple hover:text-orange no-underline hover:underline">
view
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/4 xl:w-1/5 border px-4 py-4 mb-4 md:mr-4 rounded text-sm">
<div class="flex">
<div class="mr-2">
<svg class="h-4 w-4 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</div>
<div>
<a href="https://github.com/sunel/layout-core" class="text-purple hover:text-orange no-underline hover:underline">
sunel/layout-core
</a>
</div>
</div>
<div class="flex text-sm mt-6">
<p class="text-xs">Framework Agnostic way to build your page in an upgrade-compatible way.<p>
</div>
<div class="flex text-sm mt-6">
<div class="mr-4 text-xs text-blue">
PHP
</div>
<div class="mr-4 text-xs">
<a href="https://github.com/sunel/layout-core" class="text-purple hover:text-orange no-underline hover:underline">
view
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/4 xl:w-1/5 border px-4 py-4 mb-4 md:mr-4 rounded text-sm">
<div class="flex">
<div class="mr-2">
<svg class="h-4 w-4 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</div>
<div>
<a href="https://github.com/mods-framework" class="text-purple hover:text-orange no-underline hover:underline">
mods-framework modules
</a>
</div>
</div>
<div class="flex text-sm mt-6">
<p class="text-xs">The Modules that are used in MODS Framework.<p>
</div>
<div class="flex text-sm mt-6">
<div class="mr-4 text-xs text-blue">
PHP
</div>
<div class="mr-4 text-xs">
<a href="https://github.com/mods-framework" class="text-purple hover:text-orange no-underline hover:underline">
view
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="blog" class="max-w-full px-4 flex items-center justify-center mt-16">
<div class="mt-20 mb-12 w-full md:w-5/6 xl:w-2/5">
<h2 class="text-center text-5xl">Latest Posts</h2>
.....
<div class="mt-8 hidden">
<article class="mb-5">
<h4><a class="text-black no-underline hover:text-indigo-light text-3xl py-2" href="#">A nice little topic</a></h4>
<div class="text-xs text-grey-dark mt-2">
July 6, 2018 · 1 minute read
</div>
</article>
</div>
</div>
</div>
<div class="mt-16 bg-grey-light py-4 text-sm px-4">
<div class="mx-auto max-w-md"><span>© Copyright - 2018 Sunel Tr</span></div>
</div>
</div>
</div>
<script>hljs.initHighlightingOnLoad();</script>
<script>
var $ = document.querySelector.bind(document),
$$ = document.querySelectorAll.bind(document);
! function() {
window.onscroll = function() {
(window.pageYOffset || document.documentElement.scrollTop) > (window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight) - $("nav").clientHeight ? ($("nav").classList.add("pin-t"),$("nav").classList.add("fixed"), $("nav").classList.remove("pin-b"), $("nav").classList.remove("absolute")) : ($("nav").classList.remove("pin-t"),$("nav").classList.remove("fixed"), $("nav").classList.add("pin-b"), $("nav").classList.add("absolute"))
};
}();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123565501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123565501-1');
</script>
</body>
</html>