-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
87 lines (65 loc) · 4.07 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
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>
<html lang="en" class="h-100" data-bs-theme="auto">
<head>
<script src="../assets/js/color-modes.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Skills</title>
<link href="assets/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
</style>
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center" background="banner_bg.jpg" style="background-repeat: no-repeat;background-position: center;">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<br>
<a href="index.html"><h3 class="float-md-start mb-0" style="color: white;"><img src="download.png" alt="" width="70" height="70" style="border-radius:150px;"> Roman Rumi</h3></a>
<br>
<nav class="nav nav-masthead justify-content-center float-md-end" style="color: white; font-size: 16px;">
<a class="nav-link fw-bold py-1 px-0" href="index.html" target="#" style="color: white;">About Me</a>
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="skills.html" target="#" style="color: white;">Skills</a>
<a class="nav-link fw-bold py-1 px-0" href="contactme.html" target="#" style="color: white;">Contact Me</a>
</nav>
</div>
</header>
<br>
<!-- <img src="Roman_Rumi.jpg" alt="" width="300" height="300" hspace="170" style="border-radius:150px;"> -->
<main class="px-3">
<h3 style="color: white;">⚡ Microsoft Office ⚡</h3><br>
<p class="lead" style="color:white;">
<img src="MS-Word.png" height="100" width="100" style="border: solid white 3px; border-radius: 40px">
<img src="MS-Excel.png" height="100" width="100" style="border: solid white 3px; border-radius: 40px">
<img src="MS-PowerPoint.png" height="100" width="100" style="border: solid white 3px; border-radius: 40px"></p>
<h3 style="color: white;">❄ Programming Languages & Tools ❄</h3><br>
<p class="lead" style="color:white;"><img src="java.png" height="80" width="80" style="border: solid white 3px; border-radius: 10px; padding: 5px"> <img src="c-programming.png" height="80" width="80" style="border: solid white 3px; border-radius: 10px; padding: 5px"> <img src="c++.png" height="80" width="80" style="border: solid white 3px; border-radius: 10px; padding: 5px"> <img src="c.png" height="80" width="80" style="border: solid white 3px; border-radius: 10px; padding: 5px"> <img src="html.png" height="80" width="80" style="border: solid white 3px; border-radius: 10px; padding: 5px"> <img src="css-3.png" height="80" width="80" style="border: solid white 3px; border-radius: 10px; padding: 5px"> <img src="sqlserver.png" height="80" width="80" style="border: solid black 3px; border-radius: 10px; padding: 5px; background: white;"> <img src="mysql-original-wordmark.png" height="80" width="80" style="border: solid black 3px; border-radius: 10px; padding: 5px; background: white;"> </p><br>
<h3 style="color: white;">🔥 Achivements 🔥</h3><br>
<p class="lead" style="color:white;">🌕 I've Been <b>Certified</b> & Given <b>A+ Grade</b> On Computer Concept <b>(CCC)</b> Under <B>RASHTRIYA SHAKSHARTA MISSION SANSTHA's</B> Training Program.</p>
<!-- <p class="lead">
<a href="#" class="btn btn-lg btn-light fw-bold border-white bg-white">Checkout My Skills</a>
</p> -->
</main>
<footer class="mt-auto text-white-50">
<p><b>- Roman Rumi</b></p>
</footer>
</div>
</body>
</html>