forked from WhatsNewSaes/Resume
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (141 loc) · 6.19 KB
/
index.html
File metadata and controls
146 lines (141 loc) · 6.19 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
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Resume | Nadish Shajahan</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="nine columns">
<h1>Nadish Shajahan</h1>
<p>"Strive not to be a success, but rather to be of value." <br></p>
</div>
<div class="three columns pic">
<!--<img class="profile" src="http://placehold.it/130x130" alt=""> -->
<img class="profile" src="images/nadish.png" alt="">
<a href="#">+91 9447 705 705</a>
<a href="#">nadishshajahan@gmail.com</a>
<a href="https://github.com/nadishs">Github</a>
<a href="https://www.linkedin.com/in/nadishs/">LinkedIn</a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="maincontent">
<div class="row">
<div class="four columns timeline">
<h1>Experience</h1>
<h4>July 2017 - Current</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Tata Consultancy Services Ltd</h2>
<h3>Information Security Analyst </h3>
<p><ul>
<li> Performed Vulnerability Assessment & Penetration Testing for Web and Mobile Applications, Web services and Thick clients. </li>
<li> Active Member of TCS Cyber Security Community and Enterprise Vulnerability Management Center of Excellence Team.</li>
<li> Research into OSINT & IoT security.</li>
<li> Experience in performing both automated and manual Penetration Testing using commercial and open source tools. </li>
</ul>
</p>
</div>
</div>
<!-- <div class="row">
<div class="four columns timeline">
<h4>April 2008 - May 2010</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Twitter, INC</h2>
<h3>Senior Developer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut consequuntur veniam illo, vel, non repudiandae? Quisquam laudantium beatae eius debitis repudiandae nostrum, eaque necessitatibus quibusdam numquam voluptatibus dicta iste perferendis.</p>
</div>
</div>
<div class="row">
<div class="four columns timeline">
<h4>April 2008 - May 2010</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Twitter, INC</h2>
<h3>Senior Developer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut consequuntur veniam illo, vel, non repudiandae? Quisquam laudantium beatae eius debitis repudiandae nostrum, eaque necessitatibus quibusdam numquam voluptatibus dicta iste perferendis.</p>
</div>
</div>
-->
<div class="row skills">
<div class="four columns">
<h1>Skills</h1>
</div>
<div class="seven columns offset-by-one">
<table>
<tr><td> <span class="sec">Systems</span></td>
<td>
<span>Linux</span>
<span>Windows</span>
<span>MacOS</span>
</td>
</tr>
<tr><td> <span class="sec">Languages</span></td>
<td>
<span>Python</span>
<span>C</span>
<span>C++</span>
<span>Java</span>
<span>HTML</span>
<span>CSS</span>
</td>
</tr>
<tr><td> <span class="sec">Tools</span></td>
<td>
<span>Burpsuite Pro</span>
<span>HP WebInspect</span>
<span>IBM Appscan</span>
<span>Nmap</span>
<span>SoapUI</span>
</td>
</tr>
<td> <span class="sec">Technologies</span></td>
<td>
<span>Docker</span>
<span>GIT</span>
<span>Parallel Processing</span></span>
<span>MS Office</span>
</td>
</tr>
<tr><td> <span class="sec">Frameworks</span></td>
<td>
<span>Django</span>
<span>GOSINT</span>
</td>
</tr>
</table>
</div>
</div>
<div class="row education">
<div class="four columns">
<h1>Education</h1>
</div>
<div class="seven columns offset-by-one">
<h2>Federal Institute Of Science and Technology (MG University Kerala)</h2>
<h3>B.Tech in Computer Science and Engineering</h3>
<p><ul>
<li> 7.3 CGPA </li>
<li> Active member of CHPC(Center of High Performance Computing), IEEE, FFSC(FISAT Free Software Cell) </li>
<li> Won several Hackathons and coding competitions </li>
<li> 2nd position in Best Mini-Project Award</li>
</ul> </p>
</div>
</div>
</div>
<footer>
Nadish Shajahan | nadishshajahan@gmail.com | +91 9447705705
</footer>
</div>
</body>
</html>