[CSS] Polished blog, docs, and soc CSS
This commit is contained in:
@@ -1,25 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
|
||||
<title>GNU social — Documentation
|
||||
</title>
|
||||
<link rel="shortcut icon" href="https://www.gnusocial.rocks/favicon.ico">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/reset.css">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/blog.css">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/fonts/opensans/opensans.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="home-menu menu menu-horizontal menu-fixed">
|
||||
<a class="menu-heading" href="https://gnusocial.rocks/">
|
||||
<img src="https://www.gnusocial.rocks/assets/img/gnu-social-logo-invert.svg" alt="GNU social">
|
||||
<b>gnu
|
||||
</b>social
|
||||
</a>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
|
||||
<title>GNU social — Documentation
|
||||
</title>
|
||||
<link rel="shortcut icon" href="https://www.gnusocial.rocks/favicon.ico">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/reset.css">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/css/blog.css">
|
||||
<link rel="stylesheet" href="https://www.gnusocial.rocks/assets/fonts/opensans/opensans.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a class="header-main" href="https://gnusocial.rocks/">
|
||||
<img src="https://www.gnusocial.rocks/assets/img/gnu-social-logo-invert.svg" alt="GNU social"><b>gnu</b>social
|
||||
</a>
|
||||
<aside class="header-sidebar">
|
||||
<ul class="menu-list">
|
||||
<li class="menu-item menu-selected">
|
||||
<a href="#" class="menu-link">Documentation
|
||||
@@ -42,10 +38,11 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
</aside>
|
||||
</header>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<main class="content">
|
||||
<h2 class="content-head is-center">Documentation
|
||||
</h2>
|
||||
<p>GNU social is distributed with four documentations.
|
||||
@@ -66,11 +63,11 @@
|
||||
<a href="/designer">Designer
|
||||
</a> one is an in-depth overview of the design motifs, and the design language used. Useful for creating new plugins and help as a basis for new themes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer l-box is-center">
|
||||
This site's source is
|
||||
<a href="https://code.undefinedhackers.net/GNUsocial/gnusocial.rocks">hosted here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</main>
|
||||
</div>
|
||||
<footer class="footer l-box is-center">
|
||||
This site's source is
|
||||
<a href="https://code.undefinedhackers.net/GNUsocial/gnusocial.rocks">hosted here</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user