-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
24 lines (18 loc) · 1000 Bytes
/
community.html
File metadata and controls
24 lines (18 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="content_filler">
<!-- <section id="community" class="text-center">
<div class="bg-overlay">
<div class="text_div">
<h3 class="upper">Community</h3>
<p>Follow us on Facebook, Twitter, Github or Reddit for the latest news.<br>You can also ask questions or become a beta tester!</p>
</div>
<div class="social">
<div class="social-btns">
<a rel="noopener" target="_blank" href="https://www.facebook.com/"><img src="images/icons/facebook.png" alt="Facebook"></a>
<a rel="noopener" target="_blank" href="https://twitter.com/"><img src="images/icons/twitter.png" alt="Twitter"></a>
<a rel="noopener" target="_blank" href="https://github.com/romansj/Notes_app_android"><img src="images/icons/github.png" alt="GitHub"></a>
<a rel="noopener" target="_blank" href="https://www.reddit.com"><img src="images/icons/reddit.png" alt="Reddit"></a>
</div>
</div>
</div>
</section> -->
</div>