-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
93 lines (93 loc) · 5.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Windows version 5.1.25" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="description" content="Game Backup Monitor - Automatically backup your save games and add cloud support to any game for free!" />
<meta name="keywords" content="Game, Games, Save, Saves, Saved, Backup, Restore, Sync, Download, Cloud, Dropbox, GOG, Steam, Origin, Time, Monitor, PC" />
<meta name="author" content="Michael J. Seiferling" />
<title>Game Backup Monitor [Home]</title>
<script type="text/javascript" language="javascript" src="script/jquery-1.10.2.min.js">
</script>
<script type="text/javascript" language="javascript" src="script/jquery.hoverIntent.min.js">
</script>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<link rel="shortcut icon" href="images/gbm.ico" />
</head>
<body>
<div id="top">
<!--Include the Header (Starts Content)-->
<script type="text/javascript">
//<![CDATA[
$(function(){
$("#header").load("header.html");
});
//]]>
</script>
<div id="header"></div>
<div id="content">
<div id="leftcontent">
<div class="pageSection">
<div class="pageSectionHeader">
Game Backup Monitor
</div>
<div class="pageSectionContent">
<img class="centered" src="images/screens/gbm_ss8.jpg" width="493" height="276" alt="Splash Screen" /><br />
<p class="center">Automatically backup your saved games with optional cloud support.</p>
<p class="center small">Cloud support requires a cloud storage provider and folder synchronizing client.</p>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">
Latest Information
</div>
<div class="pageSectionContent">
<h3 class="notop">Important News</h3>
<ul>
<li>After a decade of development, Game Backup Monitor is now considered as <b>complete</b> and will not be receiving any major changes. This does <b>not</b> mean the software is abandoned, updates are still released as required and may contain new minor features.</li>
<li><a href="https://github.com/MikeMaximus/gbm/releases/tag/v1.4.1">v1.4.1</a> has been released!</li>
</ul>
<h3>Notices</h3>
<ul>
<li>The <a href="manual.html">manual</a> has been updated.
<ul>
<li>Added <a href="manual.html#darkmode">Dark Mode</a> section.</li>
<li>System requirements have changed.
<ul>
<li>GBM is now tested and verified on Windows 11.</li>
<li>As of v1.3.9, .NET 4.8 is required to run GBM.</li>
</ul>
</li>
<li>Added more information about the optimal <a href="manual.html#dpisetting">High DPI setting</a>.</li>
</ul>
</li>
</ul>
<h3>Updated January 28, 2025</h3>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">
Credits and Awards
</div>
<div class="pageSectionContent">
<p class="small center">Game Backup Monitor wouldn't be possible without these free products and services.<br /><br /><a href="http://www.7-zip.org/"><img class="logo" src="images/7z_logo.png" width="112" height="64" alt="7-Zip" /></a><a href="https://www.sqlite.org/"><img class="logo" src="images/sqlite_logo.png" width="144" height="64" alt="SQLite" /></a><a href="https://www.microsoft.com/net/"><img class="logo" src="images/vs_logo.png" width="64" height="64" alt=".NET" /></a><a href="http://www.mono-project.com/"><img class="logo" src="images/mono_logo.png" width="56" height="64" alt="Mono" /></a><a href="https://github.com/"><img class="logo" src="images/github_logo.png" width="64" height="64" alt="GitHub" /></a><a href="http://code.visualstudio.com/"><img class="logo" src="images/vs_code_logo.png" width="64" height="64" alt="Visual Studio Code" /></a><a href="http://www.gimp.org/"><img class="logo" src="images/gimp_logo.png" width="64" height="64" alt="GIMP" /></a><a href="https://duckduckgo.com"><img class="logo" src="images/ddg_logo.png" width="50" height="64" alt="Duck Duck Go" /></a></p>
<p class="center small">Game Backup Monitor is certified 100% malware free.</p>
<div class="awards"><a href="http://www.softpedia.com/get/System/Back-Up-and-Recovery/ABM-Application-Backup-Monitor.shtml#status" target="_blank"><img class="logo_border middle" src="https://www.softpedia.com/_img/softpedia_100_free.png" width="190" height="152" alt="Softpedia" /></a> <a href="https://www.filecroco.com/download-game-backup-monitor/" target=_blank><img class="logo_border middle" src="images/filecroco_award.png" width="139" height="80" alt="File Croco" /></a></a></div>
</div>
</div>
<!--End Left Panel-->
</div>
<!--Include the Footer-->
<script type="text/javascript">
//<![CDATA[
$(function(){
$("#footer").load("footer.html");
});
//]]>
</script>
<div id="footer"></div><!--End Content-->
</div><!--End Top-->
</div>
</body>
</html>