Improve CSS. Improve text.

This commit is contained in:
inference 2022-11-09 03:58:47 +00:00
commit b71ecbb637
3 changed files with 68 additions and 58 deletions

View File

@ -110,6 +110,7 @@
<a class="table-link" href="https://www.tuv-nederland.nl/assets/files/cerfiticaten/2022/09/nscib-cc-22-0228971-cert-final.pdf"
>AVA_VAN.5 certified</a>, the highest level of vulnerability assessment. Google's
in-house Tensor SoC includes Tensor Security Core, further improving device security.<br>
<br>
Pixel 6-series devices are supported for a
<a class="table-link" href="https://support.google.com/nexus/answer/4457705#zippy=%2Cpixel-and-later"
>minimum of 5 years from launch</a>, an increase from
@ -189,10 +190,10 @@
<h4>Smartphone</h4>
<table>
<tr>
<td>Type</td>
<td>Software</td>
<td>Description</td>
<td>Source model<br>
<td class="table-title">Type</td>
<td class="table-title">Software</td>
<td class="table-title">Description</td>
<td class="table-title">Source model<br>
<br>
(License)</td>
</tr>

View File

@ -34,9 +34,12 @@
<br>
<h3>Metadata-free</h3>
<p>If metadata leakage is an issue for you, you can use the following
contact methods. Note that these services do not have verification
functionality, and will be treated as less secure; unless you really
need to use these services, use a preferred method instead.</p>
contact methods.<br>
<br>
Note: These services do not have verification
functionality and will be treated as less secure;
<strong>unless you really
need to use these services, use a preferred method instead.</strong></p>
<br>
<p><img class="logo-small" src="img/logo-briar.png" width="40px" height="40px"/> <a class="body-link" href="contact/briar.html">Briar</a></p>
<p><img class="logo-small" src="img/logo-session.png" width="40px" height="40px"/> <a class="body-link" href="contact/session.html">Session</a></p>

View File

@ -1,54 +1,3 @@
.sidebar {
height: 100%;
width: 250px;
position: fixed;
left: 0;
top: 0;
padding-top: 55px;
background-color: #909090;
text-align: center;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.table-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.logo-small {
transform: translate(0px, 13px);
}
body {
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
font-family: Roboto, sans-serif;
font-size: 20px;
background-color: #262626;
}
h1 {
font-family: Roboto, sans-serif;
font-size: 26px;
@ -80,6 +29,28 @@ h5 {
color: #ffffff;
}
h6 {
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
}
body {
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
font-family: Roboto, sans-serif;
font-size: 20px;
background-color: #262626;
}
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
p {
font-family: Roboto, sans-serif;
font-size: 18px;
@ -121,3 +92,38 @@ table, th, td {
color: #ffffff;
text-align: center;
}
.table-link {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}
.sidebar {
height: 100%;
width: 250px;
position: fixed;
left: 0;
top: 0;
padding-top: 55px;
background-color: #909090;
text-align: center;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
}
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
}
.logo-small {
transform: translate(0px, 13px);
}