Skip to content

Commit

Permalink
fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
catherineisonline committed Apr 22, 2022
1 parent 1463a8c commit 264eaed
Show file tree
Hide file tree
Showing 30 changed files with 5 additions and 27 deletions.
14 changes: 0 additions & 14 deletions deploy.sh

This file was deleted.

Binary file not shown.
Binary file removed dist/img/Base-Apparel-coming-soon-page.3dbaadc3.jpg
Binary file not shown.
Binary file removed dist/img/FAQ-accordion-card.0ee68ccf.jpg
Binary file not shown.
Binary file removed dist/img/IP-address-tracker-challenge.1543dd0a.jpg
Binary file not shown.
Binary file not shown.
Binary file removed dist/img/NFT-preview-card-component.f025338a.jpg
Binary file not shown.
Binary file removed dist/img/QR-code-component.16d03717.jpg
Binary file not shown.
Binary file not shown.
Binary file removed dist/img/advice-generator-app.90a4008f.jpg
Binary file not shown.
Binary file removed dist/img/article-preview-component.6879e531.jpg
Binary file not shown.
Binary file removed dist/img/four-card-feature-section.fb14bc45.jpg
Binary file not shown.
Binary file removed dist/img/fylo-dark-theme-landing-page.b1d83a9c.jpg
Binary file not shown.
Binary file removed dist/img/fylo-data-storage-component.cb3892fd.jpg
Binary file not shown.
Binary file not shown.
Binary file removed dist/img/nav-icon.bc0df0ea.jpg
Binary file not shown.
Binary file removed dist/img/order-summary-component.69895c21.jpg
Binary file not shown.
Binary file removed dist/img/ping-coming-soon.7d3c67fb.jpg
Binary file not shown.
Binary file removed dist/img/pricing-component-with-toggle.b9cf5d8d.jpg
Binary file not shown.
Binary file removed dist/img/profile-card-component.f4904c0f.jpg
Binary file not shown.
Binary file not shown.
Binary file removed dist/img/single-price-grid-component.565a9104.jpg
Binary file not shown.
Binary file removed dist/img/social-proof-section.2b58e023.jpg
Binary file not shown.
Binary file removed dist/img/stats-preview-card-component.0ecfbb8b.jpg
Binary file not shown.
Binary file removed dist/img/sunnyside-agency-landing-page.395b7577.jpg
Binary file not shown.
Binary file removed dist/img/testimonials-grid-section.ae9aa609.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" sizes="32x32" href="/frontend-mentor-challenge-solutions/favicon.png"><script src="build.js"></script><title>Frontend Mentor Challenge Solutions</title><link href="/frontend-mentor-challenge-solutions/css/app.c25601de.css" rel="preload" as="style"><link href="/frontend-mentor-challenge-solutions/js/app.fc5dbebd.js" rel="preload" as="script"><link href="/frontend-mentor-challenge-solutions/js/chunk-vendors.e4229be5.js" rel="preload" as="script"><link href="/frontend-mentor-challenge-solutions/css/app.c25601de.css" rel="stylesheet"></head><body><div id="app"></div><script></script><script src="/frontend-mentor-challenge-solutions/js/chunk-vendors.e4229be5.js"></script><script src="/frontend-mentor-challenge-solutions/js/app.fc5dbebd.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" sizes="32x32" href="/favicon.png"><script src="build.js"></script><title>Frontend Mentor Challenge Solutions</title><link href="/css/app.c25601de.css" rel="preload" as="style"><link href="/js/app.b6686e00.js" rel="preload" as="script"><link href="/js/chunk-vendors.e4229be5.js" rel="preload" as="script"><link href="/css/app.c25601de.css" rel="stylesheet"></head><body><div id="app"></div><script></script><script src="/js/chunk-vendors.e4229be5.js"></script><script src="/js/app.b6686e00.js"></script></body></html>
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "sh deploy.sh"
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
Expand Down
8 changes: 3 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -475,20 +475,18 @@ export default {
repoLink:
"https://github.com/catherineisonline/fylo-dark-theme-landing-page-frontendmentor",
},
{
{
id: 24,
projectName: "REST Countries API with color theme switcher",
projectDescribtion:
"If you're wanting to test your JavaScript skills this is the challenge for you. Use whichever JS framework you prefer and pull data from the REST Countries API.",
projectStack: ["HTML", "CSS", "JS", "API"],
projectPreview: require("@/assets/images/rest-countries-api-with-color-theme-switcher.jpeg"),
liveLink:
"https://catherineisonline.github.io/rest-countries/",
liveLink: "https://catherineisonline.github.io/rest-countries/",
projectLink:
"https://www.frontendmentor.io/solutions/rest-countries-api-with-color-theme-switcher-SySqXmn49",
repoLink:
"https://github.com/catherineisonline/rest-countries",
repoLink: "https://github.com/catherineisonline/rest-countries",
},
],
};
Expand Down
5 changes: 0 additions & 5 deletions vue.config.js

This file was deleted.

0 comments on commit 264eaed

Please sign in to comment.