-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (293 loc) · 14.8 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html>
<head>
<title>Akshay Avinash</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device=width , initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Barrio' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Indie Flower' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src='https://code.jquery.com/jquery-3.1.0.min.js'></script>
<script type="text/javascript" src="JS/Akshay.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/Akshay.css">
</head>
<body id="top">
<nav class="navbar navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-target="#navbars" data-toggle="collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#top">Hello Earthlings!</a>
</div>
<div id="navbars" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About me !</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact me</a></li>
<li><a href="cv.pdf" target="_blank" id="cv">Resume !</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron text-center">
<br/><br/></br><h1 class="row">Akshay Avinash</h1>
<h3>Computer Science Engineer loading! :P</h3>
</div>
<div id="about" class="container-fluid">
<div class="row">
<div class="col-sm-8">
<div class="indie"><h1>about me!</h1></div>
<div class="me">
<h3>I am a computer science student</h3>
Hi fellas! I am a computer science student studying in SRM University. Currently I'm a third year student.<br>
I have several hobbies and programming is the one I love the most. Although basketball and guitar take much higher priority in that list of hobbies. I like travelling and eating...<em><strong>A LOT!!</strong></em>
<br>I am a Java, C++, PHP and web developer.
</div>
</div>
<div class="col-sm-4">
<div id="myCarousel" class="carousel text-center slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner indie" role="listbox">
<div class="item active">
<img src="img/a.jpg" class="img-rounded img-responsive">
<div class="carousel-caption text-center">
<h3>Travelling !!</h3>
<p>Hill and woods...Can things get any beautiful</p>
</div>
</div>
<div class="item">
<img src="img/b.jpg" class="img-circle img-responsive">
<div class="carousel-caption">
<h3>Metro life :P !!</h3>
</div>
</div>
<div class="item">
<img src="img/c.jpg" class="img-rounded img-responsive">
<div class="carousel-caption">
<h3>Basketball !!</h3>
<p>The family which I built :,)</p>
</div>
</div>
<div class="item">
<img src="img/d.jpg" class="img-rounded img-responsive">
<div class="carousel-caption">
<h3>Colours of life !</h3>
<p>And the joy of living !</p>
</div>
</div>
<div class="item">
<img src="img/e.jpg" class="img-circle img-responsive">
<div class="carousel-caption">
<h3>Food is life !</h3>
<p>Oreo ice cream </p>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div id="mem" class="carousel text-center slide" data-ride="carousel">
<div class="carousel-inner indie" role="listbox">
<div class="item active">
<img src="img/kod.jpg" class="img-rounded img-responsive">
</div>
<div class="item">
<img src="img/um.jpg" class="img-rounded img-responsive">
</div>
<div class="item">
<img src="img/Farewell.jpg" class="img-rounded img-responsive">
</div>
<div class="item">
<img src="img/Farewell1.jpg" class="img-rounded img-responsive">
</div>
<div class="item">
<img src="img/buddies.jpg" class="img-rounded img-responsive">
</div>
</div>
</div>
<div id="education" class="container-fluid">
<div class="row">
<div class="col-sm-4">
<div id="childhood" class="carousel text-center slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#childhood" data-slide-to="0" class="active"></li>
<li data-target="#childhood" data-slide-to="1"></li>
<li data-target="#childhood" data-slide-to="2"></li>
<li data-target="#childhood" data-slide-to="3"></li>
<li data-target="#childhood" data-slide-to="4"></li>
</ol>
<div class="carousel-inner indie" role="listbox">
<div class="item active">
<img src="img/child.jpeg" class="img-rounded img-responsive">
<div class="carousel-caption">
<h2>Cutie ?</h2>
<p> maybe :P</p>
</div>
</div>
<div class="item">
<img src="img/AI.jpg" class="img-rounded img-responsive">
<div class="carousel-caption">
<h2>Rides</h2>
<p>Who doesn't like 'em !</p>
</div>
</div>
<div class="item">
<img src="img/class.jpg" class="img-rounded img-responsive">
<div class="carousel-caption">
<h2>Class</h2>
<p>It was always fun!</p>
</div>
</div>
<div class="item">
<img src="img/Basketball.jpg" class="img-responsive img-rounded">
<div class="carousel-caption">
<h2>Class XII</h2>
<p> And somewhere in between we grew up</p>
</div>
</div>
<div class="item">
<img src="img/holi.jpg" class="img-rounded img-responsive">
<div class="carousel-caption">
<h2>College</h2>
<p>Made new friends</p>
</div>
</div>
</div>
<a class="left carousel-control" href="#childhood" role="button" data-slide="prev">
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#childhood" role="button" data-slide="next">
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-sm-8 slideanim">
<div class="indie"><h1>education !</h1></div>
<div class="school">
<h3>I was not bad !</h3>
I started my schooling in this wonderful school, Young Folks Academy, in Gorakhpur,Uttar Pradesh. It was the base of my education and it disciplined me. But I had to change my school as my father
had a transferable job.<br>
I moved out in 3<sup>rd</sup> standard and joined Amarvani School, which was in Odisha. It was a missionary school and so strictness was implicit. When I was in 6<sup>th</sup> standard,
I joined Maxfort School, which is in New Delhi, and completed my schooling from here. This was the school which matured me with utmost love and care. It helped me to groom into the man I am
today. I completed my 10<sup>th</sup> & 12<sup>th</sup>in this school.<br>
My 10<sup>th</sup> score is <em><strong>9.8</strong></em> CGPA<br>
My 12<sup>th</sup> score is <em><strong>92%</strong></em> PCM<br>
After completing my school, I joined SRM University. Since 2015, I have been studying here. My major is Computer Science and Engineering for a Bachelor's of Technology degree.<br>
Currently I am in 4<sup>th</sup> sem and my score so far is <em><strong>8.58</strong></em> CGPA
</div>
</div>
</div>
</div>
<div id="projects" class="container-fluid slideanim">
<div class="row text-center work">
<h1 class="indie"> Things I have done so far ...</h1>
<h3>and there are some !</h3>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h2>MusicX</h2>
<h3>Website</h3>
</div>
<div class="panel-body">
<img src="img/musicx.png" class="img-responsive">
</div>
<div class="panel-footer">
It is a web application. As the name suggests it is a music application and allows user to listen to music. The user first has to login using their
facebook credentials for age verification. It is developed using HTML, CSS, JavaScript and PHP as well. It has a suggestion tool as well which suggests
correction to typos. It is a clean, simple and fast application which just does the job. Currently it searches through the iTunes library to find music but soon other libraries would be added for wider choice of music.
<div><a href="http://musicx.azurewebsites.net">MusicX</a></div>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h2>Hostel Management</h2>
<h3>JavaFX Application</h3>
</div>
<div class="panel-body">
<img src="img/HM.png" class="img-responsive">
</div>
<div class="panel-footer">
It is a Java Application which implements JavaFX fundamentals for the designing. This application is a hostel management system which grants warden the access to the database of
the students. The warden can allot a room to a student and can also remove his/her entry. The warden can update the details of the student. The database of students has all of
the student record including their fee, name, address and room number. The room number has an automatic allocation and the warden does not have to be concerned with that.
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h2>Mail User Agent</h2>
<h3>JavaFX Application</h3>
</div>
<div class="panel-body">
<img src="img/MUA.png" class="img-responsive">
</div>
<div class="panel-footer">
It is a pure Java application which uses JavaFX for GUI designing and Mail API. Database is stored in MariaDB. It allows user to create an account on the application to access their existing email accounts. This allows them to
send and receive emails through the application. The application is in the building stage but is capable of creating an account and, sending and receiving emails. It also has
several security features for password protection. The upcoming features are a multiple email ID access and multiple folder access.
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="container-fluid">
<div class="text-center">
<h2 class="indie">You can reach me at ...</h2>
</div>
<div class="row">
<div class="col-sm-2">
<h4>Phone number:</h4>
</div>
<div class="col-sm-3">
<h4>+91 9971110289</h4>
</div>
<div class="col-sm-6"></div>
</div>
<div class="row">
<div class="col-sm-2">
<h4>Email ID:</h4>
</div>
<div class="col-sm-5">
<h4>akshay.avinash@gmail.com</h4>
</div>
<div class="col-sm-4"></div>
</div>
<div class="row">
<div class="col-sm-2">
<h4>Social</h4>
</div>
</div>
<div class="row" >
<div class="col-sm-12">
<a href="https://facebook.com/akshay11298" target="_blank"><i class="fa fa-facebook-official"></i></a>
<a href="https://github.com/akshay11298" target="_blank"><i class="fa fa-github-square"></i> </a>
<a href="https://www.linkedin.com/in/akshay-avinash-a4a941141/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
</div>
</div>
</body>
</html>