|
|
@ -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">
|
|
|
|