Change help text.

master
Thomas BELLEMBOIS 3 years ago
parent b04555f334
commit 4546c23b38

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -22,11 +22,11 @@
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
showgrid="false" showgrid="false"
inkscape:zoom="36.291667" inkscape:zoom="36.291667"
inkscape:cx="7.4535017" inkscape:cx="27.182549"
inkscape:cy="11.986223" inkscape:cy="12.041332"
inkscape:window-width="3840" inkscape:window-width="1920"
inkscape:window-height="1527" inkscape:window-height="1007"
inkscape:window-x="1920" inkscape:window-x="0"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg9537" /> inkscape:current-layer="svg9537" />
@ -53,7 +53,7 @@
sodipodi:role="line" sodipodi:role="line"
id="tspan10749" id="tspan10749"
x="15.690023" x="15.690023"
y="21.931999">About</tspan></text> y="21.931999">Tutorials</tspan></text>
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

@ -23,7 +23,7 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
<style type="text/css" scoped> <style type="text/css" scoped>
span#gitea > img { span#gitea > img {
border: 2px solid #3DDC97; border: 2px solid #3DDC97;
padding: 5px; padding: 2px;
} }
</style> </style>
gitea--> gitea-->
@ -32,7 +32,7 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
<style type="text/css" scoped> <style type="text/css" scoped>
span#drone > img { span#drone > img {
border: 2px solid #3DDC97; border: 2px solid #3DDC97;
padding: 5px; padding: 2px;
} }
</style> </style>
drone--> drone-->
@ -41,7 +41,7 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
<style type="text/css" scoped> <style type="text/css" scoped>
span#sonar > img { span#sonar > img {
border: 2px solid #3DDC97; border: 2px solid #3DDC97;
padding: 5px; padding: 2px;
} }
</style> </style>
sonar--> sonar-->
@ -50,7 +50,7 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
<style type="text/css" scoped> <style type="text/css" scoped>
span#dockerrunner > img { span#dockerrunner > img {
border: 2px solid #3DDC97; border: 2px solid #3DDC97;
padding: 5px; padding: 2px;
} }
</style> </style>
dockerrunner--> dockerrunner-->
@ -59,12 +59,12 @@ var menuTemplate = `<div id="codefirstMenu" style="display: inline-block; width:
<style type="text/css" scoped> <style type="text/css" scoped>
span#documentation > img { span#documentation > img {
border: 2px solid #3DDC97; border: 2px solid #3DDC97;
padding: 5px; padding: 2px;
} }
</style> </style>
documentation--> documentation-->
<div style="float: left; padding: 5px; background: white; width: 100%"> <div style="float: left; padding: 2px; background: white; width: 100%">
<div title="home" style="float: left; margin-right: 50px;"> <div title="home" style="float: left; margin-right: 50px;">
<a class="codefirstMenu" style="border-bottom: none;" href="https://CODEFIRST_HOSTNAME/home"> <a class="codefirstMenu" style="border-bottom: none;" href="https://CODEFIRST_HOSTNAME/home">

Loading…
Cancel
Save