Skip to content

Commit 462ce26

Browse files
committed
Rename folder
1 parent b600a7e commit 462ce26

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>My favorite Emoji</title>
5+
<title>My favorite emoji</title>
66
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css">
77
<link rel="stylesheet" href="style.css" />
88
</head>
@@ -11,10 +11,10 @@
1111
<a href="index.html">Home</a>
1212
<a href="images/gallery.html">Gallery</a>
1313
</nav>
14-
<h1>My favorite Emoji</h1>
14+
<h1>My favorite emoji</h1>
1515
<p>I don't just <em>like</em> emoji,<br>
1616
I <strong>love</strong> emoji!</p>
17-
<p>Here is a table of my most used emoji:</p>
17+
<p>Here's a table of my most-used emoji:</p>
1818
<table>
1919
<thead>
2020
<tr><th>#</th><th>Emoji</th><th>Name</th></tr>

html-and-css/html_project/images/gallery.html renamed to html-css-python/html_project/images/gallery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Am I HTML already?</title>
6+
<title>Image gallery</title>
77
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css">
88
<link rel="stylesheet" href="../style.css" />
99
</head>
@@ -13,7 +13,7 @@
1313
<a href="../index.html">Home</a>
1414
<a href="../emoji.html">Emoji</a>
1515
</nav>
16-
<h1>Image Gallery</h1>
16+
<h1>Image gallery</h1>
1717
<div class="gallery rounded">
1818
<img src="sky_1.png" alt="Cloudy sky." class="rounded">
1919
<img src="sky_2.png" alt="Sky with sun shining through clouds." class="rounded">
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="emoji.html">Emoji</a>
1212
<a href="images/gallery.html">Gallery</a>
1313
</nav>
14-
<h1>Hello World Wide Web!</h1>
14+
<h1>Hello, World Wide Web!</h1>
1515
<p>This is my first website.</p>
1616

1717
<h2>About me</h2>

0 commit comments

Comments
 (0)