Skip to content

Commit

Permalink
added links frontend development page: javascript and design resources
Browse files Browse the repository at this point in the history
  • Loading branch information
senali-di committed May 13, 2022
1 parent 7f8e764 commit ba8b789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/frontendPageContent/DesignResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ const DesignResources = () => {
<ResourceCardTitle>Others</ResourceCardTitle>
<ResourceCardLinks>
<ResourceLink>
<a target="_blank" href=""></a>
<a target="_blank" href="https://fontello.com/">Fontello - icon fonts generator</a>
<ResourceBadge>Free</ResourceBadge>
<ResourceBadge>Tool</ResourceBadge>
</ResourceLink>
</ResourceCardLinks>
</ResourceCard>
Expand Down
5 changes: 3 additions & 2 deletions src/components/frontendPageContent/JsBasics.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { ResourceSection } from "../../styles/styled-components/ResourceSection.
import { ResourceSectionBody } from "../../styles/styled-components/ResourceSectionBody.styled";
import { ResourceSectionHeading } from "../../styles/styled-components/ResourceSectionHeading.styled";
import { ResourceSectionLinks } from "../../styles/styled-components/ResourceSectionLinks.styled";
import { ResourceBadge } from "../../styles/styled-components/ResourceBadge.styled";

const JsBasics = () => {
return (
Expand Down Expand Up @@ -172,8 +173,8 @@ const JsBasics = () => {
</p>
<ResourceCardLinks>
<ResourceLink>
<a target="_blank" href="#"></a>
<span className="resource-link-badge"></span>
<a target="_blank" href="https://codepen.io/">Codepen - The best place to build, test, and discover front-end code.</a>
<ResourceBadge>Tool</ResourceBadge>
</ResourceLink>
</ResourceCardLinks>
</ResourceCard>
Expand Down

0 comments on commit ba8b789

Please sign in to comment.