-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
53 lines (44 loc) · 3.38 KB
/
about.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
<!DOCTYPE.html>
<html>
<head>
<meta charset= "utf-8">
<title> Danaeja Trogdon | Photographer </title>
<link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.8">
</head>
<body>
<header>
<a href="index.html"id="logo">
<h1> Danaeja Trogdon </h1>
<h2> My Lifestyle </h2>
</a>
<nav>
<ul>
<li><a href="inception.html" class="selected">Inception</a>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html" class="selected">About</a></li>
<li><a href="egypt.html">Egypt</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<img src="img/danaeja.jpg" alt="Photograph of Danaeja Trogdon" class="profile-photo">
<div id="wrapper">
<h3>About</h3>
<p>Hi I'm Danaeja Trogdon. I attend Western High School located in Baltimore, Maryland. I myself am not a big sports fan, but I have no problem supporting my hometown teams which are: The Baltimore Ravens, The Orioles, and The Maryland Terps. I am mostly interested in the genre comedy. But my favorite television shows are Law & Order: Special Vicims Unit, Pretty Little Liars, The Fosters, and Stitchers. My favorite movies are made from Tyler Perry: which include Good Deeds, and Temptation. </p>
<p>As I stated above I attend Western High School, but I didn't always attend that school. My freshman year in high school I attened a charter school in Baltimore, Maryland called Baltimore Freedom Academy. That school was shut down, so I was moved to Western. While I attended Baltimore Freedom Academy, I played on the Volleyball team. The volleyball team just so happened to be the only sport I got to play at that school. Moving to Western, I knew it was a much more harder school, so my first year there I had no intention on playing a sport. My junior year I wanted to join something so to tried numerous clubs but I wasn't interested in any of them. Finally I decided to join the robotics team, I felt like I belonged, I loved the people, and I was learning something new & very interesting. </p>
<p> My thoughts on my career just happen to be surrounded by computers. After attending Code in the Schools, I am strongly considering going into web design, sometimes it is challenging but I am not willing to take the time and effort to learn all the skills I need to move on into a career such as this. </p>
<p>I have not visited many placed in my liftime. In fact I've only visited Virginia, North Carolina, South Carolina, DC, and Pennsylvania. My life long dream is to visit Egypt. I am so interested in Egypt. I actually researched Cairo, Egypt so if you'd like to see more about Cairo, feel free to click Egypt at the top of the page.
<p> If you'd like to follow me on Twitter my username is <a href="http://twitter.com/shordyd_">@Shordyd_</a></p>
</section>
<footer>
<a href="http://twitter.com/shordy_D"><img src="img/twitter-wrap.png" alt="Twitter Logo"class="social-icon"></a>
<a href="http://facebook.com/DanaejaTrogdon"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
<p> © 2015 Danaeja Trogdon. </p>
</footer>
</div>
</body>
</html>