moved the web repository to gitea
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
c8d0ed3c78
commit
38a5e8ef5b
4 changed files with 5 additions and 5 deletions
|
@ -50,7 +50,7 @@ function populateManual(lang) {
|
||||||
sidebar.append(`<a href="https://ellpeck.de">Main Site</a>`)
|
sidebar.append(`<a href="https://ellpeck.de">Main Site</a>`)
|
||||||
sidebar.append(`<a href="https://ellpeck.de/impressum">Impressum</a>`);
|
sidebar.append(`<a href="https://ellpeck.de/impressum">Impressum</a>`);
|
||||||
sidebar.append(`<a href="https://ellpeck.de/privacy">Privacy</a>`);
|
sidebar.append(`<a href="https://ellpeck.de/privacy">Privacy</a>`);
|
||||||
sidebar.append(`<a href="https://github.com/Ellpeck/Web">© Ellpeck</a>`);
|
sidebar.append(`<a href="https://git.ellpeck.de/Ellpeck/Web">© Ellpeck</a>`);
|
||||||
sidebar.append("<hr>");
|
sidebar.append("<hr>");
|
||||||
|
|
||||||
// Move to anchor now that it's loaded
|
// Move to anchor now that it's loaded
|
||||||
|
|
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
<p><small>Note that the gray background on some of the images simply exists to make them stand out from this site's background color. It's not actually part of the images themselves.</small></p>
|
<p><small>Note that the gray background on some of the images simply exists to make them stand out from this site's background color. It's not actually part of the images themselves.</small></p>
|
||||||
|
|
||||||
<p class="footer"><a href="https://github.com/Ellpeck/Web">© 2019 Ellpeck</a> – <a href="https://ellpeck.de/#impressum">Impressum</a> – <a href="https://ellpeck.de/#privacy">Privacy</a></p>
|
<p class="footer"><a href="https://git.ellpeck.de/Ellpeck/Web">© 2019 Ellpeck</a> – <a href="https://ellpeck.de/#impressum">Impressum</a> – <a href="https://ellpeck.de/#privacy">Privacy</a></p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -174,7 +174,7 @@
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div class="footer rounded-top">
|
<div class="footer rounded-top">
|
||||||
<span class="text-muted"><a href="https://github.com/Ellpeck/Web">© 2018-2020 Ellpeck</a> – <a href="#impressum">Impressum</a> – <a href="#privacy">Privacy</a></span>
|
<span class="text-muted"><a href="https://git.ellpeck.de/Ellpeck/Web">© 2018-2020 Ellpeck</a> – <a href="#impressum">Impressum</a> – <a href="#privacy">Privacy</a></span>
|
||||||
<div class="quote">
|
<div class="quote">
|
||||||
<span id="quote-text"></span>
|
<span id="quote-text"></span>
|
||||||
<script src="scripts/quote.js"></script>
|
<script src="scripts/quote.js"></script>
|
||||||
|
@ -263,7 +263,7 @@
|
||||||
<li>Twitter uses cookies for its tweet embeds. For more information, see <a href="https://twitter.com/en/privacy">their privacy policy</a>.</li>
|
<li>Twitter uses cookies for its tweet embeds. For more information, see <a href="https://twitter.com/en/privacy">their privacy policy</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Transparency is very important to us, and as such, if you have any doubts about the security of this website, you can view its source code <a href="https://github.com/Ellpeck/Web">on GitHub</a>.
|
Transparency is very important to us, and as such, if you have any doubts about the security of this website, you can view its source code <a href="https://git.ellpeck.de/Ellpeck/Web">on Gitea</a>.
|
||||||
<br>Keep in mind that you can also review or delete stored cookies for any site at any time in your browser's settings.
|
<br>Keep in mind that you can also review or delete stored cookies for any site at any time in your browser's settings.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -54,7 +54,7 @@ const questions = [{
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
q: 'How did you make this site?',
|
q: 'How did you make this site?',
|
||||||
a: 'I made this page using <a href="https://getbootstrap.com/">Bootstrap</a>. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is many years old and very messy, but you can look at it on the <a href="https://github.com/Ellpeck/Web">GitHub repository</a>.'
|
a: 'I made this page using <a href="https://getbootstrap.com/">Bootstrap</a>. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is many years old and very messy, but you can look at it on the <a href="https://git.ellpeck.de/Ellpeck/Web">Gitea repository</a>.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
q: 'What\'s your favorite programming language?',
|
q: 'What\'s your favorite programming language?',
|
||||||
|
|
Loading…
Reference in a new issue