Skip to content

Commit 89a4d1d

Browse files
committed
Update website
1 parent 84bd77b commit 89a4d1d

File tree

2 files changed

+92
-72
lines changed

2 files changed

+92
-72
lines changed

docs/css/styles.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,29 @@ p {
7777
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
7878
}
7979

80+
.about-buttons {
81+
position: relative;
82+
margin-top: 20px; /* Space between paragraph and buttons */
83+
}
84+
85+
.about-buttons .btn {
86+
margin: 0; /* Remove default margins for precise positioning */
87+
}
88+
89+
.about-buttons .btn:first-child {
90+
float: left;
91+
}
92+
93+
.about-buttons .btn.back-to-hub {
94+
float: right;
95+
}
96+
97+
.about-buttons::after {
98+
content: "";
99+
display: table;
100+
clear: both;
101+
}
102+
80103
.features {
81104
display: grid;
82105
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

docs/index.html

Lines changed: 69 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,102 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<!-- Google tag (gtag.js) -->
5-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QY5L70VTTG"></script>
6-
<script>
7-
window.dataLayer = window.dataLayer || [];
8-
function gtag(){dataLayer.push(arguments);}
9-
gtag('js', new Date());
10-
11-
gtag('config', 'G-QY5L70VTTG');
12-
</script>
3+
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QY5L70VTTG"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
gtag('config', 'G-QY5L70VTTG');
11+
</script>
1312

14-
<meta charset="UTF-8">
15-
<meta name="language" content="en">
16-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
17-
<meta name="description" content="ErScripts - A collection of safe and powerful scripts for Counter-Strike 2. Enhance your gaming experience without memory interaction or injections. Fully safe for Valve servers.">
18-
<meta name="keywords" content="ErScripts, Counter-Strike 2, CS2, CS2 GitHub, CS2 scripts, gaming tools, automation scripts, emp0ry">
19-
<meta name="author" content="emp0ry">
20-
<meta name="robots" content="index, follow">
13+
<meta charset="UTF-8">
14+
<meta name="language" content="en">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16+
<meta name="description" content="ErScripts - Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections. Valve-server friendly.">
17+
<meta name="keywords" content="ErScripts, Counter-Strike 2, CS2, CS2 scripts, gaming tools, automation scripts, emp0ry, GitHub">
18+
<meta name="author" content="emp0ry">
19+
<meta name="robots" content="index, follow">
2120

22-
<!-- Security -->
23-
<meta name="referrer" content="strict-origin-when-cross-origin">
24-
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://www.googletagmanager.com; style-src 'self' https://fonts.googleapis.com;">
21+
<!-- Security -->
22+
<meta name="referrer" content="strict-origin-when-cross-origin">
23+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://www.googletagmanager.com; style-src 'self' https://fonts.googleapis.com;">
2524

26-
<!-- Performance -->
27-
<meta name="theme-color" content="#4b0082">
25+
<!-- Performance -->
26+
<meta name="theme-color" content="#4b0082">
2827

29-
<!-- Apple -->
30-
<meta name="apple-mobile-web-app-capable" content="yes">
31-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
28+
<!-- Apple -->
29+
<meta name="apple-mobile-web-app-capable" content="yes">
30+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
3231

33-
<!-- Open Graph / Facebook -->
34-
<meta property="og:type" content="website">
35-
<meta property="og:url" content="https://emp0ry.github.io/ErScripts">
36-
<meta property="og:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2">
37-
<meta property="og:description" content="A collection of safe and powerful scripts for Counter-Strike 2. Enhance your gaming experience without memory interaction or injections.">
38-
<!-- <meta property="og:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> -->
39-
<meta property="og:site_name" content="ErScripts">
32+
<!-- Open Graph / Facebook -->
33+
<meta property="og:type" content="website">
34+
<meta property="og:url" content="https://emp0ry.github.io/ErScripts/">
35+
<meta property="og:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2">
36+
<meta property="og:description" content="Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections.">
37+
<!-- <meta property="og:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> -->
38+
<meta property="og:site_name" content="ErScripts">
4039

41-
<!-- Twitter -->
42-
<meta property="twitter:card" content="summary_large_image">
43-
<meta property="twitter:url" content="https://emp0ry.github.io/ErScripts">
44-
<meta property="twitter:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2">
45-
<meta property="twitter:description" content="A collection of safe and powerful scripts for Counter-Strike 2. Enhance your gaming experience without memory interaction or injections.">
46-
<!-- <meta property="twitter:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> -->
40+
<!-- Twitter -->
41+
<meta name="twitter:card" content="summary_large_image">
42+
<meta name="twitter:url" content="https://emp0ry.github.io/ErScripts/">
43+
<meta name="twitter:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2">
44+
<meta name="twitter:description" content="Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections.">
45+
<!-- <meta name="twitter:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> -->
4746

48-
<!-- Discord -->
49-
<meta property="discord:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2">
50-
<meta property="discord:description" content="A collection of safe and powerful scripts for Counter-Strike 2. Enhance your gaming experience without memory interaction or injections.">
51-
<!-- <meta property="discord:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> -->
47+
<!-- Canonical URL -->
48+
<link rel="canonical" href="https://emp0ry.github.io/ErScripts/">
5249

53-
<!-- Canonical URL -->
54-
<link rel="canonical" href="https://emp0ry.github.io/ErScripts">
50+
<!-- Favicon -->
51+
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico">
5552

56-
<!-- Favicon -->
57-
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico">
53+
<!-- Google Fonts: Poppins -->
54+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
5855

59-
<!-- Google Fonts: Poppins -->
60-
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
56+
<!-- External CSS -->
57+
<link rel="stylesheet" href="/css/styles.css">
6158

62-
<!-- External CSS -->
63-
<link rel="stylesheet" href="css/styles.css">
59+
<title>ErScripts - Safe CS2 Scripting Tools</title>
6460

65-
<title>ErScripts - Safe and Powerful Scripts for CS2</title>
66-
67-
<!-- Structured Data (Schema.org) -->
68-
<script type="application/ld+json">
69-
{
70-
"@context": "https://schema.org",
71-
"@type": "WebSite",
72-
"name": "ErScripts",
73-
"url": "https://emp0ry.github.io/ErScripts",
74-
"description": "A collection of safe and powerful scripts for Counter-Strike 2. Enhance your gaming experience without memory interaction or injections.",
75-
"author": {
76-
"@type": "Person",
77-
"name": "emp0ry"
78-
}
79-
}
80-
</script>
81-
</head>
61+
<!-- Structured Data (Schema.org) -->
62+
<script type="application/ld+json">
63+
{
64+
"@context": "https://schema.org",
65+
"@type": "WebSite",
66+
"name": "ErScripts",
67+
"url": "https://emp0ry.github.io/ErScripts/",
68+
"description": "Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections.",
69+
"author": {
70+
"@type": "Person",
71+
"name": "emp0ry"
72+
}
73+
}
74+
</script>
75+
</head>
8276
<body>
8377
<div class="container">
8478
<h1>ErScripts</h1>
8579
<div class="about">
86-
<p>ErScripts is a collection of multi-scripts for <strong>Counter-Strike 2</strong>. It doesn't interact with the game memory or inject anything into the game, making it fully safe to use on Valve servers.</p>
87-
<a href="https://github.com/emp0ry/ErScripts" class="btn" aria-label="Visit the ErScripts repository on GitHub">Visit the Repository</a>
80+
<p><strong>ErScripts</strong> is a collection of scripts for <strong>Counter-Strike 2</strong>. No memory interaction or injections—fully safe for Valve servers.</p>
81+
<div class="about-buttons">
82+
<a href="https://github.com/emp0ry/ErScripts" class="btn" aria-label="Visit the ErScripts repository on GitHub">Visit the Repository</a>
83+
<a href="/" class="btn back-to-hub" aria-label="Back to emp0ry's Hub">Back to Hub</a>
84+
</div>
8885
</div>
8986

9087
<h2>Featured Scripts</h2>
9188
<div class="features">
9289
<div class="feature-card">
9390
<h3>Automation Tools</h3>
94-
<p>Scripts to streamline repetitive tasks, saving you time and effort.</p>
91+
<p>Streamline repetitive tasks to save time and effort.</p>
9592
</div>
9693
<div class="feature-card">
9794
<h3>Utility Helpers</h3>
98-
<p>Small but powerful tools that will improve your gaming experience.</p>
95+
<p>Small, powerful tools to boost your gaming experience.</p>
9996
</div>
10097
<div class="feature-card">
10198
<h3>Custom Solutions</h3>
102-
<p>Tailored scripts for unique problems—built from scratch.</p>
99+
<p>Tailored scripts for unique CS2 challenges.</p>
103100
</div>
104101
</div>
105102
</div>

0 commit comments

Comments
 (0)