diff --git a/static/css/styles.css b/static/css/styles.css
index 2b2bf003..a51b3623 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -1133,10 +1133,6 @@ select.dropdown {
order: 4;
}
-.order-6 {
- order: 6;
-}
-
.order-5 {
order: 5;
}
@@ -1145,6 +1141,10 @@ select.dropdown {
order: 7;
}
+.order-6 {
+ order: 6;
+}
+
.col-span-2 {
grid-column: span 2 / span 2;
}
@@ -1179,6 +1179,16 @@ select.dropdown {
margin-right: auto;
}
+.my-2 {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+}
+
+.my-5 {
+ margin-top: 1.25rem;
+ margin-bottom: 1.25rem;
+}
+
.my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
@@ -1194,11 +1204,6 @@ select.dropdown {
margin-bottom: 0.75rem;
}
-.my-5 {
- margin-top: 1.25rem;
- margin-bottom: 1.25rem;
-}
-
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
@@ -1209,11 +1214,6 @@ select.dropdown {
margin-bottom: 2.75rem;
}
-.my-2 {
- margin-top: 0.5rem;
- margin-bottom: 0.5rem;
-}
-
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
@@ -1265,10 +1265,6 @@ select.dropdown {
margin-left: 1.5rem;
}
-.mb-16 {
- margin-bottom: 4rem;
-}
-
.mt-3 {
margin-top: 0.75rem;
}
@@ -1405,10 +1401,6 @@ select.dropdown {
display: none;
}
-.aspect-square {
- aspect-ratio: 1 / 1;
-}
-
.h-screen {
height: 100vh;
}
@@ -1461,31 +1453,20 @@ select.dropdown {
height: 1rem;
}
-.h-\[470px\] {
- height: 470px;
-}
-
-.h-fit {
- height: -moz-fit-content;
- height: fit-content;
-}
-
-.max-h-\[470px\] {
- max-height: 470px;
+.h-96 {
+ height: 24rem;
}
.max-h-96 {
max-height: 24rem;
}
-.max-h-min {
- max-height: -moz-min-content;
- max-height: min-content;
+.max-h-3 {
+ max-height: 0.75rem;
}
-.max-h-max {
- max-height: -moz-max-content;
- max-height: max-content;
+.max-h-36 {
+ max-height: 9rem;
}
.w-full {
@@ -1504,6 +1485,10 @@ select.dropdown {
width: auto;
}
+.w-4\/6 {
+ width: 66.666667%;
+}
+
.w-48 {
width: 12rem;
}
@@ -1557,10 +1542,6 @@ select.dropdown {
width: 16.666667%;
}
-.w-4\/6 {
- width: 66.666667%;
-}
-
.w-\[80px\] {
width: 80px;
}
@@ -1609,16 +1590,6 @@ select.dropdown {
width: 300px;
}
-.w-fit {
- width: -moz-fit-content;
- width: fit-content;
-}
-
-.w-max {
- width: -moz-max-content;
- width: max-content;
-}
-
.min-w-\[100px\] {
min-width: 100px;
}
@@ -1635,19 +1606,6 @@ select.dropdown {
max-width: 100%;
}
-.max-w-none {
- max-width: none;
-}
-
-.max-w-min {
- max-width: -moz-min-content;
- max-width: min-content;
-}
-
-.max-w-\[572px\] {
- max-width: 572px;
-}
-
.flex-auto {
flex: 1 1 auto;
}
@@ -1720,14 +1678,14 @@ select.dropdown {
grid-auto-flow: column;
}
-.auto-rows-fr {
- grid-auto-rows: minmax(0, 1fr);
-}
-
.auto-rows-min {
grid-auto-rows: min-content;
}
+.auto-rows-fr {
+ grid-auto-rows: minmax(0, 1fr);
+}
+
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
@@ -1820,8 +1778,8 @@ select.dropdown {
gap: 1rem;
}
-.gap-y-5 {
- row-gap: 1.25rem;
+.gap-y-0 {
+ row-gap: 0px;
}
.gap-y-10 {
@@ -1833,28 +1791,24 @@ select.dropdown {
column-gap: 0.75rem;
}
-.gap-y-0 {
- row-gap: 0px;
-}
-
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
-.space-y-4 > :not([hidden]) ~ :not([hidden]) {
- --tw-space-y-reverse: 0;
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
-}
-
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
+.space-y-4 > :not([hidden]) ~ :not([hidden]) {
+ --tw-space-y-reverse: 0;
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
+}
+
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1956,10 +1910,6 @@ select.dropdown {
justify-self: center;
}
-.overflow-hidden {
- overflow: hidden;
-}
-
.overflow-x-auto {
overflow-x: auto;
}
@@ -1972,14 +1922,6 @@ select.dropdown {
overflow-x: hidden;
}
-.overflow-y-hidden {
- overflow-y: hidden;
-}
-
-.overflow-x-clip {
- overflow-x: clip;
-}
-
.whitespace-normal {
white-space: normal;
}
@@ -2008,11 +1950,6 @@ select.dropdown {
border-radius: 0.125rem;
}
-.rounded-t-lg {
- border-top-left-radius: 0.5rem;
- border-top-right-radius: 0.5rem;
-}
-
.rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
@@ -2021,14 +1958,6 @@ select.dropdown {
border-top-right-radius: 0.5rem;
}
-.rounded-bl-lg {
- border-bottom-left-radius: 0.5rem;
-}
-
-.rounded-br-lg {
- border-bottom-right-radius: 0.5rem;
-}
-
.border {
border-width: 1px;
}
@@ -2117,6 +2046,16 @@ select.dropdown {
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
+.border-gray-500 {
+ --tw-border-opacity: 1;
+ border-color: rgb(107 114 128 / var(--tw-border-opacity));
+}
+
+.border-gray-100 {
+ --tw-border-opacity: 1;
+ border-color: rgb(243 244 246 / var(--tw-border-opacity));
+}
+
.bg-red-600 {
--tw-bg-opacity: 1;
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
@@ -2132,6 +2071,14 @@ select.dropdown {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
+.bg-transparent {
+ background-color: transparent;
+}
+
+.bg-green\/40 {
+ background-color: rgb(90 213 153 / 0.4);
+}
+
.bg-orange {
--tw-bg-opacity: 1;
background-color: rgb(255 159 0 / var(--tw-bg-opacity));
@@ -2181,10 +2128,6 @@ select.dropdown {
background-color: rgb(23 42 52 / var(--tw-bg-opacity));
}
-.bg-green\/40 {
- background-color: rgb(90 213 153 / 0.4);
-}
-
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -2198,17 +2141,12 @@ select.dropdown {
background-color: rgb(254 240 138 / 0.7);
}
-.bg-transparent {
- background-color: transparent;
-}
-
.bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
-.object-contain {
- -o-object-fit: contain;
- object-fit: contain;
+.fill-current {
+ fill: currentColor;
}
.object-cover {
@@ -2216,26 +2154,6 @@ select.dropdown {
object-fit: cover;
}
-.object-fill {
- -o-object-fit: fill;
- object-fit: fill;
-}
-
-.object-none {
- -o-object-fit: none;
- object-fit: none;
-}
-
-.object-scale-down {
- -o-object-fit: scale-down;
- object-fit: scale-down;
-}
-
-.object-center {
- -o-object-position: center;
- object-position: center;
-}
-
.p-6 {
padding: 1.5rem;
}
@@ -2527,9 +2445,9 @@ select.dropdown {
line-height: 2.25rem;
}
-.text-sm {
- font-size: 0.875rem;
- line-height: 1.25rem;
+.text-lg {
+ font-size: 1.125rem;
+ line-height: 1.75rem;
}
.text-4xl {
@@ -2537,9 +2455,9 @@ select.dropdown {
line-height: 2.5rem;
}
-.text-lg {
- font-size: 1.125rem;
- line-height: 1.75rem;
+.text-sm {
+ font-size: 0.875rem;
+ line-height: 1.25rem;
}
.text-xs {
@@ -2825,6 +2743,11 @@ select.dropdown {
color: rgb(255 159 0 / var(--tw-text-opacity));
}
+.hover\:text-slate:hover {
+ --tw-text-opacity: 1;
+ color: rgb(49 74 87 / var(--tw-text-opacity));
+}
+
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
@@ -2915,6 +2838,10 @@ select.dropdown {
border-color: rgb(5 26 38 / var(--tw-divide-opacity));
}
+.dark .dark\:border-0 {
+ border-width: 0px;
+}
+
.dark .dark\:border-slate {
--tw-border-opacity: 1;
border-color: rgb(49 74 87 / var(--tw-border-opacity));
@@ -3033,6 +2960,11 @@ select.dropdown {
color: rgb(255 159 0 / var(--tw-text-opacity));
}
+.dark .dark\:hover\:text-white:hover {
+ --tw-text-opacity: 1;
+ color: rgb(255 255 255 / var(--tw-text-opacity));
+}
+
.dark .dark\:hover\:shadow-\[0_0_5px_5px_rgba\(0\2c 100\2c 100\2c 0\.05\)\]:hover {
--tw-shadow: 0 0 5px 5px rgba(0,100,100,0.05);
--tw-shadow-colored: 0 0 5px 5px var(--tw-shadow-color);
@@ -3116,26 +3048,6 @@ select.dropdown {
order: 9999;
}
- .md\:order-1 {
- order: 1;
- }
-
- .md\:order-5 {
- order: 5;
- }
-
- .md\:order-6 {
- order: 6;
- }
-
- .md\:order-7 {
- order: 7;
- }
-
- .md\:col-span-2 {
- grid-column: span 2 / span 2;
- }
-
.md\:float-right {
float: right;
}
@@ -3309,18 +3221,10 @@ select.dropdown {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
- .md\:grid-rows-3 {
- grid-template-rows: repeat(3, minmax(0, 1fr));
- }
-
.md\:grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
- .md\:flex-row {
- flex-direction: row;
- }
-
.md\:justify-start {
justify-content: flex-start;
}
@@ -3334,10 +3238,6 @@ select.dropdown {
column-gap: 2.5rem;
}
- .md\:gap-y-5 {
- row-gap: 1.25rem;
- }
-
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
@@ -3391,39 +3291,10 @@ select.dropdown {
border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
- .md\:rounded-none {
- border-radius: 0px;
- }
-
- .md\:rounded-lg {
- border-radius: 0.5rem;
- }
-
- .md\:rounded-l-lg {
- border-top-left-radius: 0.5rem;
- border-bottom-left-radius: 0.5rem;
- }
-
.md\:rounded-tl-none {
border-top-left-radius: 0px;
}
- .md\:rounded-tl-lg {
- border-top-left-radius: 0.5rem;
- }
-
- .md\:rounded-tr-lg {
- border-top-right-radius: 0.5rem;
- }
-
- .md\:rounded-bl-lg {
- border-bottom-left-radius: 0.5rem;
- }
-
- .md\:rounded-br-lg {
- border-bottom-right-radius: 0.5rem;
- }
-
.md\:border {
border-width: 1px;
}
@@ -3585,6 +3456,18 @@ select.dropdown {
order: 3;
}
+ .lg\:order-1 {
+ order: 1;
+ }
+
+ .lg\:order-6 {
+ order: 6;
+ }
+
+ .lg\:order-7 {
+ order: 7;
+ }
+
.lg\:col-span-1 {
grid-column: span 1 / span 1;
}
@@ -3597,10 +3480,20 @@ select.dropdown {
grid-column: span 3 / span 3;
}
+ .lg\:my-0 {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
+ .lg\:max-h-max {
+ max-height: -moz-max-content;
+ max-height: max-content;
+ }
+
.lg\:min-w-\[300px\] {
min-width: 300px;
}
@@ -3609,6 +3502,10 @@ select.dropdown {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
+ .lg\:grid-cols-2 {
+ grid-template-columns: repeat(2, minmax(0, 1fr));
+ }
+
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
@@ -3621,6 +3518,10 @@ select.dropdown {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
+ .lg\:gap-y-5 {
+ row-gap: 1.25rem;
+ }
+
.lg\:gap-y-0 {
row-gap: 0px;
}
@@ -3642,6 +3543,22 @@ select.dropdown {
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
+ .lg\:rounded-tl-lg {
+ border-top-left-radius: 0.5rem;
+ }
+
+ .lg\:rounded-tr-lg {
+ border-top-right-radius: 0.5rem;
+ }
+
+ .lg\:rounded-bl-lg {
+ border-bottom-left-radius: 0.5rem;
+ }
+
+ .lg\:rounded-br-lg {
+ border-bottom-right-radius: 0.5rem;
+ }
+
.lg\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
diff --git a/static/img/fpo/learn_courtroom.png b/static/img/fpo/learn_courtroom.png
index 83a75c59..91ba8cd1 100644
Binary files a/static/img/fpo/learn_courtroom.png and b/static/img/fpo/learn_courtroom.png differ
diff --git a/templates/community_temp.html b/templates/community_temp.html
index 3df1ae37..b6d02104 100644
--- a/templates/community_temp.html
+++ b/templates/community_temp.html
@@ -10,20 +10,20 @@
Mailing Lists
-
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.
+
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.
-
+
Developers
-
+
Users
-
+
Announcements
@@ -34,7 +34,7 @@
Announcements
Discussion Forums
-
+
Coming Soon!
@@ -48,11 +48,11 @@
Coming Soon!
Official C++ Language Slack Workspace
-
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.
+
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.
@@ -62,20 +62,20 @@
Official C++ Language S
class="text-xl font-bold leading-tight text-orange">
Users
-
See everyone involved with Boost.
+
See everyone involved with Boost.
Twitter
-
Follow us, like, and retweet announcements and informative updates about Boost and C++.
+
Follow us, like, and retweet announcements and informative updates about Boost and C++.
-
Official Boost Twitter
+
Official Boost Twitter
@@ -84,7 +84,7 @@
ISO C++
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.
-
Visit the ISO C++ Site
+
Visit the ISO C++ Site
diff --git a/templates/docs_temp.html b/templates/docs_temp.html
index ac586a61..7f6c5d22 100644
--- a/templates/docs_temp.html
+++ b/templates/docs_temp.html
@@ -5,11 +5,12 @@
{% block title %}{% trans "Learn" %}{% endblock %}
{% comment %}
-This is a temporary landing page for docs
+make the columns go to 1
{% endcomment %}
{% block content %}
+ {% comment %}
+ {% endcomment %}
-
+
-
+
-
Learn how to use Boost in your programs
+
How to use the libraries in your programs
-
+
-
-
+
-
+
-
+
-
Learn how you can help Boost continue improving
+
Resources to help you contribute
@@ -81,35 +83,35 @@
-
-
-
-
+
+
+
+
-
+
- Learn how libraries become part of Boost
+ Learn how new libraries are added
-