-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.html
52 lines (52 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rishabh Shukla - Skills</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="skillstyle.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</head>
<body>
<div class="RNavbar">
<ul class="Rnav-items">
<li><a href="/"><i class="fa fa-home"></i> Home</a></li>
<li><a href="/intro.html"><i class="fa fa-user"></i> About</a></li>
<li><a href="/skills.html"><i class="fa fa-laptop"></i> Skills</a></li>
</ul>
</div>
<div class="mainskill">
<div class="box-1" style="color: white;text-align: center;">
<h1 class="tech">Tech Skills</h1>
<div class="sym" justify-content: space-around;">
<img src="cpp1.png" alt="C++" style="padding-right:50px ;" class="icons">
<img src="python1.png" alt="C++" style="padding-right:50px ;"class="icons">
<img src="java1.png" alt="java" style="padding-right:50px ;"class="icons">
<img src="javascript1.png" alt="C++" style="padding-right:50px ;"class="icons">
<img src="react1.png" alt="C++" style="padding-right:50px ;"class="icons">
<img src="mysql1.png" alt="C++" style="padding-right:50px ;"class="icons">
</div>
</div>
<br> <br>
<div class="box-2" style="color: white;text-align: center;">
<h1 class="soft" >Soft Skills</h1>
<div class="sk" justify-content: space-around;">
<ul style="list-style: none;" class="sft">
<li>Verbal and Written Communication</li>
<li>Teamwork</li>
<li>Problem Solver</li>
<li>Time Management</li>
<li>Flexibility</li>
<li>Patience</li>
</ul>
</div>
</div>
</div>
</body>
</html>