-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (120 loc) · 5.58 KB
/
index.html
File metadata and controls
128 lines (120 loc) · 5.58 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Devendra Nalawade</title>
<link href="https://fonts.googleapis.com/css?family=PT+Serif" rel="stylesheet">
<link rel="stylesheet" href="resources/css/bootstrap/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="resources/css/bootstrap/css/bootstrap-theme.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="resources/css/styles/styles.css" crossorigin="anonymous">
<style>
@-ms-viewport {
width: device-width;
}
</style>
</head>
<body>
<div class="container-fluid">
<!-- HEADER-->
<div class="page-header text-center" id="main-header">
<h3><kbd>Hello World...</kbd></h3>
<h2>Devendra Nalawade</h2>
<small class="dl-horizontal">
<abbr class="glyphicon glyphicon-envelope" title="Email"></abbr>
<a href="mailto:deven.nalawade@gmail.com">deven.nalawade@gmail.com</a>
</small>
</div>
<!-- SECTION-1 : Intro-->
<div class="panel">
<div class="panel panel-header">
<strong>About Me</strong>
</div>
<div class="panel panel-body">
<p>
I am a Son, Husband and Tech enthusiast. I love listening to Music, Photography and writing Softwares. I have been developing Enterprise applications for about 9 years and have played various roles across multiple Teams / Organisations and Hierarchies.
</p>
</div>
</div>
<div class="panel">
<div class="panel panel-header">
<strong>Technical Stack</strong>
</div>
<div class="panel panel-body">
<table class="table table-striped">
<tr>
<td>Back-End Frameworks</td>
<td>
<div class="chip">Java</div>
<div class="chip">Spring</div>
<div class="chip">NodeJS</div>
<div class="chip">J2EE</div>
<div class="chip">SOAP</div>
<div class="chip">ReST</div>
<div class="chip">Hibernate</div>
<div class="chip">mybatis</div>
</td>
</tr>
<tr>
<td>Front-End Frameworks</td>
<td>
<div class="chip">HTML</div>
<div class="chip">Angular-JS</div>
<div class="chip">Ext-JS</div>
<div class="chip">CSS [Material, Bootstrap]</div>
</td>
</tr>
<tr>
<td>Database</td>
<td>
<div class="chip">ORACLE</div>
<div class="chip">MYSQL</div>
<div class="chip">MongoDB</div>
<div class="chip">Marklogic</div>
</td>
</tr>
<tr>
<td>Application Servers</td>
<td>
<div class="chip">Tomcat</div>
<div class="chip">Jetty</div>
<div class="chip">JBoss</div>
<div class="chip">IBM WebSphere</div>
<div class="chip">Node-Express</div>
</td>
</tr>
<tr>
<td>Architectures and Practices</td>
<td>
<div class="chip">SOA</div>
<div class="chip">Microservices</div>
<div class="chip">Function / Domain Based Programing</div>
<div class="chip">AGILE & Scrum</div>
</td>
</tr>
<tr>
<td>Continuous Delivery</td>
<td>
<div class="chip">Jenkins</div>
<div class="chip">Concourse</div>
<div class="chip">Docker</div>
<div class="chip">Vagrant</div>
</td>
</tr>
<tr>
<td>Cloud Platform</td>
<td>
<div class="chip">AWS</div>
<div class="chip">OpenShift</div>
<div class="chip">Azure</div>
<div class="chip">Cloud Foundry</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<script src="resources/js/jquery.min.js" crossorigin="anonymous"></script>
<script src="resources/css/bootstrap/js/bootstrap.min.js" crossorigin="anonymous"></script>
</body>
</html>