-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f2b850
commit 21b79e0
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<link rel="stylesheet" href="style.css"> | ||
<!-- <style> | ||
a { | ||
background-color: rgb(229, 142, 29); | ||
text-decoration: none; | ||
color: rgb(9, 0, 0); | ||
/* padding:1% */ | ||
} | ||
a:hover { | ||
background-color: aqua; | ||
} | ||
</style> --> | ||
<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 greates 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="project_3.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> |