-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (133 loc) · 7.22 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but you know...">
<meta name="author" content="Dhaval Prajapati">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dhvl5.github.io/home/">
<meta property="og:title" content="Dhaval Prajapati | Game Developer">
<meta property="og:description" content="I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but you know...">
<meta property="og:image" content="https://images.unsplash.com/photo-1555099962-4199c345e5dd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dhvl5.github.io/home/">
<meta property="twitter:title" content="Dhaval Prajapati | Game Developer">
<meta property="twitter:description" content="I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but you know...">
<meta property="twitter:image" content="https://images.unsplash.com/photo-1555099962-4199c345e5dd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80">
<title>Dhaval Prajapati | Game Developer</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="me.png" type="image/x-icon">
<link rel="icon" href="me.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-152719039-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152719039-1');
</script> -->
</head>
<body>
<div class="container-info">
<div class="info-main">
<div class="info__headshot"><img class="info__headshot-img" src="me.png"></div>
<div class="info__tag">Howdy-doody!</div>
<div class="info__elevator">
<p class="info__elevator-text">
I'm Dhaval Prajapati,
a passionate self-made game developer<br> who loves coding and making cool stuff with it.
</p>
<a href="mailto:prajapatidhaval304@gmail.com" class="info__button--dark">Say 'hi'</a>
<a href="Dhaval_Prajapati.pdf" target="_blank" class="info__button--dark">Download CV</a>
<a href="blog.html" target="" class="blogbtn"><!--<span class="tooltip">Coming soon...</span>-->Blog</a>
</div><br><br>
<div class="info-footer__social">
<a href="https://twitter.com/dhvl05" target="_blank" class="fa fa-twitter info-footer__social-icon--twitter"></a>
<a href="https://github.com/dhvl5/" target="_blank" class="fa fa-github info-footer__social-icon--github"></a>
<a href="https://www.linkedin.com/in/dhvl5/" target="_blank" class="fa fa-linkedin info-footer__social-icon--linkedin"></a>
</div>
</div>
</div>
<div class="container-main">
<a name="top-desktop"></a>
<div class="main__container-about">
<div class="main__tag">About Me</div>
<p class="main__copy">
I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but then
I started working as a Data Entry Clerk while pursuing my studies further, those were some of the worst days ever.
The job was killing me from inside before I decided to drop out of college to do what I actually wanted to do.
Since then, I've completed an internship and taught myself Unity3D within a few months,
I am currently working within the industry and am actively creating 2D, 3D and AR apps/games.
</p>
</div>
<div class="main__container-experience">
<div class="main__tag">Experience</div>
<div class="main__experience">
<div class="main__experience-info">
<div class="main__experience-info-company"><b>CreArt Solutions</b> <a href="https://creart.in" target="_blank"><i class="fa fa-external-link" aria-hidden="true"></i></a></div>
<div class="main__experience-info-position"> - <i>Unity Developer</i></div>
</div>
<div class="main__experience-year">SEPTEMBER 2018 - PRESENT</div>
</div>
<div class="main__experience">
<div class="main__experience-info">
<div class="main__experience-info-company"><b>Anand Tradelink Pvt. Ltd.</b> <a href="https://atpl.biz" target="_blank"><i class="fa fa-external-link" aria-hidden="true"></i></a></div>
<div class="main__experience-info-position"> - <i>Data Entry Clerk</i></div>
</div>
<div class="main__experience-year">MAY 2018 - SEPTEMBER 2018</div>
</div>
</div>
<div class="main__container-projects">
<div class="main__tag">Projects</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://play.google.com/store/apps/details?id=com.creart.missionspace" target="_blank">Mission Space</a></h2>
<p class="main__project-description">
Guess what? It's available on the Play Store.
</p>
</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://www.youtube.com/watch?v=IN8TTE3kvR0" target="_blank">AR Business Card</a></h2>
<p class="main__project-description">
Good for business purposes.
</p>
</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://play.google.com/store/apps/details?id=com.creart.arvideogreetings" target="_blank">AR Video Greetings</a></h2>
<p class="main__project-description">
Send best wishes to everyone.
</p>
</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://play.google.com/store/apps/details?id=com.creart.lylainteractive" target="_blank">Lyla Interactive</a></h2>
<p class="main__project-description">
Find more about LYLA - <a href="https://www.lylacademy.com" target="_blank" style="text-decoration: underline;"><b>HERE</b></a>
</p>
</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://www.youtube.com/watch?v=u9AWDUt9MR4" target="_blank">Level Designing</a></h2>
<p class="main__project-description">
A quick demo I created when I was learning.
</p>
</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://imgur.com/gallery/lQWj5Nu" target="_blank">AR Tiger</a></h2>
<p class="main__project-description">
Tiger visited me once.
</p>
</div>
<div class="main__project">
<h2 class="main__project-title"><a href="https://imgur.com/gallery/rwbu9RN" target="_blank">Open World</a></h2>
<p class="main__project-description">
Again, the demo I made.
</p>
</div>
</div>
<div class="main__container-resume">
</div>
</div>
</body>
</html>