-
Notifications
You must be signed in to change notification settings - Fork 1
/
skills.html
53 lines (46 loc) · 1.72 KB
/
skills.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
<!DOCTYPE html>
<html>
<head></head>
<title>My portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="style2.css">
<style>
h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
body {font-family: "Times New Roman", Times;}
</style>
<!-- Header -->
<header class="w3-container w3-center w3-padding-32">
<div style="background-image: url('images/project.jpg');">
<h1 class="w3-center w3-animate-fading w3-indigo"><b>MY SKILLS</b></h1>
</header>
</head>
<body>
<body class="w3-teal";>
<style>{
text-align: center;
margin: 40px;
font-size: 70px;
font-weight: all;
}
</style>
<center>
<h2><b>My skills include:</b></h2>
<ul class="w3-ul">
<li class="w3-deep-purple">Computer Aided Design</li>
<li class="w3-purple">Eagle CAD</li>
<li class="w3-teal">Implemenation of IoT, Blynk App, Telegram in our projects.development</li>
<li class="w3-deep-purple">Web Development and design</li>
<li class="w3-teal">CNC Machining</li>
<li class="w3-purple">Lathe Machine</li>
<li class="w3-teal">3D Printing</li>
<li class="w3-deep-purple">Welding</li>
<li class="w3-purple">Casting and Foundry</li>
<li class="w3-teal">Installation</li>
<li class="w3-deep-purple">Team Player</li>
<li class="w3-purple">Coding in C++,C and Java</li>
</ul>
</center>
</body>