diff options
-rw-r--r-- | Round_white_background.png | bin | 0 -> 17591 bytes | |||
-rw-r--r-- | footer.html | 16 | ||||
-rw-r--r-- | logo.png | bin | 0 -> 3764 bytes | |||
-rw-r--r-- | root-readme.html | 12 |
4 files changed, 28 insertions, 0 deletions
diff --git a/Round_white_background.png b/Round_white_background.png Binary files differnew file mode 100644 index 0000000..3b20a2d --- /dev/null +++ b/Round_white_background.png diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..a89ec62 --- /dev/null +++ b/footer.html @@ -0,0 +1,16 @@ +<style> +.copy-left { + display: inline-block; + text-align: right; + margin: 0px; + -moz-transform: scaleX(-1); + -o-transform: scaleX(-1); + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + filter: FlipH; + -ms-filter: "FlipH"; +} +</style> +<div class="footer"> + <h3><span class="copy-left">©</span> ElenQ Technology</h6> +</div> diff --git a/logo.png b/logo.png Binary files differnew file mode 100644 index 0000000..f3c9042 --- /dev/null +++ b/logo.png diff --git a/root-readme.html b/root-readme.html new file mode 100644 index 0000000..1dc499d --- /dev/null +++ b/root-readme.html @@ -0,0 +1,12 @@ +<p> + This is ElenQ Technology's software repository. +</p> +<p> + Patches are welcome. Feel free to send them to patches@elenq.tech. +</p> + +<p> + If you are interested on our job, you can get more information at + <a href="https://elenq.tech">ElenQ Technology's website</a>. +</p> + |