-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (143 loc) · 7.82 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
<!DOCTYPE HTML>
<html>
<head>
<title>Deep Dive Into Passion</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Girish Mahabir</a></h1>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><span class="icon fa-gem"></span></div>
<h2>Girish Mahabir</h2>
<p>Information Technology Enthusiast - Made My passion my profession.</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a href="#" class="image"><img src="images/pic01.jpg" alt="" /></a>
<div class="content">
<h2 class="major">About Me</h2>
<p>
<strong>Information Technology</strong><br>
Information Technology Enthusiast, always learning new technology and improving my knowledge.<br>
Never miss a chance to learn something new.<br>
<strong>Career Goal</strong> : Professional Penetration Tester.
</p>
<p>
<strong>Sports</strong><br>
Have been into sports since 2010,<br>
Karate Brown Belt<br>
Martial Artist (Tai Chi, Aikido)<br>
Hiking & Trekking<br>
Power Lifting(Gym)
</p>
<p>
<strong>Nature</strong><br>
Loves my paradise island, Mauritius and its beautiful Nature.<br>
Always in for Exploration.
</p>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"><img src="images/pic02.jpg" alt="" /></a>
<div class="content">
<h2 class="major">IT - Journey</h2>
<p><strong> TryHackMe - Complete Beginner Learning Path. </strong></p>
<p><strong>March 2021 - </strong> Cyber Security Course on Udemy.</p>
<p><strong>Jan 2021 - </strong>Docker and Kubernetes From Bret Fisher the Docker Captain. Udemy</p>
<p><strong>November 2019 - March 2020</strong> - Full-Time Internship at OceanDBA as Junior System Software Engineer.</p>
<p><strong>16 September 2020 - 01 October 2020</strong> - Full-Time Internship at OceanDBA as Junior System and Database Engineer.</p>
<p><strong> August 2020</strong> - Completed Python Bootcamp on Udemy. <a href = "https://www.udemy.com/certificate/UC-da33604b-18e3-4343-a529-9c21f59cb58c/"> Certificate Link.</a></p>
<p><strong>August 2018</strong> - Completed my CompTIA N+ certification.<br>
I didn't go for the exam because I had in mind to do the CCNP certification that's much more valued.</p>
<p><strong>November 2017</strong> - Introduction to IOT Driven Home and Industrial Automation using the Raspberry PI. Workshop by the Skyfi Labs</p>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">Github Projects and Contributions</h2>
<p></p>
<section class="features">
<article>
<a href="#" class="image"><img src="images/pic04.jpg" alt="" /></a>
<h3 class="major">Honey Bot - PYMUG</h3>
<p>My first contribution and project while learning python.
Being in the MSCC (Mauritius Software Craftsmanship Community) when I got to know about their PYMUG(Python Mauritius UserGroup) branch and they asked me to try make a simple plugin for their IRC bot project that was mostly for beginners I was really happy to be able to finally put my skills in use. <br>
Having a background of System Administrator I decided to build a plugin that would return various information on the server running the IRC bot.
</p>
<a href="https://github.com/GirishMahabir/honeybot" class="special">Check it out</a>
</article>
<article>
<a href="#" class="image"><img src="images/pic05.jpg" alt="" /></a>
<h3 class="major">Port Scanner</h3>
<p>Having used Nmap which is one of the most popular Security Scanner, Port Scanner, & Network Exploration Tool.</p>
<p>We had a problem while scanning all 65,535 ports where nmap would take more than an hour to complete.</p>
<p>This is why i proposed a simple CLI Port Scanner in which I implemented Multi-Threading which helped scan for open ports in less that 10 seconds.</p>
<a href="https://github.com/GirishMahabir/Port-Scanner" class="special">Check it out</a>
</article>
<article>
<a href="#" class="image"><img src="images/pic06.jpg" alt="" /></a>
<h3 class="major">Email-Automation With Python</h3>
<p>This project was initially done to help my teacher who was working for Polytechnics Mauritius.<br><br>
We had a situation where 300 students submitted their assignment that was corrected by our teacher, after that he had to send 1 by 1 each student mark by email to inform them their result.<br><br>
He was saving all the data in an excel sheet, so i proposed a small script that would read from an excel file and build custom messages that would then be sent to the each students individually. <br><br>
The Script went great but then the teacher proposed that maybe we should make a GUI version so that the NON-IT literate could also use it. This was then the v2 of my Email-automation Program.<br><br>
We now have it Open Source for anyone with such situation.
</p>
<a href="https://github.com/GirishMahabir/Email-Automation" class="special">Check it out</a>
</article>
<article>
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
<h3 class="major">Centralized Log Management System With realtime Port Scanner</h3>
<p>Work In progress, Testing...</p>
</article>
</section>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<ul class="contact">
<li class="icon solid fa-home">
Mauritius,
Flacq,<br>
Montagne Blanche<br />
</li>
<li class="icon brands fa-linkedin"><a href="https://www.linkedin.com/in/girish-mahabir-6022181a1">LinkedIn</a></li>
<li class="icon brands fa-github"><a href="https://www.github.com/girishmahabir">Github</a></li>
<li class="icon solid fa-envelope"><a>[email protected]</a></li>
<li class="icon brands fa-twitter"><a href="https://twitter.com/girishmahabir">Twitter</a></li>
<li class="icon brands fa-facebook-f"><a href="https://facebook.com/girish.mahabir">Facebook</a></li>
<li class="icon brands fa-instagram"><a href="https://instagram.com/girish_mahabir">Instagram</a></li>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>