style tables and add developers directory in about

This commit is contained in:
Liam Waldron 2023-10-27 09:44:21 -04:00
parent 8a7cc0dc7b
commit d24da5e476
2 changed files with 27 additions and 1 deletions

View File

@ -49,6 +49,19 @@
<p>The developers of Everest are strong advocates of free software, but understand that it cannot be implemented 100% of the time, such as in the form of drivers. We also understand that some users may prefer proprietary software over libre counterparts. We take no steps to prevent proprietary software in our package database, only requiring it to be licensed as such. This is a very different approach from heavily ideological distributions, some of which remove support for certain programs on a purely ideological basis.</p>
<strong>User Centrality</strong>
<p>We believe that instead of trying to make Everest easy to use out-of-the-box, we should instead focus on improving functionality for experienced users.</p>
<h2>Developers</h2>
<table>
<tr>
<th>Name</th>
<th>Email</th>
<th>Role(s)</th>
</tr>
<tr>
<td>Liam Waldron (lw-everestlinux)</td>
<td>liamwaldron@everestlinux.org</td>
<td>Head Developer</td>
</tr>
</table>
</div>
<footer>
<p>Copyright (C) 2021-2023 Everest Linux</p>

View File

@ -92,7 +92,20 @@ html {
color: #ECEFF4;
}
/* Everything below this line isn't styled yet */
table, td {
border: 2px solid;
border-color: #ECEFF4;
border-collapse: collapse;
padding: 4px;
background-color: #2E3440;
}
th {
border: 2px solid;
background-color: #88C0D0;
color: #2E3440;
border-color: #ECEFF4;
}
fhead {
background-color: #2E3440;