-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (184 loc) · 6.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<div class="container-div">
<div class="left-column">
<img
class="profile-picture"
src="./img/profile_picture.png"
alt="Vipin's Profilepicture"
/>
<div class="left-texts">
<div class="skill-div">
<h3>SKILLS</h3>
<hr class="left-hr" />
<ul>
<li>C++</li>
<li>Python</li>
<li>Java</li>
<li>CSS3</li>
</ul>
</div>
<div class="spacer"></div>
<div class="contact-div">
<h3>REFERENCE</h3>
<hr class="left-hr" />
<div class="reference-para">
<h4>Sara Thomas</h4>
<p>Senior Exececutive</p>
<p class="phone">+T:8888 9898</p>
</div>
<div class="reference-para">
<h4>Julia Thomas</h4>
<p>Junior Exececutive</p>
<p class="phone">+T:8888 9898</p>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="box-with-text">
<div class="yellow-box"></div>
<div class="grey-box">Phone</div>
</div>
<div class="box-with-value">
<div class="left-flex-transparent"></div>
<div class="right-flex-transparent">+91 8301801332</div>
</div>
<div class="box-with-text">
<div class="yellow-box"></div>
<div class="grey-box">E-mail</div>
</div>
<div class="box-with-value">
<div class="left-flex-transparent"></div>
<div class="right-flex-transparent">kpvipin@pm.me</div>
</div>
<div class="box-with-text">
<div class="yellow-box"></div>
<div class="grey-box">Website</div>
</div>
<div class="box-with-value">
<div class="left-flex-transparent"></div>
<div class="right-flex-transparent">VipinVIP.github.io</div>
</div>
<div class="box-with-text">
<div class="yellow-box"></div>
<div class="grey-box">Address</div>
</div>
<div class="box-with-value">
<div class="left-flex-transparent"></div>
<div class="right-flex-transparent">
Kuruvanam parambu (H)<br />Mekkad(PO)<br />Karakkattukunnu
</div>
</div>
</div>
<div class="right-column">
<div class="title-card">
<h1>VIPIN<span>K P</span></h1>
<h4>Trainee- Experion technologies</h4>
</div>
<div class="right-texts">
<div class="about-me">
<h3>ABOUT ME</h3>
<hr class="right-hr" />
<p>
An aspiring web developer and software enthusiast who loves Foss,
Linux and technology. I love astronomy and i dont know what all to
write here anymore, but for the sake of having a good paragraph,
typing something something. An aspiring web developer and software
enthusiast who loves Foss, Linux and technology. I love astronomy
and i dont know what all to write here anymore, but for the sake
of having a good paragraph, typing something something.
</p>
</div>
<div class="education-details">
<h3>EDUCATION DETAILS</h3>
<hr class="right-hr" />
<table>
<tr>
<td rowspan="3">2016-2017</td>
<td>SSLC</td>
</tr>
<tr>
<td>Holy Family High School, Angamaly</td>
</tr>
<tr>
<td>
Studied, chemistry Biology, Physics, IT (Fav subject) and all.
Life was fun back then.<br /><br />
</td>
</tr>
<tr>
<td rowspan="3">2017-2019</td>
<td>Plus Two</td>
</tr>
<tr>
<td>SNDP HSS, Aluva</td>
</tr>
<tr>
<td>
Studied, chemistry Biology, Physics, IT (Fav subject) and all.
Principal was very strict.<br /><br />
</td>
</tr>
<tr>
<td rowspan="3">2019-2023</td>
<td>B-tech, CSE</td>
</tr>
<tr>
<td>Government Engineering College, Sreekrishnapuram</td>
</tr>
<tr>
<td>
Best time of life. So much memories, many of them
unforgettable.<br /><br />
</td>
</tr>
</table>
</div>
<div class="skills-progress-bar">
<h3>SOFTWARE SKILL</h3>
<hr class="right-hr" />
<div class="two-div-flex">
<div class="progress-wrapper">
CSS
<progress id="css" value="50" max="100">50%</progress>
</div>
<div class="progress-wrapper">
HTML
<progress id="html" value="90" max="100">90%</progress>
</div>
</div>
<div class="two-div-flex">
<div class="progress-wrapper">
Python
<progress id="css" value="70" max="100">70%</progress>
</div>
<div class="progress-wrapper">
Java
<progress id="html" value="60" max="100">60%</progress>
</div>
</div>
<div class="two-div-flex">
<div class="progress-wrapper">
C
<progress id="css" value="55" max="100">55%</progress>
</div>
<div class="progress-wrapper">
Bash
<progress id="html" value="20" max="100">20%</progress>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>