Skip to content

Instantly share code, notes, and snippets.

@sun1shayina
Last active February 12, 2018 08:05
Show Gist options
  • Save sun1shayina/93ad907e844a7fac32cfdbd87ed50b38 to your computer and use it in GitHub Desktop.
Save sun1shayina/93ad907e844a7fac32cfdbd87ed50b38 to your computer and use it in GitHub Desktop.
My resume 3.0
h2 {
font-family: Bold;
color:purple;
}
h4{
font-family: Arial;
color:red ;
}
h1 {
color: red;
}
li {
color: green ;
}
<html>
<head>
<title>my resume</title>
</head>
<link rel="stylesheet" type="text/css" href="resume2.css">
<body bgcolor="”#FFFFFF”">
<h2>IT Technician- Qualification </h2>
<p>Full Name: Sun Mawezi Shayina</p>
<p>Proffession: IT </p>
<p>Cellphone:+1 2066438123</p>
<p>Seatac-Washington</p>
<p align=""></p>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Sunspots_and_Solar_Flares.jpg/220px-Sunspots_and_Solar_Flares.jpg">
<h4>Hardskills</h4>
<ul>
<li>Html,CSS,GitHub,Sublimetext</li>
<li>Operating Systems: Windows, Linux</li>
<li>JavascriptBash,NodeJs</li>
</ul>
<h4>Softskills</h4>
<ul>
<li>Highly flexible ,Lives in greater Seattle area</li>
<li>Exceptional customer service and communication skills</li>
<li>Flexible,detail-oriented,creative mindset,project management abilities</li>
<li>Bilingual,Fluent in french</li>
</ul>
<h3 style="font-family: Arial">Contact :</h3> <a href="https://www.linkedin.com/in/sun-shayina-207417153/"> My likendln account </a>
<br>
<a href="https://github.com/sunshayina"> My Github account </a>
<br>
<audio controls="">
<source src="horse.ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio>
<h3>Spoken language</h3>
<table border="solid black">
<tbody><tr>
<th>language</th> <td>French</td> <td>English</td>
</tr>
<tr>
<th>Writing</th> <td>Full proffesional</td> <td>Full proffesional</td>
</tr>
<tr>
<th>Speaking</th> <td>Full proffesional</td> <td>Full proffesional</td>
</tr>
<tr>
<th>Understanding</th> <td>Full proffesional</td> <td>Full proffesional</td>
</tr>
</tbody></table>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment