From 30ffe3087c763dae7d61e0518090c530b46bd2e9 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:06:02 -0800 Subject: [PATCH 01/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45169df..7f11866 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cse110-fa22-group29 +# My Meal Journal [Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) From 1012cc56d57c04e952d8598bfeb8a29038975466 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:06:36 -0800 Subject: [PATCH 02/12] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f11866..1303361 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # My Meal Journal +My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. + [Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) [Food Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/) From 416f32a552ecf424aa8f9f46fa86af9d5dea8747 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:08:56 -0800 Subject: [PATCH 03/12] Update team.md --- admin/team.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/team.md b/admin/team.md index d528b29..efd8e84 100644 --- a/admin/team.md +++ b/admin/team.md @@ -26,7 +26,7 @@ - #### About Me: - Hello World! I'm a fifth year (3rd year transfer) computer science major from the North Bay Area. Web development has been a big focus of mine since taking Prof Powell's 134B last winter and I'm stoked to be back in the "full stack" developer seat for 110. I am the second the team lead and in addition to my love for leading and working on team projects I am also fascinated by web development technologies including containerization, infrastructure as code (IaC), software as a service (SAAS), and web-based encryption (security). I am also an avid DJ and the traininer manmager for the DJ club on campus. This quarter is shaping up to be a memorable one! -- #### Link to Github: https://github.com/look-its-ashton +- #### Link to Github: https://github.com/CODE-REFINARY ### **Gavyn Ezell** From 751cd964ac27848feb1cc011d85deadcb2a2128a Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:15:52 -0800 Subject: [PATCH 04/12] Update index.html --- source/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html b/source/index.html index 1d95c2c..9f1b6c3 100644 --- a/source/index.html +++ b/source/index.html @@ -21,7 +21,7 @@
logo -

Food Journal

+

My Meal Journal

logo
From d4a96f0cc2f7c33b25879b5ff5926f98abd4d13d Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:24:57 -0800 Subject: [PATCH 05/12] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1303361..9a46115 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # My Meal Journal -My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. - -[Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) +My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. The app utilizes local storage in the browser to store invidual journal entries with support for tagging, filtering, image posting, and more! +Access the Site Here [Food Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/) + +Meet the Team +[Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) From ec46770a029c7d27affe02b053ea2fbad9dacf03 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:25:17 -0800 Subject: [PATCH 06/12] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a46115..a1f904e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. The app utilizes local storage in the browser to store invidual journal entries with support for tagging, filtering, image posting, and more! -Access the Site Here +Access the Site Here:
[Food Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/) -Meet the Team +Meet the Team:
[Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) From 6af3bb2927ae173c60b4121e48def329fde0509a Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:27:19 -0800 Subject: [PATCH 07/12] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f904e..fc75a6e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. The app utilizes local storage in the browser to store invidual journal entries with support for tagging, filtering, image posting, and more! Access the Site Here:
-[Food Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/) +[My Meal Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/) Meet the Team:
[Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) + +If you enjoyed the site or have suggestion for how we can improve it don't hesitate to reach out to the developers! From 4731544a26d71f94d5d2e57b3c94758b7f1ced78 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:29:21 -0800 Subject: [PATCH 08/12] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc75a6e..5f94dfc 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ Access the Site Here:
Meet the Team:
[Team Page Link](https://github.com/cse110-fa22-group29/cse110-fa22-group29/blob/main/admin/team.md) -If you enjoyed the site or have suggestion for how we can improve it don't hesitate to reach out to the developers! +If you enjoyed the site or have suggestion for how we can improve it don't hesitate to reach out to the developers!
+Crafted with ❤️ and care by students of the University of California San Diego. From 9d514f222811b7b8475037ea65b699694e9833bd Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:30:31 -0800 Subject: [PATCH 09/12] Update CreatePage.html --- source/CreatePage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CreatePage.html b/source/CreatePage.html index 519ccbf..b7f72fc 100644 --- a/source/CreatePage.html +++ b/source/CreatePage.html @@ -22,7 +22,7 @@
logo -

Food Journal

+

My Meal Journal

logo
From aa7e13b2055c7611f74d7fcc42e2e891966bac2c Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:31:04 -0800 Subject: [PATCH 10/12] Update ReviewDetails.html --- source/ReviewDetails.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ReviewDetails.html b/source/ReviewDetails.html index fb2a09a..3fe62ab 100644 --- a/source/ReviewDetails.html +++ b/source/ReviewDetails.html @@ -21,7 +21,7 @@
logo -

Food Journal

+

My Meal Journal

logo
From 1670da2527cff9ec41e74f8db0f881f8eb0022f5 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:32:09 -0800 Subject: [PATCH 11/12] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f94dfc..e1f0305 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # My Meal Journal -My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. The app utilizes local storage in the browser to store invidual journal entries with support for tagging, filtering, image posting, and more! +My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. The app utilizes local storage in the browser to store invidual journal entries with support for tagging, filtering, image posting, and more!
+The site is completely static with no front-end or back-end libraries employed. As such cross browser support is relatively strong and site performance is very reliable. Access the Site Here:
[My Meal Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/) From ff4ceed4c8b02302abd83a4477943a6209807ec9 Mon Sep 17 00:00:00 2001 From: George Dubinin Date: Wed, 4 Jan 2023 13:32:22 -0800 Subject: [PATCH 12/12] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1f0305..324b011 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # My Meal Journal My Meal Journal is a local-first journaling application on the web designed for recording your standout meal experiences. The app utilizes local storage in the browser to store invidual journal entries with support for tagging, filtering, image posting, and more!
+ The site is completely static with no front-end or back-end libraries employed. As such cross browser support is relatively strong and site performance is very reliable. Access the Site Here: