-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
153 lines (140 loc) · 6.45 KB
/
portfolio.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
---
title: Portfolio
---
<h1>Portfolio</h1>
<p>Hi! I am Mateu. I like to code video games and mess around with Linux.</p>
<section>
<h2>Skills</h2>
<ul id="skills-list">
<li>
<img src="/assets/images/logos/full_battery.svg" alt="Full battery icon">
<img src="/assets/images/logos/godot.svg" alt="Godot logo">
Godot/gdscript
</li>
<li>
<img src="/assets/images/logos/full_battery.svg" alt="Full battery icon">
<img src="/assets/images/logos/html.svg" alt="HTML logo">
<img src="/assets/images/logos/css.svg" alt="CSS logo">
HTML
and
CSS
</li>
<li>
<img src="/assets/images/logos/half_full_battery.svg" alt="Half full battery icon">
<img src="/assets/images/logos/linux.svg" alt="Linux logo">
Linux
</li>
<li>
<img src="/assets/images/logos/half_full_battery.svg" alt="Half full battery icon">
<img src="/assets/images/logos/rust.svg" alt="rust icon">
Rust
</li>
<li>
<img src="/assets/images/logos/almost_empty_battery.svg" alt="Almost empty battery icon">
<img src="/assets/images/logos/haxe.svg" alt="Haxe logo">
Haxe
</li>
<li>
<img src="/assets/images/logos/almost_empty_battery.svg" alt="Almost empty battery icon">
<img src="/assets/images/logos/csharp.svg" alt="C# logo">
C#
</li>
</ul>
</section>
<section>
<h2>Featured projects</h2>
<h3>Websites</h3>
<h4>This website</h4>
<p>I created <a href="http://mateusai.github.io" target="_blank" rel="noopener noreferrer">this website</a> using <a
href="http://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> and the <a
href="https://haxe.org/" target="_blank" rel="noopener noreferrer">Haxe programming language</a> for the
scripts. The <a href="https://github.com/MateuSai/MateuSai.github.io" target="_blank"
rel="noopener noreferrer">code</a> is
publicly
available at Github. I use this site to post tutorials about various things, you can navigate it with the top bar.
</p>
<h4>Weküfu Studios webpage</h4>
<p>I also made the
<a href="https://wekufustudios.github.io/" target="_blank" rel="noopener noreferrer">web of Weküfu Studios</a>.
I used <a href="https://www.getzola.org/" target="_blank" rel="noopener noreferrer">Zola</a>, a static site generator,
the <a href="https://github.com/WekufuStudios/WekufuStudios.github.io" target="_blank" rel="noopener noreferrer">code</a>
is also available at GitHub.
</p>
<h3>Games</h3>
<p>
I have made a few games, primarly with the <a href="https://godotengine.org/" target="_blank"
rel="noopener noreferrer">Godot Game
Engine</a>, but I tried other tools too. To see all of my games, check my <a href="https://mateu-s.itch.io/"
target="_blank" rel="noopener noreferrer">itch.io</a>.
</p>
<h4>Weküfu Studios games</h4>
<p>I'm the programmer of Weküfu Studios. I coded all the games it has released, you can check them on the
<a href="https://wekufu-studios.itch.io/" target="_blank" rel="noopener noreferrer">itch.io page of Weküfu Studios</a>.
</p>
<p>To see some more recent videos and screenshots of the games, check the
<a href="https://mastodon.gamedev.place/@wekufustudios" target="_blank" rel="noopener noreferrer">Mastodon profile</a>.
</p>
<div id="games-container">
<div>
<div>
<h4>Featured games</h4>
<div id="change-game-buttons">
<button id="game-0-button" class="pressed">Roguelike Tutorial</button>
<button id="game-1-button">Diarreo Adventures</button>
<!-- <button id="game-2-button">A New Home</button> -->
</div>
<div id="game-placeholder">
<p>Press one of the 2 top buttons to start the corresponding game</p>
</div>
<div id="featured-games-section"></div>
</div>
<button class="next-button">➤</button>
</div>
<div>
<button class="previous-button">➤</button>
<div>
<h4>Currently making a roguelike game with Godot</h4>
<video src="assets/images/godot/where_is_the_princess/trailer.mp4" controls>Browser does not
support mp4
videos
</video>
</div>
<button class="next-button">➤</button>
</div>
<div>
<button class="previous-button">➤</button>
<div>
<h4>Another game I worked on:</h4>
<iframe src="https://yewtu.be/embed/Wn02NbOi21o?" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<h3>Tools</h3>
<p>I made 2 tools using Rust</p>
<ul>
<li>
<a href="https://github.com/MateuSai/csv-to-po" target="_blank" rel="noopener noreferrer">csv to po</a>: Converts translations in format csv to translations in po files.
</li>
<li>
<a href="https://github.com/MateuSai/godot_exporter" target="_blank" rel="noopener noreferrer">Godot Exporter</a>: Automates the process of exporting Godot projects.
</li>
</ul>
</section>
<section>
<h2>Videos</h2>
<p>Not sure yet? Check my video tutorials on <img src="/assets/images/logos/youtube.svg" alt="YouTube logo"><a
href="https://www.youtube.com/channel/UCDp4LPXLWHg_SPEcsRuf9wQ/featured" target="_blank"
rel="noopener noreferrer">YouTube</a>
or <img src="/assets/images/logos/odysee_logo.svg" alt="Odysee logo" style="height: 1em;"><a
href="https://odysee.com/@Matinator:c" target="_blank" rel="noopener noreferrer">Odysee</a>.</p>
</section>
<section>
<h2>Contact</h2>
<ul>
<li><img src="/assets/images/logos/discord.svg" alt="Discord logo"> Mateu#8795</li>
<li><img src="/assets/images/logos/element.svg" alt="Element logo"> @mateusai:matrix.org</li>
<li><img src="/assets/images/logos/paper_plane.svg" alt="Paper plane"> <a
href="mailto:[email protected]">[email protected]</a></li>
</ul>
</section>
<script src="assets/js/portfolio.js"></script>