forked from hackyourfuturecanada/Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayla.html
More file actions
72 lines (59 loc) · 3.16 KB
/
Layla.html
File metadata and controls
72 lines (59 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" contant="ABOUT ME">
<title>LAYLA RADWAN</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<font awesome stylesheet
link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</font>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<header>
<h1>Hi, I'm Layla Radwan</h1>
<!--<h2></h2>-->
</header>
<section class="about">
<h1>About Me</h1>
<p>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
</p>
<p>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.
</p>
</section>
<section class="pharma">
<h1>As Pharmacist</h1>
<ul>
<li>Inpatient Department </li>
<li>IV-Room pharmacist </li>
<li>ICU Pharmacist </li>
</ul>
</section>
<section class="graphic">
<h1>As Graphic Designer</h1>
<p>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.</p>
<h2>Adobe software</h2>
<ul>
<li>Photoshop</li>
<li>Illustrator</li>
<li>Indesign</li>
<li>After Effects</li>
</ul>
</section>
<section class="Web-des">
<h1>As Web Designer</h1>
<p>languages like HTML, CSS, JavaScript, Node.JS, and React. </p>
</section>
<footer>
<h1>Contact Me</h1>
<a href="radwanlayla1@gmail.com"><i class="far fa-envelope fa-3x"></i></a>
</footer>
</body>
</html>