-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (72 loc) · 2.61 KB
/
index.html
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
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MelaatiJ</title>
<link rel="stylesheet" href="./css/melaati2.css">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
</head>
<body>
<div class="navBar">
<h1>
<a href="index.html">
<button class="navBtn">Home</button>
</a>
</h1>
<h1>
<a href="./Webpages/Resume.html">
<button class="navBtn">Resume</button>
</a>
</h1>
<h1>
<a href="./Webpages/Projects.html">
<button class="navBtn">Projects</button>
</a>
</h1>
<h1>
<a href="./Webpages/Skills.html">
<button class="navBtn">Skills</button>
</a>
</h1>
<h1>
<a href="./Webpages/Graphics.html">
<button class="navBtn">Graphics</button>
</a>
</h1>
<h1>
<a href="./Webpages/ContactMe.html">
<button class="navBtn">Contact Me</button>
</a>
</h1>
<h1>
<a href="./Webpages/Reflections.html">
<button class="navBtn">Reflections</button>
</a>
</h1>
</div>
<h1 class="page_header">Who is Melaati Jayah?</h1>
<div class="containerAboutMe">
<div class="animated fadeIn">
<img class="aboutMe_images" src="../melaatiJWeb/picturesOfMe/meetingAmzing.jpg" alt="">
</div>
<div class="animated bounceInRight">
<h2>
My Name is Melaati Jayah. I was born in Colombo Sri-Lanka which is an island
south of India. Sri-Lanka is also known as "The Tear Drop Of India" because of its shape and size. I came
with my parents and my older brother to the United States at a very young age of 4. Memphis TN has been my
home and where I was raised. At a young age I grew love for technology. When my hands touch the key board, and I
turned on my computer screen, It was another world. I went from restaurant manager to software developer, from
service to development. I have learned from so many and my passion to continue learning never stops. I plan on
bringing Memphis my love for tech, my love for problem solving, and my skills ive gained on the way of my journey
to this day.
</h2>
<a href="./webpages/AboutMe2.html">
<button>
<img class="rightArrow" src="../melaatiJWeb/picturesOfMe/right-arrow.png" alt="">
</button>
</a>
</div>
</div>
</body>
</html>