Skip to content

Commit

Permalink
Readme updated for Godot 3 small screen sizes
Browse files Browse the repository at this point in the history
Add index.html to docs folder
  • Loading branch information
BAD-AL committed Jul 10, 2024
1 parent 53d8fbb commit 3cd9367
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion TSBProjects/TSBTool_Godot_3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Godot 3 C# + HTML5 Project

[Godot 3 TSBTool HTML5 Export](https://bad-al.github.io/tsbtools/TSBTool_Godot_3/TSBTool_Godot3.html)
[Godot 3 TSBTool HTML5 Export](https://bad-al.github.io/tsbtools/TSBTool_Godot_3/TSBTool_Godot3.html) [Sizing currently an issue for small screens]

<a href="./app_images/Overview.png">
<img src="./app_images/Overview.png" alt="Description" width="600"/>
Expand Down
47 changes: 47 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links</title>
<style>
body {
background-color: #121212;
color: #FFFFFF;
font-family: Arial, sans-serif;
}
a {
color: #1E90FF;
text-decoration: none;
font-size: 18px;
}
a:hover {
text-decoration: underline;
}
.result {
display: inline-block;
background-color: #2E2E2E;
padding: 10px;
border-radius: 5px;
margin-bottom: 20px;
max-width: 100%;
}
.summary {
color: #CCCCCC;
font-size: 14px;
}
</style>
</head>
<h2>Accessible Web Pages</h2>
<body>
<div class="result">
<a href="https://bad-al.github.io/tsbtools/docs/TSBTool_Godot_3/TSBTool_Godot_3.html">TSBTool Godot 3, HTML5 GDScript, C#</a>
<div class="summary">Godot 3 application with GDScript, JavaScript, C# HTML5 integration.</div>
</div>
<br>
<div class="result">
<a href="https://bad-al.github.io/tsbtools/docs/TSBTool_Javascript_conversion/TSBTool.html">TSBTool Bridge JavaScript</a>
<div class="summary">Simple 'Bridge.NET' (C# to JavaScript converter) integration of TSBTool <br>functionality.</div>
</div>
</body>
</html>
47 changes: 0 additions & 47 deletions index.html

This file was deleted.

0 comments on commit 3cd9367

Please sign in to comment.