-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio-character-sort.html
More file actions
258 lines (233 loc) · 10.4 KB
/
portfolio-character-sort.html
File metadata and controls
258 lines (233 loc) · 10.4 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
<!-- /*
* Template Name: Minimal
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Châu Thành Đạt">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="Character Sort – A puzzle game prototype by Châu Thành Đạt" />
<meta name="keywords" content="unity, puzzle, game, character sort" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=PT+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<title>Character Sort | Châu Thành Đạt</title>
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="100">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<nav class="site-nav dark mb-5 site-navbar-target">
<div class="container">
<div class="site-navigation">
<a href="index.html" class="logo m-0">CTĐ<span class="text-primary">.</span></a>
<ul class="js-clone-nav d-none d-lg-inline-none site-menu float-right site-nav-wrap">
<li><a href="index.html#home-section" class="nav-link">Home</a></li>
<li><a href="index.html#portfolio-section" class="nav-link active">Portfolio</a></li>
<li><a href="index.html#about-section" class="nav-link">About</a></li>
<li><a href="index.html#contact-section" class="nav-link">Contact us</a></li>
</ul>
<a href="#" class="burger ml-auto float-right site-menu-toggle js-menu-toggle d-inline-block d-lg-inline-block" data-toggle="collapse" data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</nav>
<div class="untree_co-section untree_co-section-4 pb-0">
<div class="container">
<div class="portfolio-single-wrap">
<div class="portfolio-single-inner">
<!-- Back link -->
<p class="mb-4">
<a href="index.html#portfolio-section" class="btn btn-outline-black btn-sm">← Back to Portfolio</a>
</p>
<h2 class="heading-portfolio-single-h2 text-black">Character Sort</h2>
<!-- IMAGE / VIDEO GALLERY -->
<div class="row mb-5">
<div class="col-12 mb-4">
<div class="owl-carousel single-slider">
<!-- Replace src with your actual screenshots -->
<figure class="mb-4">
<img src="images/character-sort-1.jpg" alt="Character Sort – screenshot 1" class="img-fluid">
</figure>
<figure class="mb-4">
<img src="images/character-sort-2.jpg" alt="Character Sort – screenshot 2" class="img-fluid">
</figure>
<!-- Add more <figure> items or embed a video below -->
</div>
</div>
<!-- VIDEO PLACEHOLDER – replace src with your actual video URL -->
<!--
<div class="col-12 mb-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" allowfullscreen></iframe>
</div>
</div>
-->
</div>
<!-- METADATA ROW -->
<div class="row mb-5">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Team</span>
<span class="detail-val">Delta Team – Athena Studio</span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Period</span>
<span class="detail-val">Aug 2024 – Present</span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Genre</span>
<span class="detail-val">Puzzle / Casual</span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Platform</span>
<span class="detail-val">Mobile</span>
</div>
</div>
</div>
<!-- TECHNOLOGIES -->
<div class="row mb-5">
<div class="col-12">
<div class="detail-v1">
<span class="detail-label">Technologies</span>
<span class="detail-val">Unity 2D, Addressables, DOTween</span>
</div>
</div>
</div>
<!-- DESCRIPTION & RESPONSIBILITIES -->
<div class="row justify-content-between mb-5">
<div class="col-md-6">
<h4 class="text-black mb-3">About the Game</h4>
<p>A puzzle game prototype where players group items to beat levels. The core mechanic challenges the player to sort and match characters into the correct groups under increasing complexity, creating a satisfying and progressively challenging experience.</p>
<!-- Add more description paragraphs as needed -->
</div>
<div class="col-md-6">
<h4 class="text-black mb-3">My Responsibilities</h4>
<ul>
<li>Developed all core game features from scratch.</li>
<li>Optimized rendering performance using dynamic batching, reducing draw calls by 40%.</li>
<li>Managed asset loading with Addressables to reduce memory footprint.</li>
<li>Implemented smooth animations using DOTween.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="widget">
<h3>Navigation</h3>
<ul class="list-unstyled float-left links">
<li><a href="index.html#home-section">Home</a></li>
<li><a href="index.html#portfolio-section">Portfolio</a></li>
<li><a href="index.html#about-section">About</a></li>
<li><a href="index.html#contact-section">Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h3>Skills</h3>
<ul class="list-unstyled float-left links">
<li><a href="#">Unity</a></li>
<li><a href="#">C#</a></li>
<li><a href="#">Unreal Engine</a></li>
<li><a href="#">Godot</a></li>
<li><a href="#">Game Design</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h3>Platforms</h3>
<ul class="list-unstyled float-left links">
<li><a href="#">PC</a></li>
<li><a href="#">Mobile</a></li>
<li><a href="#">Web</a></li>
<li><a href="#">Console</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h3>Contact</h3>
<address>Ho Chi Minh City, Vietnam</address>
<ul class="list-unstyled links mb-4">
<li><a href="tel://+840344050832">+84 034 405 0832</a></li>
<li><a href="mailto:chauthanhdat1999@gmail.com">chauthanhdat1999@gmail.com</a></li>
</ul>
<h3>Connect</h3>
<ul class="list-unstyled social">
<!-- <li><a href="#"><span class="icon-instagram"></span></a></li> -->
<!-- <li><a href="#"><span class="icon-twitter"></span></a></li> -->
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<!-- <li><a href="#"><span class="icon-pinterest"></span></a></li> -->
<!-- <li><a href="#"><span class="icon-dribbble"></span></a></li> -->
<li><a href="#"><span class="icon-github"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-12 text-center">
<p class="mb-0">Copyright ©<script>document.write(new Date().getFullYear());</script>. All Rights Reserved. — Designed with love by <a href="https://untree.co">Untree.co</a> Distributed By <a href="https://themewagon.com">ThemeWagon</a></p>
</div>
</div>
</div>
</div>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/wave-animate.js"></script>
<script src="js/circle-progress.js"></script>
<script src="js/imagesloaded.pkgd.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/ScrollMagic.min.js"></script>
<script src="js/scrollmagic.animation.gsap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>