-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
94 lines (74 loc) · 2.66 KB
/
about.html
File metadata and controls
94 lines (74 loc) · 2.66 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>steemutils.about();</title>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<style>
body {
margin: 0;
}
div#bar1 {
width: 100%;
background-color: #ffb6c1;
padding: 0.25em 0em 0.25em 1em;
margin-bottom: 0.5em;
position: fixed;
}
div#bar1 a {
text-decoration: none;
color: #fff;
}
div#content {
padding-top: 1em;
width: 100%;
margin: 0em 1em 0em 1em;
}
div#content tr {
vertical-align: top;
}
div#content td {
padding-left: 4px;
padding-right: 4px;
}
div#content p {
text-align: justify;
}
div#content table a {
text-decoration: none;
color: #fff;
background-color: #ffb6c1;
border-radius: 3px;
-moz-border-radius: 3px;
padding: 1px 2px 1px 2px;
}
div#content table li {
margin-bottom: 4px;
}
</style>
</head>
<body>
<div id="bar1">
<a href="index.html"><b>home</b></a>
<a href="about.html"><b>about</b></a>
<a href="https://github.com/steemutils/steemutils.github.io" target="_BLANK"><b>contribute</b></a>
</div>
<div id="content">
<table align="center" width="80%">
<tr>
<td width="30%"><p><b>What is Steemit?</b><br />"Steemit is a social network and content rewards platform that makes the crowd the beneficiaries of the attention economy. It does this be rewarding users with STEEM.<br /><br />Steemit has redefined social media by building a living, breathing, and growing social economy; a community where users are getting rewarded for sharing their voice."<sup>[<a href="https://steemit.com/faq.html#What_is_Steemit_com" target="_BLANK">1</a>]</sup></p></td>
<td width="30%" style="padding-left: 4px; padding-right: 4px;"><p><b>What is this site?</b><br />It's a site for a load of random utilities to be used with Steemit - e.g. a BBCode to Markdown converter.</p></td>
<td width="30%">
<p><b>Who is Breadinator?</b><br />She is the creator of this site. She's an anti-sectarian revolutionary communist who's into politics and tech.<br /><br />General links:</p>
<ul style="padding-left: 1em;">
<li><a href="https://securebread.weebly.com" target="_BLANK">Blog</a> (Weebly)</li>
<li><a href="https://steemit.com/@br3adina7or" target="_BLANK">Blog Mirror</a> (Steemit)</li>
<li><a href="https://securebread.tumblr.com/" target="_BLANK">Blog mirror</a> (Tumblr)</li>
<li><a href="https://twitter.com/br3adina7or" target="_BLANK">Twitter</a></li>
<li><a href="https://github.com/Breadinator" target="_BLANK">Github</a></li>
</ul>
</td>
</tr>
</table>
</div>
</body>
</html>