-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
43 lines (43 loc) · 1.94 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
<!DOCTYPE html>
<html>
<head>
<title>Marissa Bush | Cyber Security</title>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,900italic|Raleway:400,500|Arvo|Pacifico|Quicksand:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<header id="top" class="main-header">
<span class="title">Welcome to the Mastermind's</span><br>
<h1>Contact Information</h1>
<img class="arrow" src="img2/arrow.svg" alt="Down arrow">
</header>
<div id="wrapper">
<section id="primary" class=about-info>
<h3 class="galleryTitle">General Information</h3>
<p>Hi, I'm Marissa Bush. This is my website where I share all of my work and give people a little bit more information about myself. I plan to major in cyber security at UMBC in the fall of 2016. If you have anything that you would like to share, feel free to contact me. I am always looking for new informaion.</p>
<p>Email is the preferred way to reach me, but in the case of an emergency contact me by phone.</p>
</section>
<section id="secondary" class="about-info"}>
<h3 class="galleryTitle">Contact Details</h3>
<ul>
<li class="phone"><a href="tel:443-253-3766">4432533766</a></li>
<li class="mail"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</section>
</div>
<footer>
<nav>
<ul class="shadow">
<li><a href="index.html" class="selected">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<a class="main-footer" href="http://facebook.com/marissanbush"><img src="img2/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
<p>© 2015 Marissa Bush.</p>
</footer>
</div> <!---body background--->
</body>
</html>