-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (62 loc) · 3.39 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" type="text/css" href="index.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Jua|Rokkitt" rel="stylesheet">
</head>
<body>
<header>
<p> Sowmya's Portfolio </p>
</header>
<div class="container">
<div class="row">
<div class="imageDiv1 ">
<img src="portfolioPic1.jpg" class="myImage">
</div>
<div class="contentDiv1">
<h3 class="headfont">About Me!!!</h3>
<p class="parafont">I am a Software Engineer by profession with good experience in web development.Completed my graduation from SiddharthaEngineering college with a CGPA of 8.3 in 2015. Since then, I have been working in a software firm at Hyderabad.I eventually developed a passion for coding and want to pursue a longterm career in web development.</p>
<p class="second parafont">Apart from my profession, my hobbies include singing and playing badminton. I was an active badminton player and have participated in many collegelevel tournments. I am a firm believer of the concept 'The attitude is every thing'.And would always strive to do my work with atmost sincerity and with positive attitude.</p>
</div>
</div>
<div class="row">
<div class="contentDiv2">
<h3 class="headfont">Career Goals</h3>
<p class="parafont">At, present my goal is to become a MEANstackdeveloper who has an expertise in both frontend and backend. Also, I want to improve my knowledge in datastructures and algorithms and want to do good projects.With my knowledge, I want to develop a non-profit website like savethechildren.</p>
<div class="icons">
<img src="Angular.png" class="icon">
<img src="Express.png" class="icon">
<img src="mongodb.png" class="icon">
<img src="nodejslogo.png" class="icon">
</div>
</div>
<div class="imageDiv2">
<img src="careergoals.jpg" class="myImage2">
</div>
</div>
<div class="procontent">
<h3 class="headfont">Professional Experience</h3>
<p class="parafont">I have started my career in 2015 and have worked in multiple projects as an frontend developer. In my ealrlier stages of career I was been into testing domain and have writeen many testcases.Later, I have become a front-end developer and acquired good experience.<br>
My skillsets include;<br></p>
<ul class="parafont">
<ol>Javascript</ol>
<ol>Angular2</ol>
<ol>Typescript</ol>
<ol>AngularJs</ol>
</ul>
</div>
<div class="procontent">
<h3 class="headfont">My Role in the projects</h3>
<ul class="parafont">
<li>Have analyzed the requirements and understood the overall scope of the project by participating in different meetings.</li>
<li>Have written unit testcases that would help to test the project from development team.</li>
<li>Responsible for maintaining the code and write the new one to display the data from backend and do manipulations accordingly. </li>
<li>Have involved in code deployment and have solved many production level bugs.</li>
</ul>
</div>
<div class="foot"></div>
</div>
</body>
</html>