Title
+Welcome to Intro to Programming
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + Here we will learn about some introductory web development + concepts.
- Read more -diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..bd2adc1e1 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,67 @@ - + -
+ +- This is the default, provided code and no changes have been made yet. -
-- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + Here we will learn about some introductory web development + concepts.
- Read more -
+ + A README file is a text file often included with a software + program or code package which provides the reader with + information they may need to use the software, such as + installation instructions. +
+ Write your own + README file +
+ + A wireframe is used to express the layout of a visual medium + such as a newspaper, or web page. It helps designers and + programmers to get a simple overview of a design. +
+ Read more about wireframing +
+ + A git branch is a copy of the code in a git repository. + Branches are created so that developers can work separately + on specific features. Once a feature is completed it is + merged into main. If the creation of a feature is not + successful, for example there are too many bugs, the branch + can be deleted without affecting the main branch. +
+ Read more about Git +