Remove "Your Project" (see details)
For several reasons:
1. We already have a section dedicated to submitting projects.
2. The portion looks slightly weird because it's shifted to the right. Most of our content is centered.
3. The social links in the "Your Project" bubble is broken (expected because it doesn't exist) and sends the user back to the top of the page.
diff --git a/index.html b/index.html
index 2ce0fba..1937b2b 100644
--- a/index.html
+++ b/index.html
@@ -854,31 +854,6 @@
</div>
<!-- /.family -->
</div>
- <div class="col-lg-4">
- <div class="family">
- <div class="family-image text-center">
- <img class="img-circle img-responsive" src="images/question-mark.png">
- <div class="family-links ">
- <div class="family-links-list">
- <a href="#" target="_blank"><i class="fab fa-telegram"></i></a>
- <a href="#" target="_blank"><i class="fab fa-google-plus"></i></a>
- </div>
- <!-- /.family-links-list -->
- </div>
- <!-- /.family-links -->
- </div>
- <!-- /.family-image -->
- <div class="family-content text-center">
- <div class="family-name">Your Project</div>
- <div class="family-role">
- <h4>Submit your application now!</h4>
- </div>
- <h4 class="family-description"> Follow the link and fill out an application for your project!<br><br><a class="btn btn-rounded family-projects--btn" role="button" href="https://goo.gl/kAb7ti">Submit your project now</a></h4>
- </div>
- <!-- /.family-content -->
- </div>
- <!-- /.family -->
- </div>
</div>
</div>
</div>