2023-10-20
parent
2e14bbb0d6
commit
0215e1310f
|
@ -0,0 +1,56 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>#AllYourBases</title>
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Paytone One';
|
||||||
|
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: #303030;
|
||||||
|
}
|
||||||
|
body, a {
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font-family: 'Paytone One', sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.heading {
|
||||||
|
font-size: 15vh;
|
||||||
|
}
|
||||||
|
.heading {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -130%);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.subheading {
|
||||||
|
font-size: 5vh;
|
||||||
|
}
|
||||||
|
.subheading {
|
||||||
|
position: absolute;
|
||||||
|
top: 70%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -130%);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="heading"><a href="show/index.html">Today's Topic</a></div>
|
||||||
|
|
||||||
|
<div class="subheading">#AllYourBases</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Engagement
|
||||||
|
|
||||||
|
* more engagement or less engagement?
|
||||||
|
* reverse chronological feed
|
||||||
|
* non- recommendation-engine feed
|
||||||
|
* what some misleading call an "algorithm"
|
||||||
|
* does it matter what time of the day you post?
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[Loading](../../it-came-from-the-fediverse/index.html)
|
Loading…
Reference in New Issue