@@ -155,7 +155,7 @@ Colours
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
a {
|
||||
color: #white;
|
||||
a, a:visited {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,21 +35,21 @@
|
||||
|
||||
<section id="footer" class="section has-blue-bg">
|
||||
<div class="container has-text-centered">
|
||||
<a href="" class="is-size-4 social-link">
|
||||
<a href="https://twitter.com/bumi" class="is-size-4 social-link">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a href="" class="is-size-4 social-link">
|
||||
<a href="https://github.com/bumi" class="is-size-4 social-link">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a href="" class="is-size-4 social-link">
|
||||
<i class="fab fa-dev"></i>
|
||||
</a>
|
||||
<p class="has-text-white is-size-7">
|
||||
Crafted in Rwanda and Germany by <a href="https://twitter.com/bumi">@bumi</a>, <a href="https://twitter.com/musayann">@musayann</a> & <a href="https://github.com/karemarsy">@karemarsy</a>
|
||||
</p>
|
||||
<p class="has-text-white is-size-7">
|
||||
<a href="/privacy">Privacy Policy</a> - <a href="/terms">Terms of Service</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
Login with your existing Google account, no new credentials needed.
|
||||
Do you need help? <%= link_to 'let us know', help_url %>.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
By signing in you agree to <br> the <%= link_to 'Terms of Service', '/terms' %> and <%= link_to 'Privacy Policy', '/privacy' %>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
<p>
|
||||
Do you need help? <%= link_to 'let us know', help_url %>.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
By signing in you agree to <br> the <%= link_to 'Terms of Service', '/terms' %> and <%= link_to 'Privacy Policy', '/privacy' %>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user