-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (81 loc) · 4.27 KB
/
index.html
File metadata and controls
87 lines (81 loc) · 4.27 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="icon" href="Images/Icon.png">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.css">
<link rel="stylesheet" href="stylesheet.css">
<title>Kartikeya || Aalsi CodeMan</title>
</head>
<body>
<p id="Intro">Hello I'm.<br>
Kartikeya<br>
<a href="https://www.facebook.com/Kartikgabbar/"><img src="Images/facebook (1).png"width="1.8%" ></a>
<a href="https://www.linkedin.com/in/kartikeya-6bb176199/"><img src="Images/linkedin.png" width="1.8%"></a>
<a href="https://www.instagram.com/___kartikeya___/"><img src="Images/instagram.png" width="1.8%"></a>
<a href="https://github.com/kartikeya649"><img src="Images/github-logo-silhouette-in-a-square.png" width="1.8%"></a>
<a href="https://twitter.com/Kartike53497768"><img src="Images/twitter.png" width="1.8%"></a>
<figure>
<img src="Images/Profile.jpg" width="10%" alt="Kartikeya">
</figure>
</p>
<h3>About Me</h3>
<p id="about">
Hello, I'm Kartikeya.I am Python coder.<br>
I'm Data Science & Cloud Computing enthusiast.
<ul id="py">
<li><span>Python</span></li>
<li><span>HTML</span></li>
<li><span>CSS</span></li>
<li><span>JAVA</span></li>
<li><span>C++</span></li>
</ul>
<img id="Log" src="https://media.giphy.com/media/IpeYSEZshTefe/giphy.gif">
</p>
<h3>Education</h3>
<li class="Edu">
Hemwati Nandan Bahuguna Garhwal University<br>
B.Tech.CSE<br>
Batch 2018-22<br>
</li>
<h3 >Certifications</h3>
<li class="Edu">
IBM Data Science Certified<br>
2020
</li>
<div class="Skills">
<h3>Skills</h3>
<ul>
<li>Python🐍<br><progress id="Ski" max="100" value="70"></progress></li>
<li>HTML5<br><progress id="Ski" max="100" value="60"></progress></li>
<li>CSS<br><progress id="Ski" max="100" value="55"></progress></li>
<li>JAVA<br><progress id="Ski" max="100" value="40"></progress></li>
<li>C++<br><progress id="Ski" max="100" value="60"></progress></li>
<li>C<br><progress id="Ski" max="100" value="60"></progress></li>
<li>Microsoft Azure<br><progress id="Ski" max="100" value="58"></progress></li>
<li>Microsoft Office<br><progress id="Ski" max="100" value="80"></progress></li>
<li>Power BI<br><progress id="Ski" max="100" value="70"></progress></li>
</ul>
</div>
<div class="Project">
<h3>Ongoing Project</h3>
<ul>
<li>FourTex</li>
<a href="https://github.com/kartikeya649/Courses-Project-New/tree/master/My%20Own%20Plateform/FourTex">Code of this Project</a>
</ul>
<h3>Completed Project</h3>
<ul>
<li>Face-Mask Detection</li>
<a href="https://github.com/kartikeya649/Notebook-Ex/tree/master/Face-Detection%20Model">Code of this Project</a>
<li>AI Powered Bot</li>
<a href="https://github.com/SmartPracticeschool/llSPS-INT-3285-Intelligent-Customer-Help-Desk-with-Smart-Document-Understanding">Code of this Project</a>
</ul>
</div>
<h3>Contact Me</h3>
<a class="button" href="https://www.facebook.com/Kartikgabbar/" aria-label="FaceBook"><i class="fab fa-facebook"></i></a>
<a class="button" href="https://www.linkedin.com/in/kartikeya-6bb176199/" aria-label="LinkeDin"><i class="fab fa-linkedin"></i></a>
<a class="button" href="http://twitter.com" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<footer>
<p>This website is developed by Aalsi CodeMan</p>
</footer>
</body>
</html>