mirror of
https://github.com/DigitalDesignDude/DSGM-Resource-Site.git
synced 2025-06-18 13:45:40 -04:00
Social Links and Google Analytics Updates
This commit is contained in:
parent
b3aa543067
commit
b08d4db6ae
15
about.html
15
about.html
@ -2,6 +2,20 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- GOOGLE TAG RELATED (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QYNZC3X0CK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-QYNZC3X0CK');
|
||||
</script>
|
||||
|
||||
<!--STANDARD META TAGS-->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About - DS Game Maker Resource Site </title>
|
||||
@ -193,6 +207,7 @@
|
||||
<ul class="list-social-links">
|
||||
<li><a href="https://discord.gg/uzNM8gGSA4"><span><i class="fab fa-discord"></i></span>DS Game Maker</a></li>
|
||||
<li><a href="https://www.reddit.com/r/DSGameMaker/"><span><i class="fab fa-reddit"></i></span>DSGameMaker</a></li>
|
||||
<li><a href="https://twitter.com/DS_Game_Maker?s=20&t=vtSCmwUjz167A5v1Edqr1A"><span><i class="fab fa-twitter"></i></span>@DS_Game_Maker</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,6 +2,20 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- GOOGLE TAG RELATED (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QYNZC3X0CK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-QYNZC3X0CK');
|
||||
</script>
|
||||
|
||||
<!--STANDARD META TAGS-->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Archives - DS Game Maker Resource Site</title>
|
||||
@ -405,6 +419,7 @@
|
||||
<ul class="list-social-links">
|
||||
<li><a href="https://discord.gg/uzNM8gGSA4"><span><i class="fab fa-discord"></i></span>DS Game Maker</a></li>
|
||||
<li><a href="https://www.reddit.com/r/DSGameMaker/"><span><i class="fab fa-reddit"></i></span>DSGameMaker</a></li>
|
||||
<li><a href="https://twitter.com/DS_Game_Maker?s=20&t=vtSCmwUjz167A5v1Edqr1A"><span><i class="fab fa-twitter"></i></span>@DS_Game_Maker</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,20 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="google-site-verification" content="BlFlpxQYGdtVzN8Uv22-6tgt8hyg7Pf2b1p-rpqrXSc" />
|
||||
<!-- GOOGLE TAG RELATED (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QYNZC3X0CK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-QYNZC3X0CK');
|
||||
</script>
|
||||
|
||||
<!--STANDARD META TAGS-->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Coding Reference - DS Game Maker Resource Site</title>
|
||||
@ -945,6 +958,7 @@ Write_File(Content, "new_born.txt")
|
||||
<ul class="list-social-links">
|
||||
<li><a href="https://discord.gg/uzNM8gGSA4"><span><i class="fab fa-discord"></i></span>DS Game Maker</a></li>
|
||||
<li><a href="https://www.reddit.com/r/DSGameMaker/"><span><i class="fab fa-reddit"></i></span>DSGameMaker</a></li>
|
||||
<li><a href="https://twitter.com/DS_Game_Maker?s=20&t=vtSCmwUjz167A5v1Edqr1A"><span><i class="fab fa-twitter"></i></span>@DS_Game_Maker</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
17
index.html
17
index.html
@ -2,7 +2,23 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- GOOGLE TAG RELATED (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QYNZC3X0CK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-QYNZC3X0CK');
|
||||
</script>
|
||||
|
||||
<!--SEARCH CONSOLE TAG-->
|
||||
<meta name="google-site-verification" content="BlFlpxQYGdtVzN8Uv22-6tgt8hyg7Pf2b1p-rpqrXSc" />
|
||||
|
||||
<!--STANDARD META TAGS-->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>DS Game Maker Resource Site</title>
|
||||
@ -233,6 +249,7 @@
|
||||
<ul class="list-social-links">
|
||||
<li><a href="https://discord.gg/uzNM8gGSA4"><span><i class="fab fa-discord"></i></span>DS Game Maker</a></li>
|
||||
<li><a href="https://www.reddit.com/r/DSGameMaker/"><span><i class="fab fa-reddit"></i></span>DSGameMaker</a></li>
|
||||
<li><a href="https://twitter.com/DS_Game_Maker?s=20&t=vtSCmwUjz167A5v1Edqr1A"><span><i class="fab fa-twitter"></i></span>@DS_Game_Maker</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -341,7 +341,7 @@ footer ul li {
|
||||
}
|
||||
|
||||
.list-social-links i{
|
||||
font-size: 26px;
|
||||
font-size: 22px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
@ -641,6 +641,10 @@ tr:nth-child(odd) {
|
||||
color: #FF4500;
|
||||
}
|
||||
|
||||
.fa-twitter{
|
||||
color: #1DA1f2;
|
||||
}
|
||||
|
||||
.icon-dsgm:before {
|
||||
content: url("images/icon_DSGM.svg");
|
||||
height: 1em !important;
|
||||
|
Loading…
Reference in New Issue
Block a user