Compare commits
No commits in common. "a936a83b98c547594926b37ac9d78f8ba444f281" and "749370c306cc7393671c1475014f90ab87dd9dea" have entirely different histories.
a936a83b98
...
749370c306
4 changed files with 6 additions and 15 deletions
Binary file not shown.
Before Width: | Height: | Size: 390 B |
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
||||||
<use xlink:href="#_Image1" x="0" y="0" width="32px" height="32px"/>
|
|
||||||
<defs>
|
|
||||||
<image id="_Image1" width="32px" height="32px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAVElEQVRYhe3XQQqAMAxE0T/i/a8cL2At6GIW/mwb6CMMgQQYinU0PxcgQADAuWuY+bYmkjy+1ycgoA7YhvCuVsF6E9j6BAQIECCgDgjeBQIE/B1wAfzRCEEpUdkUAAAAAElFTkSuQmCC"/>
|
|
||||||
</defs>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 854 B |
12
index.html
12
index.html
|
@ -8,12 +8,13 @@
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
|
|
||||||
<!-- Favicon and title -->
|
<!-- Favicon and title -->
|
||||||
<link rel="icon" href="https://nolog.page/favicon.svg">
|
<link rel="icon" href="https://design.codeberg.org/favicon.ico">
|
||||||
<title>NoLog Pages - static pages for your projects</title>
|
<title>NoLog Pages - static pages for your projects</title>
|
||||||
|
|
||||||
<!-- Codeberg Design CSS -->
|
<!-- Codeberg Design CSS -->
|
||||||
<link rel="icon" href="https://nolog.page/favicon.svg" type="image/svg+xml" />
|
<link rel="icon" href="https://design.codeberg.org/logo-kit/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="apple-touch-icon" href="https://nolog.page/apple-touch-icon.png" />
|
<link rel="icon" href="https://design.codeberg.org/logo-kit/favicon.svg" type="image/svg+xml" />
|
||||||
|
<link rel="apple-touch-icon" href="https://design.codeberg.org/logo-kit/apple-touch-icon.png" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
|
<link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
|
||||||
<script defer src="https://design.codeberg.org/design-kit/codeberg.js"></script>
|
<script defer src="https://design.codeberg.org/design-kit/codeberg.js"></script>
|
||||||
|
@ -32,7 +33,7 @@
|
||||||
<!-- Reference: https://www.gethalfmoon.com/docs/navbar -->
|
<!-- Reference: https://www.gethalfmoon.com/docs/navbar -->
|
||||||
<!-- Navbar brand -->
|
<!-- Navbar brand -->
|
||||||
<a href="https://nolog.page" class="navbar-brand" title="Codeberg Design">
|
<a href="https://nolog.page" class="navbar-brand" title="Codeberg Design">
|
||||||
<img src="https://nolog.page/logo.svg" alt="Codeberg">
|
<img src="https://design.codeberg.org/logo-kit/icon_inverted.svg" alt="Codeberg">
|
||||||
Pages
|
Pages
|
||||||
</a>
|
</a>
|
||||||
<!-- Navbar nav -->
|
<!-- Navbar nav -->
|
||||||
|
@ -109,7 +110,6 @@
|
||||||
<div>
|
<div>
|
||||||
<h3>Host static websites with NoLog Pages!</h3>
|
<h3>Host static websites with NoLog Pages!</h3>
|
||||||
<p>It's quick, easy, free & fast - just put your open source project's homepage, developer blog or web experiment into a Git repository at <a style="color: inherit; opacity: 0.6" href="https://git.nolog.cz">git.nolog.cz</a>, and we'll do the rest.</p>
|
<p>It's quick, easy, free & fast - just put your open source project's homepage, developer blog or web experiment into a Git repository at <a style="color: inherit; opacity: 0.6" href="https://git.nolog.cz">git.nolog.cz</a>, and we'll do the rest.</p>
|
||||||
<p>This service is available thanks to awesome developers of <a style="color: inherit; opacity: 0.6" href="https://codeberg.org/Codeberg/pages-server">Pages server</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
<code class="code">TXT [[<i>branch</i>.]<i>repo</i>.]<i>user</i>.nolog.page</code>
|
<code class="code">TXT [[<i>branch</i>.]<i>repo</i>.]<i>user</i>.nolog.page</code>
|
||||||
<br><br>
|
<br><br>
|
||||||
If ALIAS isn't supported, use A instead:<br>
|
If ALIAS isn't supported, use A instead:<br>
|
||||||
<code class="code">A 93.185.97.214</code><br>
|
<code class="code">A 109.248.251.72</code><br>
|
||||||
+ <code class="code">TXT</code> as above
|
+ <code class="code">TXT</code> as above
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
1
logo.svg
1
logo.svg
|
@ -1 +0,0 @@
|
||||||
<svg width="100%" height="100%" viewBox="0 0 400 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M60,0l-60,0l0,60l20,0l0,-41l20,0l-0,41l20,0l-0,-60Z" fill="#ffffff"/><path d="M140,60l50,0l-0,-19l-30,0l0,-41l-20,0l0,60Z" fill="#ffffff"/><path d="M130,0l-60,0l0,60l60,0l0,-60Zm-40,19l0,22l20,0l0,-22l-20,0Z" fill="#ffffff"/><path d="M260,0l-60,0l-0,60l60,0l-0,-60Zm-40,19l-0,22l20,0l-0,-22l-20,0Z" fill="#ffffff"/><path d="M270,60l60,-0l-0,-35l-20,0l-0,16l-20,0l-0,-22l40,-0l-0,-19l-60,-0l-0,60Z" fill="#ffffff"/><path d="M372.164,2.865l6.571,20.729l21.265,0l-17.203,12.812l6.571,20.729l-17.204,-12.811l-17.203,12.811l6.571,-20.729l-17.204,-12.812l21.265,0l6.571,-20.729Z" fill="#ffffff"/></svg>
|
|
Before Width: | Height: | Size: 895 B |
Loading…
Add table
Reference in a new issue