-
Notifications
You must be signed in to change notification settings - Fork 0
/
Skills.html
60 lines (44 loc) · 1.11 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
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width">
<style>
body {
background-color: black;
font-family: Monospace;
color: green;
}
</style>
<h1><center> Skills </center></h1>
<p> <center> Here are some of my skills </center></p>
<ul>
<li>Software</li>
<ul>
<li>C</li>
<li>Java</li>
<li>Python</li>
<li>Perl</li>
<li>Matlab</li>
<li>Github</li>
<li>Labview</li>
</ul>
<li>Mechanical</li>
<ul>
<li>CAD</li>
<li>3D part design</li>
<li>Mechanical Modelling and Simulation</li>
</ul>
<li>Electrical</li>
<ul>
<li>Proteus</li>
<li>PIC microcontrollers</li>
<li>Arduino-based systems</li>
</ul>
</ul>
<h1><center>
<a href="index.html"><button class="btn">Home</button></a>
<a href="EngineeringProjects.html"><button class="btn">Projects</button></a>
<a href="Tutorials.html"><button class="btn">Tutorials</button></a>
<a href="Skills.html"><button class="btn">Skills</button></a>
<a href="Reviews.html"><button class="btn">Reviews</button></a>
</h1></center>
</html>