Skip to content

Commit cd266a2

Browse files
committed
update links
1 parent ff7b9d0 commit cd266a2

1 file changed

Lines changed: 39 additions & 33 deletions

File tree

Wireframe/index.html

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Wireframe</title>
7-
<link rel="stylesheet" href="style.css" />
8-
</head>
9-
<body>
10-
<header>
11-
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
15-
</header>
16-
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20-
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
23-
</p>
24-
<a href="">Read more</a>
25-
</article>
26-
</main>
27-
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
31-
</footer>
32-
</body>
33-
</html>
1+
<header>
2+
<h1>Wireframe</h1>
3+
<p>
4+
Articles are a great way to share information and ideas with others. They can be used to educate, inform, or entertain readers on a wide range of topics. Whether you're writing about current events, technology, health, or any other subject, articles provide a platform for you to express your thoughts and insights. With the right research and writing skills, you can create engaging and informative articles that resonate with your audience and contribute to meaningful discussions. .These articles have beeen selected to explain the purpose of Read me file, Wireframe and Branch in Git.
5+
</p>
6+
</header>
7+
<main>
8+
<article>
9+
<img src="https://raw.githubusercontent.com/CodeYourFuture/Module-Onboarding/refs/heads/main/Wireframe/placeholder.svg" alt="" />
10+
<h2>Purpose of Readme file</h2>
11+
<p>
12+
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.
13+
</p>
14+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
15+
</article>
16+
17+
<article>
18+
<img src="https://raw.githubusercontent.com/CodeYourFuture/Module-Onboarding/refs/heads/main/Wireframe/placeholder.svg" alt="" />
19+
<h2>Purpose of Wireframe</h2>
20+
<p>
21+
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.
22+
</p>
23+
<a href="https://www.productplan.com/glossary/wireframe">Read more</a>
24+
</article>
25+
26+
<article>
27+
<img src="https://raw.githubusercontent.com/CodeYourFuture/Module-Onboarding/refs/heads/main/Wireframe/placeholder.svg" alt="" />
28+
<h2>Purpose of Branch</h2>
29+
<p>
30+
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.
31+
32+
</p>
33+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a>
34+
</article>
35+
36+
</main>
37+
<footer> Wifreframe project by Mandip Sanger
38+
39+
</footer>

0 commit comments

Comments
 (0)