-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
110 lines (105 loc) · 4.04 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!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 World of the Mastermind</span><br>
<h1>Marissa Bush</h1>
<img class="arrow" src="img2/arrow.svg" alt="Down arrow">
</header>
<div class="body">
<div class="primary-content t-border">
<p class="intro">
Welcome to my website. I've created this website to give a little bit more information about myself and to show previews my work. Most of my coding knowledge that I have was taught to me while participating in the Prodigy Program.
</p>
<a class="callout shadow" href="http://www.codeintheschools.org/prodigy-program/">Find out more</a>
<div class="about_me">
<h2>Places I want to visit</h2>
<p>
I want to travel as much as possible. A few of the places I want to visit are:
<ol>
<li>Cartagena, Colombia</li>
<li>Venice, Italy</li>
<li>Nassau, Bahamas</li>
<li>Isle of Skye, Scotland</li>
<li>and Sydney, Australia</li>
</ol>
</p>
</div><!-- End .wildlife -->
<a class="callout shadow" href="gallery.html">See the Gallery</a>
</div><!-- End .primary-content -->
<div class="secondary-content t-border group">
<div class="information1">
<img class="flag" src="img/IMG_1041.jpg" alt="Collage of Nail Art">
<table>
<h3>Information about Me</h3>
<tr>
<th scope="row">Name</th>
<td>Marissa N. Bush</td>
</tr>
<tr>
<th scope="row">School</th>
<td>Baltimore Polytechnic Institute</td>
</tr>
<tr>
<th scope="row">Grade</th>
<td>12th</td>
</tr>
</table>
</div>
<div class="information2">
<img class="seal" src="img/IMG_2949.jpg" alt="Collage of Nail Art">
<table>
<h3>More Information About Me</h3>
<tr>
<th scope="row">Extracurricular Activities</th>
<td>Lacrosse</td>
<td>Spanish Honor Society</td>
<td>Floetic Lyricists</td>
</tr>
<tr>
<th scope="row">Favorite Activities</th>
<td>Reading</td>
<td>Sleeping</td>
<td>Watching Movies</td>
</tr>
<tr>
<th scope="row">Favorite Shows</th>
<td>Pretty Little Liars</td>
<td>Power</td>
</tr>
<tr>
<th scope="row">Favorite Movie</th>
<td>The Notebook</td>
<td></td>
</tr>
</table>
</div>
<div class="choice">
<h3>A Skill I'm Interested in Learning</h3>
<p>I'm interested in learning a variety of skills. I would really like to learn how to build robots. I think robots are very interesting, but I have never taken the time to learn more about them and what they're capable of doing. </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/sLflN8gJ2G0" frameborder="0" allowfullscreen></iframe>
</div><!-- End of choice -->
</div><!-- End .secondary-content -->
<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--->
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
<!--<div id="overlay"></div>-->
</body>
</html>