-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (271 loc) · 14.7 KB
/
index.html
File metadata and controls
298 lines (271 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Digital Uzu - App, Game, and Software developer.</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="app, game, software, indie, developer">
<meta name="description" content="App, Game, and Software developer.">
<link rel="canonical" href="http://digitaluzu.com" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Digital Uzu - App, Game, and Software developer." />
<meta property="og:url" content="http://digitaluzu.com" />
<meta property="og:site_name" content="Digital Uzu" />
<meta name="google-site-verification" content="e4T9SIxmPHckc0km0O9ZvaI-C99mh6ujc4AD5s-FkaQ" />
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="icon" href="http://digitaluzu.com/favicon.png" type="image/x-icon" />
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#page-top" rel="home" title="Digital Uzu">
<img id="logo" class="img-responsive" href="#page-top" src="img/DigiUzuLogo_banner.png" alt="Digital Uzu">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#projects">Projects</a>
</li>
<li class="page-scroll">
<a href="#connect">Connect</a>
</li>
<li class="page-scroll">
<a href="#about">About Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-text">
<span class="welcome">
Welcome to Digital Uzu!
</span>
<span class="slogan">
We build <strong>digital</strong>.
</span>
<hr class="star-light">
<span class="desc wide-text">
We are an <strong>App</strong>, <strong>Game</strong>, and <strong>Software</strong>
<br>
developer and consultant.
<br><br>
Have a project in mind?<br>
Let's build something together!
</span>
<br>
<span class="page-scroll">
<a href="#connect" class="btn btn-lg btn-outline">
<i class="fa fa-comments-o" style="padding-right: 10px;"></i><span class="wide-text">Get in touch</span>
</a>
</span>
</div>
</div>
</div>
</div>
</header>
<!-- Our Projects Grid Section -->
<section id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Projects</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 projects-item">
<img src="img/projects/beatdrift_icon.png" class="img-responsive projects-img" alt="BEAT DRIFT">
<div class="projects-caption">
<h3>BEAT DRIFT</h3>
<h4><a href="https://itunes.apple.com/app/beat-drift/id771771926?mt=8" target="_blank">iOS</a> / <a href="https://play.google.com/store/apps/details?id=com.LunarPixelGames.beatdrift" target="_blank">Android</a> / <a href="https://www.ouya.tv/game/BEAT-DRIFT/" target="_blank">OUYA</a></h4>
<h4><a href="http://www.windowsphone.com/s?appid=be667c12-1a98-4373-9995-2acf1d10a943" target="_blank">Windows Phone</a> / <a href="https://zone.gamestick.tv/game_332" target="_blank">GameStick</a></h4>
<p class="text-justify">BEAT DRIFT is a pure action game that will test your reflexes and hone your skills. Feel the beat. Drift with the music. Push the limits to survive.</p>
<p><a href="http://www.beatdrift.com" target="_blank">http://beatdrift.com</a><i class="fa fa-external-link" style="padding-left: 5px; vertical-align: middle;"></i>
</p>
</div>
</div>
<div class="col-md-3 col-sm-6 projects-item">
<img src="img/projects/tinytapper_icon.png" class="img-responsive projects-img" alt="Tiny Tapper">
<div class="projects-caption">
<h3>Tiny Tapper</h3>
<h4><a href="https://itunes.apple.com/app/tiny-tapper/id828759506?mt=8&uo=4" target="_blank">iOS</a> / <a href="https://play.google.com/store/apps/details?id=com.DigitalUzu.TinyTapper" target="_blank">Android</a></h4>
<p class="text-justify">Tap tap tap! Enjoy bubbles, fireworks, and more in Tiny Tapper - a tiny little game for toddlers and young kids <i class="fa fa-smile-o"></i></p>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-3 col-sm-6 projects-item">
<img src="img/projects/happybard_icon.png" class="img-responsive projects-img" alt="Happy Bard">
<div class="projects-caption">
<h3>Happy Bard</h3>
<h4><a href="http://itunes.apple.com/app/happy-bard/id855121015" target="_blank">iOS</a> / <a href="https://play.google.com/store/apps/details?id=com.DigitalUzu.HappyBard" target="_blank">Android</a></h4>
<p class="text-justify">Spread happiness throughout the world as you embark on an epic hat-collecting, pipe-jumping quest in Happy Bard.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 projects-item">
<img src="img/projects/nimblebookmarks_icon.png" class="img-responsive projects-img" alt="Nimble Bookmarks">
<div class="projects-caption">
<h3>Nimble Bookmarks</h3>
<h4><a href="https://chrome.google.com/webstore/detail/nimble-bookmarks/mmfbkidhlepkdlpnepfimdhnojafkcog" target="_blank">Chrome Web Store</a></h4>
<p class="text-justify">A Chrome extension for quick and compact access to your bookmarks.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Connect Section -->
<section class="success" id="connect">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Connect With Us</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-12 social-media text-center">
<ul class="list-inline">
<li>
<a href="https://www.twitter.com/DigitalUzu" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://plus.google.com/+DigitalUzu" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a href="https://www.youtube.com/user/digitaluzu" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-youtube"></i></a>
</li>
<li>
<a href="" class="btn-social btn-outline contact-email" target="_blank"><i class="fa fa-fw fa-envelope-o"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="row">
<div class="col-xs-12 text-center wide-text">
<p>Questions? Interested in working together? Want to say 'hi'?
<br>Contact us via social media or email and we'll get back to you soon!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About Us</h2>
<hr class="star-primary">
</div>
</div>
<div class="row profiles">
<div class="col-lg-12 text-center">
<img class="img-responsive center-block profile-pic" src="img/profile_shyam.png" alt="Shyam's Profile">
<h4 class="profile-name">Shyam Guthikonda</h4>
<span class="profile-role">Founder / Lead Developer</span>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-2 text-justify">
<p>Digital Uzu was founded in 2013 by Shyam Guthikonda, after leaving the AAA gaming industry, where he worked as a developer at Kojima Productions (Konami) on the Metal Gear video game series.</p>
</div>
<div class="col-md-4 text-justify">
<p>Our mission is to build the highest quality software for both our clients and our customers. From apps to games and everything in between, we love building digital things. At Digital Uzu, <strong>we build digital.</strong></p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="img/DigitalUzuLogo_footer.png" class="img-responsive center-block" alt="BEAT DRIFT">
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<ul class="list-inline">
<li>
<a href="https://www.twitter.com/DigitalUzu" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://plus.google.com/+DigitalUzu" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a href="https://www.youtube.com/user/digitaluzu" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-youtube"></i></a>
</li>
<li>
<a href="" class="btn-social btn-outline contact-email" target="_blank"><i class="fa fa-fw fa-envelope-o"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p class="footer-text"><i class="fa fa-envelope-o fa-fw"></i>
<a href="" class="contact-email contact-email-text"></a></p>
<p class="copyright-text">Copyright © 2013 - <span class="copyright-year"></span> Digital Uzu, LLC</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button -->
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>
</html>