-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
209 lines (199 loc) · 9.18 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andrew Robinson</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="carousel.css" rel="stylesheet">
<link rel="icon" href="assests/favicon.ico">
</head>
<body>
<div class="navbar">
<div class="container">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Andrew Robinson</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html"><span class="glyphicon glyphicon-home" aria-hidden="true"></span><b> Home</b></a></li>
<li><a href="projects.html"><span class="glyphicon glyphicon-phone" aria-hidden="true"></span><b> Projects</b></a></li>
<li><a href="index.html#about"><span class="glyphicon glyphicon-user" aria-hidden="true"></span><b> About</b></a></li>
<li><a href="index.html#contact"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span><b> Contact</b></a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li class="active" data-target="#myCarousel" data-slide-to="0"></li>
<li class="" data-target="#myCarousel" data-slide-to="1"></li>
<li class="" data-target="#myCarousel" data-slide-to="2"></li>
<li class="" data-target="#myCarousel" data-slide-to="3"></li>
<li class="" data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<a href="thewave.html">
<img src="assests/wave.png" alt="The Wave">
<div class="container">
<div class="carousel-caption">
<h1>The 👋</h1>
<p>A Jeep marketplace.</p>
</div>
</div>
</a>
</div>
<div class="item">
<a href="gpacal.html">
<img src="assests/GPACal.png" alt="GPA Cal">
<div class="container">
<div class="carousel-caption">
<h1>GPA Cal</h1>
<p>Grade Point Average calculator. </p>
</div>
</div>
</a>
</div>
<div class="item">
<a href="skillsusa.html">
<img src="assests/SkillsUSA.png" alt="SkillsUSA">
<div class="container">
<div class="carousel-caption">
<h1>SkillsUSA</h1>
<p>SkillsUSA meeting registration.</p>
</div>
</div>
</a>
</div>
<div class="item">
<a href="deliveryco.html">
<img src="assests/DeliveryCo.png" alt="Delivery Co.">
<div class="container">
<div class="carousel-caption">
<h1>Delivery Co.</h1>
<p>iOS object dodging game.</p>
</div>
</div>
</a>
</div>
<div class="item">
<a href="nikandros.html">
<img src="assests/Nikandros-LOGO-sm1.png" alt="Nikandros">
<div class="container">
<div class="carousel-caption">
<h1>Community Minecraft Server Manager</h1>
<p>Personal Business.</p>
</div>
</div>
</a>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section id="about" class="container content-section text-center" style="background:#EBEBEB;">
<div class="about-section">
<h2>About Me</h2>
<div class="divider-grey"></div>
<div class="row">
<p>I'm a computer science student and an iOS developer from Missouri. I have been messing with computers for about 16 years now. Received a student scholarship to attend WWDC 2015 in San Francisco. <a href="index.html#contact">Let's chat!</a></p>
<a href="https://github.com/SirArkimedes" target="_blank">
<img class="storeicon" src="assests/git-store-green.png" alt="GPACal">
</a>
<p>Featured in a school Computer Science video:<p>
<iframe width="640" height="360" src="https://www.youtube.com/embed/Xb5BF_VXBng?start=44" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="contact" class="container content-section text-center" style="background:#FFF; width:100%;">
<div class="contact-section">
<h2>Contact Me</h2>
<div class="divider-grey"></div>
<div class="container">
<h3>
<a href="mailto:[email protected]">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
<!-- Email-->
</a>
</h3>
<!-- <form name="sentMessage" id="contactForm" novalidate>-->
<!-- <div class="row control-group">-->
<!-- <div class="form-group col-xs-12 floating-label-form-group controls">-->
<!-- <label>Name</label>-->
<!-- <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">-->
<!-- <p class="help-block text-danger"></p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row control-group">-->
<!-- <div class="form-group col-xs-12 floating-label-form-group controls">-->
<!-- <label>Email Address</label>-->
<!-- <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">-->
<!-- <p class="help-block text-danger"></p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row control-group">-->
<!-- <div class="form-group col-xs-12 floating-label-form-group controls">-->
<!-- <label>Phone Number</label>-->
<!-- <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">-->
<!-- <p class="help-block text-danger"></p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row control-group">-->
<!-- <div class="form-group col-xs-12 floating-label-form-group controls">-->
<!-- <label>Message</label>-->
<!-- <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>-->
<!-- <p class="help-block text-danger"></p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br>-->
<!-- <div id="success"></div>-->
<!-- <div class="row">-->
<!-- <div class="form-group col-xs-12">-->
<!-- <button type="submit" class="btn btn-success btn-lg">Send</button>-->
<!-- </div>-->
<!-- </div>-->
<!-- </form>-->
</div>
</div>
</section>
<!-- <hr class="featurette-divider"> -->
<footer style="margin-top:60px;">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© Andrew Robinson
</footer>
<!-- <h1>Hello, world!</h1> -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<script src="js/index.js"></script>
</body>
</html>