Skip to content

Commit

Permalink
delete a bunch of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Aug 13, 2023
1 parent 68df137 commit 5bd0cfc
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 873 deletions.
1 change: 0 additions & 1 deletion assets/img/scores/lighthouse.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/img/scores/lighthouse_accessibility.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/img/scores/lighthouse_best-practices.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/img/scores/lighthouse_performance.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/img/scores/lighthouse_pwa.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/img/scores/lighthouse_seo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions components/blocks/features.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Actions } from "../util/actions";
import { Section } from "../util/section";
import { Container } from "../util/container";
import { Icon } from "../util/icon";
import { iconSchema } from "../util/icon";

export const Feature = ({ featuresColor, data, tinaField }) => {
return (
Expand Down Expand Up @@ -98,7 +96,6 @@ export const featureBlockSchema = {
},
},
fields: [
iconSchema,
{
type: "string",
label: "Title",
Expand Down
12 changes: 1 addition & 11 deletions components/blocks/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import * as React from "react";
import { Actions } from "../util/actions";
import { Container } from "../util/container";
import { Section } from "../util/section";
import { useTheme } from "../layout";
import { TinaMarkdown } from "tinacms/dist/rich-text";
import type { TinaTemplate } from "tinacms";

export const Hero = ({ data, parentField }) => {
const theme = useTheme();
const headlineColorClasses = {
blue: "from-blue-400 to-blue-600",
teal: "from-teal-400 to-teal-600",
Expand Down Expand Up @@ -40,15 +38,7 @@ export const Hero = ({ data, parentField }) => {
data-tinafield={`${parentField}.headline`}
className={`w-full relative mb-10 text-5xl font-extrabold tracking-normal leading-tight title-font`}
>
<span
className={`bg-clip-text text-transparent bg-gradient-to-r ${
data.color === "primary"
? `from-white to-gray-100`
: headlineColorClasses[theme.color]
}`}
>
{data.headline}
</span>
<span className={`bg-clip-text`}>{data.headline}</span>
</h3>
)}
{data.text && (
Expand Down
52 changes: 0 additions & 52 deletions components/fields/color.tsx

This file was deleted.

131 changes: 0 additions & 131 deletions components/fields/icon.tsx

This file was deleted.

Loading

0 comments on commit 5bd0cfc

Please sign in to comment.