Skip to content

Commit 2c23623

Browse files
authored
Merge pull request andreasbm#35 from inthedownpour/gh-pages
1학년 상세내용 수정 + 1학년 아이콘 수정 (andreasbm#34)
2 parents d30e94c + 180961b commit 2c23623

Some content is hidden

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

75 files changed

+226
-590
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/data/databases.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ export const databasesCollection = {
466466
["Express", "https://expressjs.com/"],
467467
["Tutorialspoint - Express Framework", "https://www.tutorialspoint.com/nodejs/nodejs_express_framework.htm"],
468468
["Youtube - Express.js & Node.js Course for Beginners", "https://www.youtube.com/watch?v=G8uL0lFFoN0"],
469-
["Understanding Node.js & Express.js fundamentals", "https://medium.com/@LindaVivah/the-beginners-guide-understanding-node-js-express-js-fundamentals-e15493462be1"],
469+
["Understanding Node.js & Express.js 1학년", "https://medium.com/@LindaVivah/the-beginners-guide-understanding-node-js-express-js-fundamentals-e15493462be1"],
470470
["Wikipedia - Express.js", "https://en.wikipedia.org/wiki/Express.js"],
471471
]
472472
},

src/data/design-and-ux.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const designAndUXCollection = {
2424
links: [
2525
["Color Theory: Brief Guide For Designers", "https://uxplanet.org/color-theory-brief-guide-for-designers-76e11c57eaa"],
2626
["Color theory and the color wheel", "https://www.canva.com/colors/color-wheel/"],
27-
["The fundamentals of understanding color theory", "https://99designs.dk/blog/tips/the-7-step-guide-to-understanding-color-theory/"],
27+
["The 1학년 of understanding color theory", "https://99designs.dk/blog/tips/the-7-step-guide-to-understanding-color-theory/"],
2828
["Adobe - Color wheel", "https://color.adobe.com/"],
2929
]
3030
},

src/data/fundamentals.js

+11-12
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,22 @@ export const fundamentalsCollection = {
1818
{
1919
name: "창의공학설계",
2020
description: {
21-
text: "Exploration of Future Planning",
21+
text: "Adventure Design",
2222
links: [
2323
["이수구분 : 전선", ""],
24-
["교과목 번호 : 5111081", ""],
25-
["학점 : 1-0-2", ""],
24+
["교과목 번호 : 5111004", ""],
25+
["학점 : 2-0-4", ""],
2626
]
2727
}
2828
},
2929
{
3030
name: "미래설계탐색",
3131
description: {
32-
text: "Learn how to make your content search-friendly.",
32+
text: "Exploration of Future Planning",
3333
links: [
34-
["web.dev - Discoverable", "https://web.dev/discoverable"],
35-
["Google Search - Get Started", "https://developers.google.com/search/docs/guides/get-started"],
36-
["Google Search - SEO basics", "https://developers.google.com/search/docs/guides/javascript-seo-basics"],
37-
["web.dev - SEO audits", "https://web.dev/lighthouse-seo"]
34+
["이수 구분 : 전선", ""],
35+
["교과목 번호 : 5111081", ""],
36+
["학점 : 1-0-2", ""],
3837
]
3938
}
4039
},
@@ -69,11 +68,11 @@ export const fundamentalsCollection = {
6968
{
7069
name: "미래설계준비",
7170
description: {
72-
text: "Learn what the CSS box modelS means.",
71+
text: "Preparation of Future Design",
7372
links: [
74-
["MDN - Introduction to the CSS basic box model", "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model"],
75-
["MDN - The box model", "https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model"],
76-
["CSS Tricks - Inheriting box-sizing", "https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/"],
73+
["이수 구분 : 전선", ""],
74+
["교과목 번호 : ", ""],
75+
["학점 : 1-0-2", ""],
7776
]
7877
},
7978

0 commit comments

Comments
 (0)