-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·72 lines (70 loc) · 2.91 KB
/
index.html
File metadata and controls
executable file
·72 lines (70 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<title>Abhishek Singh, Frontend Developer Resume</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<meta name="Description" content="Resume of Abhishek Singh, Frontend Developer, Delhi">
<meta name="Keywords" content="Abhishek Singh, Resume, Online resume, Frontend Developer Resume, HTML, CSS, Javscript Developer, AngularJS Devloper, ReactJS Developer, New Delhi">
<link rel="stylesheet" href="css/paper.min.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="back-div"></div>
<div class="paper container">
<div class="text-center">
<h1>Hi, I'm Abhishek</h1>
<h3>and I am a frontend Engineer</h3>
<h5>and have 8+ years of experience creating all things frontend.</h5>
</div>
<div class="section">
<div>
<h4>What can I talk about and work at in frontend?</h4>
<ol>
<li>Web apps (React, Next), Mobile Apps (React Native), Desktop Apps (ElectronJS)</li>
<li>Testing, Security, Accessibility and Performance.</li>
<li>Design & Architecture, Mentorship and Team Development and Project Management.</li>
<li>Documentation, Tooling and Process Improvements, Risk Management.</li>
</ol>
</div>
<div>
<h4>Which domains have I worked on?</h4>
<ol>
<li>Gaming (Have I created any games lately? A while ago. Check <a href="https://github.com/abhiox/2048" target="_blank">this</a> out)</li>
<li>E-commerce (Do you know about Lowe's in US? I have worked on it.)</li>
<li>Networking (Have you heard of NETGEAR? Yep! Worked on it too.)</li>
</ol>
</div>
<div>
<h4>Which domain do I want to work on?</h4>
<ol>
<li>Finance (Hello fintech firms, are you listening?)</li>
<li>AI (Rather than just using AI tools, It would be thrilling to work on .ai something)</li>
</ol>
</div>
<div>
<h4>Which technologies do I know in frontend?</h4>
<ul>
<li>I got 99 problems, but frontend ain't one.</li>
</ul>
</div>
<div>
<h4>What do I do in my free time?</h4>
<ol>
<li>Watch Movies (I love movies! Checkout <a href="https://abhiox.github.io/compareamovie/" target="_blank">this</a> project I created base on movies)</li>
<li>Doom Scroll (Seriously, Make it Stop!)</li>
<li>Read Books (Throw me a suggestion(<a href="https://www.linkedin.com/in/abhiox" target="_blank">here</a>) for a book I cant put down, please!)</li>
</ol>
</div>
<div>
<h4>Contact me</h4>
<div>On <a href="https://www.linkedin.com/in/abhiox">Linkedin</a> and checkout my whole profile</div>
<div>OR</div>
<div>Checkout my <a href="https://github.com/abhiox">github</a> and help me create a project, an idea, a collaboration, or something. I'll buy you a coffee!</div>
<div>OR</div>
<div>Go to my <a href="https://leetcode.com/u/abhiox/">Leetcode</a> profile and let me know how am I doing?</div>
</div>
</div>
</div>
</body>
</html>