diff --git a/images/logo.jpeg b/images/logo.jpeg new file mode 100644 index 0000000..8be584c Binary files /dev/null and b/images/logo.jpeg differ diff --git a/images/pic1.jpeg b/images/pic1.jpeg new file mode 100644 index 0000000..e0dacef Binary files /dev/null and b/images/pic1.jpeg differ diff --git a/images/pic3.jpeg b/images/pic3.jpeg new file mode 100644 index 0000000..5378981 Binary files /dev/null and b/images/pic3.jpeg differ diff --git a/images/pic4.jpeg b/images/pic4.jpeg new file mode 100644 index 0000000..d959f26 Binary files /dev/null and b/images/pic4.jpeg differ diff --git a/images/pic5.jpg b/images/pic5.jpg new file mode 100644 index 0000000..c760470 Binary files /dev/null and b/images/pic5.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..cb700ea --- /dev/null +++ b/index.html @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + Yunus Unsal + + + + +
+

Yunus Unsal

+ nature + hobby + fancy +

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.

+ +
+ + + + +
+ +
+

Education

+

+ Erciyes University
+ Bachelor of Pharmacy
+ July 2011

+ +

+

+ Erciyes University
+ Master of Pharmacy
+ July 2011
+ +

+
+ +
+

Work Expereince

+

Hospital Pharmacist ( Ana Kalp Heart Hospital )
+ October 2011 – December 2011

+ + + +

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


+ + +

Executive Pharmacist ( Ecza Borsa Pharmaceutical Warehouse )
+ January 2012 – January 2016

+

+ • Supervised
+ • Monitored daily activities
+ • Monitor inventory of medicines and scheduled substances
+ • Responsible for procurement of medication
+ • Maintained proper record of prescriptions
+ • Preparation of medicines
+ • Improved employee morale by scheduling monthly staff meetings to go over accomplishments and highlights.
+

+ + +
+ +
+

Interest

+ +

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. + +

+ + +
+
+ + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..460c375 --- /dev/null +++ b/style.css @@ -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; + + + +} \ No newline at end of file