-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (170 loc) · 6.67 KB
/
Copy pathindex.html
File metadata and controls
200 lines (170 loc) · 6.67 KB
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
<!DOCTYPE HTML>
<!--
ZeroFour by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Cian McDonnell</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div class="container">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current_page_item">
<a href="index.html">Projects</a>
<ul>
<li><a href="orbits.html">Orbit Simulator</a></li>
<li><a href="projectiles.html">Projectiles in Atmospheres</a></li>
<li><a href="mazes.html">Maze Generation</a></li>
<li><a href="raytracing.html">Raytracing</a></li>
<li><a href="lightsout.html">Lights Out</a></li>
</ul>
</li>
<li><a href="astrophotos.html">Astrophotos</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</header>
<!-- Banner -->
<div id="banner">
<h2><strong>Cian McDonnell</strong>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="wrapper style1">
<div class="inner">
<!-- Feature 1 -->
<section class="container box feature1">
<div class="row">
<div class="col-12">
<header class="major">
<h2>Projects</h2>
<h3>A portfolio of physical simulations and computer science problems</h3>
</header>
</div>
<div class="col-4 col-12">
<section>
<span title="Image Source: NASA"><a href="orbits.html" class="image featured"><img src="images/orbits/orbits.jpg" alt="" /></a></span>
<h3>Orbit Simulator</h3>
<p>Predicting motions of planets</p>
<a href="orbits.html" class="button alt icon solid fa-arrow-circle-right">Learn More</a>
</section>
</div>
<div class="col-4 col-12">
<section>
<span title = "Image Source: DuckDuckGo Images"><a href="projectiles.html" class="image featured"><img src="images/projectiles/sliotar.jpg" alt="" /></a></span>
<h3>Projectiles in Atmospheres</h3>
<p>No more ignoring air resistance</p>
<a href="projectiles.html" class="button alt icon solid fa-arrow-circle-right">Learn More</a>
</section>
</div>
<div class="col-4 col-12">
<section>
<span title="Image Source: istockphoto.com"><a href="mazes.html" class="image featured"><img src="images/mazes/hedge_maze.jpg" alt="" /></a></span>
<h3>Maze Generation</h3>
<p>How computers can make puzzles</p>
<a href="mazes.html" class="button alt icon solid fa-arrow-circle-right">Learn More</a>
</section>
</div>
<div class="col-4 col-12">
<section>
<span title="Image generated using project code"><a href="raytracing.html" class="image featured"><img src="images/raytracing/mirror_spheres.png" alt="" /></a></span>
<h3>Raytracing</h3>
<p>Using physics to render 3D objects</p>
<a href="raytracing.html" class="button alt icon solid fa-arrow-circle-right">Learn More</a>
</section>
</div>
<div class="col-4 col-12">
<section>
<span title="Image Source: DuckDuckGo Images"><a href="lightsout.html" class="image featured"><img src="images/lightsout/lightbulb.jpg" alt="" /></a></span>
<h3>Lights Out</h3>
<p>Implementing the Lights Out game</p>
<a href="lightsout.html" class="button alt icon solid fa-arrow-circle-right">Learn More</a>
</section>
</div>
<div class="col-4 col-12-medium">
<!--<section>
<a href="#" class="image featured"><img src="images/pic02.jpg" alt="" /></a>
<header class="second icon solid fa-cog">
<h3>Also a Heading</h3>
<p>And another subtitle</p>
</header>
</section>-->
</div>
<div class="col-4 col-12-medium">
<!--<section>
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
<header class="second icon solid fa-chart-bar">
<h3>Another Heading</h3>
<p>And yes, a subtitle</p>
</header>
</section>-->
</div>
<div class="col-12">
<!--<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus. Praesent semper
bibendum ipsum, et tristique augue fringilla eu. Vivamus id risus vel dolor auctor euismod
quis eget mi. Etiam eu ante risus. Aliquam erat volutpat. Aliquam luctus mattis lectus sit
amet pulvinar. Nam nec turpis.</p>-->
</div>
</div>
</section>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<footer id="footer" class="container">
<div class="row">
<div class="col-6 col-12-medium imp-medium">
<!-- Contact -->
<section>
<h2>Contact</h2>
<div>
<div class="row">
<div class="col-6 col-12-small">
<dl class="contact">
<dt>Email</dt>
<dd>cian@mcdonnell.eu</dd>
<dt>Github</dt>
<dd><a href="https://github.com/mcdc64">Cian McDonnell<a></dd>
</dl>
</div>
</div>
</div>
</section>
</div>
<div class="col-12">
<div id="copyright">
<ul class="menu">
<li style="color:#ddd;">© Cian McDonnell</li><li style="color:#ddd;">Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>