blog preview card challenge complete

This commit is contained in:
Robert McGovern 2024-04-07 03:34:06 +01:00
parent 5703554898
commit b4d6c6bb3e
29 changed files with 1113 additions and 399 deletions

View File

@ -0,0 +1,16 @@
# Avoid accidental upload of the Sketch and Figma design files
#####################################################
## Please do not remove lines 5 and 6 - thanks! 🙂 ##
#####################################################
*.sketch
*.fig
# Avoid accidental XD upload if you convert the design file
###############################################
## Please do not remove line 12 - thanks! 🙂 ##
###############################################
*.xd
# Avoid your project being littered with annoying .DS_Store files!
.DS_Store
.prettierignore

View File

@ -0,0 +1,3 @@
{
"cSpell.ignoreWords": ["figtree", "wght"]
}

View File

@ -0,0 +1,93 @@
# Frontend Mentor - Blog preview card
![Design preview for the Blog preview card coding challenge](./design/desktop-preview.jpg)
## Welcome! 👋
Thanks for checking out this front-end coding challenge.
[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
**To do this challenge, you need a basic understanding of HTML and CSS.**
## The challenge
Your challenge is to build out this blog preview card and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
Your users should be able to:
- See hover and focus states for all interactive elements on the page
Want some support on the challenge? [Join our community](https://www.frontendmentor.io/community) and ask questions in the **#help** channel.
## Where to find everything
Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design.
The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`.
If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).
All the required assets for this project are in the `/assets` folder. The images are already exported for the correct screen size and optimized.
We also include variable and static font files for the required fonts for this project. You can choose to either link to Google Fonts or use the local font files to host the fonts yourself. Note that we've removed the static font files for the font weights that aren't needed for this project.
There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts.
## Building your project
Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.
3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.
5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.
6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.
## Deploying your project
As mentioned above, there are many ways to host your project for free. Our recommend hosts are:
- [GitHub Pages](https://pages.github.com/)
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)
You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).
## Create a custom `README.md`
We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code.
The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.
Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file.
## Submitting your solution
Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this.
Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community.
## Sharing your solution
There are multiple places you can share your solution:
1. Share your solution page in the **#finished-projects** channel of our [community](https://www.frontendmentor.io/community).
2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around.
3. Share your solution on other social channels like LinkedIn.
4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/).
We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback.
The more specific you are with your questions the more likely it is that another member of the community will give you feedback.
## Got feedback for us?
We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.
This challenge is completely free. Please share it with anyone who will find it useful for practice.
**Have fun building!** 🚀

View File

@ -0,0 +1,71 @@
# Frontend Mentor - Blog preview card solution
This is a solution to the [Blog preview card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Frontend Mentor - Blog preview card solution](#frontend-mentor---blog-preview-card-solution)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- See hover and focus states for all interactive elements on the page
### Screenshot
Mobile
![](./screenshots/mobile.png)
Desktop
![](./screenshots/desktop.png)
### Links
- Solution URL: [Github](https://github.com/tarasis/tarasis.github.io/tree/main/projects/FrontendMentor/newbie/blog-preview-card)
- Live Site URL: [Tarasis Github.io](https://tarasis.github.io/projects/FrontendMentor/newbie/blog-preview-card)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Fluid Sizing (so no media queries)
- Nesting & `@layer`
### What I learned
Main thing I learnt is that I find it difficult to split out css across multiple files. I understand the principle but working out what goes where is tricky.
### Continued development
### Useful resources
- [Utopia](https://utopia.fyi/space/calculator) for its wonderful fluid space calculator.
- [Polypane](https://polypane.app/) for making it super easy to see how the build looks at mobile & desktop sizes.
## Author
- Website - [Robert McGovern](https://tarasis.net)
- Frontend Mentor - [@tarasis](https://www.frontendmentor.io/profile/tarasis)
- Twitter/X - [@tarasis](https://www.twitter.com/tarasis)

View File

@ -0,0 +1,8 @@
body {
min-height: 100dvh;
display: grid;
place-content: center;
background-color: var(--clr-yellow);
}

View File

@ -0,0 +1,27 @@
/* Layer architecture */
/* Best practice to put @layer at top of the import file for organization */
@layer reset, variables, base, properties, typography, theme, layouts, components, utilities;
/* Base */
@import 'reset.css' layer(reset);
/* @import '../css/base/normalize.css' layer(base); */
@import 'variables.css' layer(variables);
@import 'base.css' layer(base);
@import 'properties.css' layer(properties);
@import 'theme.css' layer(theme); /* theme variables */
@import 'typography.css' layer(typography); /* theme typography */
@import 'utilities.css' layer(utilities);
/* Layouts */
@import 'layout.css' layer(layouts);
/* Components */
@import 'blog-preview-card.css' layer(components);
/*! important */
/*? Question */
/** Note */
/*TODO todo */

View File

@ -0,0 +1,34 @@
article {
padding: 1.5rem;
* + * {
margin-top: 0.75rem;
}
/* Size between: 327px → 384px */
width: var(--sizing-article-width);
.author-section {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 1.5rem;
img {
margin-top: 0;
width: 2rem;
height: 2rem;
}
p {
margin-top: 0;
margin-left: 0.75rem;
}
}
.category {
padding: 0.25rem 0.75rem;
width: -moz-fit-content;
width: fit-content;
}
}

View File

@ -0,0 +1,96 @@
/*
Mixture of different resets
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
Kevin Powell
*/
/*
1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
/*
2. Remove default margin & padding
*/
* {
margin: 0;
padding: 0;
}
/* Set core root defaults */
html {
scroll-behavior: smooth;
}
/*
Typographic tweaks!
3. Add accessible line-height
4. Improve text rendering
*/
body {
text-rendering: optimizeSpeed;
/* line-height: 1.6; KP */
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
/*
5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
/*
6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
font: inherit;
}
/*
7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
}
/*
8. Create a root stacking context
*/
#root,
#__next {
isolation: isolate;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}

View File

@ -0,0 +1,29 @@
body {
background-color: var(--clr-yellow);
}
article {
background-color: var(--clr-white);
border-radius: 20px;
border: black 1px solid;
/* shadow scales from 8px at 375, to 16 at 1440 */
box-shadow: var(--sizing-box-shadow) var(--sizing-box-shadow) black;
img {
border-radius: 20px;
}
a {
color: var(--clr-black);
text-decoration: none;
}
a:has(:hover, :focus) {
color: var(--clr-yellow);
}
.category {
background-color: var(--clr-yellow);
border-radius: 4px;
}
}

View File

@ -0,0 +1,32 @@
@font-face {
font-family: 'FigTree';
src: url('../fonts/figtree/Figtree-VariableFont_wght.ttf');
}
article {
font-family: var(--ff-figtree);
font-size: var(--fs-12-14px);
font-weight: var(--fw-800);
line-height: var(--lh-150);
h2 {
font-size: var(--fs-post-title);
}
.category,
.title,
.author-name {
font-weight: var(--fw-800);
}
.date {
font-weight: var(--fw-500);
}
.excerpt {
color: var(--clr-grey);
font-weight: var(--fw-500);
font-size: var(--fs-post-excerpt);
}
}

View File

@ -0,0 +1,42 @@
:root {
/** Font related */
/* Font Family */
--ff-figtree: 'FigTree', sans-serif;
/* Font Weights */
--fw-500: 500;
--fw-600: 600;
--fw-700: 700;
--fw-800: 800;
/* Font Sizes */
/* * 36px * 375, 40px @ 1440px */
--fs-post-title: var(--fs-20-24px);
--fs-post-date: var(--fs-12-14px);
--fs-post-author: var(--fs-14px);
--fs-post-excerpt: var(--fs-14-16px);
--fs-post-category: var(--fs-12-14px);
--fs-12-14px: clamp(0.75rem, 0.706rem + 0.1878vw, 0.875rem);
--fs-14-16px: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
--fs-20-24px: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
--fs-14px: 0.875rem;
/* Line Heights */
--lh-150: 1.5;
/** Colors */
--clr-yellow: hsl(47, 88%, 63%);
--clr-white: hsl(0, 0%, 100%);
--clr-grey: hsl(0, 0%, 50%);
--clr-black: hsl(0, 0%, 7%);
/** Sizing */
/* shadow scales from 8px at 375, to 16 at 1440 */
--sizing-box-shadow: clamp(0.5rem, 0.3239rem + 0.7512vi, 1rem);
/* Size between: 327px → 384px */
--sizing-article-width: clamp(20.4375rem, 19.1831rem + 5.3521vi, 24rem);
}

View File

@ -0,0 +1,93 @@
Copyright 2022 The Figtree Project Authors (https://github.com/erikdkennedy/figtree)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@ -0,0 +1,77 @@
Figtree Variable Font
=====================
This download contains Figtree as both variable fonts and static fonts.
Figtree is a variable font with this axis:
wght
This means all the styles are contained in these files:
Figtree-VariableFont_wght.ttf
Figtree-Italic-VariableFont_wght.ttf
If your app fully supports variable fonts, you can now pick intermediate styles
that arent available as static fonts. Not all apps support variable fonts, and
in those cases you can use the static font files for Figtree:
static/Figtree-Light.ttf
static/Figtree-Regular.ttf
static/Figtree-Medium.ttf
static/Figtree-SemiBold.ttf
static/Figtree-Bold.ttf
static/Figtree-ExtraBold.ttf
static/Figtree-Black.ttf
static/Figtree-LightItalic.ttf
static/Figtree-Italic.ttf
static/Figtree-MediumItalic.ttf
static/Figtree-SemiBoldItalic.ttf
static/Figtree-BoldItalic.ttf
static/Figtree-ExtraBoldItalic.ttf
static/Figtree-BlackItalic.ttf
Get started
-----------
1. Install the font files you want to use
2. Use your app's font picker to view the font family and all the
available styles
Learn more about variable fonts
-------------------------------
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
https://variablefonts.typenetwork.com
https://medium.com/variable-fonts
In desktop apps
https://theblog.adobe.com/can-variable-fonts-illustrator-cc
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
Online
https://developers.google.com/fonts/docs/getting_started
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
Installing fonts
MacOS: https://support.apple.com/en-us/HT201749
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
Android Apps
https://developers.google.com/fonts/docs/android
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
License
-------
Please read the full license text (OFL.txt) to understand the permissions,
restrictions and requirements for usage, redistribution, and modification.
You can use them in your products & projects print or digital,
commercial or otherwise.
This isn't legal advice, please consider consulting a lawyer and see the full
license for all details.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="336" height="201" fill="none" viewBox="0 0 336 201"><g clip-path="url(#a)"><path fill="#F4D04E" d="M0 .5h336v200H0z"/><rect width="139" height="95" x="87.996" y="77.729" fill="#fff" rx="47.5" transform="rotate(-45 87.996 77.729)"/><rect width="139" height="95" x="54.055" y="77.729" fill="#111" rx="47.5" transform="rotate(-45 54.055 77.729)"/><path fill="#111" d="M234.864 209.036 451.4-7.5l67.175 67.175-216.536 216.536z"/><rect width="139" height="95" x="20.114" y="77.729" fill="#fff" rx="47.5" transform="rotate(-45 20.114 77.729)"/><rect width="204.19" height="270.554" fill="#111" rx="102.095" transform="scale(-1 1) rotate(45 -103.887 14.564)"/><path stroke="#fff" stroke-width="3" d="m6.69-357.5 135.583 135.727c12.481 12.494 12.481 32.737 0 45.231L-45.544 11.475c-12.481 12.494-12.481 32.737 0 45.23L107.088 209.5"/><path stroke="#111" stroke-width="3" d="M69.965 71.719v23.334h23.334M136.079 52.273V28.94h-23.334M102.845 38.838v46.67M210.364-37.5l60.873 60.873c12.497 12.496 12.497 32.758 0 45.254l-77.745 77.746c-12.497 12.496-12.497 32.758 0 45.254l69.872 69.873"/><path stroke="#111" stroke-width="3" d="m253.339 149.574-12.144 12.145 14.256 14.257v12.672h12.673l13.729 13.729 12.145-12.145M278.685 124.228l-12.145 12.145 14.257 14.257v12.673h12.673l13.729 13.729 12.145-12.145M304.031 98.883l-12.145 12.144 14.257 14.257v12.673h12.673l13.729 13.729 12.144-12.145M329.376 73.537l-12.145 12.145 14.257 14.257v12.672h12.673l13.729 13.729 12.145-12.144"/><path stroke="#fff" stroke-width="5" d="m354.722 48.191-12.145 12.145 14.257 14.257v12.673h12.673l13.729 13.729 12.145-12.145"/><mask id="b" width="285" height="285" x="234" y="-8" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#111" d="M234.864 209.036 451.4-7.5l67.175 67.175-216.536 216.536z"/></mask><g stroke="#fff" mask="url(#b)"><path stroke-width="3" d="m253.339 149.574-12.144 12.145 14.256 14.257v12.672h12.673l13.729 13.729 12.145-12.145M278.685 124.228l-12.145 12.145 14.257 14.257v12.673h12.673l13.729 13.729 12.145-12.145M304.031 98.883l-12.145 12.144 14.257 14.257v12.673h12.673l13.729 13.729 12.144-12.145M329.376 73.537l-12.145 12.145 14.257 14.257v12.672h12.673l13.729 13.729 12.145-12.145"/><path stroke-width="5" d="m354.722 48.191-12.145 12.145 14.257 14.257v12.673h12.673l13.729 13.729 12.145-12.145"/></g></g><defs><clipPath id="a"><path fill="#fff" d="M0 .5h336v200H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">
<link rel="stylesheet" href="assets/css/index.css">
<title>Frontend Mentor | Blog preview card</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<!-- <style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style> -->
</head>
<body>
<article>
<img src="assets/images/illustration-article.svg" alt="Image of something">
<div class="category">Learning</div>
<p class="date">Published 21 Dec 2023</p>
<a href="#">
<h2>HTML &amp; CSS foundations</h2>
</a>
<p class="excerpt">These languages are the backbone of every website, defining structure, content, and
presentation.</p>
<div class="author-section">
<img src="assets/images/image-avatar.webp" alt="Professional looking picture of Greg Hooper">
<p class="author-name">Greg Hooper</p>
</div>
</article>
<!-- <div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
</div> -->
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

View File

@ -0,0 +1,31 @@
# Front-end Style Guide
## Layout
The designs were created to the following widths:
- Mobile: 375px (x 812px)
- Desktop: 1440px (x 960)
## Colors
### Primary
- Yellow: hsl(47, 88%, 63%)
### Neutral
- White: hsl(0, 0%, 100%)
- Grey: hsl(0, 0%, 50%)
- Black: hsl(0, 0%, 7%)
## Typography
### Body Copy
- Font size (paragraph): 16px
### Font
- Family: [Figtree](https://fonts.google.com/specimen/Figtree)
- Weights: 600, 800

View File

@ -1,401 +1,412 @@
{
"services": [
{
"name": "Frontend Mentor",
"svgSource": "/svgs/frontendmentor.svg",
"svgAltText": "Frontend Mentor Logo",
"description": "Collection of challenges I completed for Frontend Mentor",
"cssClass": "",
"difficulty": [
{
"title": "Junior",
"cssClass": "frontEndMentorChallenges",
"challenges": [
{
"title": "Advice Generator App",
"url": "/FrontendMentor/junior/advice-generator-app/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/junior/advice-generator-app/screenshots/mobile.png",
"screenshotAltText": "Advice Generator App"
}
]
},
{
"title": "Newbie",
"cssClass": "frontEndMentorChallenges",
"challenges": [
{
"title": "Social Links Profile",
"url": "/FrontendMentor/newbie/social-links-profile/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/social-links-profile/screenshots/desktop.png",
"screenshotAltText": "Screenshot of my completed mobile version of the Social Links Profile challenge from Frontend Mentor"
},
{
"title": "skilled eLearning Landing Page",
"url": "/FrontendMentor/newbie/skilled-elearning-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/skilled-elearning-landing-page/screenshots/desktop.png",
"screenshotAltText": "skilled eLearning Landing Page Challenge from FrontendMentor"
},
{
"title": "Interactive Rating Challenge",
"url": "/FrontendMentor/newbie/interactive-rating-component/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/interactive-rating-component/screenshots/desktop-front.png",
"screenshotAltText": "Interactive Rating Component Challenge from FrontendMentor"
},
{
"title": "meet Landing Page",
"url": "/FrontendMentor/newbie/meet-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/meet-landing-page/screenshots/desktop.png",
"screenshotAltText": "meet Landing Page Challenge from FrontendMentor"
},
{
"title": "BASE Apparel Coming Soon Page",
"url": "/FrontendMentor/newbie/base-apparel-coming-soon/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/base-apparel-coming-soon/screenshots/desktop.png",
"screenshotAltText": "Base Apparel Coming Soon page Challenge from FrontendMentor"
},
{
"title": "NFT preview card component",
"url": "/FrontendMentor/newbie/nft-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/nft-preview-card-component/screenshots/desktop.png",
"screenshotAltText": "NFT preview card component Challenge from FrontendMentor"
},
{
"title": "equalizer Landing Page",
"url": "/FrontendMentor/newbie/equalizer-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/equalizer-landing-page/screenshots/desktop.png",
"screenshotAltText": "equalizer Landing Page Challenge from FrontendMentor"
},
{
"title": "Product Preview Card Component",
"url": "/FrontendMentor/newbie/product-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/product-preview-card-component/screenshots/desktop.png",
"screenshotAltText": "Product Preview Card Component Challenge from FrontendMentor"
},
{
"title": "QR Code Component",
"url": "/FrontendMentor/newbie/qr-code-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/qr-code-component/screenshots/desktop.png",
"screenshotAltText": "QR Code Component Challenge from FrontendMentor"
},
{
"title": "Social Proof Section",
"url": "/FrontendMentor/newbie/social-proof-section/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/social-proof-section/screenshots/desktop.png",
"screenshotAltText": "Social Proof Challenge from FrontendMentor"
},
{
"title": "Intro Component with Signup form",
"url": "/FrontendMentor/newbie/intro-component-with-signup-form/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/intro-component-with-signup-form/screenshots/mobile.png",
"screenshotAltText": "Intro Component Challenge from FrontendMentor"
},
{
"title": "FAQ Accordion Card",
"url": "/FrontendMentor/newbie/faq-accordion-card/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/faq-accordion-card/screenshots/mobile-inactive.png",
"screenshotAltText": "FAQ Accordion Card Challenge from FrontendMentor"
},
{
"title": "Pod Request Access Landing Page",
"url": "/FrontendMentor/newbie/pod-request-access-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/pod-request-access-landing-page/screenshots/mobile.png",
"screenshotAltText": "Pod Request Landing Page Challenge from FrontendMentor"
},
{
"title": "3 Column Preview Card Component",
"url": "/FrontendMentor/newbie/3-column-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/3-column-preview-card-component/screenshots/desktop.png",
"screenshotAltText": "3 Column Preview Card Component Challenge from FrontendMentor"
},
{
"title": "Order Summary Card Component",
"url": "/FrontendMentor/newbie/order-summary-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-order-summary-component.png",
"screenshotAltText": "Order Summary Component Challenge from FrontendMentor"
},
{
"title": "Profile Card Component",
"url": "/FrontendMentor/newbie/profile-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-profile-card-component.jpeg",
"screenshotAltText": "Profile Card Component Challenge from FrontendMentor"
},
{
"title": "Stats Preview Card Component",
"url": "/FrontendMentor/newbie/stats-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-stats-preview-card-component.jpeg",
"screenshotAltText": "Stats Preview Card Component Challenge from FrontendMentor"
},
{
"title": "Article Preview Component",
"url": "/FrontendMentor/newbie/article-preview-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-article-preview-component.jpeg",
"screenshotAltText": "Article Preview Component Challenge from FrontendMentor"
},
{
"title": "Four Card Feature Section",
"url": "/FrontendMentor/newbie/four-card-feature-section/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-four-card-feature-section.jpeg",
"screenshotAltText": "Four Card Feature Section Challenge from FrontendMentor"
},
{
"title": "Single Price Grid Component",
"url": "/FrontendMentor/newbie/single-price-grid-component-master/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-single-price-grid-component.jpeg",
"screenshotAltText": "Single Price Grid Component Challenge from FrontendMentor"
},
{
"title": "Ping Coming-Soon",
"url": "/FrontendMentor/newbie/ping-coming-soon-page-master/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/screenshots/fem-newbie-ping-coming-soon-page.jpeg",
"screenshotAltText": "Ping Coming-Soon Challenge from FrontendMentor"
},
{
"title": "The Huddle Landing Page",
"url": "/FrontendMentor/newbie/huddle-landing-page-with-single-introductory-section-master/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/screenshots/fem-newbie-huddle-landing-page-with-single-introductory-section.png",
"screenshotAltText": "The Huddle Landing Page Challenge from FrontendMentor, with a single introductory section."
}
]
},
{
"title": "Intermediate",
"cssClass": "frontEndMentorChallenges",
"challenges": []
},
{
"title": "Advanced",
"cssClass": "frontEndMentorChallenges",
"challenges": []
},
{
"title": "Guru",
"cssClass": "frontEndMentorChallenges",
"challenges": []
}
]
},
{
"name": "Freecodecamp",
"svgSource": "/svgs/freecodecamp.svg",
"svgAltText": "Freecodecamp Logo",
"description": "Collection of challenges I completed while doing Freecodecamp",
"cssClass": "",
"difficulty": [
{
"title": "Responsive Web Design Projects",
"description": "Note: As of 11 Oct 2020, these require a partial rework to look good on mobile. 1-3 where written much earlier in my learning, so while they fufill all the requirements, they don't look great on mobile.",
"cssClass": "responsiveProjects",
"challenges": [
{
"title": "Project 1 - Tribute Page",
"url": "/freeCodeCamp/responsive-web-design-projects/Project1-TributePage/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project1-TributePage.jpeg",
"screenshotAltText": "Project 1 - Tribute Page"
},
{
"title": "Project 2 - Build A Survey Form",
"url": "/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project2-BuildaSurveyForm.jpeg",
"screenshotAltText": "Project 2 - Build A Survey Form"
},
{
"title": "Project 3 - Product Landing Page",
"url": "/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project3-ProductLandingPage.jpeg",
"screenshotAltText": "Project 3 - Product Landing Page"
},
{
"title": "Project 4 - Build A Technical Document",
"url": "/freeCodeCamp/responsive-web-design-projects/Project4-BuildATechnicalDocumentPage",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project4-BuildATechnicalDocument.png",
"screenshotAltText": "Project 4 - Build A Technical Document"
},
{
"title": "Project 5 - Personal Portfolio Page",
"url": "/freeCodeCamp/responsive-web-design-projects/Project5-PersonalPortfolioPage",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project5-PersonalPortfolioPage.png",
"screenshotAltText": "Project 5 - Personal Portfolio Page"
}
]
}
]
},
{
"name": "The Complete 2022 Web Development Bootcamp",
"svgSource": "/svgs/udemy.svg",
"svgAltText": "Udemy Logo",
"description": "Coming Soon™",
"cssClass": "",
"difficulty": [
{
"title": "",
"description": "",
"cssClass": "",
"challenges": []
}
]
},
{
"name": "JavaScript Projects",
"svgSource": "/svgs/javascript.svg",
"svgAltText": "JavaScript",
"description": "Various JavaScript projects I've completed",
"cssClass": "",
"difficulty": [
{
"title": "",
"description": "",
"cssClass": "",
"challenges": []
}
]
}
]
"services": [
{
"name": "Frontend Mentor",
"svgSource": "/svgs/frontendmentor.svg",
"svgAltText": "Frontend Mentor Logo",
"description": "Collection of challenges I completed for Frontend Mentor",
"cssClass": "",
"difficulty": [
{
"title": "Junior",
"cssClass": "frontEndMentorChallenges",
"challenges": [
{
"title": "Advice Generator App",
"url": "/FrontendMentor/junior/advice-generator-app/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/junior/advice-generator-app/screenshots/mobile.png",
"screenshotAltText": "Advice Generator App"
}
]
},
{
"title": "Newbie",
"cssClass": "frontEndMentorChallenges",
"challenges": [
{
"title": "Blog Preview Card",
"url": "/FrontendMentor/newbie/blog-preview-card/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/blog-preview-card/screenshots/desktop.png",
"screenshotAltText": "Screenshot of my completed mobile version of the Blog Preview Card challenge from Frontend Mentor"
},
{
"title": "Social Links Profile",
"url": "/FrontendMentor/newbie/social-links-profile/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/social-links-profile/screenshots/desktop.png",
"screenshotAltText": "Screenshot of my completed mobile version of the Social Links Profile challenge from Frontend Mentor"
},
{
"title": "skilled eLearning Landing Page",
"url": "/FrontendMentor/newbie/skilled-elearning-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/skilled-elearning-landing-page/screenshots/desktop.png",
"screenshotAltText": "skilled eLearning Landing Page Challenge from FrontendMentor"
},
{
"title": "Interactive Rating Challenge",
"url": "/FrontendMentor/newbie/interactive-rating-component/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/interactive-rating-component/screenshots/desktop-front.png",
"screenshotAltText": "Interactive Rating Component Challenge from FrontendMentor"
},
{
"title": "meet Landing Page",
"url": "/FrontendMentor/newbie/meet-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/meet-landing-page/screenshots/desktop.png",
"screenshotAltText": "meet Landing Page Challenge from FrontendMentor"
},
{
"title": "BASE Apparel Coming Soon Page",
"url": "/FrontendMentor/newbie/base-apparel-coming-soon/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/base-apparel-coming-soon/screenshots/desktop.png",
"screenshotAltText": "Base Apparel Coming Soon page Challenge from FrontendMentor"
},
{
"title": "NFT preview card component",
"url": "/FrontendMentor/newbie/nft-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/nft-preview-card-component/screenshots/desktop.png",
"screenshotAltText": "NFT preview card component Challenge from FrontendMentor"
},
{
"title": "equalizer Landing Page",
"url": "/FrontendMentor/newbie/equalizer-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/equalizer-landing-page/screenshots/desktop.png",
"screenshotAltText": "equalizer Landing Page Challenge from FrontendMentor"
},
{
"title": "Product Preview Card Component",
"url": "/FrontendMentor/newbie/product-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/product-preview-card-component/screenshots/desktop.png",
"screenshotAltText": "Product Preview Card Component Challenge from FrontendMentor"
},
{
"title": "QR Code Component",
"url": "/FrontendMentor/newbie/qr-code-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/qr-code-component/screenshots/desktop.png",
"screenshotAltText": "QR Code Component Challenge from FrontendMentor"
},
{
"title": "Social Proof Section",
"url": "/FrontendMentor/newbie/social-proof-section/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/social-proof-section/screenshots/desktop.png",
"screenshotAltText": "Social Proof Challenge from FrontendMentor"
},
{
"title": "Intro Component with Signup form",
"url": "/FrontendMentor/newbie/intro-component-with-signup-form/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/FrontendMentor/newbie/intro-component-with-signup-form/screenshots/mobile.png",
"screenshotAltText": "Intro Component Challenge from FrontendMentor"
},
{
"title": "FAQ Accordion Card",
"url": "/FrontendMentor/newbie/faq-accordion-card/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/faq-accordion-card/screenshots/mobile-inactive.png",
"screenshotAltText": "FAQ Accordion Card Challenge from FrontendMentor"
},
{
"title": "Pod Request Access Landing Page",
"url": "/FrontendMentor/newbie/pod-request-access-landing-page/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/pod-request-access-landing-page/screenshots/mobile.png",
"screenshotAltText": "Pod Request Landing Page Challenge from FrontendMentor"
},
{
"title": "3 Column Preview Card Component",
"url": "/FrontendMentor/newbie/3-column-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/FrontendMentor/newbie/3-column-preview-card-component/screenshots/desktop.png",
"screenshotAltText": "3 Column Preview Card Component Challenge from FrontendMentor"
},
{
"title": "Order Summary Card Component",
"url": "/FrontendMentor/newbie/order-summary-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-order-summary-component.png",
"screenshotAltText": "Order Summary Component Challenge from FrontendMentor"
},
{
"title": "Profile Card Component",
"url": "/FrontendMentor/newbie/profile-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-profile-card-component.jpeg",
"screenshotAltText": "Profile Card Component Challenge from FrontendMentor"
},
{
"title": "Stats Preview Card Component",
"url": "/FrontendMentor/newbie/stats-preview-card-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-stats-preview-card-component.jpeg",
"screenshotAltText": "Stats Preview Card Component Challenge from FrontendMentor"
},
{
"title": "Article Preview Component",
"url": "/FrontendMentor/newbie/article-preview-component/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-article-preview-component.jpeg",
"screenshotAltText": "Article Preview Component Challenge from FrontendMentor"
},
{
"title": "Four Card Feature Section",
"url": "/FrontendMentor/newbie/four-card-feature-section/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-four-card-feature-section.jpeg",
"screenshotAltText": "Four Card Feature Section Challenge from FrontendMentor"
},
{
"title": "Single Price Grid Component",
"url": "/FrontendMentor/newbie/single-price-grid-component-master/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fem-newbie-single-price-grid-component.jpeg",
"screenshotAltText": "Single Price Grid Component Challenge from FrontendMentor"
},
{
"title": "Ping Coming-Soon",
"url": "/FrontendMentor/newbie/ping-coming-soon-page-master/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/screenshots/fem-newbie-ping-coming-soon-page.jpeg",
"screenshotAltText": "Ping Coming-Soon Challenge from FrontendMentor"
},
{
"title": "The Huddle Landing Page",
"url": "/FrontendMentor/newbie/huddle-landing-page-with-single-introductory-section-master/",
"description": "",
"techUsed": [
"html5",
"css3",
"js"
],
"screenshotURL": "/screenshots/fem-newbie-huddle-landing-page-with-single-introductory-section.png",
"screenshotAltText": "The Huddle Landing Page Challenge from FrontendMentor, with a single introductory section."
}
]
},
{
"title": "Intermediate",
"cssClass": "frontEndMentorChallenges",
"challenges": []
},
{
"title": "Advanced",
"cssClass": "frontEndMentorChallenges",
"challenges": []
},
{
"title": "Guru",
"cssClass": "frontEndMentorChallenges",
"challenges": []
}
]
},
{
"name": "Freecodecamp",
"svgSource": "/svgs/freecodecamp.svg",
"svgAltText": "Freecodecamp Logo",
"description": "Collection of challenges I completed while doing Freecodecamp",
"cssClass": "",
"difficulty": [
{
"title": "Responsive Web Design Projects",
"description": "Note: As of 11 Oct 2020, these require a partial rework to look good on mobile. 1-3 where written much earlier in my learning, so while they fufill all the requirements, they don't look great on mobile.",
"cssClass": "responsiveProjects",
"challenges": [
{
"title": "Project 1 - Tribute Page",
"url": "/freeCodeCamp/responsive-web-design-projects/Project1-TributePage/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project1-TributePage.jpeg",
"screenshotAltText": "Project 1 - Tribute Page"
},
{
"title": "Project 2 - Build A Survey Form",
"url": "/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project2-BuildaSurveyForm.jpeg",
"screenshotAltText": "Project 2 - Build A Survey Form"
},
{
"title": "Project 3 - Product Landing Page",
"url": "/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project3-ProductLandingPage.jpeg",
"screenshotAltText": "Project 3 - Product Landing Page"
},
{
"title": "Project 4 - Build A Technical Document",
"url": "/freeCodeCamp/responsive-web-design-projects/Project4-BuildATechnicalDocumentPage",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project4-BuildATechnicalDocument.png",
"screenshotAltText": "Project 4 - Build A Technical Document"
},
{
"title": "Project 5 - Personal Portfolio Page",
"url": "/freeCodeCamp/responsive-web-design-projects/Project5-PersonalPortfolioPage",
"description": "",
"techUsed": [
"html5",
"css3"
],
"screenshotURL": "/screenshots/fcc-web-Project5-PersonalPortfolioPage.png",
"screenshotAltText": "Project 5 - Personal Portfolio Page"
}
]
}
]
},
{
"name": "The Complete 2022 Web Development Bootcamp",
"svgSource": "/svgs/udemy.svg",
"svgAltText": "Udemy Logo",
"description": "Coming Soon™",
"cssClass": "",
"difficulty": [
{
"title": "",
"description": "",
"cssClass": "",
"challenges": []
}
]
},
{
"name": "JavaScript Projects",
"svgSource": "/svgs/javascript.svg",
"svgAltText": "JavaScript",
"description": "Various JavaScript projects I've completed",
"cssClass": "",
"difficulty": [
{
"title": "",
"description": "",
"cssClass": "",
"challenges": []
}
]
}
]
}