-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (128 loc) · 5.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FinGameWorks On Unity Asset Store</title>
<!--pageMeta-->
<!-- Loading Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Loading Elements Styles -->
<link href="css/style.css" rel="stylesheet">
<!-- Loading Magnific-Popup Styles -->
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- Loading Font Styles -->
<link href="css/iconfont-style.css" rel="stylesheet">
<!-- Favicons -->
<link rel="icon" href="images/favicons/favicon.jpeg">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="scripts/html5shiv.js"></script>
<script src="scripts/respond.min.js"></script>
<![endif]-->
<!--headerIncludes-->
</head>
<body data-spy="scroll" data-target=".navMenuCollapse">
<div id="wrap">
<!-- NAVIGATION -->
<nav class="navbar bg-color1 dark-bg navbar-fixed-top navbar-slide navbar-transparent">
<div class="container"> <a class="navbar-brand goto" href="#intro-center"><img src="./images/logo.png" height="60" alt="FinGameWorks"></a>
<button class="navbar-toggle menu-collapse-btn collapsed" data-toggle="collapse" data-target=".navMenuCollapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<div class="collapse navbar-collapse navMenuCollapse">
<ul class="nav">
<li><a href="#team">Team</a></li>
<li><a href="#contact-full">Contact</a></li>
<li><a href="https://assetstore.unity.com/publishers/16123" target="_blank">Asset Store</a></li>
</ul>
</div>
</div>
</nav>
<!-- INTRO CENTER -->
<header id="intro-center" class="intro-block bg-color1 dark-bg fixed-bg double-padding text-center" style="background-image: url(images/bg20-squashed.jpg);">
<div class="container">
<div class="slogan">
<h1>Game Asset Provider</h1>
<h2 class="giant-title"><b>FinGameWorks</b></h2>
</div>
<a class="goto" href="#team"><i class="icon big-icon icon-arrow-down"></i></a>
</div>
</header>
<!-- TEAM BLOCK -->
<section id="team" class="team-block">
<div class="container">
<h2 class="title text-center">Team</h2>
<div class="row">
<div class="col-sm-6">
<img src="images/photo-team-2.jpg" class="screen" alt="Team 2" />
<h3 class="name">Justin Fincher</h3>
<h4 class="occupation">Programmer</h4>
<p>Experienced Cocoa / Android Developer</p>
<ul class="soc-list">
<li><a href="https://github.com/JustinFincher" target="_blank"><i class="icon icon-github"></i></a></li>
<li><a href="https://dribbble.com/JustZht" target="_blank"><i class="icon icon-dribbble2"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- CONTENT CENTER VIDEO BLOCK -->
<section id="content-center-video" class="bg-color1 dark-bg double-padding text-center">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="big-title">Committed to provide <b>the best Unity-based creative solution</b></h2>
<p class="desc-text">With 4+ yrs native development experience, FinGameWorks is ready to bridge the best of both worlds - excellent graphics capabilities of Unity and powerful platform-dependent APIs of iOS, Android, and macOS.</p>
</div>
</div>
</div>
<div class="video-bg"></div>
</section>
<!-- CONTACT FULL BLOCK -->
<section id="contact-full">
<div class="container">
<h2 class="title">Have questions?</h2>
<p class="sep-bottom">If you need any support, please email to <a href="mailto:[email protected]">[email protected]</a><br>
I will reply as soon as possible.</p>
NOTICE: This website is outdated and will be updated soon.</p>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" class="bg-color3 light-bg">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-push-6 text-right">
<ul class="soc-list">
</ul>
</div>
<div class="col-md-6 col-md-pull-6"><span class="editContent">© 2020 FinGameWorks<br>
</span> </div>
</div>
</div>
</footer>
</div>
<!-- /#wrap -->
<!-- MODALS BEGIN-->
<div class="modal fade" id="modalMessage" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 class="modal-title"> </h3>
</div>
</div>
</div>
<!-- MODALS END-->
<!-- JavaScript -->
<script src="scripts/jquery-1.11.2.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
<script src="scripts/jquery.validate.min.js"></script>
<script src="scripts/smoothscroll.js"></script>
<script src="scripts/jquery.smooth-scroll.min.js"></script>
<script src="scripts/placeholders.jquery.min.js"></script>
<script src="scripts/jquery.magnific-popup.min.js"></script>
<script src="scripts/jquery.counterup.min.js"></script>
<script src="scripts/waypoints.min.js"></script>
<script src="scripts/video.js"></script>
<script src="scripts/bigvideo.js"></script>
<script src="scripts/custom.js"></script>
</body>
</html>