-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (109 loc) · 6.09 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!--Tried adding thumbnail, but failed -->
<!--meta property="og:title" content="Vidya Viswanathan" />
<meta property="og:image" content="https://vidyav1993.github.io/Personal-Portfolio/images/vidya-profile-pic_640x640.PNG" />
<meta property="og:description" content="Personal Portfolio" />
<meta property="og:url" content="https://vidyav1993.github.io/Personal-Portfolio/index.html" /-->
<!--Links to style sheets -->
<title>Vidya Viswanathan</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Just+Another+Hand" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
</head>
<body>
<!--Header Links -->
<div class="first-container">
<a class="header-link" href="index.html">Home</a>
<a class="header-link" href="experience.html">Work Experience</a>
<a class="header-link" href="aca-experience.html">Education</a>
<a class="header-link" href="projects.html">Projects</a>
<a class="header-link" href="presentations.html">Presentations</a>
<a class="header-link" href="publications.html">Publications</a>
<a class="header-link" href="skills.html">Certifications and Skills</a>
<a class="header-link" href="activities.html">Other activities</a>
<a class="header-link" href="contact.html">Contact</a>
</div>
<div class="top-img">
<div class="top-index">
<h1>Vidya Viswanathan</h1>
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<p class="subtitle">Welcome to my CV & Portfolio.</p>
<!--img class="bot-cloud" src="images/cloud.png" alt="cloud-img"-->
<!--img class="mountain" src="images/mountain.png" alt="mountain-img"-->
<img class="mountain" src="images/vidya-profile-pic.png" alt="vidya-profile-picture" style="width:225px;height:225px;">
<p>
<br><br>
</p>
<img class="bot-cloud" src="images/cloud.png" alt="cloud-img">
</div>
</div>
<div class="middle-container">
<div class="profile">
<!--img src="images/vidya-profile-pic.png" alt="vidya-profile-picture" style="width:225px;height:225px;"-->
<h2>Hello!</h2>
<p class="intro">
I like to introduce myself as a bold and passionate, young engineer who wants to become a change factor in the society, looking for Full time positions in Greater Seattle area. Please take a moment to browse my work, skills, and professional experience.
<br><br>
It’s my firm belief that a good challenge offers an opportunity to develop and improve, which is why I make a point of seeking out new ones in the professional realm as well as in my personal life.
I have an ardent desire to acquire knowledge and to apply the skills in the best viable way that would mutually benefit the organization as well as me.
<br><br>
I have fast learning skills and the drive to perform in new environments, which I believe make me capable to approach opportunities beyond my current skill sets, if given an opportunity.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="images/computer.png" alt="computer-img" style="width:225px;height:auto;">
<h3>My interests</h3>
<p>
I like to pursue challenging responsibilities in the field of engineering and technology. I am passionate about Embedded Systems programming, Automotive software development and ECU testing. Problem solving skills, people management and effective communication are my key.
</p>
</div>
<p>
<br>
</p>
<div class="skill-row">
<img class="code2-img" src="images/code.png" alt="code-img" style="width:225px;height:auto;">
<h3>My key skills</h3>
<p>
I have close to two years of professional software development experience in programming languages such as Embedded C, C#, and C++. Apart from these, I have programming experience in Arduino, Raspberry-Pi, TM4C-Ti, mbed LPC1768 using different communication protocols like SPI, I2C, CAN etc. I also have expeirence with Automotive ECU testing softwares such as Vector CANoe and CAPL programming. I am familiar with automotive functional safety standard ISO26262 and working on several projects in this area. My academic experience mainly includes MATLAB, C and OpenCV-Python.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p class="contact-msg">Thank you for reviewing my General CV. Please get in touch to find out more.</p>
<a class="butn" href="contact.html">CONTACT ME</a>
<!--a class="butn" href="mailto:[email protected]">CONTACT ME</a-->
</div>
</div>
<!-- End middle container -->
<!--div id="contact">
<div id="contact-form">
<form method="POST" action="https://formspree.io/[email protected]">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
<!--/div>
<!-- End #contact -->
<div class="bottom-container">
<a href="https://www.linkedin.com/in/vidyakv1993/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true";></i></a>
   
<a href="https://github.com/VidyaV1993" target="_blank"><i class="fa fa-github" aria-hidden="true";></i></a>
   
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true";></i></a>
<p class="copyright">© 2019 Vidya Viswanathan.</p>
</div>
</body>
</html>