Skip to content

Commit fc9693c

Browse files
committed
update
1 parent e1998ad commit fc9693c

File tree

2 files changed

+106
-78
lines changed

2 files changed

+106
-78
lines changed

Gemfile.lock

+34-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
8+
concurrent-ruby (1.3.1)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.15.5)
13+
ffi (1.16.3)
14+
ffi (1.16.3-x64-mingw-ucrt)
1315
forwardable-extended (2.6.0)
14-
google-protobuf (3.23.3)
16+
google-protobuf (4.27.0)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.27.0-x64-mingw-ucrt)
20+
bigdecimal
21+
rake (>= 13)
1522
http_parser.rb (0.8.0)
16-
i18n (1.14.1)
23+
i18n (1.14.5)
1724
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.2)
25+
jekyll (4.3.3)
1926
addressable (~> 2.4)
2027
colorator (~> 1.0)
2128
em-websocket (~> 0.5)
@@ -42,31 +49,42 @@ GEM
4249
kramdown-parser-gfm (1.1.0)
4350
kramdown (~> 2.0)
4451
liquid (4.0.4)
45-
listen (3.8.0)
52+
listen (3.9.0)
4653
rb-fsevent (~> 0.10, >= 0.10.3)
4754
rb-inotify (~> 0.9, >= 0.9.10)
4855
mercenary (0.4.0)
4956
pathutil (0.16.2)
5057
forwardable-extended (~> 2.6)
51-
public_suffix (5.0.1)
58+
public_suffix (5.0.5)
59+
rake (13.2.1)
5260
rb-fsevent (0.11.2)
53-
rb-inotify (0.10.1)
61+
rb-inotify (0.11.1)
5462
ffi (~> 1.0)
55-
rexml (3.2.5)
56-
rouge (4.1.2)
63+
rexml (3.2.8)
64+
strscan (>= 3.0.9)
65+
rouge (4.2.1)
5766
safe_yaml (1.0.5)
58-
sass-embedded (1.63.6-aarch64-linux-android)
59-
google-protobuf (~> 3.23)
60-
sass-embedded (1.63.6-arm-linux-androideabi)
61-
google-protobuf (~> 3.23)
67+
sass-embedded (1.77.3-aarch64-linux-android)
68+
google-protobuf (>= 3.25, < 5.0)
69+
sass-embedded (1.77.3-arm-linux-androideabi)
70+
google-protobuf (>= 3.25, < 5.0)
71+
sass-embedded (1.77.3-x64-mingw-ucrt)
72+
google-protobuf (>= 3.25, < 5.0)
73+
strscan (3.1.0)
6274
terminal-table (3.0.2)
6375
unicode-display_width (>= 1.1.1, < 3)
64-
unicode-display_width (2.4.2)
76+
tzinfo (2.0.6)
77+
concurrent-ruby (~> 1.0)
78+
tzinfo-data (1.2024.1)
79+
tzinfo (>= 1.0.0)
80+
unicode-display_width (2.5.0)
81+
wdm (0.1.1)
6582
webrick (1.8.1)
6683

6784
PLATFORMS
6885
aarch64-linux-android
6986
arm-linux-androideabi
87+
x64-mingw-ucrt
7088

7189
DEPENDENCIES
7290
http_parser.rb (~> 0.6.0)

index.html

+72-62
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,33 @@
33

