Skip to content

Commit b1a08bc

Browse files
committed
new Domain
1 parent c356737 commit b1a08bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1023
-811
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![downloads/total](https://img.shields.io/website?down_color=red&down_message=offline&label=Rust-Collection&up_color=greenb&up_message=Online&url=https%3A%2F%2Fnapoii.github.io%2FRust-Collection%2F)](https://napoii.github.io/Rust-Collection/) [![github/repo-size](https://img.shields.io/github/repo-size/NapoII/Rust-Collection)](https://github.com/NapoII/Rust-Collection/archive/refs/heads/main.zip) [![github/license](https://img.shields.io/github/license/NapoII/Rust-Collection)](https://github.com/NapoII/Rust-Collection/blob/main/LICENSE) [![github/issues_open](https://img.shields.io/github/issues/NapoII/Rust-Collection?style=plastic)](https://img.shields.io/github/issues-raw/NapoII/Rust-Collection) [![github/stars](https://img.shields.io/github/stars/NapoII/Rust-Collection?style=social)](https://github.com/NapoII/Rust-Collection/stargazers) [![discord](https://img.shields.io/discord/1152254593850417234)](https://discord.gg/fSTfQ6mJtA)<a href='https://ko-fi.com/M4M0TS4ZM' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
1+
[![downloads/total](https://img.shields.io/website?down_color=red&down_message=offline&label=Rust-Collection&up_color=greenb&up_message=Online&url=https%3A%2F%2Fnapoii.github.io%2FRust-Collection%2F)](http://www.rust-collection.eu/) [![github/repo-size](https://img.shields.io/github/repo-size/NapoII/Rust-Collection)](https://github.com/NapoII/Rust-Collection/archive/refs/heads/main.zip) [![github/license](https://img.shields.io/github/license/NapoII/Rust-Collection)](https://github.com/NapoII/Rust-Collection/blob/main/LICENSE) [![github/issues_open](https://img.shields.io/github/issues/NapoII/Rust-Collection?style=plastic)](https://img.shields.io/github/issues-raw/NapoII/Rust-Collection) [![github/stars](https://img.shields.io/github/stars/NapoII/Rust-Collection?style=social)](https://github.com/NapoII/Rust-Collection/stargazers) [![discord](https://img.shields.io/discord/1152254593850417234)](https://discord.gg/fSTfQ6mJtA)<a href='https://ko-fi.com/M4M0TS4ZM' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
22

33

44

55

66
# Rust-Collection 🎮
77

8-
[Welcome to the Rust-Collection! 🚀](https://napoii.github.io/Rust-Collection/)
8+
[Welcome to the Rust-Collection! 🚀](http://www.rust-collection.eu/)
99

1010

1111
![Rust Game Guides Collection](img/thumbn.webp)
Binary file not shown.
Loading
Loading
Loading
Loading
1.44 MB
Loading
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

README_img/rusteu_promo_img.png

2.86 MB
Loading

Rust_Collection/Bind_gen/bind_gen.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<meta property="og:title" content="Rust-Collection">
1111
<meta property="og:description"
1212
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
13-
<meta property="og:image" content="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp">
14-
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/">
13+
<meta property="og:image" content="/img/promo/eu_promo.webp">
14+
<meta property="og:url" content="http://www.rust-collection.eu/">
1515
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
1616
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
1717

Rust_Collection/Bind_gen/js/back_to_home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const backToHomeButton = document.getElementById("backToHomeButton");
44
// Add a click event to navigate to the home page when the button is clicked
55
backToHomeButton.addEventListener("click", () => {
66
// Redirect to the home page (assuming index.html is your home page)
7-
window.location.href = "https://napoii.github.io/Rust-Collection/";
7+
window.location.href = "https://www.rust-collection.eu/";
88
});
99

1010
// Position the button at the top left corner and make it follow while scrolling

Rust_Collection/Diesel_Calc/diesel_calc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta property="og:title" content="Rust-Collection">
88
<meta property="og:description"
99
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
10-
<meta property="og:image" content="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp">
11-
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/">
10+
<meta property="og:image" content="/img/promo/eu_promo.webp">
11+
<meta property="og:url" content="http://www.rust-collection.eu/">
1212
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
1313
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
1414

Rust_Collection/Diesel_Calc/js/back_to_home.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const backToHomeButton = document.getElementById("backToHomeButton");
44
// Add a click event to navigate to the home page when the button is clicked
55
backToHomeButton.addEventListener("click", () => {
66
// Redirect to the home page (assuming index.html is your home page)
7-
window.location.href = "https://napoii.github.io/Rust-Collection/";
7+
window.location.href = "https://www.rust-collection.eu/";
8+
window.location.href = "https://www.rust-collection.eu/";
89
});
910

1011
// Position the button at the top left corner and make it follow while scrolling

Rust_Collection/Raid_Calc/js/back_to_home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const backToHomeButton = document.getElementById("backToHomeButton");
44
// Add a click event to navigate to the home page when the button is clicked
55
backToHomeButton.addEventListener("click", () => {
66
// Redirect to the home page (assuming index.html is your home page)
7-
window.location.href = "https://napoii.github.io/Rust-Collection/";
7+
window.location.href = "https://www.rust-collection.eu/";
88
});
99

1010
// Position the button at the top left corner and make it follow while scrolling

Rust_Collection/Raid_Calc/js/text_to_tab.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// https://github.com/NapoII/Rust-Collection
22

33
// Fetch the CSV data from the provided URL
4-
fetch('https://raw.githubusercontent.com/NapoII/Rust-Collection/main/Rust_Collection/Raid_Calc/raid.CSV')
4+
5+
fetch('/Rust_Collection/Raid_Calc/raid.CSV')
56
.then(response => response.text())
67
.then(data => {
78
// Split the fetched data into rows using line breaks
@@ -44,10 +45,7 @@ fetch('https://raw.githubusercontent.com/NapoII/Rust-Collection/main/Rust_Collec
4445
// Append the row to the table
4546
table.appendChild(newRow);
4647
}
47-
})
48-
.catch(error => {
49-
// Handle errors in fetching or processing the CSV data
50-
console.error('Error loading CSV file:', error);
48+
5149
});
5250

5351

Rust_Collection/Raid_Calc/raid_calc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta property="og:title" content="Rust-Collection">
99
<meta property="og:description"
1010
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
11-
<meta property="og:image" content="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp">
12-
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/">
11+
<meta property="og:image" content="/img/promo/eu_promo.webp">
12+
<meta property="og:url" content="http://www.rust-collection.eu/">
1313
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
1414
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
1515

Rust_Collection/Upgrade_Calc/js/back_to_home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const backToHomeButton = document.getElementById("backToHomeButton");
2020
// Add a click event to navigate to the home page when the button is clicked
2121
backToHomeButton.addEventListener("click", () => {
2222
// Redirect to the home page (assuming index.html is your home page)
23-
window.location.href = "https://napoii.github.io/Rust-Collection/";
23+
window.location.href = "https://www.rust-collection.eu/";
2424
});
2525

2626
// Position the button at the top left corner and make it follow while scrolling

Rust_Collection/Upgrade_Calc/upgrade_calc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta property="og:title" content="Rust-Collection">
99
<meta property="og:description"
1010
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
11-
<meta property="og:image" content="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp">
12-
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/">
11+
<meta property="og:image" content="/img/promo/eu_promo.webp">
12+
<meta property="og:url" content="http://www.rust-collection.eu/">
1313
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
1414
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
1515

Rust_Collection/base_blueprints/base_blueprints.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta property="og:title" content="Rust-Collection">
88
<meta property="og:description"
99
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
10-
<meta property="og:image" content="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp">
11-
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/">
10+
<meta property="og:image" content="/img/promo/eu_promo.webp">
11+
<meta property="og:url" content="http://www.rust-collection.eu/">
1212
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
1313
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
1414

Rust_Collection/cctv_and_pager/cctv_and_pager.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta property="og:title" content="Rust-Collection">
88
<meta property="og:description"
99
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
10-
<meta property="og:image" content="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp">
11-
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/">
10+
<meta property="og:image" content="/img/promo/eu_promo.webp">
11+
<meta property="og:url" content="http://www.rust-collection.eu/">
1212
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
1313
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
1414

@@ -19,7 +19,7 @@
1919
<body>
2020

2121
<div id="sidebar">
22-
<a href="https://napoii.github.io/Rust-Collection/" target="_blank">
22+
<a href="https://www.rust-collection.eu/" target="_blank"></a>
2323
<button class="link-button">back to Rust-Collection</button>
2424
</a>
2525

Rust_Collection/cctv_and_pager/js/back_to_home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const backToHomeButton = document.getElementById("backToHomeButton");
44
// Add a click event to navigate to the home page when the button is clicked
55
backToHomeButton.addEventListener("click", () => {
66
// Redirect to the home page (assuming index.html is your home page)
7-
window.location.href = "https://napoii.github.io/Rust-Collection/";
7+
window.location.href = "rust-collection.eu";
88
});
99

1010
// Position the button at the top left corner and make it follow while scrolling

card_of_fame.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
batbelt - " You DO have a knack for creating cool stuff. I appreciate your work. "

img/card_of_fame.webp

698 KB
Binary file not shown.

img/promo/eu_promo.webp

623 KB
Binary file not shown.

img/promo/promo_eu.png

2.45 MB
Loading

img/rusteu_promo_img_psd.webp

714 KB
Binary file not shown.

0 commit comments

Comments
 (0)