-
Notifications
You must be signed in to change notification settings - Fork 0
/
work_experience.html
50 lines (43 loc) · 1.75 KB
/
work_experience.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<style>.arrow{
border: rgb(233, 103, 10);
display: inline-block;
border-width: medium;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My work_experience</title>
</head>
<body>
<h1>
<span style="color: rgb(229, 6, 6);">My Work experience</span>
</h1>
<img src="https://i.pinimg.com/736x/ba/56/37/ba5637c8d510a5be8dc5d3db57660b45.jpg" height="100" alt="image" />
<div>
<ol>
<li><big>I am skilled and have expericed in <b><i>web devlopment.</i></b></big></li>
<li><big>I have 5 year <b>experience</b> in <b><i>leading team.</i></b></big></li>
<li><big>I have experice in <i><b>controlling man power</b></i> and <b>creating good ways</b> of using them.
</big></li>
<li><big>I have also work in microsoft , amazon and i have estabilsed my own bussiness.</big></li>
</ol>
<b>*Note → This is just what to happen in future</b>
</div>
<hr>
<big><b>Here are some of my ideas and projects.semantic element</big>
<ol>
<li><big>work on my first index program in html</big></li>
<a href="index.html" target="_blank" class="no-underline"><b>Click here</b></a>
<li><big>Some of my greates projects</big></li>
<a href="myproject.html" target="_blank" class="no-underline"><b>My Project</b></a>
<hr>
</ol>
<!-- <big>If you want to check my education profile then click here</big> <br>
<a href="project_html_01.html" target="_blank" class="no-underline"><b>My education profile</b></a>
-->
</body>
</html>