44
<!DOCTYPE html>
55
<html lang="en-US">
6+
67
<head>
7-
<meta charset="UTF-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<title>FireWave Interactive</title>
9+
10+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
11+
912
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
1013
<meta name="title" content="FireWave Interactive | Home">
1114
<meta name="description" content="Innovating with passion, playing with determination.">
12-
<meta name="keywords" content="FireWave Interactive, Gabriel Aplok, Gabriel, Aplok, Project Walker, Project, Walker, Kolpa Engine, Kolpa, Engine, Programmer, Developer, Indie, Independent, Brazilian">
13-
<meta name="robots" content="all">
14-
<meta name="revisit-after" content="1 days">
15-
<meta name="author" content="Gabriel Aplok">
16-
<title>FireWave Interactive</title>
17-
<meta property="og:title" content="FireWave Interactive | Home">
18-
<meta property="og:description" content="Innovating with passion, playing with determination.">
19-
<meta property="og:image" content="./img/favicon.png">
20-
<meta property="og:url" content="https://firewave-interactive.github.io/">
21-
<meta property="og:site_name" content="FireWave Interactive">
22-
<meta property="og:type" content="website">
23-
<meta property="og:locale" content="en_US">
24-
<meta property="twitter:title" content="Innovating with passion, playing with determination.">
25-
<meta name="twitter:card" content="summary">
15+
<meta name="keywords" content="firewave, games, gamedev, indie, horro games, fps games, br games, brazil, brazillian games, project walker, gabriel aplok, asn">
16+
<meta name="robots" content="index, follow">
17+
<meta name="language" content="English">
18+
<meta name="author" content="Gabriel Lima">
19+
2620
<meta name="theme-color" content="#000000">
2721
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
28-
<script type="application/ld+json">
29-
{
30-
"@context": "https://schema.org",
31-
"@type": "WebSite",
32-
"description": "Innovating with passion, playing with determination.",
33-
"headline": "FireWave Interactive | Home",
34-
"name": "FireWave Interactive",
35-
"url": "https://firewave-interactive.github.io/"
36-
}
37-
</script>
22+
3823
<link rel="canonical" href="https://firewave-interactive.github.io/">
24+
3925
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
4026
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
4127
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.1/css/all.css">
4228
<link rel="stylesheet" href="/assets/css/style.css">
29+
4330
<link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.png">
4431
</head>
32+
4533
<body>
4634
<header class="header custom">
4735
<nav class="navigation">
@@ -74,21 +62,33 @@ <h1>INTERACTIVE</h1>
7462
</header>
7563
<main class="main">
7664
<section class="section">
77-
<a class="title" name="welcome"><h1>WELCOME</h1></a>
65+
<a class="title" name="welcome">
66+
<h1>WELCOME</h1>
67+
</a>
7868
<p class="tagline">
79-
Welcome to <strong class="brand">FireWave Interactive</strong>, a new gaming company formed by a young and passionate developers team. Although we're a small team and relatively new to the market, we're still ambitious in our goals to create amazing and innovative games.
69+
Welcome to <strong class="brand">FireWave Interactive</strong>, a new gaming company formed by a young
70+
and passionate developers team. Although we're a small team and relatively new to the market, we're
71+
still ambitious in our goals to create amazing and innovative games.
8072
</p>
8173
</section>
8274
<section class="section">
83-
<a class="title" name="about"><h1>ABOUT <span class="brand">US</span></h1></a>
75+
<a class="title" name="about">
76+
<h1>ABOUT <span class="brand">US</span></h1>
77+
</a>
8478
<p class="tagline">
85-
As teenagers, we have a fresh and creative view of the game development world, and this is reflected in our unique and innovative approach to creating games. We believe that passion and determination are fundamental to achieving success, and these are values that have guided our journey here.
79+
As teenagers, we have a fresh and creative view of the game development world, and this is reflected in
80+
our unique and innovative approach to creating games. We believe that passion and determination are
81+
fundamental to achieving success, and these are values that have guided our journey here.
8682
</p>
8783
<p class="tagline">
88-
Our team of highly talented developers works tirelessly to create unique and exciting games that will surprise and challenge players. We're proud of the young and indie company, and we believe this allows us to offer players unique gaming experiences that cannot be found elsewhere.
84+
Our team of highly talented developers works tirelessly to create unique and exciting games that will
85+
surprise and challenge players. We're proud of the young and indie company, and we believe this allows
86+
us to offer players unique gaming experiences that cannot be found elsewhere.
8987
</p>
9088
<p class="tagline">
91-
View our current games and stay aware of future releases. Thank you for choosing <strong class="brand">FireWave Interactive</strong> and I hope you enjoy your gaming experience with us. Play with us and <strong>have fun</strong>!
89+
View our current games and stay aware of future releases. Thank you for choosing <strong
90+
class="brand">FireWave Interactive</strong> and I hope you enjoy your gaming experience with us.
91+
Play with us and <strong>have fun</strong>!
9292
</p>
9393
</section>
9494
<section class="section">
@@ -97,38 +97,44 @@ <h1>INTERACTIVE</h1>
9797
See our best creations here, enjoy every detail we made with great care!
9898
</p>
9999
<center>
100-
<div class="games-list">
101-
<div class="game-item">
102-
<div class="overflow">
103-
<img src="https://placehold.co/600x400" alt="Game">
100+
<div class="games-list">
101+
<div class="game-item">
102+
<div class="overflow">
103+
<img src="https://placehold.co/600x400" alt="Game">
104+
</div>
105+
<h2>Game Name</h2>
106+
<p>This is where there will be a brief description of our game, to catch the visitor's
107+
attention.</p>
104108
</div>
105-
<h2>Game Name</h2>
106-
<p>This is where there will be a brief description of our game, to catch the visitor's attention.</p>
107-
</div>
108-
<div class="game-item">
109-
<div class="overflow">
110-
<img src="https://placehold.co/600x400" alt="Game">
109+
<div class="game-item">
110+
<div class="overflow">
111+
<img src="https://placehold.co/600x400" alt="Game">
112+
</div>
113+
<h2>Game Name</h2>
114+
<p>This is where there will be a brief description of our game, to catch the visitor's
115+
attention.</p>
111116
</div>
112-
<h2>Game Name</h2>
113-
<p>This is where there will be a brief description of our game, to catch the visitor's attention.</p>
114-
</div>
115-
<div class="game-item">
116-
<div class="overflow">
117-
<img src="https://placehold.co/600x400" alt="Game">
117+
<div class="game-item">
118+
<div class="overflow">
119+
<img src="https://placehold.co/600x400" alt="Game">
120+
</div>
121+
<h2>Game Name</h2>
122+
<p>This is where there will be a brief description of our game, to catch the visitor's
123+
attention.</p>
118124
</div>
119-
<h2>Game Name</h2>
120-
<p>This is where there will be a brief description of our game, to catch the visitor's attention.</p>
121-
</div>
122-
<div class="game-item">
123-
<div class="overflow">
124-
<img src="https://placehold.co/600x400" alt="Game">
125+
<div class="game-item">
126+
<div class="overflow">
127+
<img src="https://placehold.co/600x400" alt="Game">
128+
</div>
129+
<h2>Game Name</h2>
130+
<p>This is where there will be a brief description of our game, to catch the visitor's
131+
attention.</p>
125132
</div>
126-
<h2>Game Name</h2>
127-
<p>This is where there will be a brief description of our game, to catch the visitor's attention.</p>
128133
</div>
129-
</div>
130134
</center>
131-
<a class="button-text-primary-outline small" style="width: 50vw; margin-top: 1.25em;" href="https://play.google.com/store/apps/dev?id=8726283399583812148" target="_blank">VIEW MORE ON STORE</a>
135+
<a class="button-text-primary-outline small" style="width: 50vw; margin-top: 1.25em;"
136+
href="https://play.google.com/store/apps/dev?id=8726283399583812148" target="_blank">VIEW MORE ON
137+
STORE</a>
132138
</section>
133139
<br>
134140
<br>
@@ -140,9 +146,12 @@ <h2>Game Name</h2>
140146
</main>
141147
<footer class="footer">
142148
<div class="social">
143-
<a href="https://twitter.com/firewaveinterac" target="_blank"><i class="fa-brands fa-x-twitter fa-2x"></i></a>
144-
<a href="https://youtube.com/firewaveinteractive" target="_blank"><i class="fa-brands fa-youtube fa-2x"></i></a>
145-
<a href="https://instagram.com/firewaveinteractive" target="_blank"><i class="fa-brands fa-instagram fa-2x"></i></a>
149+
<a href="https://twitter.com/firewaveinterac" target="_blank"><i
150+
class="fa-brands fa-x-twitter fa-2x"></i></a>
151+
<a href="https://youtube.com/firewaveinteractive" target="_blank"><i
152+
class="fa-brands fa-youtube fa-2x"></i></a>
153+
<a href="https://instagram.com/firewaveinteractive" target="_blank"><i
154+
class="fa-brands fa-instagram fa-2x"></i></a>
146155
<a href="https://gabriel-aplok.com/discord" target="_blank"><i class="fa-brands fa-discord fa-2x"></i></a>
147156
</div>
148157
<p>&copy; 2022-<span class="footer-copyright-y">2024</span> FIREWAVE INTERACTIVE. ALL RIGHTS RESERVED.</p>
@@ -175,4 +184,5 @@ <h2>Game Name</h2>
175184
{% endif %}
176185
<script defer src="/assets/js/main.js"></script>
177186
</body>
178-
</html>
187+
188+
</html>

0 commit comments

Comments
 (0)