-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (146 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sowjanya's Personal Website</title>
</head>
<body>
<center>
<img
style="height: 400px; width: 320px"
src="images\IMG-1927.JPG"
alt="Sowjanya's Profile Picture"
/>
<h1>Sowjanya C V</h1>
<em>Web Developer</em>
</center>
<br />
<p>
Who is Sowjanya? Does she even exist outside of this website? Certainly. I
assure you that I'm a fully functioning Homosapien (sort of). I'm a Web
developer whose love for coding started after failing my first computer
science test in grade 11. Fast-forwarding a bit, I graduated with
Bachelor's Degree in Information Science and Engineering from New Horizon
College of Engineering and travelled to Tokyo to work in company called
Notespace Inc. My main focus these days is honing the skills I already
possess, creating efficient and clean websites, and enhancing user
experience and functionality.<br /><br />
To know more about my educational qualification and work experience, you
can
<a href="https://www.linkedin.com/in/sowjanya-c-v/" target="\"
>click here</a
>.
</p>
<hr size="2" />
<h3>Work Experience</h3>
<table cellspacing="15">
<thead>
<tr>
<th>Company Name</th>
<th>Job Title</th>
<th>Dates</th>
</tr>
</thead>
<tbody>
<tr>
<td>Notespace Inc.</td>
<td>Front-End Developer</td>
<td>January 2022 - December 2022</td>
</tr>
<tr>
<td>Electronics and Radar Development (LRDE), DRDO</td>
<td>System Engineer</td>
<td>September 2021 - January 2022</td>
</tr>
</tbody>
</table>
<hr size="2" />
<h3>Education Details</h3>
<ul>
<li>
New Horizon College of Engineering <br />
<strong>Bachelor of Engineering</strong> <br />
Information Science and Engineering <br />
<em>Class of 2021</em>
</li>
</ul>
<hr size="2" />
<h3>Hobbies</h3>
<ol>
<li>Reading Fiction</li>
<li>Painting</li>
<li>Singing</li>
<li>Numismatics</li>
<li>Travelling</li>
</ol>
<hr size="2" />
<h3>Projects</h3>
<ul>
<li>
Landing page for Weasley's Wizard Wheezes <br />
<strong>Reactjs, JavaScript, TailwindCSS</strong> <br />
A landing page for a fictional shop Weasley's Wizard Wheezes from Harry
Potter. Built with Reactjs and Tailwind. It is responsive. <br />
<em
><a
href="http://github.com/sowjanyacv/Weasley-s-Wizard-Wheezes"
target="_blank"
rel="noopener noreferrer"
>Github</a
></em
>
</li>
<li>
FoodPrint <br />
<strong>Reactjs, JavaScript, ChakraUI</strong> <br />
FoodPrint is a web app that scans groceries receipts and detects high
carbon footprint. The app also sends reminders to avoid food waste,
tracks users' previous receipts scans, and uses gamification (with
points and special badges) to increase user engagement. It was created
by a team of 3 developers and 2 designers for Athena Hackathon (virtual,
October 2022) on the theme: How can households reduce their carbon
footprint? I was a developer and produced majority of the frontend code.
<br />
<em
><a
href="http:///github.com/sowjanyacv/Food-Print"
target="_blank"
rel="noopener noreferrer"
>Github</a
></em
>
</li>
</ul>
<hr size="2" />
<a href="skills.html" target="_blank" rel="noopener noreferrer"
><h3>Skills</h3></a
>
<hr size="2" />
<h3>Contact Information</h3>
<address>
Sowjanya C V <br />
Bengaluru, India <br />
<a
href="http:///github.com/sowjanyacv"
target="_blank"
rel="noopener noreferrer"
>Github</a
>
<br />
<a
href="https://www.linkedin.com/in/sowjanya-c-v/"
target="_blank"
rel="noopener noreferrer"
>LinkedIn</a
>
<br />
<a
href="https://welcometochaoscentral.wordpress.com/"
target="_blank"
rel="noopener noreferrer"
>Personal Blog</a
>
</address>
</body>
</html>