Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Yunus Unsal">
<meta name="description" content="About Yunus Unsal">
<link rel="shortcut icon" href="images/logo.jpeg">


<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Headland+One|Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">

<title>Yunus Unsal</title>
</head>
<body>
<nav class="navbar">
<a href="#About">About Me</a>
<a href="#Education">Education</a>
<a href="#Workexperience">Work Experience</a>
<a href="#Interest">Interest</a>
<a href="#Contact">Contact</a>
</nav>
<!-- Header -->
<header>
<h1 id="About">Yunus Unsal</h1>
<img class="pics" src="images/pic3.jpeg" alt="nature" width="220px" height="300px" >
<img class="pics" src="images/pic1.jpeg" alt="hobby" width="220px" height="300px" >
<img class="pics" src="images/pic4.jpeg" alt="fancy" width="220px" height="300px" >
<p> Hi, I am Yunus Unsal who was born in Turkey in 1989. I am a pharmacist. Enthusiastic,
dedicated and fast-learning pharmacist with an interest in the study of drug interactions and
innovation of new drugs.Skilled pharmacist with exceptional organization skills, strong interpersonal
communication ability, and extensive knowledge of medications and their use. Experienced pharmacist places a
strong focus on attention to detail and excels in accuracy to guarantee patients are cared for and prescribers
have confidence. Dedicated professional ensures that all safety protocols and security measures are adhered to in
meeting the high standards of the field.</p>
<ul>
<li> Excellent communication and active listening skills to ensure that patients and customers understand their medications and how to take them.</li>
<li> Extensive education and training to guarantee that I am constantly up to date on the newest research and information regarding medications.</li>
<li> Ability to hear and understand what others are saying, and oral expression skills that allow me to explain a complicated topic in a simple way that they can understand.</li>
<li> Strong sensitivity to problems that may arise when issues with prescribers, patients or drug companies are present.</li>
<li> Intense focus and attention to detail to minimize mistakes and unnecessary expenses for both the drug companies and the pharmacy.</li>
<li> Exceptional social perception, facilitating the understanding of concerns and issues of both patients and prescribers as they arise.</li>
<li> Instructing skills that allow me to teach others how to do things better rather than just doing jobs for them</li>

</ul>
</header>

<!-- About Section -->


<section>

<div id="Education" class="Education">
<h2>Education</h2>
<p>
Erciyes University <br>
Bachelor of Pharmacy <br>
July 2011 <br> <br>

</p>
<p>
Erciyes University <br>
Master of Pharmacy <br>
July 2011 <br>

</p>
</div>

<div id="Workexperience" class="Workexperience">
<H2>Work Expereince</H2>
<h3> Hospital Pharmacist ( Ana Kalp Heart Hospital ) <br>
October 2011 – December 2011 </h3>



<p>
• Offer information to patients regarding dosage, side effects, drug interaction, and appropriate storage practices. <br>
• Maintain patient profiles, inventories, pharmacy files, and other records. <br>
• Reduce pharmacy waste by enacting better protocols for inventory and storage. <br>
• Assess the strength, purity, and identity of medications.</p> <br>


<h3>Executive Pharmacist ( Ecza Borsa Pharmaceutical Warehouse ) <br>
January 2012 – January 2016 </h3>
<p>
• Supervised <br>
• Monitored daily activities <br>
• Monitor inventory of medicines and scheduled substances <br>
• Responsible for procurement of medication <br>
• Maintained proper record of prescriptions <br>
• Preparation of medicines <br>
• Improved employee morale by scheduling monthly staff meetings to go over accomplishments and highlights. <br>
</p>


</div>

<div id="Interest" class="Interest">
<h3>Interest</h3>

<P>I am extremely interested in the development of procedures to counteract prescription drug addiction and to keep
medications safe from patients that would abuse them. Coding is my particular interest, and I am skilled in working with several
different programs and databases. I enjoy hiking, kayaking and biking, and anything that is done outdoors.
I love sports, basketball, tennis, golf, billiards, however I am in love with Football.

</P>


</div>
</section>

<!-- Footer -->
<footer>
<h3 id="Contact">Contact</h3>
<p>

<a href="https://github.com/terratamo" target="_blank"><i class="fab fa-github fa-2x"></i></a>
</p>

<div class="hyf">This web site is created for <a href="http://hackyourfuture.ca" target="_blank">HYF</a></div>
</footer>

</body>
</html>
102 changes: 102 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
body{
background-image: url(images/pic5.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.navbar{
width: 100%;
background-color: rgba(39, 41, 39, 0.5);
overflow: auto;
float: left;
font-size: 25px;
padding: 15px;
position: fixed;
top: 0;
text-align: center;

}

nav a{
text-decoration: none;
color: white;
font-size: 20px;
padding: 15px;

}

nav a:hover{
color: rgba(77, 46, 80, 0.7) ;
}



.pics{
margin-left: 155px;
border-radius: 10%;


}
#About{
text-align: center;
font-size: 420%;
color: rgb(31, 21, 21) ;
font-family: 'Saira Stencil One', cursive;
font-size: 65px;

}
header {

padding: 20px 10px 20px 40px ;

background-color: rgba(155, 214, 115,0.4) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
font-size: 25px;
}
.Education{
padding: 20px 10px 20px 40px ;
background-color: rgba(77, 46, 80, 0.7) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;

}

.Workexperience{
padding: 20px 10px 20px 40px ;
background-color: rgba(42, 19, 44, 0.7) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;



}

.Interest{
padding: 20px 10px 20px 40px ;

background-color: rgba(47, 26, 49, 0.7) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;


}
footer{
padding: 20px 10px 20px 40px ;
background-color: rgba(155, 214, 115,0.4) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;



}