diff --git a/Explaining_webpage.html b/Explaining_webpage.html new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Explaining_webpage.html @@ -0,0 +1 @@ + diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..c469f1721 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,31 +3,89 @@ - Wireframe + The explanation +
-

Wireframe

+ +

The explanation

+

- This is the default, provided code and no changes have been made yet. + Explanation of what?
+ Today I will explain the reason for the existence of the README, the wireframe, and the Git branch.

+
+
- -

Title

+ + GitHub README example + +

README

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README is a file that explains a project. + It usually contains: +

- Read more + + Read more + +
+ +
+ + GitHub wireframe example +

WIREFRAME

+

+ A wireframe is a simple visual plan of a website or application. + It shows: +

+

+ Read more + +
+ +
+ + GitHub BRANCH example +

BRANCH

+

+ A Git branch is a separate version of a project. + It allows developers to: +

+

+ + Read more +
+ + diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..0edddb556 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -26,10 +26,26 @@ As well as useful links to learn more */ } /* ====== Base Elements ====== General rules for basic HTML elements in any context */ + body { background: var(--paper); color: var(--ink); font: var(--font); + padding-bottom: 80px; +} +#Big_title { + font-family: 'Courier New', Courier, monospace; + font-size: 50px; + background-color: rgb(194, 255, 235);} +.Normal_text { + font-family: Arial, Helvetica, sans-serif; + font-size: medium; + background-color: rgb(255, 250, 243); +} +.Secondary_title { + font-family: Georgia, 'Times New Roman', Times, serif; + font-size: 25px; + background-color: rgb(206, 255, 239); } a { padding: var(--space); @@ -53,6 +69,8 @@ footer { position: fixed; bottom: 0; text-align: center; + left: 0; + width: 100%; } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element. diff --git a/contributing.md b/contributing.md index 6c3702059..c9c181823 100644 --- a/contributing.md +++ b/contributing.md @@ -1,11 +1,11 @@ # How To Submit Your Coursework -Use Git & Github to submit your coursework as a pull request. +- Use Git & Github to submit your coursework as a pull request. [Creating a pull request](https://curriculum.codeyourfuture.io/guides/contributing/create-a-pull-request/) ## Questions & Help -Contributing to a remote codebase is a necessary skill for a professional developer. Opening PRs is mandatory at CYF. It is part of the coursework. +- Contributing to a remote codebase is a necessary skill for a professional developer. Opening PRs is mandatory at CYF. It is part of the coursework. -If you cannot submit your coursework you **must** post on Slack to get unblocked. +- If you cannot submit your coursework you **must** post on Slack to get unblocked.