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