-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfifa2013.html
More file actions
124 lines (83 loc) · 3.71 KB
/
fifa2013.html
File metadata and controls
124 lines (83 loc) · 3.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FIFA 13 | Priyank Jain </title>
<script src="https://use.fontawesome.com/21d3028b6a.js"></script>
<link href="https://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="resources/css/normalize.min.css">
<link rel="stylesheet" href="resources/css/base.css">
<link rel="stylesheet" href="resources/css/layout.css">
<link rel="stylesheet" href="resources/css/skeleton.css">
<link rel="stylesheet" href="resources/css/screen.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<header>
<div class="container">
<div class="navigation-inner clearfix">
<div class="seven columns">
<a href="index.html">
<div id="name"> Priyank Jain </div>
<div id="title"> Bringing Ideas to life </div>
</a>
</div>
<div class="nine columns">
<ul class="menu primary-menu clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<div class="page clearfix">
<div class="sixteen columns">
<h2> FIFA 13 - Nintendo 3DS</h2>
<!-- <img class="cover-photo" src="resources/imgs/wordsAway/wordsAway.png"> -->
</div>
<div class="eight columns">
<p> FIFA 2013 was one of the first launch titles on then unreleased NINTENDO 3DS. I was responsible for rendering player icons in depth (for e.g., an injured player would have a medical cross hovering on top of him), since Nintendo 3DS offered an augmented reality experience. I built the game legend/radar which shows in realtime where players & the soccer ball are moving. Other than this, I collaborated with artists & designers to manage team flags, jerseys, and made the menu system functional.</p>
<p>Both these features (player icons and player radar/legend) still live in today's version of FIFA. </p>
</div>
<div class="six columns">
<!-- <iframe src="https://player.vimeo.com/video/171485749?byline=0&portrait=0" width="100%" height="260" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -->
<img src="resources/imgs/FIFA_2013.jpeg">
<br> FIFA 13 - NINTENDO 3DS
</div>
</div> <!-- page clearfix -->
</div>
<footer>
<div class="container">
<div class="footer-inner">
<div class="icons">
<span class="icon"> <a href="https://twitter.com/brainydexter"> <i class="fa fa-twitter"></i> </a> </span>
<span class="icon"> <a href="https://www.linkedin.com/in/brainydexter"> <i class="fa fa-linkedin"></i> </a></span>
<span class="icon"> <a href="https://github.com/brainydexter"> <i class="fa fa-github"></i> </a></span>
<span class="icon"> <a href="mailto:fly2priyank@gmail.com"> <i class="fa fa-envelope"></i> </a></span>
</div>
<div class="copyright">© Priyank Jain</div>
</div>
</div>
</footer>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=5744193;
var sc_invisible=1;
var sc_security="6e56ab81";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify stats"
href="http://statcounter.com/shopify/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/5744193/0/6e56ab81/1/" alt="shopify
stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>