-
-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (58 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
64 lines (58 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wireframe</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Wireframe</h1>
<p Id="para">
A wireframe is a basic, two-dimensional blueprint or outline of a
website or app interface.
</p>
</header>
<main>
<article>
<img src="images/Classroom Wireframe.jpg" alt="alt="Classroom website wireframe showing the layout of an educational platform"
/>" />
<h2>What is the purpose of a README file?</h2>
<p>
A README file is a document that provides information about a project,
including its purpose, how to use it, and any other relevant details.
It serves as a guide for users and developers who want to understand
the project and contribute to it.</p>
<a href="">Read more</a>
</p>
</article>
<article>
<img src="images\Cafe Wireframe .jpg" alt=""Cafe website wireframe showing the layout of a restaurant homepage"
/>" />
<h2>What is the purpose of a wireframe?</h2>
<p>
A wireframe is a visual representation of a website or app's layout
and structure. It serves as a blueprint for the design and development
process, allowing designers and developers to plan the user interface
and user experience before creating the final product.
</p>
<a href="">Read more</a>
</article>
<article>
<img src="images/Shopping Wireframe.jpg" alt="Shopping website wireframe showing the layout of an e-commerce platform"
/>" />
<h2>What is a branch?</h2>
<p>
A branch in version control is a separate line of development. It
allows you to work on different features or experiments without
affecting the main codebase.
</p>
<a href="">Read more</a>
</article>
</main>
<footer>
<p>Enice Mutanda Cyf 2026</p>
</footer>
</body>
</html>