-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (127 loc) · 5.27 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
<!DOCTYPE html>
<html>
<head>
<title>Vibhu Dujari</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" type="text/css" href="styles/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/font-awesome.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600" rel="stylesheet">
</head>
<body>
<div id="load-background-top">
<div class="black"> </div>
<div class="white"> </div>
</div>
<div id="load-background-bottom">
<div class="black"> </div>
<div class="white"> </div>
</div>
<div id="landing">
<div id="background-top-top">
<div class="black"> </div>
<div class="white"> </div>
</div>
<div id="terminal-resume">
<div id="name">
<div class="name">Vibhu <span id="sirname">Dujari</span></div>
</div>
<div id="terminal">
<div id="display">
<p class="defaults">Hello !!!!!</p>
<p class="defaults">My name is Mr. Bot and it's my job to tell you about</p>
<p class="defaults user"><strong>Vibhu Dujari</strong></p>
<p class="defaults">Enter "help" to see available choices</p>
</div>
<span class="user"><strong>savvy@</strong>user:~$</span>
<input type="text" name="input" id="input" value="" autofocus onkeypress="queryProcess(event)">
</div>
<div class="links">
<a href="https://www.facebook.com/vibhu.dujari" title="Facebook" target="_balnk">
<i class="whiteButton fa fa-facebook fa-3x" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/vibhu-dujari-559367129/" title="linkedin" target="_blank">
<i class="whiteButton fa fa-linkedin-square fa-3x"></i>
</a>
<a href="https://drive.google.com/open?id=1H3KfZJv7IdTl4NJ6rCShhis0zQt3jSEj" target="_blank">
<i class="middleButton fa fa-file-text-o fa-3x" title="Download Resume"></i>
</a>
<a href="mailto:vdvibhu20@gmail.com" target="_blank" title="Send Mail">
<i class="blackButton fa fa-envelope fa-3x"></i>
</a>
<a href="https://github.com/vdvibhu20" title="GitHub" target="_blank">
<i class="blackButton fa fa-github fa-3x"></i>
</a>
</div>
</div>
<div id="background-top-bottom">
<div class="black"> </div>
<div class="white"> </div>
</div>
</div>
<div id="web-resume">
<ul>About
<li>I am an undergraduate B.Tech student at the Department of Information Technology in Maharaja Surajmal Institute of Technology.
My interest lies in the field of Data Structures and Algorithms. I am a Web Developer and fitness enthusiast.
</li>
</ul>
<ul>Skills
<li>C/C++</li>
<li>JavaScript <strong>|</strong> HTML5 <strong>|</strong> CSS3</li>
<li>MongoDB <strong>|</strong> ExpressJs <strong>|</strong> AngularJs <strong>|</strong> NodeJs </li>
<li> EmberJs <strong>|</strong> jQuery <strong>|</strong> PostgreSQL</li>
</ul>
<ul id="experience">Experience
<li class="heading">Web Developer Intern
<li class="sub-heading"><a href="http://www.codingblocks.com/" target="_blank">Coding Blocks</a> </li>
</li>
<li class="mb-5">
Developed a CSS framework <a href="https://www.npmjs.com/package/@coding-blocks/motley" class="green" target="_blank">Motley</a> which was used for different projects
(<a href="https://online.codingblocks.com/" target="_blank" class= green>CodingBlocks Online</a>, <a href="https://account.codingblocks.com/login" target="_blank" class= green>CodingBlocks Accounts</a>, <a href="https://dukaan.codingblocks.com/" target="_blank" class= green>CodingBlocks Dukaan</a> ) that Coding Blocks own.
Also maintained and introduced new features to pre-existing products. Stack: Node.js, Ember.js, PostgreSQL
</li>
<br>
<li class="heading">Full Stack Web Developer
<li class="sub-heading"><a href="http://www.swaniti.com/" target="_blank">Swaniti Initiative</a> </li>
</li>
<li>
Worked as a JavaScript developer for building a Data Cleaning Tool for big data collected via surveys all over India.
Developed REST API and secured them Using AWS Cognito Sessions.
</li>
</ul>
</div>
<div id="footer">
<div id="background-bottom-top">
<div class="black"> </div>
<div class="white"> </div>
</div>
<div id="background-bottom">
<div class="black"> </div>
<div class="white"> </div>
</div>
<div id="footer-content">
<div id="image">
<img src="images/vd.jpeg" >
</div>
<div class="links">
<a href="https://www.facebook.com/vibhu.dujari" title="Facebook" target="_balnk">
<i class="whiteButton fa fa-facebook fa-3x" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/vibhu-dujari-559367129/" title="linkedin" target="_blank">
<i class="whiteButton fa fa-linkedin-square fa-3x"></i>
</a>
<a href="https://drive.google.com/open?id=1H3KfZJv7IdTl4NJ6rCShhis0zQt3jSEj" target="_blank">
<i class="middleButton fa fa-file-text-o fa-3x" title="Download Resume"></i>
</a>
<a href="mailto:vdvibhu20@gmail.com" target="_blank" title="Send Mail">
<i class="blackButton fa fa-envelope fa-3x"></i>
</a>
<a href="https://github.com/vdvibhu20" title="GitHub" target="_blank">
<i class="blackButton fa fa-github fa-3x"></i>
</a>
</div>
</div>
</div>
<script src="javascripts/jquery-3.1.1.min.js" ></script>
<script src="javascripts/script.js" ></script>
</body>
</html>