diff --git a/images/background1.jpeg b/images/background1.jpeg new file mode 100644 index 0000000..64a33fc Binary files /dev/null and b/images/background1.jpeg differ diff --git a/images/img1.jpeg b/images/img1.jpeg new file mode 100644 index 0000000..bd73159 Binary files /dev/null and b/images/img1.jpeg differ diff --git a/images/img3.jpeg b/images/img3.jpeg new file mode 100644 index 0000000..03162b9 Binary files /dev/null and b/images/img3.jpeg differ diff --git a/images/img4.jpeg b/images/img4.jpeg new file mode 100644 index 0000000..134a1a7 Binary files /dev/null and b/images/img4.jpeg differ diff --git a/images/logo3.jpg b/images/logo3.jpg new file mode 100644 index 0000000..9a4f30e Binary files /dev/null and b/images/logo3.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..cd27943 --- /dev/null +++ b/index.html @@ -0,0 +1,154 @@ + + + + + + + + + + + Hamza Koc + + + + + + + + + + + + + + + +
+

Hi! I'm Hamza

+

I am hardworking self-motivated and devoted. Well experienced in insurance, + health and safety, payroll with good administrative and technical understanding. + I highly organize systematic and resourceful with good problem-solving and + multitasking abilities. Focused on resolving issues with accurate and knowledge. + My strengths include excellent communication, as well as the ability to work + in groups of all sizes. I am an honest, reliable, proactive mindset and + trustworthy individual.

+ hamza koc's pictures + hamza koc's pictures + hamza koc's pictures + +
+ + +
+
+ +

EDUCATION

+ + +
+ + +
+

EXPERIENCE

+

INSURANCE BROKER

+ +
+

OCCUPATIONAL HEALTH AND SAFETY SPECIALIST

+ +
+

PAYROLL MANAGER

+ +
+ + +
+ +

CERTIFICATES and TRAININGS

+ + +
+ +
+

GOALS

+

I would like to work in a position where I can use my knowledge and experience, + communicate with people and help them, and at the same time have opportunities to improve myself.

+ +
+ + +
+

INTERESTS

+ + +
+
+ + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..728ac4f --- /dev/null +++ b/style.css @@ -0,0 +1,186 @@ + + +body{ + background-image: url(images/background1.jpeg) ; + background-size: cover; + background-attachment: fixed; + margin: 0; + padding: 0; + +} +/* nagition bar */ +.navbar{ + width: 100%; + background-color: rgba(39, 41, 39, 0.5); + overflow: auto; + float: left; + font-size: 25px; + padding: 15px; + position: fixed; + top: 0; + +} + +nav a{ + text-decoration: none; + color: white; + font-size: 20px; + padding: 15px; +} + +nav a:hover{ + background-color: rgb(66, 111, 135); +} + +/* header */ +header{ + margin-left: 380px; + margin-top: 75px; + margin-right: 20px; + padding-top: 70px; + padding-left: 40px; + padding-right: 30px; + + +} + + +header h1{ + + font-size: 40px; + font-family: monospace; + color: white; + + +} + +.imgheader{ + border-radius: 30%; + padding: 15px; + margin-left: 50px; +} + +header .about{ + width: 900px; + height: 200px; + color:white; + font-family: monospace; + font-size: 20px; + text-align:justify; + line-height: 1.5; + padding-right: 30px; + +} + +/* Section including education, experience, goals, interests */ +section .education{ + color:white; + font-family: monospace; + font-size: 20px; + text-align:justify; + line-height: 1.5; + width: 800px; + padding-top: 30px; + padding-left: 200px; + padding-right: 200px; + padding-bottom: 40px; + background-color: rgba(55, 70, 87, 0.9); + margin-top: 70px; + margin-left: 50px; + margin-right: 30px; + +} + +section .experience{ + color:white; + font-family: monospace; + font-size: 20px; + text-align:justify; + line-height: 1.5; + width: 800px; + padding-top: 50px; + padding-left: 200px; + padding-right: 200px; + padding-bottom: 50px; + background-color: rgba(45, 125, 67, 0.9); + margin-top: 40px; + margin-left: 50px; + margin-right: 30px; + +} + +section .certificates{ + color:white; + font-family: monospace; + font-size: 20px; + text-align:justify; + line-height: 1.5; + width: 800px; + padding-top: 30px; + padding-left: 200px; + padding-right: 200px; + padding-bottom: 40px; + background-color: rgba(95, 106, 106, 0.8); + margin-top: 50px; + margin-left: 50px; + margin-right: 30px; + +} + +section .goals{ + color:white; + font-family: monospace; + font-size: 20px; + text-align:justify; + line-height: 1.5; + width: 800px; + padding-top: 30px; + padding-left: 200px; + padding-right: 200px; + padding-bottom: 40px; + background-color: rgba(29, 131, 72, 0.8); + margin-top: 50px; + margin-left: 50px; + margin-right: 30px; + +} + + + +section .interests{ + color:white; + font-family: monospace; + font-size: 20px; + text-align:justify; + line-height: 1.5; + width: 800px; + padding-top: 30px; + padding-left: 200px; + padding-right: 200px; + padding-bottom: 40px; + background-color: rgba(55, 70, 87, 0.8); + margin-top: 50px; + margin-left: 50px; + margin-right: 30px; + +} + +section h1{ + color: black ; + font-family: 'Arimo', sans-serif; +} + + +/* Footer */ +footer { +font-size: 24px; +text-align:center; +background-color: black; +color:white; +} + +i{ +width: 65px; +height: 40px; + +}