Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanli committed Feb 18, 2024
1 parent 36fa350 commit b76f5ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ toc: false
</style>

<div class="hero">
<h1>Hello, America</h1>
<h2>Welcome to your Census data! Edit&nbsp;<code style="font-size: 90%;">docs/index.md</code> to change this pindustry.</h2>
<h1>American Community Survey</h1>
<h2>This is a testbed of visualizing the Census Bureau's American Community Survey data from 2022. Read about the data &nbsp;<a href="https://www.census.gov/programs-surveys/acs/data.html"><code style="font-size: 90%;">here</code></a> or see how these visualizations were generated <a href="https://github.com/jaanli/american-community-survey/"><code style="font-size: 90%;">on GitHub</code></a>.</h2>
<a href="https://github.com/jaanli/exploring_american_community_survey_data/" target="_blank">80% of visualization is data processing; learn how this data was processed from the Census Bureau!<span style="display: inline-block; margin-left: 0.25rem;">↗︎</span></a>
</div>

Expand Down
18 changes: 9 additions & 9 deletions observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export default {
// The pages and sections in the sidebar. If you don’t specify this option,
// all pages will be listed in alphabetical order. Listing pages explicitly
// lets you organize them into sections and have unlisted pages.
// pages: [
// {
// name: "Examples",
// pages: [
// {name: "Dashboard", path: "/example-dashboard"},
// {name: "Report", path: "/example-report"}
// ]
// }
// ],
pages: [
{
name: "Examples",
pages: [
// {name: "Dashboard", path: "/example-dashboard"},
// {name: "Report", path: "/example-report"}
]
}
],

// Some additional configuration options and their defaults:
// theme: "default", // try "light", "dark", "slate", etc.
Expand Down

0 comments on commit b76f5ab

Please sign in to comment.