Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous updates and improvements #4673

Merged
merged 9 commits into from
Oct 31, 2024
Prev Previous commit
Next Next commit
Converted the "components" directory into a "content" directory, to m…
…ake it clear that these are specifically for components relating to content (articles, informational pages), as opposed to functional components such as topic explorer tools).
  • Loading branch information
nick-next committed Oct 25, 2024
commit 4322b853528fdb9ff1ecdc27bed59dd596a82bab
6 changes: 3 additions & 3 deletions static/css/about.scss
Original file line number Diff line number Diff line change
@@ -18,9 +18,9 @@

@use "./new_variables" as var;
@import "base";
@import "./components/media_text";
@import "./components/columns_text";
@import "./components/quote";
@import "./content/media_text";
@import "./content/columns_text";
@import "./content/quote";

#about {
// General Styles
14 changes: 7 additions & 7 deletions static/css/build.scss
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@

@use "./new_variables" as var;
@import "base";
@import "./components/partners";
@import "./components/hero_columns";
@import "./components/media_text";
@import "./components/quote";
@import "./components/simple_text";
@import "./components/slide_carousel";
@import "./components/one_data_commons";
@import "./content/partners";
@import "./content/hero_columns";
@import "./content/media_text";
@import "./content/quote";
@import "./content/simple_text";
@import "./content/slide_carousel";
@import "./content/one_data_commons";

#build {
// General Styles
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions static/css/homepage.scss
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@

@use "./new_variables" as var;
@import "base";
@import "./components/hero_video";
@import "./components/sample_questions";
@import "./components/tools";
@import "./components/partners";
@import "./components/build_your_own";
@import "./components/chips";
@import "./components/slide_carousel";
@import "./content/hero_video";
@import "./content/sample_questions";
@import "./content/tools";
@import "./content/partners";
@import "./content/build_your_own";
@import "./content/chips";
@import "./content/slide_carousel";

#homepage {
// General Styles