-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyprohile.html
More file actions
54 lines (48 loc) · 2.3 KB
/
myprohile.html
File metadata and controls
54 lines (48 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style>
body {
background-color: rgba(61, 37, 6, 0.997);
}
.git,
.linkedin,
.email {
display: inline-block;
text-align: center;
margin-left: 40px;
margin-right: 40px;
}
</style>
<title><i>PROFILE</i></title>
<link rel="stylesheet" href="stylek.css">
</head>
<body>
<img src="./image/IMG_20220821_163907_446.jpg" width="300" ,height="300">
<p class="about"><b>ABOUT</b></p>
<p class="name"><b>MOHITH MAHESHWARI SAMPATHKUMAR</b></p>
<p class="ads"><i></i></p>
<p class="details">
</p>
<p class="education"><b>EDUCATION</b></p>
<p class="qualification">Currently pursuving B.Tech ARTIFICIAL INTELLIGENCE AND DATA SCIENCE<br>M.Kumarasamy College Of Engineering<br>CGPA-7.6<br>Batch-2022 to 2026
</p>
<p class="skill"><b>Skills</b></p>
<div class="c1">
<p>Data Analysis </p>
<p>Data Visualization </p>
<p>Programming </p>
<p>Problem Solving </p>
</div>
<p class="ct">Contact</p>
<p class="git"><img src="image/github.jpg" width="60" height="60"><br>
<a href="https://github.com/Mohith2005" target="_blank">GitHub</a>
</p>
<p class="linkedin"><img src="image/linkedin.jpg" width="60" height="60"><br>
<a href="https://www.linkedin.com/in/mohith-m-s-05315525a/" target="_blank">LinkedIn</a>
</p>
<p class="email"><img src="image/mail.jpg" width="60" height="60"><br>
<a href="mailto:mohithmohith2005@gmail.com" target="_blank">Email</a>
</p>
</div>
</body>
</html>