32 lines
965 B
Vue
32 lines
965 B
Vue
<template>
|
|
<section class="principles">
|
|
<div class="principles">
|
|
<h2>We're devoted to...</h2>
|
|
|
|
<div class="principle">
|
|
<img src="/img/index/privacy.svg" alt="" />
|
|
<h3>Data Privacy</h3>
|
|
<p>Using updated security practices and protecting our users privacy.</p>
|
|
</div>
|
|
|
|
<div class="principle">
|
|
<img src="/img/index/experience.svg" alt="" />
|
|
<h3>User Experience</h3>
|
|
<p>Developing effective interfaces that provide clear value.</p>
|
|
</div>
|
|
|
|
<div class="principle">
|
|
<img src="/img/index/software.svg" alt="" />
|
|
<h3>Free Software</h3>
|
|
<p>Making our source code free for anyone to audit and modify.</p>
|
|
</div>
|
|
|
|
<div class="principle">
|
|
<img src="/img/index/community.svg" alt="" />
|
|
<h3>Creating Community</h3>
|
|
<p>Supporting large networks of free-spoken individuals.</p>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
</template> |