-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (30 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>about</title>
</head>
<body>
<div class="about-content">
<h2>ABOUT</h2>
<p>I'm Nithin A N. I'm a full stack developer based in Chennai on the south–eastern coast of India.
</p>
<p> For me the term full-stack developer is like being the jack of all trades.
I am a self learnt developer covering MEAN stack (Mongo, Express.js, Angular, Node.js)covering
both frontend and backend.
I love to learn the new upcoming technologies.</p>
<p>I love designing, drawing, painting since childhood.
Later grew my intersets in working with the computers.
I like creating new things entirely from scratch more than perfecting things created by others.
</p>
<p>I found my interest in web development through web designing.
At first it was all about the appearances but later I liked the idea of developing awesome
things with codes which appears to the non-coders like just numbers, letters and symbols.
But for me those numbers, letters and symbols are the building blocks of what I just built in my
mind.</p>
<p>That's pretty much it,.</p>
</div>
</body>
</html>