Skip to content

Commit 761fd79

Browse files
committed
add link for articles
1 parent cd266a2 commit 761fd79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Wireframe</h1>
66
</header>
77
<main>
88
<article>
9-
<img src="https://raw.githubusercontent.com/CodeYourFuture/Module-Onboarding/refs/heads/main/Wireframe/placeholder.svg" alt="" />
9+
<img src="https://public-images.interaction-design.org/literature/articles/materials/ElementsofaWireframe.png" alt="Wireframe" />
1010
<h2>Purpose of Readme file</h2>
1111
<p>
1212
The purpose of a README file is to serve as the primary guide and quick-start manual for a project. Placed at the root of a folder or repository, it explains what the project does, how to install and use it, and how others can contribute.
@@ -15,7 +15,7 @@ <h2>Purpose of Readme file</h2>
1515
</article>
1616

1717
<article>
18-
<img src="https://raw.githubusercontent.com/CodeYourFuture/Module-Onboarding/refs/heads/main/Wireframe/placeholder.svg" alt="" />
18+
<img src="https://ubc-lib-geo.github.io/gis-workshop-waml-template/content/img/readme3.png" alt="readme" />
1919
<h2>Purpose of Wireframe</h2>
2020
<p>
2121
A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch. Product designers and UX (user experience) professionals draw up wireframes to communicate how they plan to arrange and prioritize features, and how they intend for users to interact with its product or website.Wireframes typically depict only functionality, not the true style and visual elements of the final product. It's why most wireframes look simple: grayscale instead of colors, placeholders for images, and Lorem Ipsum for text.
@@ -24,7 +24,7 @@ <h2>Purpose of Wireframe</h2>
2424
</article>
2525

2626
<article>
27-
<img src="https://raw.githubusercontent.com/CodeYourFuture/Module-Onboarding/refs/heads/main/Wireframe/placeholder.svg" alt="" />
27+
<img src="https://framerusercontent.com/images/jmGsErVaXE9HMnmsIjHDba05DSg.png?width=1600&height=900" alt="branch" />
2828
<h2>Purpose of Branch</h2>
2929
<p>
3030
Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository.

0 commit comments

Comments
 (0)