Skip to content

Commit 32d3a71

Browse files
committed
changes and improvements
1 parent da590df commit 32d3a71

File tree

4 files changed

+23
-44
lines changed

4 files changed

+23
-44
lines changed

.AddCompLib/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"behSimpleFiles":[],"resSimpleFiles":[],"maxSimple":5}

Gemfile.lock

+21-23
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
bigdecimal (3.1.8)
77
colorator (1.1.0)
8-
concurrent-ruby (1.3.1)
8+
concurrent-ruby (1.3.4)
99
em-websocket (0.5.3)
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.16.3)
14-
ffi (1.16.3-x64-mingw-ucrt)
13+
ffi (1.17.0)
14+
ffi (1.17.0-x64-mingw-ucrt)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.27.0)
16+
google-protobuf (4.28.2)
1717
bigdecimal
1818
rake (>= 13)
19-
google-protobuf (4.27.0-x64-mingw-ucrt)
19+
google-protobuf (4.28.2-x64-mingw-ucrt)
2020
bigdecimal
2121
rake (>= 13)
2222
http_parser.rb (0.8.0)
23-
i18n (1.14.5)
23+
i18n (1.14.6)
2424
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.3)
25+
jekyll (4.3.4)
2626
addressable (~> 2.4)
2727
colorator (~> 1.0)
2828
em-websocket (~> 0.5)
@@ -55,31 +55,29 @@ GEM
5555
mercenary (0.4.0)
5656
pathutil (0.16.2)
5757
forwardable-extended (~> 2.6)
58-
public_suffix (5.0.5)
58+
public_suffix (6.0.1)
5959
rake (13.2.1)
6060
rb-fsevent (0.11.2)
6161
rb-inotify (0.11.1)
6262
ffi (~> 1.0)
63-
rexml (3.2.8)
64-
strscan (>= 3.0.9)
65-
rouge (4.2.1)
63+
rexml (3.3.8)
64+
rouge (4.4.0)
6665
safe_yaml (1.0.5)
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)
66+
sass-embedded (1.79.4-aarch64-linux-android)
67+
google-protobuf (~> 4.27)
68+
sass-embedded (1.79.4-arm-linux-androideabi)
69+
google-protobuf (~> 4.27)
70+
sass-embedded (1.79.4-x64-mingw-ucrt)
71+
google-protobuf (~> 4.27)
7472
terminal-table (3.0.2)
7573
unicode-display_width (>= 1.1.1, < 3)
7674
tzinfo (2.0.6)
7775
concurrent-ruby (~> 1.0)
78-
tzinfo-data (1.2024.1)
76+
tzinfo-data (1.2024.2)
7977
tzinfo (>= 1.0.0)
80-
unicode-display_width (2.5.0)
78+
unicode-display_width (2.6.0)
8179
wdm (0.1.1)
82-
webrick (1.8.1)
80+
webrick (1.8.2)
8381

8482
PLATFORMS
8583
aarch64-linux-android

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# FireWave Interactive Site
22

3-
This is the main landing page on the FireWave Interactive website; It's hosted [here](https://firewave-interactive.github.io/) via Github Pages.
3+
This is the main landing page on the FireWave Interactive website; It's hosted [here](https://firewavestudios.com/) via Github Pages.

index.html

-20
Original file line numberDiff line numberDiff line change
@@ -162,26 +162,6 @@ <h2>Game Name</h2>
162162
</div>
163163
</footer>
164164

165-
<script src="https://cdn.jsdelivr.net/gh/manucaralmo/[email protected]/src/glowCookies.min.js"></script>
166-
{% if page.url != "/privacy.html" %}
167-
<script>
168-
glowCookies.start("en", {
169-
style: 1,
170-
analytics: "{{ site.google_analytics }}",
171-
policyLink: "{{ 'privacy.html' | absolute_url }}",
172-
bannerDescription: "This site uses cookies to personalize content and analyze traffic. By continuing, you agree to the use of cookies.",
173-
bannerLinkText: "Read more",
174-
bannerBackground: "#FAFAFA",
175-
bannerColor: "#09090B",
176-
acceptBtnBackground: "#FF5722",
177-
acceptBtnColor: "#FAFAFA",
178-
rejectBtnBackground: "#09090B",
179-
rejectBtnColor: "#FAFAFA",
180-
manageBackground: "#09090B",
181-
manageColor: "#FAFAFA"
182-
});
183-
</script>
184-
{% endif %}
185165
<script defer src="/assets/js/main.js"></script>
186166
</body>
187167

0 commit comments

Comments
 (0)