Adding icons! Continuing about page.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ca49df8c6
commit
9f291c3a26
22 changed files with 143 additions and 32 deletions
|
@ -38,7 +38,7 @@ The majority of my software is also available on [Github](https://github.com). H
|
|||
<h1 class="text-center">Values I defend</h1>
|
||||
|
||||
<div class="columns-container padding-container-3" >
|
||||
{{< card 3 "purple" "topleft2bottomright" "privacy" "Privacy" >}}
|
||||
{{< card 2 "purple" "topleft2bottomright" "privacy" "Privacy" >}}
|
||||
Right to privacy is a fundamental [human right](https://www.un.org/en/about-us/universal-declaration-of-human-rights), and it's one of the core values I promote and defend.
|
||||
It is often undermined by companies whose business model rely solely on knowing more about you, and I actively work to reduce the dependence on these companies' products, including by promoting service [self hosting](https://www.computerhope.com/jargon/s/self-hosting.htm), as well as creating software that helps you protecting your privacy online like:
|
||||
- [{{< appIcon "accountfree" >}}AccountFree](https://apps.ad5001.eu/accountfree/), which helps protecting you from being data mined by social network companies
|
||||
|
@ -46,17 +46,13 @@ It is often undermined by companies whose business model rely solely on knowing
|
|||
- the webextension [{{< appIcon "unchecker" >}}unchecker](https://apps.ad5001.eu/unchecker/) which helps against semi-GDPR compliant websites.
|
||||
{{< /card >}}
|
||||
|
||||
{{< card 3 "blue" "top2bottom" "transparent" "Transparent" >}}
|
||||
{{< card 2 "blue" "top2bottom" "transparent" "Transparency" >}}
|
||||
Transparency is one of the greatest factors when it comes to how trustworthy a project is.
|
||||
Open source is one of the most important components when it comes to how transparent an IT project is, as it the requirement to publish all source code is a good deterrent against imposing unethical functionality.
|
||||
Open source in itself isn't the sole requirement for a project's full transparency, but alongside proper licensing and a transparent building process, it helps fostering proper trust for using open source projects.
|
||||
You can find the history of my projects creations either on my [Gitea profile](https://git.ad5001.eu/Ad5001) or my [Github profile](https://github.com/Ad5001), as well as build logs on [Drone CI](https://ci.ad5001.eu) and the builds on my [Nexus 3 instance](https://artifacts.accountfree.org).
|
||||
{{< /card >}}
|
||||
|
||||
{{< card 3 "green" "topright2bottomleft" "simple" "Keeping it simple" >}}
|
||||
|
||||
{{< /card >}}
|
||||
|
||||
</div>
|
||||
{{< /sectionSkewed >}}
|
||||
|
||||
|
@ -134,6 +130,9 @@ The primary mean to contact me is <a alt="Mail">by <i class="icon-mail"></i> ema
|
|||
However, you can also contact me through [<i class="icon-git"></i> Gitea](https://git.ad5001.eu) or [<i class="icon-github"></i> Github](https://github.com) for developement related purposes.
|
||||
I'm not really active on [<i class="icon-mastodon"></i> Mastodon](https://mastodon.technology/@Ad5001) or [<i class="icon-twitter"></i> Twitter](https://twitter.com/Ad5001P4F), but you can still contact me there. However, do except it may take time for me to respond.
|
||||
|
||||
<br>
|
||||
|
||||
<p class="text-center"><i>All product names, logos, and brandsare property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.</i></p>
|
||||
|
||||
<br>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue