-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 4.86 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 4.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title>Random Penguin #1 Projects</title>
<link rel="stylesheet" href="css/styles.css"/>
<link rel="stylesheet" href="css/postbox.min.css"/>
<style>
.postbox-mini {
height: 50px;
width: 50px;
border-radius: 10px;
margin: 5px;
display: inline-block;
padding: 0;
</style>
</head>
<body>
<h1>Random Penguin #1 Projects</h1>
<img id="coverphoto" src="images/antarctica_panorama.png" />
<img id="avatar" src="images/randompenguin_avatar.jpg"/>
<p>Hi, I'm just a random penguin on the internet making a mess of things. Here's some stuff I've made:</p>
<ul>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/bookface">Bookface</a>:</strong> a scheme for the "Frio" theme inspired by Facebook and designed to give <a href="https://friendi.ca/">Friendica</a> a more familiar and modern appearance. Has Light Mode, Dark Mode, and Auto variants.</li>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/userstyles">Bookface User Styles</a>:</strong> a user stylesheet to override the "Frio" theme and give <a href="https://friendi.ca/">Friendica</a> a more familiar, modern appearance even if the server administrator has not installed the Bookface schemes.</li>
<ul>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/bookface/-/wikis/home">Bookface Wiki</a>:</strong> How-To guide for both Friendica Administrators and Users</li>
</ul>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/bookface_custom">Bookface Custom</a>:</strong> An optional add-on for <a href="https://friendi.ca">Friendica</a> that allows you to customize all of the Bookface scheme's CSS variables.</li>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/zen_postbox">Zen Postbox</a>:</strong> An add-on for <a href="https://friendi.ca/">Friendica</a> to support creating and showing styled "Postbox" text-only posts in a fashion similar to a Facebook feature. <em>Zen Postbox</em> adds a compose tool with thumbnails and adds the BBcode automatically.</li>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/postbox">Postbox</a>:</strong> An add-on for <a href="https://friendi.ca/">Friendica</a> to support creating and showing styled "Postbox" text-only posts in a fashion similar to a Facebook feature. Unlike <em>Zen Postbox</em> this add-on <em>ONLY ADDS THE STYLESHEET.</em> There is no user interface for creating them, you have to manually enter the BBcode in the Compose window.</li>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/modcalc">ModCalc:</a></strong> A modern-looking calculator add-on for Friendica with responsive design, simple and scientific modes, and an optional, printable "adding machine" receipt.</li>
<li><strong><a class="project" href="https://gitlab.com/randompenguin/coverphoto">Coverphoto</a>:</strong> An optional add-on for <a href="https://friendi.ca">Friendica</a> that adds the ability to set and show a coverphoto/header image/banner on your profile.</li>
</ul>
<p>Those are the <strong>canonical</strong> locations for those projects on GitLab. The <a href="https://github.com/randompenguin1?tab=repositories">repositories here on GitHub</a> are <em>mirrors</em>
since the "<a href="https://github.com/friendica/friendica">Friendica</a>" project to which they are related is here.</p>
<div class="highlight">
<p>
<span class="blunk">
<span class="postbox-darkslateblue postbox-mini"></span>
<span class="postbox-lavender postbox-mini"></span>
<span class="postbox-redblue postbox-mini"></span>
</span>
View <a href="sampler.htm">LIVE EXAMPLES</a> of the Postbox Styles
<span class="blunk">
<span class="postbox-tealblue postbox-mini"></span>
<span class="postbox-polkadots postbox-mini"></span>
<span class="postbox-wavy postbox-mini"></span>
</span>
</p>
</div>
<h3>Resources</h3>
<ul>
<li><strong><a class="project" href="All_Friendica_Template_Variables.txt">All Friendica Template Variables</a></strong> My manually compiled list of all Friendica template variables I could find (text file)</li>
<li><strong><a class="project" href="https://github.com/friendica/friendica/compare/develop...danieldekay:friendica:document-smarty-template-variables">Friendica Template Variables</a></strong> an AI-generated list of template variables in the Friendica documentation, which is easier to read than mine but may be incomplete.</li>
</ul>
<h3>Socials:</h3>
<ul>
<li><a href="https://github.com/randompenguin1">github.com/randompenguin1</a> (here)</li>
<li><a href="https://gitlab.com/randompenguin">gitlab.com/randompenguin</a></li>
<li><a href="https://friendica.world/profile/randompenguin" rel="me">randompenguin@friendica.world</a></li>
<li><a href="https://dillyofapickle.com/profile/randompenguin" rel="me">randompenguin@dillyofapickle.com</a></li>
</ul>
</body>
</html>