forked from mate-academy/layout_miami
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"activeCommit": 0, | ||
"commits": [ | ||
{ | ||
"activePatchIndex": 22, | ||
"activePatchIndex": 23, | ||
"patches": [ | ||
{ | ||
"date": 1707760311609, | ||
|
@@ -96,6 +96,10 @@ | |
{ | ||
"date": 1707762765639, | ||
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -97,9 +97,9 @@\n src=\"./styles/images/a-new-look.png\"\n alt=\"a-new-look\">\n <img\n class=\"pictures__pic\"\n- src=\"./stylesimages/african.png\"\n+ src=\"./styles/\"\n alt=\"african\">\n </div>\n <p class=\"article__paragraph\">\n <span class=\"article__hightlight\">\n" | ||
}, | ||
{ | ||
"date": 1707763418421, | ||
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,118 @@\n+<!DOCTYPE html>\n+<html lang=\"cfn\">\n+\n+ <head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n+ <title>The Met</title>\n+ <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n+ <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\"\n+ crossorigin=\"anonymous\">\n+ <link href=\"https://fonts.googleapis.com/css2?family=Cinzel:[email protected]&family=Roboto&display=swap\"\n+ rel=\"stylesheet\">\n+ <link\n+ rel=\"shortcut icon\"\n+ href=\"./styles/images/favicon.ico\" type=\"icon\">\n+ <link rel=\"stylesheet\" href=\"./styles/main.scss\">\n+ </head>\n+\n+ <body>\n+ <header class=\"header\">\n+ <h1 class=\"title\">\n+ Welcome\n+ <br>\n+ to The MET\n+ </h1>\n+ </header>\n+ <main class=\"main\">\n+\n+ <h2 class=\"title title--second\">\n+ <span class=\"title__highlight\">\n+ Plan your visit\n+ </span>\n+ <br>\n+ Museum hours\n+ </h2>\n+\n+ <section class=\"page page--second\">\n+ <h3 class=\"page__title3\">\n+ The Met Fifth Avenue\n+ </h3>\n+ <section class=\"page__textcols\">\n+ <p class=\"page__textcols-time\">10 am - 5 pm\n+ <br>\n+ 10 am - 9 pm\n+ <br>\n+ Closed\n+ </p>\n+ <p class=\"page__textcols-days\">\n+ Sun, Mon, Tue, Thu\n+ <br>\n+ Fri, Sat\n+ <br>\n+ Wen\n+ </p>\n+ </section>\n+\n+ <p class=\"page__text-normal\">\n+ <span class=\"page__title4\">\n+ Closed on\n+ </span>\n+ <br>\n+ Thanksgiving Day, Dec 25, Jan 1, and the first Monday in May.\n+ </p>\n+ <h3 class=\"page__title3\">\n+ The Met Cloisters\n+ </h3>\n+ <section class=\"page__textcols\">\n+ <p class=\"page__textcols-time\">\n+ 10 am – 4.30 pm\n+ <br>\n+ Closed\n+ </p>\n+ <p class=\"page__textcols-days\">\n+ Thu - Tue\n+ <br>\n+ Wen\n+ </p>\n+ </section>\n+ <p class=\"page__text-normal\">\n+ <span class=\"page__title4\">\n+ Closed on\n+ </span>\n+ <br>\n+ Thanksgiving Day, Dec 25, Jan 1\n+ </p>\n+ </section>\n+\n+ <section class=\"page page--third\">\n+ <h2 class=\"page title--section\">Now On View</h2>\n+ <section class=\"page__text-norm\">\n+ Explore exhibition gallery guides, videos, articles, and more.\n+ </section>\n+ <article class=\"article\">\n+ <div class=\"pictures\">\n+ <img\n+ class=\"pictures__pic\"\n+ src=\"./styles/images/a-new-look.png\"\n+ alt=\"a-new-look\">\n+ <img\n+ class=\"pictures__pic\"\n+ src=\"./styles/images/african.png\"\n+ alt=\"african\">\n+ </div>\n+ <p class=\"article__paragraph\">\n+ <span class=\"article__hightlight\">\n+ A New Look at Old Masters\n+ </span>\n+ <br>\n+ December 12, 2020 – Through\n+ <br>\n+ Spring 2023\n+ </p>\n+ </article>\n+ </section>\n+ </main>\n+ </body>\n+\n+</html>\n" | ||
} | ||
], | ||
"date": 1707760311609, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.