-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.html
More file actions
46 lines (39 loc) · 1.32 KB
/
skill.html
File metadata and controls
46 lines (39 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Skills | Preeti S Mathpati</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="images/psm.png">
</head>
<body style="background-color:#ecfbfc">
<h2 style="text-decoration: underline;">My Skills</h2>
<img class="pic" src="images/skil.png" alt="" style="width:15%;">
<br>
<br>
<div class="onlyskill">
<h3>Languages known</h3>
<p>C           ⭐️⭐️⭐️⭐️</p>
<p>C++       ⭐️⭐️⭐️</p>
<p>Java       ⭐️⭐️⭐️⭐️</p>
<p>Python   ⭐️⭐️⭐️⭐️</p>
<p>HTML    ⭐️⭐️⭐️⭐️</p>
<p>CSS      ⭐️⭐️⭐️⭐️</p>
<p></p><br>
</div>
<div class="onlyskill_2">
<h3>Softwares Worked With</h3>
<p>Android Studio</p>
<p>Unity</p>
<p>Netbeans</p>
<p>PhpMyAdmin</p>
<p>Arduino</p>
<p>Flutter</p><br>
<h3>Courses Taken</h3>
<p>Programming in C and C++ (2018) from NIIT.</p>
<p>Programming in Java (2018) from NIIT</p>
<p>Data Structures and Algorithms (2018) from NIIT</p>
<p>The Data Science Course (2020) from Udemy</p>
</div>
</body>
</html>