-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 2.64 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
<html>
<head>
<title>My Portfolio</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="navbar">
<h1 class="heading-left">
Karthick R<span style="color: #ffcf30">.</span>
</h1>
<a href="https://drive.google.com/file/d/1Wc5zVnPYEFOxio6GyDAVhh_uEXLdchG8/view?usp=sharing"> <h1 class="resume-heading">Resume</h1></a>
<img src="./LOAD.png" class="right-img1" />
</div>
<div class="main-body">
<div class="left-div">
<div class="first-div">
<h1>
Hi There, <br />I am Karthick R And This is my
<span style="color: #ffcf30">Portfolio!</span>
</h1>
<div class="box-flex">
<div class="box">HTML</div>
<div class="box">CSS</div>
<div class="box">FIGMA</div>
<div class="box">PYTHON</div>
<div class="box">SQL</div>
</div>
<p>
I am a 23 year old self taught developer, who has recently acquired
the skill of HTML, CSS Figma Python and SQL. <br />I am here to learn and grow
by working for companies.
</p>
</div>
<div class="second-div">
<h1>Education</h1>
<ol>
<li>SSLC - St. Joseph's School, Acharapakkam - State Board (81.4%) - 2017</li>
<li>HSC - St. Joseph's School, Acharapakkam - State Board (56.5%) - 2019</li>
<li>BCA - BWDA Arts And Science College, Kolliyangunam - Thiruvalluvar Uni (7.1 - CGPA) - 2023</li>
</ol>
</div>
<div class="second-div">
<h1>ACADEMIC ACTIVITIES & CREDENTIALS</h1>
<ul>
<li>PROJECT - BLOCKCHAIN-BASED SYSTEM AND METHODS FOR SENSITIVE DATA TRANSACTIONS</li>
<li>Junior Software Developer - Certified by Skill India in collaboration with NSDC </li>
<li>Python - Intermediate Level - Certified by CADD CRAFT Technologies </li>
<li>IV - Undergone 1-day IV-Programme and Certified by BSNL</li>
<li>NCC - B and C Certificate holder</li>
</ul>
</div>
<div class="second-div">
<h1>Social Media</h1>
<ol>
<a href="https://instagram.com/karthick_rk_182k?igshid=MzNINGNkZWQ4Mg=="> <li>Instagram</li></a>
<a href="https://www.linkedin.com/in/karthick-rk-182k"> <li>Linkedin</li></a>
<a href="mailto:[email protected]"> <li>Gmail</li></a>
</ol>
</div>
</div>
<img src="./JPG File.jpg" class="right-img" />
</div>
</body>
</html>