-
Notifications
You must be signed in to change notification settings - Fork 0
/
About Me.html
210 lines (199 loc) · 10 KB
/
About Me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Subhajit Saha</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/Subhajit.jpg" rel="icon">
<link href="img/Subhajit.jpg" rel="apple-touch-icon">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<style>
body{
background-image: url("img/Home1.jpg");
background-repeat: no-repeat;
background-size: cover;
}
</style>
<!-- =======================================================
Theme Name: DevFolio
Theme URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body id="page-top">
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="#page-top">Subhajit Saha</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault"
aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll active" style="font-size:16px" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" style="font-size:16px" href="About Me.html">About</a>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a class="nav-link js-scroll" style="font-size:16px" href="">Academic Profile <i class="fa fa-caret-down"></i></a></button>
<div class="dropdown-content">
<a href="Academic Background.html">Background</a>
<a href="Certifications.html">Certifications</a>
</div>
</div>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn"><a class="nav-link js-scroll" style="font-size:16px" href="#">Projects <i class="fa fa-caret-down"></i></a></button>
<div class="dropdown-content">
<a href="Blogs list.html">Blogs</a>
<a href="Portfolio.html">Portfolio</a>
<a href="#">Publications</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" style="font-size:16px" href="Experience.html">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" style="font-size:16px" href="Gallery.html">Gallery</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="about" class="about-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12" style="padding-top:30px">
<div class="box-shadow-full" style="padding-bottom:100px">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-6 col-md-5">
<div class="about-img">
<img src="img/Subhajit.jpg" class="img-fluid rounded b-shadow-a" alt="">
</div>
</div>
<div class="col-sm-6 col-md-7">
<div class="about-info">
<p><span class="title-s">Name: </span> <span>Subhajit Saha</span></p>
<p><span class="title-s">Profile: </span> <span>Student</span></p>
<p><span class="title-s">Email: </span> <span>[email protected]</span></p>
<p><span class="title-s">Phone: </span> <span>+91-6290315881</span></p>
</div>
</div>
</div>
<div class="skill-mf">
<p class="title-s">Skill</p>
<span>HTML</span> <span class="pull-right">60%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="60" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span>CSS3</span> <span class="pull-right">55%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 55%" aria-valuenow="55" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span>JAVA</span> <span class="pull-right">50%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span>C++</span> <span class="pull-right">80%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span>C</span> <span class="pull-right">85%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%" aria-valuenow="85" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span>PYTHON</span> <span class="pull-right">80%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 55%" aria-valuenow="80" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<span>Adobe Photoshop</span> <span class="pull-right">50%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="about-me pt-4 pt-md-0">
<div class="title-box-2">
<h5 class="title-left">
About me
</h5>
</div>
<p class="lead">
<h4><u>Brief Introduction</u></h1>
I am a budding coder with interest in the latest technologies like Artificial Intelligence, machine learning and the role of data science in this type of fields. My side interests are web designing and app development. I am also an experienced content writer well versed in english. Since my childhood days I always had a knack in practising the basic sciences like physics and maths. I had completed my schooling from St. Mary's Orphanage and Day School(I.C.S.E) and W.W.A. Cossipore English School(I.S.C).
</p>
<p class="lead">
<h4><u>Co Curricular Approach</u></h1>
Apart from my computing skills, I also have
great interpersonal and oratory skills and had
participated in the many school debates. I am
also expertised in leadership qualities and have
strong communication and presentation skills.
I am capable of handling any type of critical
situations with a strong deter to complete and
accomplish the task successfully and in a
proper way. Displine, proper attitude and res-
ponsibility are the three keystones of my
life.
</p>
<p class="lead">
<h4><u>My Objective</u></h1>
Lastly my objective is to pursue a challenging
career which gives scope for obtaining knowledge,
enhancing my skills and to reach the pinnacle, in
the field of computing and subsequent research
with sheer determination, dedication and harwork. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/popper/popper.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/counterup/jquery.waypoints.min.js"></script>
<script src="lib/counterup/jquery.counterup.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>