-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (57 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<title>Juan Carlos Mora Macaya</title>
</head>
<body>
<div class="container">
<img src="https://i.postimg.cc/Yqh11g6Q/1724041274665.jpg" alt="Profile Photo" class="profile-photo">
<h1>Juan Carlos Mora Macaya</h1>
<p>@gleymsku</p>
<p>Creative software developer with experience in backend and team leadership. Passionate about building games and innovative technological solutions.</p>
<div class="social-links center-buttons">
<a href="https://github.com/Austral-Forge-Games" target="_blank">
<img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
</a>
<a href="https://www.instagram.com/gleymsku" target="_blank">
<img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Instagram">
</a>
<a href="https://www.youtube.com/@Gleymsku" target="_blank">
<img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube">
</a>
<a href="https://x.com/gleymsku" target="_blank">
<img src="https://img.shields.io/badge/X-1DA1F2?style=for-the-badge&logo=x&logoColor=white" alt="X">
</a>
<a href="https://www.tiktok.com/@gleymsku_dev" target="_blank">
<img src="https://img.shields.io/badge/TikTok-000000?style=for-the-badge&logo=tiktok&logoColor=white" alt="TikTok">
</a>
<a href="https://linkedin.com/in/gleymsku" target="_blank">
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn">
</a>
<a href="https://www.twitch.tv/gleymsku" target="_blank">
<img src="https://img.shields.io/badge/Twitch-9146FF?style=for-the-badge&logo=twitch&logoColor=white" alt="Twitch">
</a>
</div>
<h2>Skills</h2>
<ul>
<li>Programming Languages, Frameworks, and Libraries: C#, Java, TypeScript, JavaScript, Spring Boot, NestJS, React.js, Node.js, Express</li>
<li>Databases: MySQL, PostgreSQL, MongoDB</li>
<li>Development Tools and Methodologies: Git, GitHub, GitLab, JIRA, Trello, Confluence, SCRUM</li>
</ul>
<h2>About Austral Forge Games</h2>
<p>We are Austral Forge Games, an indie video game development studio based in Chile. Our mission is to forge new and innovative games from the most austral country on the planet. We focus on innovation, quality, and community, striving to bring fresh concepts to life in the mobile gaming landscape.</p>
<h2>My Involvement</h2>
<ul>
<li>Leading the development and management of backend systems for our mobile games using Unity and C#.</li>
<li>Implementing robust solutions to ensure optimal performance and scalability as our games grow.</li>
<li>Collaborating closely with the team to shape the creative and strategic vision of our projects, ensuring we deliver engaging and innovative experiences to our players.</li>
<li>Actively contributing to a culture of collaboration, creativity, and passion for game development.</li>
</ul>
</div>
</body>
</html>