Skip to content

Commit 2104616

Browse files
Match Lesson 3 Video Exactly
1 parent 3aa7beb commit 2104616

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

Introduction to HTML/Lesson 3/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>The Generics | About</title>
5-
<meta name="description" content="Lorem ipsum dolor sit amet consectetur adipisicing elit. Labore possimus laboriosam ab suscipit dolorem mollitia autem nemo aliquam quibusdam alias!">
5+
<meta name="description" content="This is the description">
66
</head>
77
<body>
88
<header>

Introduction to HTML/Lesson 3/index.html

+22-25
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>The Generics</title>
5-
<meta name="description" content="Lorem ipsum dolor sit amet consectetur adipisicing elit. Labore possimus laboriosam ab suscipit dolorem mollitia autem nemo aliquam quibusdam alias!">
5+
<meta name="description" content="This is the description">
66
</head>
77
<body>
88
<header>
@@ -15,79 +15,76 @@
1515
</nav>
1616
<hr>
1717
<h1>The Generics</h1>
18-
<button type="button">Get Our Latest Album</button>
18+
<button type="button">Get our Latest Album</button>
1919
<br>
2020
<br>
21-
<!-- TODO: Find suitable background image -->
21+
<!-- TODO: Find a suitable background image -->
2222
<button type="button">&#9658;</button>
2323
</header>
24-
2524
<section>
2625
<h2>TOURS</h2>
2726
<div>
2827
<div>
2928
<strong>JUL 16</strong>
30-
&lt;&gt;
29+
&lt;&gt;
3130
<span>DETROIT, MI</span>
32-
&lt;&gt;
33-
<span>DTE ENEREGY MUSIC THEATRE</span>
34-
&lt;&gt;
31+
&lt;&gt;
32+
<span>DTE ENERGY MUSIC THEATRE</span>
33+
&lt;&gt;
3534
<button type="button">BUY TICKETS</button>
3635
<hr>
3736
</div>
3837
<div>
3938
<strong>JUL 19</strong>
40-
&lt;&gt;
39+
&lt;&gt;
4140
<span>TORONTO, ON</span>
42-
&lt;&gt;
41+
&lt;&gt;
4342
<span>BUDWEISER STAGE</span>
44-
&lt;&gt;
43+
&lt;&gt;
4544
<button type="button">BUY TICKETS</button>
4645
<hr>
4746
</div>
4847
<div>
4948
<strong>JUL 22</strong>
50-
&lt;&gt;
49+
&lt;&gt;
5150
<span>BRISTOW, VA</span>
52-
&lt;&gt;
51+
&lt;&gt;
5352
<span>JIGGY LUBE LIVE</span>
54-
&lt;&gt;
53+
&lt;&gt;
5554
<button type="button">BUY TICKETS</button>
5655
<hr>
5756
</div>
5857
<div>
5958
<strong>JUL 29</strong>
60-
&lt;&gt;
59+
&lt;&gt;
6160
<span>PHOENIX, AZ</span>
62-
&lt;&gt;
61+
&lt;&gt;
6362
<span>AK-CHIN PAVILION</span>
64-
&lt;&gt;
63+
&lt;&gt;
6564
<button type="button">BUY TICKETS</button>
6665
<hr>
6766
</div>
6867
<div>
6968
<strong>AUG 2</strong>
70-
&lt;&gt;
69+
&lt;&gt;
7170
<span>LAS VEGAS, NV</span>
72-
&lt;&gt;
71+
&lt;&gt;
7372
<span>T-MOBILE ARENA</span>
74-
&lt;&gt;
73+
&lt;&gt;
7574
<button type="button">BUY TICKETS</button>
7675
<hr>
7776
</div>
7877
<div>
7978
<strong>AUG 7</strong>
80-
&lt;&gt;
79+
&lt;&gt;
8180
<span>CONCORD, CA</span>
82-
&lt;&gt;
81+
&lt;&gt;
8382
<span>CONCORD PAVILION</span>
84-
&lt;&gt;
83+
&lt;&gt;
8584
<button type="button">BUY TICKETS</button>
86-
<hr>
8785
</div>
8886
</div>
8987
</section>
90-
9188
<footer>
9289
<h3>The Generics</h3>
9390
<ul>

0 commit comments

Comments
 (0)