Skip to content

Commit 81045be

Browse files
committed
Port files from CRA workshop
1 parent ad4be2a commit 81045be

File tree

95 files changed

+1590
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1590
-130
lines changed

README.md

Lines changed: 192 additions & 1 deletion

docs/desktop-dividers.png

843 KB

docs/desktop-mockup.png

1.19 MB

docs/dividers.png

276 KB

docs/footer-diagonals.png

99.1 KB

docs/footer-link-alignment.png

144 KB

docs/footer-main-nav-desktop.png

76.4 KB

docs/footer-main-nav-tablet.png

80.7 KB

docs/header-cutout.png

598 KB

docs/mobile-avatar-position.png

75.8 KB

docs/opinion-row.png

96 KB

docs/secondary-mobile.png

118 KB

docs/secondary-tablet.png

197 KB

docs/specialty-grid-desktop.png

548 KB

docs/sports-overflow.gif

4.75 MB

docs/text-truncation-mobile.png

72.1 KB

docs/text-truncation-tablet.png

151 KB

index.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,31 @@
1010

1111
<link rel="icon" type="image/png" href="/favicon.png" />
1212

13-
<link rel="preconnect" href="https://fonts.gstatic.com" />
14-
<link
15-
href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;800&display=swap"
16-
rel="stylesheet"
17-
/>
13+
<style>
14+
@font-face {
15+
font-family: 'Crimson Pro';
16+
font-style: italic;
17+
font-weight: 200 900;
18+
font-display: fallback;
19+
src: url('/fonts/crimson-pro-italic.woff2') format('woff2');
20+
}
21+
@font-face {
22+
font-family: 'Crimson Pro';
23+
font-style: normal;
24+
font-weight: 200 900;
25+
font-display: fallback;
26+
src: url('/fonts/crimson-pro.woff2') format('woff2');
27+
}
28+
@font-face {
29+
font-family: 'Chomsky';
30+
font-style: normal;
31+
font-weight: 700;
32+
font-display: block;
33+
src: url('/fonts/chomsky.woff2') format('woff2');
34+
}
35+
</style>
1836

19-
<title>TODO workshop name — CSS for JavaScript Developers</title>
37+
<title>The New Grid Times — CSS for JavaScript Developers</title>
2038
</head>
2139
<body>
2240
<div id="root"></div>

package-lock.json

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "TODO rename me",
2+
"name": "new-grid-times",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
@@ -10,6 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"date-fns": "^4.1.0",
1314
"react": "^19.0.0",
1415
"react-dom": "^19.0.0",
1516
"react-feather": "^2.0.10",

public/ads/monkey.png

110 KB

public/ads/[email protected]

486 KB

public/fonts/chomsky.woff2

55.3 KB
Binary file not shown.

public/fonts/crimson-pro-italic.woff2

40 KB
Binary file not shown.

public/fonts/crimson-pro.woff2

38.1 KB
Binary file not shown.

public/images/avatar-alice-smith.jpg

12.5 KB
5.85 KB
14.2 KB
10.8 KB

public/images/bicycles.jpg

60.5 KB

public/images/[email protected]

186 KB

public/images/coach.jpg

36.4 KB

public/images/[email protected]

110 KB

public/images/decathlon.jpg

49.5 KB

public/images/[email protected]

135 KB

public/images/fashion.jpg

35.8 KB

public/images/[email protected]

107 KB

public/images/football.jpg

43.1 KB

public/images/[email protected]

133 KB

public/images/gamepad.jpg

111 KB

public/images/gamepad.png

185 KB

public/images/[email protected]

332 KB

public/images/habs.jpg

40.6 KB

public/images/[email protected]

119 KB

public/images/old-car.jpg

49.8 KB

public/images/[email protected]

156 KB

public/images/politicians.jpg

50.7 KB

public/images/politicians.png

68 KB

public/images/[email protected]

161 KB

public/images/[email protected]

243 KB

public/images/stock-graph-down-1.svg

Lines changed: 12 additions & 0 deletions

public/images/stock-graph-down-2.svg

Lines changed: 12 additions & 0 deletions

public/images/stock-graph-down-3.svg

Lines changed: 12 additions & 0 deletions

public/images/stock-graph-up-1.svg

Lines changed: 12 additions & 0 deletions

public/images/stock-graph-up-2.svg

Lines changed: 12 additions & 0 deletions

public/images/stock-graph-up-3.svg

Lines changed: 12 additions & 0 deletions

0 commit comments

Comments
 (0)