-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (111 loc) · 5.13 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anant Jakhmola</title>
<meta name="description" content="Program Warehouse.">
<meta name="keywords" content="Program Warehouse">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script src="https://kit.fontawesome.com/1a48924413.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div id="head"> Anant Jakhmola<span class="cursor">_</span></div>
</div>
<div id="content">
<div class="container">
<div id="bar">
<div class="icon icon-red"></div>
<div class="icon icon-yellow"></div>
<div class="icon icon-green"></div>
</div>
<div id="screen">
<div id="innercontent">
<div id="contentheader">INTRO</div>
<div class="topic_header">NAME</div>
<div class="topic_text">
Anant Jakhmola
</div>
<div class="topic_header">NICK(S)</div>
<div class="topic_text">
troubleshooter_kid
</div>
<div class="topic_header">DESCRIPTION</div>
<div class="topic_text">
I am a Devops and Cloud enthusiast who like to work on different technologies from containers to Prometheus and developing apps on Flutter.
It all started with setting up openstack when I took down the internet for entire campus by mistake and from that day my technical journey entirely changed.
You will find me learning new technology most of the time and brainstorming ideas for new projects if not I will be helping someone by sharing my knowledge and helping my juniors. <br>
And I am available for hire!
</div>
<div class="topic_header">MORE INFO</div>
<div class="topic_text">
My online foot print:
<ul>
<li><a href="https://github.com/anantjakhmola" target="_blank" >GitHub</a> - Some of the Open Source code I have written and contributed.</li>
<li><a href="https://www.linkedin.com/in/anantjakhmola9" target="_blank" >LinkedIn</a> - Record of current and past employment.</li>
<li><a href="https://www.youtube.com/anantjakhmola"target="_blank" >Youtube</a> - Yes! I am Youtuber.</li>
<li><a href="https://anantjakhmola9.medium.com/" target="_blank" >Medium</a> - Here I write about things I am learning.</li>
</ul>
</div>
<div class="topic_header">CONTACT METHODS</div>
<div class="topic_text">
<a href="emailto:[email protected]">e-mail</a> - This would be the best way to contact me.
</div>
<div class="topic_header">PROJECTS</div>
<div class="topic_text">
Some of the (mini)projects I have done:
<ul>
<li><a href="https://github.com/SmartPracticeschool/SBSPS-Challenge-2585-Forecasting-the-power-output-of-wind-farm-based-on-the-weather-conditions" target="_blank">Wind Dance With Ensemble</a> -
Integrating Machine Learning Predictive Analysis Model with Flutter App to provide Prediction on Wind Farm outputs for 48 hours. </li>
<li><a href="https://github.com/" target="_blank">Infrastructure Automation</a> -
Provisioning Multicontainer architected application and automating infrastructure provisioning using infrastructure as code concept. </li>
<li><a href="https://github.com/" target="_blank">Private Cloud Setup</a> -
Setup a Multinode Private cloud to demostrate the use of private cloud and Public Cloud to students and to use it for different projects. </li>
</ul>
</div>
<div class="topic_header">Skills</div>
<div class="topic_text">
<li>Docker, Kubernetes,Jenkins</li>
<li>DevOps, C/C++</li>
<li>Python/Bash</li>
<li>Linux Administration, AWS</li>
<li>Openstack, Flutter,</li>
<li>Linux/RHEL,</li>
<li>Automation,</li>
<li>Redhat Satellite(basics)</li>
<li>Golang (basics)</li>
</div>
<div class="topic_header">RESUME</div>
<div class="topic_text">
<a href= "https://drive.google.com/file/d/1VGzdWG3CJ_psZLj0oO2A7y0M6o0z4OK_/view?usp=sharing"target="_blank">View/Download Resume</a>
</div>
<div class="topic_header">HISTORY</div>
<ul>
<li>Policy and Academic Planning Intern For AICTE</li>
<li>Student at Graphic Era Deemed to be University</li>
</ul>
<div id="innerfooter">
Latest Update - 14/01/2021 V-1.0.1
</div>
</div>
</div>
</div>
</div>
<!--Footer Section-->
<div id="footer">
<div class="wrapper">
<div class="social-icons">
<a href="https://github.com/anantjakhmola" target="_blank"><i class="fa fa-github-alt fa-lg" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/anantjakhmola9/" target="_blank"><i class="fa fa-linkedin fa-lg" aria-hidden="true"></i></a>
</div>
<div class="wrap" ;>
<a href="https://drive.google.com/file/d/1VGzdWG3CJ_psZLj0oO2A7y0M6o0z4OK_/view?usp=sharing" target="_blank">Resume</a>
<a href="https://github.com/anantjakhmola">Anant Jakhmola</a>
</div>
</div>
</div>
</body>
</html>