diff --git a/Layla.html b/Layla.html new file mode 100644 index 0000000..65fa8b7 --- /dev/null +++ b/Layla.html @@ -0,0 +1,72 @@ + + + + + + + LAYLA RADWAN + + + + + + + + + + + +
+

Hi, I'm Layla Radwan

+ +
+ +
+

About Me

+

My life has multi destinations,one of them was in Jordan when I have studied my bachelorette degree in Pharmacy and I have graduated from six years ago. The destination next to it was in Jeddah, Saudi Arabia, where I was working for four years in a hospital in the in-patient section as a pharmacist. However, my dreams have no limitations to stop at that point for the rest of my life +

+

Therefore, I discovered my passion in the digital world especially in the graphics and the infographics as a unique way to visually presenting our important health data to the society to spread the awareness in a special topic. +

+
+ + +
+

As Pharmacist

+ +
+ +
+

As Graphic Designer

+

I have took a graphic diploma degree out of nine months of studying Adobe software and graphics + training productions. I have designed for my Pharmacy I was working with, posters, brochures, meeting presentations, + conference flyers, and working right now on developing an IV booklet. + Overlapping two majors was one of the greatest experiences I have ever went + through as it taught me how the productions would be with higher quality and the skills + gained were with advanced level.

+

Adobe software

+ +
+ +
+

As Web Designer

+

languages like HTML, CSS, JavaScript, Node.JS, and React.

+
+ + + + diff --git a/Style.css b/Style.css new file mode 100644 index 0000000..c259ed6 --- /dev/null +++ b/Style.css @@ -0,0 +1,56 @@ +body { + font-family: Montserrat, san-serif; + background-image: url(img/coffee.jpg); + no-repeat fixed; + background-size:cover; + margin:0; + padding:0; + width: auto; + height: auto; + background-position: center; +} + +h1{ + font-size: 50px; +} +p{ + font-size: 20px; + line-height: 1.5; + color: black; +} + +header, +section, +footer{ + padding: 100px 150px; +} + +footer{ + text-align: center; +} +.graphic{ + color:black; +} +.Web-des{ + color:black; +} +i{ +margin-right: 10px; +} + +/* Header */ +header h1{ + font-size:54px; +} + +/* About*/ +.about{ + background-color:rgb(248, 225, 114, 0.5); + color:black; +} + +/* Footer - contact information */ +footer { + background:rgb(231,185,188,0.5); + color:white; +} diff --git a/img/coffee.jpg b/img/coffee.jpg new file mode 100644 index 0000000..25f304d Binary files /dev/null and b/img/coffee.jpg differ