Merge pull request #114 from CODE-REFINARY/main

Aesthetic Adjustments, Name adjusted to "My Meal Journal"
This commit is contained in:
look-its-ashton 2023-01-04 13:42:11 -08:00 committed by GitHub
commit 4ba7029aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,14 @@
# cse110-fa22-group29
# 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!<br>
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:<br>
[My Meal Journal](https://cse110-fa22-group29.github.io/cse110-fa22-group29/)
Meet the Team:<br>
[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/)
If you enjoyed the site or have suggestion for how we can improve it don't hesitate to reach out to the developers!<br>
Crafted with ❤️ and care by students of the University of California San Diego.

View File

@ -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**

View File

@ -22,7 +22,7 @@
<!-- Setting up logo and site name at the top of the website -->
<div class="top-bar">
<img src="./assets/images/Logo.png" alt="logo" />
<h1>Food Journal</h1>
<h1>My Meal Journal</h1>
<img src="./assets/images/Logo.png" alt="logo" />
</div>
</header>

View File

@ -21,7 +21,7 @@
<header>
<div class="top-bar">
<img src="./assets/images/Logo.png" alt="logo" />
<h1>Food Journal</h1>
<h1>My Meal Journal</h1>
<img src="./assets/images/Logo.png" alt="logo" />
</div>
</header>

View File

@ -21,7 +21,7 @@
<header>
<div class="top-bar">
<img src="./assets/images/Logo.png" alt="logo" />
<h1>Food Journal</h1>
<h1>My Meal Journal</h1>
<img src="./assets/images/Logo.png" alt="logo" />
</div>
</header>