Skip to content

Commit

Permalink
add The Dark Side Of The Grid article
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Oct 4, 2023
1 parent 0af6dae commit a83f786
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 863 deletions.
8 changes: 4 additions & 4 deletions app/routes/_marketing+/articles/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
import fluidTypographySizingWithModularScalesImage from './fluid-typography-sizing-with-modular-scales/fluid-typography.png'
import { title as fluidSpaceSizingTitle, description as fluidSpaceSizingDescription } from './fluid-space-sizing/index.tsx'
import fluidSpaceSizingImage from './fluid-space-sizing/fluid-space-sizing.png'
/* import { title as theDarkSideOfTheGridTitle, description as theDarkSideOfTheGridDescription } from './the-dark-side-of-the-grid/index.tsx'
import theDarkSideOfTheGridImage from './the-dark-side-of-the-grid/the-dark-side-of-the-grid.png' */
import { title as theDarkSideOfTheGridTitle, description as theDarkSideOfTheGridDescription } from './the-dark-side-of-the-grid/index.tsx'
import theDarkSideOfTheGridImage from './the-dark-side-of-the-grid/the-dark-side-of-the-grid.png'

export type Post = {
title: string
Expand All @@ -30,13 +30,13 @@ export type Post = {

export const loader = () => {
const posts: Post[] = [
/* {
{
title: theDarkSideOfTheGridTitle,
description: theDarkSideOfTheGridDescription,
imageUrl: theDarkSideOfTheGridImage,
href: '/articles/the-dark-side-of-the-grid',
topics: ['Accessibility', 'CSS'],
}, */
},
{
title: fluidSpaceSizingTitle,
description: fluidSpaceSizingDescription,
Expand Down
Loading

0 comments on commit a83f786

Please sign in to comment.