DSGM-Resource-Site/index.html
DigitalDesignDude c1cb9bbe9c Updated Social Links
Removed twitter account link since it doesn't exist anymore.
2022-11-05 13:38:25 -03:00

328 lines
15 KiB
HTML

<!DOCTYPE html>
<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>
<!--FAVICONS-->
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" type="image/png" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/favicon.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/favicon-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/favicon-180x180.png">
<!--INFO META TAGS -->
<meta name="description" content="A knowledge resource website for using DS Game Maker to create Nintendo DS Games.">
<meta name="author" content="DigitalDesignDude">
<meta name="keywords" content="DS Game Maker, Nintendo DS, DSGM, Nintendo DS Homebrew, DS Homebrew, Homebrew, Developer Resources, Documentation, Archive, Game Maker, Video Games">
<!--SOCIAL SNIPPET META TAGS-->
<meta property="og:site_name" content="DS Game Maker Resource Site">
<meta property="og:title" content="DS Game Maker Resource Site">
<meta property="og:description" content="A knowledge resource website for using DS Game Maker to create Nintendo DS Games.">
<link rel="canonical" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/index.html">
<meta property="og:url" content="https://digitaldesigndude.github.io/DSGM-Resource-Site/index.html">
<meta property="og:image" content="https://digitaldesigndude.github.io/DSGM-Resource-Site/images/screenshot-resource-site-homepage.png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta name="twitter:title" content="DS Game Maker Resource Site">
<meta name="twitter:description" content="A knowledge resource website for using DS Game Maker to create Nintendo DS Games.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://digitaldesigndude.github.io/DSGM-Resource-Site/images/screenshot-resource-site-homepage.png">
<!-- LINKING CSS + BOOSTRAP -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!--Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- Site Style -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<header>
<a id="site-brand" href="index.html">
<img id="site-logo" class="img-fluid" src="images/logo-dsgm.png" alt="DS Game Maker Logo">
<h1 class="themed-text">Resource Site</h1>
</a>
</header>
<!-- NAVIGATION BAR -->
<nav id="site-navigation" class="navbar navbar-expand-md">
<!-- Brand Image/Icon -->
<a class="navbar-brand" href="index.html">
<i class="fas fa-home"></i>
</a>
<!-- Toggler/Collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section-docs">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section-tutorials">Tutorials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="archives.html">Archives</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-social">Community</a>
</li>
</ul>
</div>
</nav>
<!--SECTION - INTRO BANNER-->
<div class="VideoBanner">
<div class="VideoContainer">
<div class="fluidMedia16x9">
<!--<iframe src="https://www.youtube.com/embed/rBqNpSq2FT0?rel=0&version=3&vq=hd1080&amp&autoplay=1&mute=1&modestbranding=1&controls=0&loop=1&playlist=rBqNpSq2FT0;" frameborder="0" allowfullscreen></iframe>-->
<div id="player"></div>
</div>
<div class="VideoBannerContent">
<div class="VideoBannerContentContainer">
<h2 style="margin-bottom: 30px">Make Nintendo DS Games with<br><i class="icon-dsgm"></i> DS Game Maker</h2>
<h4>Develop Nintendo DS games using drag and drop visual coding, the C programming language or with DBAS, DS Game Maker's own built-in language.</h4>
</div>
</div>
</div>
</div>
<div id="main-content">
<!--SECTION - INSTALLATION GUIDES-->
<section class="section-container">
<div class="section-headline">
<h2>DS Game Maker Installation Guides</h2>
</div>
<div class="row">
<div class="col-md-6 mb-3">
<a href="https://github.com/DigitalDesignDude/DS-Game-Maker-5-Setup">
<img class="post-thumbnail img-fluid" src="images/thumbnail-setup-dsgm-on-windows.png" alt="DS Game Maker Windows 11/10 Setup">
<h4 class="post-thumbnail-title">DSGM Windows 11/10 Setup</h4>
</a>
</div>
<div class="col-md-6 mb-3">
<a href="https://dsgamemaker.online/vmrelease.html">
<img class="post-thumbnail img-fluid" src="images/thumbnail-dsgm-virtual-machine-guide.png" alt="DS Game Maker Virtual Machine Edition">
<h4 class="post-thumbnail-title">DSGM Virtual Machine Edition</h4>
</a>
</div>
</div>
</section>
<!--SECTION - DSGM DOCUMENTATION-->
<section class="section-container" id="section-docs">
<div class="section-headline">
<h2>Documentation</h2>
</div>
<div class="row container-bubble m-0">
<div class="col-md-6 d-flex justify-content-center">
<img class="text-center align-self-center" src="images/img-documentation.png" style="width: 100%; max-width: 300px;" alt="DS Game Maker Documentation">
</div>
<div class="col-md-6 d-flex align-items-center py-3 px-0">
<ul>
<li><a href="hosted-files/DS%20Game%20Maker%205%20Manual.pdf">DS Game Maker 5 Manual.pdf</a></li>
<li><a href="dsgm-coding-ref.html">DS Game Maker Coding Reference</a></li>
<li><a href="hosted-files/PAlib%20Functions%20Reference.pdf">PAlib Functions Reference.pdf</a></li>
<li><a href="hosted-files/DSGM%20Coding%20at%20a%20Glance.pdf">DSGM Coding at a Glance.pdf</a></li>
<li><a href="hosted-files/Troubleshooting%20Common%20Errors%20in%20DSGM%205.pdf">Troubleshooting Common Errors in DSGM 5.pdf</a></li>
</ul>
</div>
</div>
</section>
<!--SECTION - EXAMPLE FILES-->
<section class="section-container">
<div class="section-headline">
<h2>Example Files</h2>
</div>
<div class="row banner m-0 p-4">
<div class="col-md-6 text-center d-flex justify-content-center align-items-center">
<div>
<img class="img-fluid mb-3" src="images/logo-dsgm.png" alt="DS Game Maker Logo">
<h3 class="banner-text mb-3 themed-text">Example Files</h3>
<a class="btn btn-primary banner-button" href="https://surrealcubemedia.itch.io/ds-game-maker-examples">Coming soon to Itch.io</a>
</div>
</div>
<div class="col-md-6 d-flex justify-content-center">
<img class="img-fluid text-center align-self-center m-1" src="images/img-dsgm-examples.png" alt="Screenshots of DS Game Maker Example Files">
</div>
</div>
</section>
<!--SECTION - TUTORIALS-->
<section class="section-container" id="section-tutorials">
<div class="section-headline">
<h2>Tutorials</h2>
</div>
<div class="row">
<div class="col-md-4 mb-3">
<img class="post-thumbnail img-fluid" src="images/thumbnail_action-rpg-tut-01.png" alt="Action RPG Game Tutorial Thumbnail">
<h4 class="post-thumbnail-title">Action RPG Tutorial #01 Sprite Movement</h4>
<a href="https://www.youtube.com/channel/UCVmba1o66nWG6p-82g22iyg" class="post-sub-text">Coming soon! Subscribe to be notified.</a>
</div>
<div class="col-md-4 mb-3">
<div class="post-thumbnail fluidMedia16x9"><iframe src="https://www.youtube.com/embed/dHIOLBCViCA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<h4 class="post-thumbnail-title">Tap To Start Screen</h4>
</div>
<div class="col-md-4 mb-3">
<div class="post-thumbnail fluidMedia16x9"><iframe src="https://www.youtube.com/embed/iGOefvkqBlM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<h4 class="post-thumbnail-title">Fixing Color Palette Error</h4>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-3">
<div class="post-thumbnail fluidMedia16x9"><iframe src="https://www.youtube.com/embed/9XNcgP3ebro" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<h4 class="post-thumbnail-title">Player Selection Screen</h4>
</div>
<div class="col-md-4 mb-3">
</div>
<div class="col-md-4 mb-3">
</div>
</div>
</section>
</div>
<!--End of Main Content-->
<div class="separator"></div>
<footer id="section-social">
<div class="row">
<div class="col-md-4 mb-5 d-flex justify-content-center">
<img class="align-self-center" style="width: 100%; max-width: 300px;" src="images/logo-dsgm.png" alt="DS Game Maker Logo">
</div>
<div class="col-md-4 mb-3 d-flex justify-content-center footer-col">
<div>
<h3>Community Links</h3>
<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=""><span><i class="fab fa-twitter"></i></span>Username</a></li>-->
</ul>
</div>
</div>
<div class="col-md-4 mb-3 d-flex justify-content-center footer-col">
<div>
<h3><i class="fab fa-youtube"></i> YouTube Channels</h3>
<ul>
<li><a href="https://www.youtube.com/channel/UCVmba1o66nWG6p-82g22iyg">DigitalDesignDude</a></li>
<li><a href="https://www.youtube.com/channel/UCX-OKJjHLaTXOkxIAPSKM7Q">James Garner</a></li>
</ul>
</div>
</div>
</div>
<div id="footer-info">
<span>Site by DigitalDesignDude</span>
</div>
</footer>
</main>
<!-- SCRIPTS -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="script.js"></script>
<!--AutoPlay YoutTube Video on Mobile Script-->
<script>
// 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
width: '100%',
videoId: 'rBqNpSq2FT0',
playerVars: {
'autoplay': 1,
'modestbranding': 1,
'controls': 0,
'loop': 1,
'playlist': 'rBqNpSq2FT0',
'playsinline': 1
},
events: {
'onReady': onPlayerReady
}
});
}
//&autoplay=1&mute=1&modestbranding=1&controls=0&loop=1
// 4. The API will call this function when the video player is ready.
function onPlayerReady(event) {
event.target.mute();
event.target.playVideo();
}
</script>
</body>
</html>