-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresumeBoot.html
More file actions
90 lines (69 loc) · 3.25 KB
/
resumeBoot.html
File metadata and controls
90 lines (69 loc) · 3.25 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
<html lang="en"><head>
<title>Asutosh Mohapatra</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=Montserrat" rel="stylesheet">
<link href="assignboot.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-10">
<a class="navbar-brand" href="#">Asutosh Mohapatra</a>
</div>
<div class="col-sm-2">
<a href="http://vinobootstrap.azurewebsites.net/azurekingsbangalore.html">
<button type="button" class="btn btn-default">Home</button>
</a>
</div>
</div>
</div>
<!-- First Container -->
<div class="container-fluid bg-1 text-center">
<h3 class="margin">Hello</h3>
<img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAAlVAAAAJGNjMDIzMTc0LTU4YjYtNDRiZS05OTk3LWNjZTc2MTg1MjA0MQ.jpg" class="img-responsive img-circle margin" style="display:inline" alt="Bird" width="350" height="350">
<h3>I'm <b>Asutosh Mohapatra</b></h3>
<h4>Musician | Learner | Magician</h4><p></p><p></p>
</div>
<!-- Second Container -->
<div class="container-fluid bg-2 text-center">
<h3><u>WORK</u></h3>
<p>I'm currently working with TATA Consultancy Services as Assistant System Engineer.</p><br>
<h3><u>EDUCATION</u></h3>
<p>I persued my Civil engineering degree from Bhubaneswar.
During my ILP, I worked on Java, HTML, CSS, and JavaScript. </p>
</div>
<!-- Third Container (Grid) -->
<div class="container-fluid bg-3 text-center">
<br>
<div class="row">
<h3>Hobbies</h3>
<div class="col-sm-12">
<p>I love listening songs.I am classically trained singer.I love reading science magazine,science journals and comic books.I love to learn magic tricks,illusions and love performing them.</p>
<br>
</div></div>
<div class="row"><h3>Contact me</h3>
<div class="col-sm-12">
<p>Tata Consultancy Services Limited <br>
Unit-II,10th & 11th Innovator ITPL,
Whitefield Road,
Bangalore - 560066
Karnataka, India <br>
Cell Number: 7008405151 <br>
Mail to: mohapatra.asutosh@tcs.com
</p>
<p class="center-connect">
<a href="twitter.com"><img id="twitter" class="icon" src="https://cdn1.iconfinder.com/data/icons/iconza-circle-social/64/697029-twitter-512.png" width="42" height="42"></a>
<a href="facebook.com"><img id="facebook" class="icon" src="https://www.seeklogo.net/wp-content/uploads/2016/09/facebook-icon-preview.png" width="42" height="42"></a>
<a href="youtube.com"><img id="youtube" class="icon" src="https://lh5.ggpht.com/jZ8XCjpCQWWZ5GLhbjRAufsw3JXePHUJVfEvMH3D055ghq0dyiSP3YxfSc_czPhtCLSO=w300" width="42" height="42"></a>
</p>
</div></div>
</div>
<!-- Footer -->
<footer class="container-fluid bg-4 text-center">
<p>Copyright©2016 <a href="http://www.tcs.com/Pages/default.aspx">TATA Consultancy Services</a> All Rights Reserved </p>
</footer>
</body></html>