-
Notifications
You must be signed in to change notification settings - Fork 1
/
Index.html
48 lines (36 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adam's pofolio</title>
<link href="../Basic-Porfolio/Assets/css/stlye.css" rel="stylesheet" type="text/css" />
</head>
<body class="backimage">
<div class="header" >
<a href="../Basic-Porfolio/Index.html" class="title">Adam's pofolio</a>
<div class="header-right">
<a class="active" href="../Basic-Porfolio/Index.html">about me</a>
<a href="../Basic-Porfolio/contact.html">contact</a>
<a href="../Basic-Porfolio/porfolio.html">porfolio</a>
</div>
</div>
<h1 class="aboutme-picture"> About me </h1>
<p class="about-me">
<img class="imagelooks" src="../Basic-Porfolio/Assets/images/myface.JPG" alt="my face">
My name is adam lachguar. I live in orlando florida but my family is from morocco. I grew up in orlando
and have come to know it as my home.
<br>
I go to freedom high school and plan on going to college. My hobbies
are fishing, camping coding(soon to be) and just overall learning new thing.
<br>
That is my goal for the next 10 years to learn atleast one thing a day. I dont like a certain type of music genre just anything that is catchy
i also plan on going to ucf or embry riddle and my favorite color is blue. I have 3 dogs and there names are Spot, Bonnie and Clyde.
<br>
Fun fact: I was born on febuary 19th 2003 thats the same day as millie bobby brown.
</p>
<div class="footer">
footer
</div>
</body>
</html>