Skip to content

Commit

Permalink
Update to header, links, icons, docs image
Browse files Browse the repository at this point in the history
  • Loading branch information
d-spencer-strickland committed Sep 5, 2023
1 parent 00e68cf commit 89ec945
Show file tree
Hide file tree
Showing 11 changed files with 205 additions and 280 deletions.
327 changes: 122 additions & 205 deletions static/css/styles.css

Large diffs are not rendered by default.

Binary file modified static/img/fpo/learn_courtroom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions templates/community_temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@

<div class="p-6 text-white bg-white rounded-lg shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
<h5 class="text-2xl font-bold leading-tight text-orange">Mailing Lists</h5>
<p class="py-1 border-b border-gray-700">Better your understanding of Boost and C++: join or explore the archives of our mailing list, a humble space where enthusiasts share insights and engage in meaningful dialogue.</p>
<p class="py-1 my-2 border-b border-gray-700">Better your understanding of Boost and C++: join or explore the archives of our mailing list, a humble space where enthusiasts share insights and engage in meaningful dialogue.</p>
<div class="grid grid-cols-2 lg:grid-cols-3">

<a href="https://lists.boost.org/mailman/listinfo.cgi/boost" class="p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate">
<a href="https://lists.boost.org/mailman/listinfo.cgi/boost" class="p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">
<h6 class="pb-1 text-base">Developers</h6>
<i class="fa fa-helmet-safety"></i>
</a>

<a href="https://lists.boost.org/mailman/listinfo.cgi/boost-users" class="order-3 col-span-2 p-3 text-center rounded-lg cursor-pointer lg:order-2 lg:col-span-1 hover:bg-gray-100 group dark:hover:bg-slate">
<a href="https://lists.boost.org/mailman/listinfo.cgi/boost-users" class="order-3 col-span-2 p-3 text-center rounded-lg cursor-pointer lg:order-2 lg:col-span-1 hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">
<h6 class="pb-1 text-base">Users</h6>
<i class="fa fa-user fa-lg"></i>
</a>

<a href="https://lists.boost.org/mailman/listinfo.cgi/boost-announce" class="order-2 justify-self-center p-3 text-center rounded-lg cursor-pointer lg:order-3 hover:bg-gray-100 group dark:hover:bg-slate">
<a href="https://lists.boost.org/mailman/listinfo.cgi/boost-announce" class="order-2 justify-self-center p-3 text-center rounded-lg cursor-pointer lg:order-3 hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">
<h6 class="pb-1 text-base">Announcements</h6>
<i class="fa fa-bullhorn"></i>
</a>
Expand All @@ -34,7 +34,7 @@ <h6 class="pb-1 text-base">Announcements</h6>

<div class="p-6 text-white bg-white rounded-lg shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
<h5 class="text-2xl font-bold leading-tight text-orange">Discussion Forums</h5>
<p class="py-1 border-b border-gray-700"></p>
<p class="py-1 my-2 border-b border-gray-700"></p>

<div class="w-full text-center">
<h2>Coming Soon!</h2>
Expand All @@ -48,11 +48,11 @@ <h2>Coming Soon!</h2>
<div class="p-6 text-white bg-white rounded-lg shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
<h5 class="text-2xl font-bold leading-tight text-orange">Official C++ Language Slack Workspace</h5>

<p class="py-1 border-b border-gray-700">Join our Slack Workspace to experience live C++ discussions with engineers, users, and committee members from all time zones. As our plan is fully paid by our sponsor, we offer full history, free video conferencing, graphical collaborative tools, and more! Explore collective learning in this social media haven today.</p>
<p class="py-1 my-2 border-b border-gray-700">Join our Slack Workspace to experience live C++ discussions with engineers, users, and committee members from all time zones. As our plan is fully paid by our sponsor, we offer full history, free video conferencing, graphical collaborative tools, and more! Explore collective learning in this social media haven today.</p>

<div class="flex flex-col">
<a href="https://cppalliance.org/slack/" class="flex p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate">Join C++ Slack</a>
<a href="https://cpplang.slack.com/" class="flex p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate">Visit the Workspace</a>
<a href="https://cppalliance.org/slack/" class="flex p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Join C++ Slack</a>
<a href="https://cpplang.slack.com/" class="flex p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Visit the Workspace</a>
</div>

</div>
Expand All @@ -62,20 +62,20 @@ <h5 class="text-2xl font-bold leading-tight text-orange">Official C++ Language S
class="text-xl font-bold leading-tight text-orange">
Users
</h5>
<p class="py-1 border-b border-gray-700">See everyone involved with Boost.</p>
<p class="py-1 my-2 border-b border-gray-700">See everyone involved with Boost.</p>
<ul class="flex flex-wrap mt-2 pt-2 space-y-2">
<li class="w-1/2 text-center"><a href="https://www.boost.org/users/people.html">Authors</a></li>
<li class="w-1/2 text-center"><a href="https://www.boost.org/community/moderators.html">Moderators</a></li>
<li class="w-1/2 text-center"><a href="https://sites.google.com/a/boost.org/steering/">Steering Committee</a></li>
<li class="w-1/2 text-center"><a href="https://www.boost.org/users/memoriam/beman_dawes.html">In Memoriam: Beman Davis</a></li>
<li class="w-1/2 text-center"><a href="https://www.boost.org/users/people.html" class="text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Authors</a></li>
<li class="w-1/2 text-center"><a href="https://www.boost.org/community/moderators.html" class="text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Moderators</a></li>
<li class="w-1/2 text-center"><a href="https://sites.google.com/a/boost.org/steering/" class="text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Steering Committee</a></li>
<li class="w-1/2 text-center"><a href="https://www.boost.org/users/memoriam/beman_dawes.html" class="text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">In Memoriam: Beman Davis</a></li>
</ul>
</div>

<div class="p-6 text-white bg-white rounded-lg shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
<h5 class="text-2xl font-bold leading-tight text-orange">Twitter</h5>
<p class="py-1 border-b border-gray-700">Follow us, like, and retweet announcements and informative updates about Boost and C++.</p>
<p class="py-1 my-2 border-b border-gray-700">Follow us, like, and retweet announcements and informative updates about Boost and C++.</p>
<br />
<a href="https://twitter.com/boost_libraries" class="block p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate">Official Boost Twitter<br /><i class="fa-brands fa-twitter fa-3x"></i></a>
<a href="https://twitter.com/boost_libraries" class="block p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Official Boost Twitter<br /><i class="fa-brands fa-twitter fa-3x"></i></a>
</div>

<div class="p-6 text-white bg-white rounded-lg shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
Expand All @@ -84,7 +84,7 @@ <h5 class="text-2xl font-bold leading-tight text-orange">ISO C++</h5>
<p>The Standard C++ Foundation (Standard CPP Foundation in some databases that don’t support + in names) is a Washington 501(c)(6) not-for-profit organization whose purpose is to support the C++ software developer community and promote the understanding and use of modern Standard C++ on all compilers and platforms.</p>


<a href="https://isocpp.org/" class="flex p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate">Visit the ISO C++ Site</a>
<a href="https://isocpp.org/" class="flex p-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">Visit the ISO C++ Site</a>

</div>
</div>
Expand Down
Loading

0 comments on commit 89ec945

Please sign in to comment.