-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (74 loc) · 3.17 KB
/
index.html
File metadata and controls
88 lines (74 loc) · 3.17 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
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 900px)" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>RubanKumar - About</title>
</head>
<body class="body">
<div class="header">
<div class="l_header">
<h1 id="greet"><br>Hi, I am Rubankumar</h1>
<p id="skillIntro">
<i id="shade"><br><br>Full name- </i>Ruban Kumar Mohan <br>
<i id="shade">Budding - </i>Web Designer <br>
<i id="shade">Pro - </i>Video Editor<br>
<i id="shade">Pro - </i>Coder<br>
</p>
</div>
<div class="r_header">
<img class="pfp" src="./IMAGES/1659948297489.jpg" alt="Pity face of Siva">
</div>
</div>
<div class="gridDetails">
<div class="ContactDetails">
<ul>
<li><b>Phone number:</b> <a href="tel: 6382691959"> +91 6382691959</a></li>
<li><b>e-mail:</b> <a href="mailto:rubanraav13@gmail.com"> rubanraav13@gmail.com</a></li>
<li><b>Address:</b> 09, Thoppu Street, New Govindapuram, Thirupathur, Tamilnadu - 635 802.</li>
</ul>
</div>
<div class="EducationDetails">
<p>
<b>Education Details<br></b><br>
<b>College</b><br>
C. Abdul Hakeem College of Engineering and Technology. <br>
<i>CGPA 8. 08</i> <br><br>
<b>School </b><br>
Sri Vivekanandha Vidhyala Mr. Hr. Sec. School. <br>
<i>HSC 75 % <br>
SSLC 88 %</i>
</p>
</div>
<div class="languages">
<b>Language Proficiencies</b><br>
<b>Programming Language</b> Java, C, Python.<br>
<b>Web technology</b> HTML, CSS and JavaScript.<br>
<b>Data Analyst</b> Excel, PowerBI, SAS, SPSS, Tableau. <br>
</div>
<div class="projects">
<b>Mini - Project</b> Face Mask detection using Python <br>
<b>Project</b> Detection of Effective Malicious Network Traffic Based on Integrated Fuzzy.<br>
</div>
<div class="cer">
<p>
<b> Certification</b> <br>
Master class on Data Analyst <br>
Web Development <br>
</p>
</div>
<div class="socialMedia">
<a href="https://github.com/RubanKumar13"> <img id="logo" src="./IMAGES/Social_Media/github.png"
alt="Github Link"></a>
<a href="https://www.facebook.com/ruban.raav"> <img id="logo" src="./IMAGES/Social_Media/facebook.png"
alt="facebook Link"></a>
<a href="https://www.instagram.com/ruban_kumar13/"> <img id="logo" src="./IMAGES/Social_Media/instagram.png"
alt="instagram Link"></a>
</div>
</div>
</body>
</html>