Skip to content

Commit 99e60ca

Browse files
add meta description
1 parent b10cc91 commit 99e60ca

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

Wireframe/index.html

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<html lang="en">
33

44
<head>
5-
<meta charset="UTF-8" >
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Wireframe</title>
8-
<link rel="stylesheet" href="style.css" >
8+
<link rel="stylesheet" href="style.css">
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111

1212
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Inter:wght@400;600&display=swap"
1313
rel="stylesheet">
14-
<meta name="description" content="A website about web development, HTML, CSS, and JavaScript tutorials.">
14+
<meta name="description" content=" Learn about README files, wireframes, and Git branches.">
1515

1616
</head>
1717

@@ -25,11 +25,10 @@ <h1 class="page-hero">Wireframe</h1>
2525
<main class="container">
2626
<!-- Featured card (full width) -->
2727
<article class="card card--featured">
28-
<div class="card__media">
29-
<img
30-
src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3"
31-
alt="Person reading project documentation">
32-
</div>
28+
<div class="card__media">
29+
<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3"
30+
alt="Person reading project documentation">
31+
</div>
3332
<div class="card__body">
3433
<h2 class="card__title">What is the purpose of a README file?</h2>
3534
<p class="card__summary">
@@ -45,11 +44,10 @@ <h2 class="card__title">What is the purpose of a README file?</h2>
4544
<!-- Two-column row -->
4645
<div class="grid">
4746
<article class="card">
48-
<div class="card__media">
49-
<img
50-
src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3"
51-
alt="Person reading project documentation">
52-
</div>
47+
<div class="card__media">
48+
<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3"
49+
alt="Person reading project documentation">
50+
</div>
5351
<div class="card__body">
5452
<h2 class="card__title">What is the purpose of a wireframe?</h2>
5553
<p class="card__summary">
@@ -62,11 +60,10 @@ <h2 class="card__title">What is the purpose of a wireframe?</h2>
6260
</article>
6361

6462
<article class="card">
65-
<div class="card__media">
66-
<img
67-
src="https://images.unsplash.com/photo-1555949963-aa79dcee981c"
68-
alt="Developer working with Git and code">
69-
</div>
63+
<div class="card__media">
64+
<img src="https://images.unsplash.com/photo-1555949963-aa79dcee981c"
65+
alt="Developer working with Git and code">
66+
</div>
7067
<div class="card__body">
7168
<h2 class="card__title">What is a branch in Git?</h2>
7269
<p class="card__summary">

0 commit comments

Comments
 (0)