-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathunity.html
More file actions
307 lines (279 loc) · 14.4 KB
/
unity.html
File metadata and controls
307 lines (279 loc) · 14.4 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Unity 3D</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Ionicons Fonts Css -->
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Hero area slider css-->
<link rel="stylesheet" href="css/slider.css">
<!-- owl craousel css -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Template Javascript Files
================================================== -->
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- owl carouserl js -->
<script src="js/owl.carousel.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<!-- slider js -->
<script src="js/slider.js"></script>
<script src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<div class="navbar-brand">
<a href="index.html" >
<img src="images/logo.png" alt="">
</a>
</div>
<!-- /logo -->
</div>
<!-- main menu -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html" >Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="blog-fullwidth.html">My Thoughts</a></li>
</ul>
</div>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
==================================================
Global Page Section Start
================================================== -->
<section class="global-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Unity 3d</h2>
</div>
</div>
</div>
</div>
</section><!--/#Page header-->
<section class="portfolio-single">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="portfolio-single-img">
<div class="post-img">
<img class="img-responsive" alt="" src="images/portfolio/unity3d.jpg">
</div>
<div class="portfolio-content">
<p>
Unity gives users the ability to create games in both 2D and 3D, and the engine offers a primary scripting API in C#.
Unity lets you import GIS data into the gaming engine so you can run around in real space. It is my goal to create a game in Unity with Map data.
Join me in my quest on my medium blog.
<a href="https://medium.com/@jonathanwitcoski">
Read my Medium Blog now.
</a>
</p><br>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Portfolio Section Start
================================================== -->
<section id="works" class="works">
<div class="container">
<div class="section-heading">
<h1 class="title wow fadeInDown" data-wow-delay=".3s">Unity</h1>
<p class="wow fadeInDown" data-wow-delay=".5s">
Here are some examples of my Unity Games I created. These are all available to be played on a windows pc.
</p>
</div>
<div class="row">
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="0ms">
<div class="img-wrapper">
<img src="UnityGames/tankgame/tank.gif" class="img-responsive" alt="this is a title" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="UnityGames/tankgame/tank.gif">Full Screen Photo</a>
<a target="_blank" href="https://medium.com/@jonathanwitcoski/day-9-unity-mapbox-and-tanks-b94a4a573f92">Read the Medium Article</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="UnityGames/tankgame/index.html">
Battle Tank in DC
</a>
</h4>
<p>
My first game using the tank demo game and the Mapbox SDK API. Playable in a web browser.
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="UnityGames/RollABallMapbox/rollaballmapbox.gif" class="img-responsive" alt="this is a title" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="UnityGames/RollABallMapbox/rollaballmapbox.gif">Full Screen Photo</a>
<a target="_blank" href="https://medium.com/@jonathanwitcoski/day-12-and-13-unity-mapbox-and-worldmapcup-84350f314c7e">Read the Medium Article</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="UnityGames/RollABallMapbox/index.html">
Roll-A-SoccerBall-Map
</a>
</h4>
<p>
My second game using the Roll-a-Ball tutorial and the Mapbox SDK API. Click now to play the game.
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="0ms">
<div class="img-wrapper">
<img src="UnityGames/RunningAround/RunningAround.gif" class="img-responsive" alt="this is a title" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="UnityGames/RunningAround/RunningAround.gif">Full Screen Photo</a>
<a target="_blank" href="https://www.youtube.com/watch?v=6O9i1_hciUo">Watch the Youtube Videos</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="UnityGames/RunningAround/index.html">
A guy running around to Points of Interest
</a>
</h4>
<p>
From a youtube education series about making a game in Unity.
</p>
</figcaption>
</figure>
</div>
</div>
</section> <!-- #works -->
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="300ms">SO WHAT YOU THINK ?</h1>
<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="300ms">Send Me a Message</p>
<a href="#" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="300ms">Contact Page</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="col-md-8">
<p class="copyright">Copyright: <span>2015</span> . Design and Developed by <a href="http://www.Themefisher.com">Jonathan using Themefisher template</a></p>
</div>
<!-- Social Media -->
<ul class="social">
<li>
<a href="https://twitter.com/mappingthings" class="Twitter">
<i class="ion-social-twitter"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jonathanwitcoski" class="Linkedin">
<i class="ion-social-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:jwitcoski@gmail.com" class="email">
<i class="ion-ios-email"></i>
</a>
</li>
<li>
<a href="https://mappingthings.wordpress.com/" class="email">
<i class="ion-social-wordpress"></i>
</a>
</li>
<li>
<a href="https://www.openstreetmap.org/user/jonwit" class="openstreetmap">
<i class="ion-map"></i>
</a>
</li>
</ul>
</div>
</div>
</footer> <!-- /#footer -->
</body>
</html>
</html>