style tables and add developers directory in about
This commit is contained in:
parent
8a7cc0dc7b
commit
d24da5e476
13
about.html
13
about.html
@ -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>
|
<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>
|
<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>
|
<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>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Copyright (C) 2021-2023 Everest Linux</p>
|
<p>Copyright (C) 2021-2023 Everest Linux</p>
|
||||||
|
15
css/nord.css
15
css/nord.css
@ -92,7 +92,20 @@ html {
|
|||||||
color: #ECEFF4;
|
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 {
|
fhead {
|
||||||
background-color: #2E3440;
|
background-color: #2E3440;
|
||||||
|
Loading…
Reference in New Issue
Block a user