Page MenuHomeDevCentral

No OneTemporary

diff --git a/workspaces/src/content/help/index.html b/workspaces/src/content/help/index.html
index c5fe0ce..4b0c317 100644
--- a/workspaces/src/content/help/index.html
+++ b/workspaces/src/content/help/index.html
@@ -1,101 +1,105 @@
<style type="text/css">
#content {
background-color: black !important;
color: white;
}
#content h1, #content h2, #content h3 {
color: white;
}
@media screen and (max-width: 400px) {
#content {
background-image: url(/images/bg/ObsidianFlow-400.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 401px) and (max-width: 768px) {
#content {
background-image: url(/images/bg/ObsidianFlow-768.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
#content {
background-image: url(/images/bg/ObsidianFlow-1280.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
#content {
background-image: url(/images/bg/ObsidianFlow-1440.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
#content {
background-image: url(/images/bg/ObsidianFlow-1920.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
@media screen and (min-width: 1921px) {
#content {
background-image: url(/images/bg/ObsidianFlow-large.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
background-size: cover;
}
}
.contentpanel {
background-color: rgba(0, 0, 0, 0.50);
padding: 2em;
}
.contentpanel .subtitle {
font-size: 40px;
font-weight: 200;
}
.contentpanel p {
font-weight: 200;
font-size: 14pt;
}
.contentpanel a {
color: #ddddff;
}
</style>
<div class="contentpanel">
<h1>Help</h1>
<p class="subtitle">A look on this obsidian flow offers some help.<br />But you could prefer real help text too.</p>
<hr />
<h2>Help content</h2>
<p class="visible-xs">Toggle the menu, it has been filled with help topics.</p>
<p class="hidden-xs">Look at left, we've filled the menu with help topics.</p>
<h2>Localisation</h2>
<p>Help is currently only available in English.</p>
-<p>If you wish to translate an help file in another language, <a href="https://github.com/dereckson/ObsidianWorkspaces/tree/master/content/help">they are available on GitHub</a>, under CC-BY 4.0 license.</p>
-</div>
\ No newline at end of file
+<p>
+ If you wish to translate help files in another language,
+ <a href="https://devcentral.nasqueron.org/source/obsidian/browse/main/workspaces/src/content/help/">
+ this is the source code directory
+ </a>, under CC-BY 4.0 license.</p>
+</div>

File Metadata

Mime Type
text/x-diff
Expires
Sun, May 3, 05:38 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3677680
Default Alt Text
(3 KB)

Event Timeline