-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (195 loc) · 11 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Add Font Awesome CDN -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<!-- css -->
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="more-styles.css">
<title>Vijay's Portfolio</title>
</head>
<body>
<main>
<section>
<div>
<img src="assets/cow.jpeg" alt="cow" class="blurred-image" , id="blurred-image">
</div>
<div class="about-heading">
<h1 class="name " id="name"></h1>
<span id="role" class="role">Software engineer</span>
</div>
<p>Hi, I’m Vijay, a QA professional at HCLTech, stuck in Vim since college (yes, I have a Bachelor's in
Computer Science, believe it or not). I’ve mastered the art of
de-referencing null pointers, spend 90% of my time arguing about Python indentation, and 10% pretending
to understand C++. I enjoy automation (buiding bash wrappers, automating browser tasks using selenium)
and my love
for DSA is like my love for sleep - nonexistant. Thanks for stopping by—don’t
hesitate to connect.</p>
</section>
<section class="skills">
<h2>Skills</h2>
<p>Welcome to my tech stack! It’s a mix of programming languages, frameworks, and tools I’ve picked up over
the years—some I’ve mastered, and others I just pretend to understand.
</p>
<!--
<table>
<thead>
<tr>
<th>Category</th>
<th>Skills</th>
</tr>
</thead>
<tbody>
<tr>
<td>Programming Languages</td>
<td>
<img src="assets/letter-c.png" alt="C" title="C"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/c-.png" alt="c++" title="c++"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/java.png" alt="java" title="java"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/python.png" alt="python" title="python"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/js.png" alt="javascript" title="javascript"
style="width: 3rem; height: auto; display: inline;">
</td>
</tr>
<tr>
<td>Frontend</td>
<td>
<img src="assets/html-5.png" alt="html" title="html"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/css-3.png" alt="css" title="css"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/atom.png" alt="react" title="react"
style="width: 3rem; height: auto; display: inline;">
</td>
</tr>
<tr>
<td>Backend</td>
<td>
<img src="assets/mysql.png" alt="mysql" title="mysql"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/sql-lite.png" alt="sql" title="sql"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/node.png" alt="nodejs" title="nodejs"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/flask.png" alt="flask" title="flask"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/express.png" alt="expressjs" title="expressjs"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/spring.png" alt="springboot" title="springboot"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/sql-lite.png" alt="sql-lite" title="sql-lite"
style="width: 3rem; height: auto; display: inline;">
</td>
</tr>
<tr>
<td>Version Control</td>
<td>
<img src="assets/git.png" alt="git" title="git"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/github.png" alt="github" title="github"
style="width: 3rem; height: auto; display: inline;">
</td>
</tr>
<tr>
<td>Development Tools</td>
<td>
<img src="assets/windows.png" alt="windows" title="windows"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/linux.png" alt="linux" title="linux"
style="width: 3rem; height: auto; display: inline;">
</td>
</tr>
<tr>
<td>Testing & Automation</td>
<td>
<img src="assets/selenium.png" alt="selenium" title="selenium"
style="width: 3rem; height: auto; display: inline;">
<img src="assets/gnu-bash.png" alt="bash" title="bash"
style="width: 3rem; height: auto; display: inline;">
</td>
</tr>
<tr>
<td>Data Structures & Algorithms (DSA)</td>
<td>Problem-solving with DSA</td>
</tr>
</tbody>
</table> -->
<div class="skill-cloud" style="margin: 0 auto;">
<img src="assets/letter-c.png" alt="C" class="skill-image" title="C">
<img src="assets/c-.png" alt="C++" class="skill-image" title="C++">
<img src="assets/java.png" alt="Java" class="skill-image" title="Java">
<img src="assets/python.png" alt="Python" class="skill-image" title="Python">
<img src="assets/js.png" alt="JavaScript" class="skill-image" title="JavaScript">
<img src="assets/html-5.png" alt="HTML" class="skill-image" title="HTML">
<img src="assets/css-3.png" alt="CSS" class="skill-image" title="CSS">
<img src="assets/atom.png" alt="React" class="skill-image" title="React">
<img src="assets/node.png" alt="Node.js" class="skill-image" title="Node.js">
<img src="assets/express.png" alt="Express.js" class="skill-image" title="Express.js">
<img src="assets/flask.png" alt="Flask" class="skill-image" title="Flask">
<img src="assets/spring.png" alt="Spring Boot" class="skill-image" title="Spring Boot">
<img src="assets/mysql.png" alt="MySQL" class="skill-image" title="MySQL">
<img src="assets/sql-lite.png" alt="SQLite" class="skill-image" title="SQLite">
<img src="assets/git.png" alt="Git" class="skill-image" title="Git">
<img src="assets/github.png" alt="GitHub" class="skill-image" title="GitHub">
<img src="assets/windows.png" alt="Windows" class="skill-image" title="Windows">
<img src="assets/linux.png" alt="Linux" class="skill-image" title="Linux">
<img src="assets/selenium.png" alt="Selenium" class="skill-image" title="Selenium">
<img src="assets/gnu-bash.png" alt="Bash" class="skill-image" title="Bash">
</div>
</section>
<section class="project-section" id="projects">
<h2>Projects</h2>
<div class="projects">
<div class="project project-one glass-effect"></div>
<div class="project project-two glass-effect"></div>
<div class="project project-three glass-effect"></div>
</div>
<p>As you might have noticed, my project section is delightfully empty. Who needs projects in a portfolio
when
you can
spend hours perfecting the position of a single pixel on the screen? It's an art, really – getting that
pixel just right is a masterpiece in its own right. As for the lack of projects... well, I never
finished any.
</p>
<p> <em>"Some might call it procrastination, but I prefer to think of it as...a pursuit of pixel
perfection.
Eventually, I’ll get there. Maybe."</em>
</p>
<section class="contact-me" id="contact">
<h2><span class="never">Never</span> Contact me</h2>
<form action="mailto:realramanujam@gmail.com" method="post" enctype="text/plain">
<input type="text" id="name" name="name" required placeholder=" Name / Nickname">
<textarea id="message" name="message" rows="4" required
placeholder=" Message goes here..."></textarea>
<button type="submit">Submit</button>
</form>
</section>
</main>
<footer>
<p>Follow me on:</p>
<a href="https://www.instagram.com/iamramanujam" target="_blank">
<i class="fab fa-instagram" style="font-size: 25px;"></i>
</a>
<a href="https://github.com/vijayramanujam" target="_blank">
<i class="fab fa-github" style="font-size: 25px;"></i>
</a>
<a href="https://www.linkedin.com/in/iamramanujam" target="_blank">
<i class="fab fa-linkedin" style="font-size: 25px;"></i>
</a>
</footer>
<script src="script.js"></script>
</body>
</html>