-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (79 loc) · 2.18 KB
/
index.html
File metadata and controls
79 lines (79 loc) · 2.18 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arjun's Personal Suite</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="container">
<div class="image">
<img src="./arjun-round.png" alt="arjun's photot">
</div>
<div class="caption">
<h1>Arjun Dev P K</h1>
<em>The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.</em>
<p>I am an Full Stack Developer and a Student</p>
<p>I ❤ to be a web developer</p>
</div>
</div>
<hr>
<h3>Education</h3>
<ul>
<li>Secondary Education - 94%</li>
<li>Higher Secondary Education - 93%</li>
<li>Under Graduation in Btech CSE- 😉</li>
</ul>
<hr>
<h3>Internships & certificates</h3>
<table cellspacing="10px">
<tr>
<td>
<strong>Dates</strong>
</td>
<td>
<strong>Events</strong>
</td>
</tr>
<tr>
<td>2018-2019</td>
<td>Web-Development Bootcamp certificate</td>
</tr>
<tr>
<td>2019-2020</td>
<td>Vue-js FrontEnd Development</td>
</tr>
<tr>
<td>2019-2020</td>
<td>Amrita E-Wallet</td>
</tr>
<tr>
<td>2020</td>
<td>Code-Chef Foundation level ceriticate</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>DevOps</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>App Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Cyber Security</td>
<td>⭐⭐</td>
</tr>
</table>
<br>
<a href="./contact.html">Contact ME</a>
</body>
</html>