-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 2.32 KB
/
index.html
File metadata and controls
47 lines (45 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1 style="text-align: center;background-color: blue;font-size: xx-large;font-weight: bold;" >About Me</h1>
<p style="font-size: x-large;background-color: aquamarine;background-color: chocolate;font-style: italic;">Hello! my name is Ethar Abdelhaleem, i have a bacholer's dagree in psychology,
i am looking for a job hopefully after this course, i am able to build my web sites.
</p>
<div>
<h1 style="font-size: x-large;">Ramadan kareem :)</h1>
</div>
<img id src="https://en.pimg.jp/064/210/222/1/64210222.jpg" alt="psychology">
<img id src="https://www.valueresearchonline.com/content-assets/images/34983_stock-investing-and-psychology__w1200__.jpg" alt="mind">
<ul style="font-style: oblique;font-size: xx-large;font-style: oblique;">
<h1 style="font-size: xx-large;font-weight: bold;">My work experience and education summary:</h1>
<li>I have a bacholer's dagree in psychology</li>
<li>Psychology is the science of mind and behavior.
Psychology includes the study of conscious and unconscious phenomena,
as well as feeling and thought. It is an academic discipline of immense scope.
Psychologists seek an understanding of the emergent properties of brains</li>
<li>I worked with people to help them to accept what they are go thought </li>
</ul>
<h1 style="font-style: oblique;font-size: xx-large;font-weight: bold;" >Ten Top of my favorite places to visit:</h1>
<ol style="font-style: oblique;font-size: xx-large; text-align: center; font-weight: bold;">
<li> Italy</li>
<li>America</li>
<li>japan</li>
<li>south korea</li>
<li>georgia</li>
<li>amsterdam</li>
<li>Sweden</li>
<li>The Netherlands</li>
<li>Norway</li>
<li>Switzerland</li>
</ol>
<script src="js/app.js"></script>
</body>
</html>