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

reshaping data blog post #2932

Merged
merged 10 commits into from
Jan 8, 2025
Merged

reshaping data blog post #2932

merged 10 commits into from
Jan 8, 2025

Conversation

jacobdadams
Copy link
Member

This is a python blog post I threw together from stuff I learned while exploring the Housing Unit Inventory dataset.

@miriamseely, I'd appreciate a read through for grammar, logical flow, etc.

@steveoh, any idea why the code ticks still show up in the rendered page? Any way to get it to format monospace but not show the ticks?

Copy link

netlify bot commented Jan 3, 2025

Deploy Preview for gis-utah-gov ready!

Name Link
🔨 Latest commit 90a25b5
🔍 Latest deploy log https://app.netlify.com/sites/gis-utah-gov/deploys/677eb34ed6e5fb000844078a
😎 Deploy Preview https://deploy-preview-2932--gis-utah-gov.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@steveoh
Copy link
Member

steveoh commented Jan 6, 2025

any idea why the code ticks still show up in the rendered page? Any way to get it to format monospace but not show the ticks?

The ticks are rendered as <code> blocks and our css has a ::before and ::after that re adds the tick. To achieve a monospace font without ticks, you have to use html and css. Something like this might give you what you are after.

<span class="font-mono font-normal">word</span>

Copy link
Member

@steveoh steveoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very interesting and informative read. Thanks for sharing.

miriamseely
miriamseely previously approved these changes Jan 6, 2025
Copy link
Collaborator

@miriamseely miriamseely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting read! I think it's well-written, makes sense, and gets the point across without going overboard. I just left a few comments here and there but overall I think it's informative, has good graphics, and seems to address its target audience well.

Copy link
Member

@steveoh steveoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice improvement

@jacobdadams jacobdadams merged commit 62c99e0 into main Jan 8, 2025
8 checks passed
@jacobdadams jacobdadams deleted the pivot-blog-post branch January 8, 2025 17:30
@stdavis
Copy link
Member

stdavis commented Jan 8, 2025

Awesome post, @jacobdadams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants