-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (50 loc) · 2.75 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Contact Page</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/responsive.css"> -->
<link href='http://fonts.googleapis.com/css?family=Courgette|Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Courgette|Pacifico|Dancing+Script|Gloria+Hallelujah|Kaushan+Script' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body background="img/20150805_071317.jpg">
<header class="ctct-header">
<h1 id="cntcthdr">Kae'Lyn Alexander</h1>
</header>
<nav>
<ul class="nav1">
<li><a href="index.html">About</a></li><!--
--><li><a href="portfolio.html">Portfolio</a></li><!--
--><li><a href="contact.html" class="selected">Contact</a></li>
</ul>
<div id="wrapper">
<img class="profile" href="img/KA-profile.JPG" src="img/KA-profile.JPG" alt="Kae'Lyn Alexander">
<table border="3" style="width: 100%">
<tr>
<th class="h3">General Information</th>
<th class="h3">Contact Information</th>
</tr>
<tr>
<td id="left-side">I am currently a senior at Western Highschool in Baltimore, Maryland. I aspire to be a leader and life changing programmer and engineer. Many people doubt the brains of women, and along with many thers, I will change those negatie thoughts. My Foundations of Technology teacher Ms.Romney is ooking forward to sending the robotics team and National Honors Art Society at Western on many trips to experience the world, but this is only possible with donations from the community. We are looking for more partners in joining the girls on the Robotics team here in Baltimore as well as any interested contributors in DC. Feel free to contact myself or <a href="mailto: [email protected]">Ms. Heather Romney</a> with any questions. Please only contact with serious or urgent inquiries.</td>
<td id="right-side">
<ul class="contact-info">
<li class="phone"><a href="tel:202-812-1170">202-812-1170</a></li>
<li class="mail"><a href="mailto: [email protected]">[email protected]</a></li>
<li><a href="https://plus.google.com/share?url=https://simplesharebuttons.com" target="_blank"><img class="plus" src="img/google+icon.png" alt="Google">
<!-- <a href="https://plus.google.com/share?url=https://simplesharebuttons.com" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/google.png" alt="Google" /> -->
</a></li>
</ul>
</td>
</tr>
</table>
</div>
<footer class="ctct-footer">
<p>© 2015 Kae'Lyn Alexander.</p>
<a href="#top">Back to top »</a>
</footer>
</body>
</html>