Deploying to gh-pages from @ NullHypothesis/censorbib@0b50e80df8 🚀

This commit is contained in:
NullHypothesis 2024-03-30 13:03:44 +00:00
parent 4de088139d
commit 446a25fec7

View file

@ -1,3 +1,4 @@
<div id='container'>
<!DOCTYPE html>
<html lang="en">
@ -13,23 +14,23 @@
body {
font-family: Roboto,Helvetica,sans-serif;
background: #ddd;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin: 1em auto;
max-width: 1000px;
}
li {
margin-top: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-radius: 10px;
margin: 0.5em;
padding: 0.5em;
}
h1 {
font-size: 25px;
font-size: 2em;
color: #efefef;
width: 80%;
float: left;
}
ul {
padding: 0.5em;
list-style-type: none; /* Disable bullet points */
border-radius: 10px;
border:1px solid #c0c0c0;
background: #f5f5f5;
@ -46,9 +47,15 @@
a:hover {
text-decoration:underline;
}
.icons a:hover {
text-decoration: none;
}
p {
margin: 0px;
}
#container {
margin: 1em;
}
.author {
color: #666;
}
@ -87,7 +94,7 @@
font-size: 12px;
}
:target {
background-color: #f6ba81;
background-color: #ffb772;
}
#left-header {
flex: 4;
@ -123,6 +130,8 @@
background: #333 url('assets/open-access.svg') right/25% no-repeat;
}
#censorbib-description {
font-size: 1.15em;
text-align: justify;
padding: 1em;
flex: 5;
}
@ -159,15 +168,9 @@
<div class="flex-row">
<div id="censorbib-description">
CensorBib is an online archive of selected research papers in the field
of Internet censorship. Most papers on CensorBib approach the topic
from a technical angle, by proposing designs that circumvent censorship
systems, or by measuring how censorship works. The icons next to each
paper make it easy to download, cite, and link to papers. If you think
I missed a paper,
<a href="https://github.com/NullHypothesis/censorbib">
make a pull request
</a>.
CensorBib is an archive of selected academic research papers on
Internet censorship. If you think I missed a paper,
<a href="https://github.com/NullHypothesis/censorbib">make a pull request</a>.
Finally, the
<a href="https://github.com/net4people/bbs/issues">net4people/bbs forum</a>
has reading groups for many of the papers listed below.
@ -180,7 +183,7 @@
</div>
<div class="menu-item">
<img class="top-icon" src="assets/update-icon.svg" alt="update icon">
<a href="https://github.com/NullHypothesis/censorbib/commits/master">Last update: 2024-03-21</a>
<a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated: 2024-03-30</a>
</div>
</div> <!-- censorbib-links -->
@ -195,7 +198,7 @@
</div>
<div id="book-info" style="flex: 0 1 auto">
Are you a researcher? If so, you may like my book
Are you a researcher? You may like my book
<a href="http://research-power-tools.com">Research Power Tools</a>.
</div>
</div>
@ -8688,4 +8691,4 @@ Icons taken without modification from
</div>
</body>
</html>
</html></div>