-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (174 loc) · 5.55 KB
/
index.html
File metadata and controls
223 lines (174 loc) · 5.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home | 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 class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<div class="front-grid">
<div class="row">
<!-- WordsAway -->
<div class="four columns">
<div class="grid-item">
<a href="wordsAway.html">
<div class="grid-description">
<span class="front-project-title">WordsAway </span>
<span class="front-project-summary"> iOS Game </span>
</div>
<div class="grid-image">
<img src="resources/imgs/WordsAway.png">
</div>
</a>
</div>
</div>
<!-- Holohear -->
<div class="four columns">
<div class="grid-item">
<a href="holoHear.html">
<div class="grid-description">
<span class="front-project-title">HoloHear </span>
<span class="front-project-summary"> Hololens app to communicate with people with hearing disabilities </span>
</div>
<div class="grid-image">
<img src="resources/imgs/HoloHear.jpg">
</div>
</a>
</div>
</div>
<!-- FIFA 2013 -->
<div class="four columns">
<div class="grid-item">
<a href="fifa2013.html">
<div class="grid-description">
<span class="front-project-title">FIFA 13 </span>
<span class="front-project-summary"> EA Sports - Nintendo 3DS </span>
</div>
<div class="grid-image">
<img src="resources/imgs/FIFA_2013.jpeg">
</div>
</a>
</div>
</div>
</div> <!-- row -->
<div class="row">
<!-- Other companies -->
<div class="four columns">
<div class="grid-item">
<a href="other.html">
<div class="grid-description">
<span class="front-project-title">Other </span>
<span class="front-project-summary"> Companies </span>
</div>
<div class="grid-image">
<img src="resources/imgs/Other_logo.png">
</div>
</a>
</div>
</div>
<!-- Kolor -->
<div class="four columns">
<div class="grid-item">
<a href="kolor.html">
<div class="grid-description">
<span class="front-project-title">Kolor </span>
<span class="front-project-summary"> First person shooter game (C++/OpenGL) </span>
</div>
<div class="grid-image">
<img src="resources/imgs/Kolor.png">
</div>
</a>
</div>
</div>
<!-- Revenge of the tanks -->
<div class="four columns">
<div class="grid-item">
<a href="rot.html">
<div class="grid-description">
<span class="front-project-title">Revenge of the tanks </span>
<span class="front-project-summary"> inspired from Scorched Earth </span>
</div>
<div class="grid-image">
<img src="resources/imgs/ROT.png">
</div>
</a>
</div>
</div>
</div> <!-- row -->
<div class="row">
<!-- Juhuligan -->
<div class="four columns">
<div class="grid-item">
<a href="juhuligan.html">
<div class="grid-description">
<span class="front-project-title">Juhuligan </span>
<span class="front-project-summary"> Mario meets Tetris </span>
</div>
<div class="grid-image">
<img src="resources/imgs/Juhuligan.png">
</div>
</a>
</div>
</div>
</div> <!-- row -->
</div> <!-- front-grid -->
</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>