Skip to content

Commit 11f94cf

Browse files
committed
fix errors
1 parent 3d5a056 commit 11f94cf

1 file changed

Lines changed: 23 additions & 9 deletions

File tree

Wireframe/index.html

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,37 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
13+
Articles </p>
1514
</header>
1615
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
16+
<article id="What is the purpose of a Readme file?>
17+
<img src="https://utrechtuniversity.github.io/workshop-computational-reproducibility/chapters/readme-files.html
18+
" alt=" " />
19+
<h2>A</h2>
20+
<p>
21+
A README file is a text document which provides a clear and concise description of all relevant details about data collection, processing, analysis, and naming convention. It should be easy to write and easy to read in order to be understandable by yourself and others in the future.
22+
23+
</p>
24+
<a href=" ">Read more</a></article>
25+
<article id="article2">
26+
<img src=</h2>
2027
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
28+
2329
</p>
24-
<a href="">Read more</a>
30+
<a href=" ">Read more</a>
31+
</article>
32+
<article id="article3">
33+
<img src=" alt="" />
34+
<h2> </h2>
35+
<p>
36+
</p>
37+
<a href" "
38+
Read more</a>
2539
</article>
2640
</main>
2741
<footer>
2842
<p>
29-
This is the default, provided code and no changes have been made yet.
43+
Wireframe project by Mandip Sanger. This project is a simple demonstration of how to create a wireframe for a website using HTML and CSS.
3044
</p>
3145
</footer>
3246
</body>

0 commit comments

Comments
 (0)