diff --git a/assets/images/bP4BhW4o.jpg b/assets/images/bP4BhW4o.jpg new file mode 100644 index 0000000..0f61b8e Binary files /dev/null and b/assets/images/bP4BhW4o.jpg differ diff --git a/config.toml b/config.toml index 014d556..a5dcf9a 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com" +baseURL = "https://durfysbakery.com" # This is a "one page"-website, so we do not need these kinds of pages... disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"] @@ -9,7 +9,7 @@ defaultContentLanguage = "en" theme = "hugo-scroll" # The browser tab name -title = "Jane Doe - Nutrition Coach & Chef Consultant" +title = "Durfy's Bakery" # In order to add version information in the page's footer set to true. # enableGitInfo = true @@ -38,10 +38,10 @@ enableEmoji = true # Another "title" :-). This one is used as the site_name on the Hugo's internal # opengraph structured data template. # See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. - title = "Jane Doe - Nutrition Coach & Chef Consultant" + title = "Durfy's Bakery" # The "description" of your website. This is used in the meta data of your generated html. - description = "Nutrition Coach & Chef Consultant" + description = "Making Baked Goods since 1909" # Show a menu of languages available language_menu = true @@ -52,7 +52,7 @@ enableEmoji = true # A "copyright"-line to be added at the bottom of the page. # Hint: Plain HTML is supported in here as well. So you may e.g. add a link to your legal imprint-page. - copyright = "© Jane Doe" + copyright = "© Durfy's Bakery" # This theme will, by default, inject a design-by-line at the bottom of the page. # You can turn it off, but we would really appreciate if you don’t :-) @@ -97,8 +97,3 @@ enableEmoji = true languageName = "English" contentDir = "content/en" - [languages.de] - title = "Erika Musterfrau - Ernährungshilfe & Kochberatung" - weight = 20 - contentDir = "content/de" - languageName = "Deutsch" diff --git a/content/de/_index.md b/content/de/_index.md deleted file mode 100644 index 37acaa0..0000000 --- a/content/de/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -# Striking header background image, Ideal images are homogenous around the centre and contrasting to the text. Non-ideal images can use `title_guard` -header_image: "images/cover-image.jpg" -# -# When set true, uses video from custom_header_video.html partial, instead of header_image -header_use_video: false -# -# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling -header_logo: "images/chef-hat.png" -# -# Headers are safeHTML, you can use HTML tags such as b,i,u,br -header_headline: "Erika Musterfrau" -header_subheadline: "Ernährungshilfe & Kochberatung" - -# Add a 'Go back to top' item to the navigation menu -# Title: name of navigation menu entry -# Weight (i. e. position in menu): none = no menu entry, first = add as first entry, last = ad as last entry -nav_to_top_title: "Nach oben" -nav_to_top_weight: last ---- diff --git a/content/de/de-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg b/content/de/de-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg deleted file mode 100644 index b01ef39..0000000 Binary files a/content/de/de-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg and /dev/null differ diff --git a/content/de/homepage/about-me-local-img.md b/content/de/homepage/about-me-local-img.md deleted file mode 100644 index 6476c0f..0000000 --- a/content/de/homepage/about-me-local-img.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Über mich (DE folder)" -weight: 3 -header_menu: true ---- - -This demonstates localized content placed in dedicated language folder, `content/de`. This way you won't have to use localization suffix with the `.md` file. Both localisation approaches (separate folder, suffixes in the same folder) can be used and even mixed. - -See i18n configuration in `[languages]` section of `config.toml`. - -#### Local content -Localised content can be put in dedicated folder `content/de/`. Images should be naturally found from there: -![Image from content/de ](de-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg) - -#### Assets -Images in assets folder can be localised, conventionally by adding `.de` suffix. However, assets may be tricky, see next section for details -![Broken DE Image from assets](images/asset-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.de.jpg) - -Note the filename of this section is a bit artificial to avoid conflict with other examples in en folder. If named the same, this one wouldn't render. However normally you wouldn't have one page localized two ways. \ No newline at end of file diff --git a/content/de/homepage/contact.md b/content/de/homepage/contact.md deleted file mode 100644 index 0d01e14..0000000 --- a/content/de/homepage/contact.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Contact" -weight: 4 -header_menu: true ---- - -{{}} - -Let us get in touch! diff --git a/content/de/homepage/external.md b/content/de/homepage/external.md deleted file mode 100644 index 97f8ee0..0000000 --- a/content/de/homepage/external.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "GitHub" -weight: 99 -header_menu: true -external: https://github.com/zjedi/hugo-scroll ---- diff --git a/content/de/homepage/index.md b/content/de/homepage/index.md deleted file mode 100644 index ca03031..0000000 --- a/content/de/homepage/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -headless: true ---- diff --git a/content/de/homepage/legal-brief.md b/content/de/homepage/legal-brief.md deleted file mode 100644 index 2e30f69..0000000 --- a/content/de/homepage/legal-brief.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Brief Legal Information" -weight: 98 -header_menu_title: "Legal" -navigation_menu_title: "Legal stuff" -header_menu: true -detailed_page_path: /de/legal/ -detailed_page_homepage_content: true ---- -The file **legal-brief.md** creates an internal link on the cover page without the leading icon. - -If the parameter `detailed_page_homepage_content` is set to false neither this section nor the navigation menu entry will be shown (but the link on the cover page will be). - -If `detailed_page_homepage_content` is set to true or is missing at all, the link, navigation menu and the content will be rendered. In that case this section might contain less or just summarized information compared to the single page referenced by the parameter `detailed_page_path`. - -Want to see more about the details? See [dedicated page](legal) with more details or hit the button 'Legal' on the cover page. diff --git a/content/de/homepage/license.md b/content/de/homepage/license.md deleted file mode 100644 index 612f8d5..0000000 --- a/content/de/homepage/license.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -footer_menu_title: License -footer_menu: true -detailed_page_path: /license/ -detailed_page_homepage_content: false -weight: 91 ---- diff --git a/content/de/homepage/opener.md b/content/de/homepage/opener.md deleted file mode 100644 index b573d4b..0000000 --- a/content/de/homepage/opener.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Willkommen" -weight: 1 ---- - -Das ist die deutsche Beispielseite. - -`Hugo-Scroll` theme alternates colors of sections that are placed on single page. -The landing screen is meant to be visually striking. - -Single-page approach is oriented towards small to medium content length, that won't overwhelm the user. -You can also delegate lengthier, less important or more sizeable content to [dedicated pages](services). - -> The belly rules the mind. --- spanish proverb - -By the way this welcome section won't show in the cover menu. diff --git a/content/de/homepage/services.md b/content/de/homepage/services.md deleted file mode 100644 index cff25f8..0000000 --- a/content/de/homepage/services.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Das biete ich an" -header_menu_title: "Angebot" -navigation_menu_title: "Mein Angebot" -weight: 2 -header_menu: true ---- - -Feature notice: This section displays options to customize title: - -- has a normal section title (`title` = "The Services I Offer"), -- custom welcome screen title (`header_menu_title` = "Services"), -- custom navigation menu title (`navigation_menu_title` = "My Services"). - -That is the important part, right? You want to know what I can do for you. This is why I put this right up there into the header menu of the website. - ---- - -### Nutrition Coaching - -This is not an easy task. -You will likely have to pay money for this. - -### Chef Consulting - -I can raise your table culture! - -![Let us get started on a clean slate](/images/woman-pouring-juice-on-glass-3184192.jpg) - -Want to learn more about my services? See [dedicated page](services) with more details. diff --git a/content/de/legal.md b/content/de/legal.md deleted file mode 100644 index 5680b86..0000000 --- a/content/de/legal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "The single page referenced to by the Legal button on the cover page" ---- -This file is a single page and is referenced by the button `Legal` on the cover start page. - -It can contain more or additional information than the dedicated section on the homepage. diff --git a/content/de/license.md b/content/de/license.md deleted file mode 100644 index de08de7..0000000 --- a/content/de/license.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Hugo Scroll License ---- - -The MIT License (MIT) - -Copyright (c) 2020 Jan Raasch - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/content/de/services.md b/content/de/services.md deleted file mode 100644 index 2ac906f..0000000 --- a/content/de/services.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Mein Angebot" ---- - -Das ist die deutsche Variante von meinem Angebot. - -It carries a lot more detail than what I put on the homepage - I swear! - -You want to know what I can do for you? - -Well, let me tell ya! - ---- - -## Nutrition Coaching - -This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first. - - - -![Nice picture to make you pay me ;-)](/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg) - -Wow. That was nice, right? Well, call me and let us talk. - ---- - -## Chef Consulting - -Did you see the picture above? I can show you how to go from - -![Let us get started on a clean slate](/images/board-bunch-cooking-food-349609.jpg) - -to - -![Let us get started on a clean slate](/images/woman-pouring-juice-on-glass-3184192.jpg) - -in estimated seconds. - -Don't believe me? Here are some bullets - -* If anyone can teach you to cook, I can -* And if you already know how to cook, I will make you that much better diff --git a/content/en/_index.md b/content/en/_index.md index d5283ef..f86b344 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -1,6 +1,6 @@ --- # Striking header background image, Ideal images are homogenous around the centre and contrasting to the text. Non-ideal images can use `title_guard` -header_image: "images/cover-image.jpg" +header_image: "images/bP4BhW4o.jpg" # # When set true, uses video from custom_header_video.html partial, instead of header_image header_use_video: false @@ -9,8 +9,8 @@ header_use_video: false header_logo: "images/chef-hat.png" # # Headers are safeHTML, you can use HTML tags such as b,i,u,br -header_headline: "Jane Doe" -header_subheadline: "Nutrition Coach & Chef Consultant" +header_headline: "Durfy's Bakery" +header_subheadline: "Baked Goods" # Add a 'Go back to top' item to the navigation menu # Title: name of navigation menu entry diff --git a/content/en/homepage/about-me.de.md b/content/en/homepage/about-me.de.md deleted file mode 100644 index a24f873..0000000 --- a/content/en/homepage/about-me.de.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Über mich (shared folder)" -weight: 3 -header_menu: true ---- - -This demonstates localized variants `about-me.de.md` placed along the primary language content, such as `content/en`. Both localisation approaches (separate folder, suffixes in the same folder) can be used and mixed. - -#### Local content -When localised page variants are placed along, images of other languages can't be used directly. You would need to use `.de`-suffixed copy of the image: `![Jane Doe](en-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.de.jpg)` -Consider using assets instead. - -Images from local content location can't be pipeline-processed. - -#### Static -Alternatively, images can be injected from `static/images`: -![Jane Doe](/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg) -Note the leading `/` is required in this case. -Images from static location can't be pipeline-processed and are always copied when publishing the site, even if not linked from any page. - -#### Assets -Latest Hugo version supports injection from `assets` via natural Markdown notation, which empowers this approach for injecting images since pipeline processing (resizing etc) can be used. However, It only worked for me with the local test deployment, there were issues while deploying previews Netlify. Possible workaround would be to use custom shortcode to "touch" the image via [Resources.GetMatch](https://gohugo.io/functions/resources/getmatch/). I hope this gets fixed someday. - -![Broken image from assets](images/asset-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg) -Historically, Linking image from `assets` folder worked only via Hugo-specific shortcode, there was [a discussion with suggestions](https://discourse.gohugo.io/t/how-to-show-images-on-post-pages-if-theyre-located-in-the-assets-folder/34276/14). - -Note that using images form assets folder is the only way to apply pipeline processing, such as resizing, when building the site. Fore more details, read about [asset vs static difference](https://discourse.gohugo.io/t/difference-between-asset-and-static-folder/41203) - -Assets are only published if linked from a content page. \ No newline at end of file diff --git a/content/en/homepage/about-me.md b/content/en/homepage/about-me.md index d6b6887..8f5bcc4 100644 --- a/content/en/homepage/about-me.md +++ b/content/en/homepage/about-me.md @@ -1,5 +1,5 @@ --- -title: "About Me" +title: "About Us" weight: 3 header_menu: true --- @@ -9,13 +9,14 @@ Neither embedded figure shortcode, nor Markdown hook were able to render image f You would have to .Resouces.GetMatch via custom shortcode. ![Jane Doe](/images/asset-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg) --> -![Jane Doe](/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg) -See DE language for more examples of image management. There are multiple approaches. +![Durfy's Bakery](/images/1909-bread-wagon.png) -##### Professional Experience +Welcome to Durfy's Bakery, where our baking traditions have been a cornerstone of family and community since 1909. Our journey began in the verdant fields of Ireland, where our ancestors first mastered the craft of baking, delivering their freshly made breads through the streets with a quaint bread wagon. -A lot, but let us get into the details with some lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent feugiat lectus et magna placerat tincidunt. Nullam sit amet lectus vitae elit mollis rhoncus non eget lorem. Ut tempor sed dui quis volutpat. +Seeking new horizons, our family moved to Windsor, Canada, and established a bakery that quickly became a neighborhood favorite. There, our Irish-inspired recipes brought people together, turning the simple act of sharing bread into a form of community building. ----- +In the 1950s, we embarked on a new adventure, relocating to Westland, Michigan. Here, we opened another chapter of our bakery, continuing the traditions that defined our family's legacy. Later, we expanded to Garden City, on Middlebelt Road, where we further rooted our presence in the community. -In ultrices, est at lobortis pretium, magna quam mollis neque, id viverra odio est sit amet lorem. Mauris efficitur nunc vel lectus porttitor, sit amet sodales quam eleifend. Duis et felis ut mauris dignissim efficitur. Aliquam non sem eros. Integer elit ante, bibendum id hendrerit vitae, vestibulum eget risus. Nunc efficitur nisl in iaculis vestibulum. \ No newline at end of file +Unfortunately, with the passing of our beloved Great Grandpa Durfy, the Michigan bakeries closed their doors, marking the end of an era. However, the spirit of Durfy’s Bakery could not be extinguished. Today, my brother and I are proud to bring back the cherished baking traditions of the Durfy family to Livingston County. + +At Durfy's Bakery, we pride ourselves on maintaining the high standards of quality and authenticity that have been our hallmark for over a century. We still use many of the original recipes, each batch baked with the same dedication and passion as our forebears did from their humble bread wagon. diff --git a/content/en/homepage/credits.md b/content/en/homepage/credits.md deleted file mode 100644 index 14409b9..0000000 --- a/content/en/homepage/credits.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Credits" -weight: 99 -header_menu: true ---- -In this section we give credit to authors of resources used on this demo page. - -- {{}} -- {{}} -- {{}} -- {{}} diff --git a/content/en/homepage/external.md b/content/en/homepage/external.md deleted file mode 100644 index 97f8ee0..0000000 --- a/content/en/homepage/external.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "GitHub" -weight: 99 -header_menu: true -external: https://github.com/zjedi/hugo-scroll ---- diff --git a/content/en/homepage/legal-brief.md b/content/en/homepage/legal-brief.md deleted file mode 100644 index 044ae04..0000000 --- a/content/en/homepage/legal-brief.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Brief Legal Information" -weight: 98 -header_menu_title: "Legal" -navigation_menu_title: "Legal stuff" -header_menu: true -detailed_page_path: /legal/ -detailed_page_homepage_content: true ---- -The file **legal-brief.md** creates an internal link on the cover page without the leading icon. - -If the parameter `detailed_page_homepage_content` is set to false neither this section nor the navigation menu entry will be shown (but the link on the cover page will be). - -If `detailed_page_homepage_content` is set to true or is missing at all, the link, navigation menu and the content will be rendered. In that case this section might contain less or just summarized information compared to the single page referenced by the parameter `detailed_page_path`. - -Want to see more about the details? See [dedicated page](legal) with more details or hit the button 'Legal' on the cover page. \ No newline at end of file diff --git a/content/en/homepage/opener.md b/content/en/homepage/opener.md deleted file mode 100644 index adafed4..0000000 --- a/content/en/homepage/opener.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Welcome" -weight: 1 ---- - -`Hugo-Scroll` theme alternates colors of sections that are placed on single page. -The landing screen is meant to be visually striking. - -Single-page approach is oriented towards small to medium content length, that won't overwhelm the user. -You can also delegate lengthier, less important or more sizeable content to [dedicated pages](services). - -> The belly rules the mind. --- spanish proverb - -By the way this welcome section won't show in the cover menu. diff --git a/content/en/homepage/services.md b/content/en/homepage/services.md index 09be951..23d94c6 100644 --- a/content/en/homepage/services.md +++ b/content/en/homepage/services.md @@ -1,30 +1,16 @@ --- -title: "The Services I Offer" -header_menu_title: "Services" -navigation_menu_title: "My Services" +title: "What's in the Oven?" +header_menu_title: "What's in the Oven?" +navigation_menu_title: "What is Fresh?" weight: 2 header_menu: true --- -Feature notice: This section displays options to customize title: +As we build up our revenue, we are currently operating under cottage law, selling our goods person to person and at local farm markets. This approach allows us to reconnect with our community roots and gather the support needed to eventually open a storefront. -- has a normal section title (`title` = "The Services I Offer"), -- custom welcome screen title (`header_menu_title` = "Services"), -- custom navigation menu title (`navigation_menu_title` = "My Services"). +We are currently limiting our baking to Cinnamon rolls and Snickerdoodle cookies. -That is the important part, right? You want to know what I can do for you. This is why I put this right up there into the header menu of the website. ---- - -### Nutrition Coaching - -This is not an easy task. -You will likely have to pay money for this. - -### Chef Consulting - -I can raise your table culture! - -![Let us get started on a clean slate](images/woman-pouring-juice-on-glass-3184192.jpg) +![Cinnamon Rolls](images/bP4BhW4o.jpg) -Want to learn more about my services? See [dedicated page](services) with more details. +Want to see more of what we bake?? See [dedicated page](services) with more details. diff --git a/exampleSite/assets/images/bP4BhW4o.jpg b/exampleSite/assets/images/bP4BhW4o.jpg new file mode 100644 index 0000000..0f61b8e Binary files /dev/null and b/exampleSite/assets/images/bP4BhW4o.jpg differ diff --git a/exampleSite/static/images/bP4BhW4o.jpg b/exampleSite/static/images/bP4BhW4o.jpg new file mode 100644 index 0000000..0f61b8e Binary files /dev/null and b/exampleSite/static/images/bP4BhW4o.jpg differ diff --git a/i18n/de.toml b/i18n/de.toml deleted file mode 100644 index 7563e59..0000000 --- a/i18n/de.toml +++ /dev/null @@ -1,5 +0,0 @@ -[email] -other = "Email" - -[phone] -other = "Telefon" diff --git a/images/screenshot.png b/images/screenshot.png deleted file mode 100644 index be4eeac..0000000 Binary files a/images/screenshot.png and /dev/null differ diff --git a/images/tn.png b/images/tn.png deleted file mode 100644 index be4eeac..0000000 Binary files a/images/tn.png and /dev/null differ diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 339ca3f..0000000 --- a/netlify.toml +++ /dev/null @@ -1,26 +0,0 @@ -[build] - publish = "exampleSite/public" - -[build.environment] - HUGO_VERSION = "0.124.0" - HUGO_THEME = "repo" - -[context.production] - command = "cd exampleSite && hugo --minify --gc --themesDir ../.. -b ${URL}" - [context.production.environment] - HUGO_ENV = "production" - -[context.branch-deploy] - command = "cd exampleSite && hugo --minify --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" - -[context.deploy-preview] - command = "cd exampleSite && hugo --minify --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" - -[[plugins]] - package = "netlify-plugin-hugo-cache-resources" - - [plugins.inputs] - # If it should show more verbose logs (optional, default = true) - debug = true - # Relative path to source directory in case you use Hugo's "--s" option - srcdir = "exampleSite" diff --git a/public/404.html b/public/404.html index cd489bb..96c66e3 100644 --- a/public/404.html +++ b/public/404.html @@ -9,7 +9,7 @@ - - + - + @@ -42,11 +42,11 @@ - + - + @@ -73,7 +73,7 @@

404 - Page Not Found

@@ -94,7 +94,7 @@

404 - Page Not Found

- + diff --git a/public/images/1909-bread-wagon.png b/public/images/1909-bread-wagon.png new file mode 100644 index 0000000..473967f Binary files /dev/null and b/public/images/1909-bread-wagon.png differ diff --git a/public/images/Screenshot from 2024-07-07 22-01-25.png b/public/images/Screenshot from 2024-07-07 22-01-25.png new file mode 100644 index 0000000..1cea06a Binary files /dev/null and b/public/images/Screenshot from 2024-07-07 22-01-25.png differ diff --git a/public/images/Screenshot from 2024-07-07 22-01-43.png b/public/images/Screenshot from 2024-07-07 22-01-43.png new file mode 100644 index 0000000..9db4573 Binary files /dev/null and b/public/images/Screenshot from 2024-07-07 22-01-43.png differ diff --git a/public/images/Screenshot from 2024-07-07 22-02-04.png b/public/images/Screenshot from 2024-07-07 22-02-04.png new file mode 100644 index 0000000..473967f Binary files /dev/null and b/public/images/Screenshot from 2024-07-07 22-02-04.png differ diff --git a/public/images/bP4BhW4o.jpg b/public/images/bP4BhW4o.jpg new file mode 100644 index 0000000..0f61b8e Binary files /dev/null and b/public/images/bP4BhW4o.jpg differ diff --git a/public/images/grandpa-and-uncles.png b/public/images/grandpa-and-uncles.png new file mode 100644 index 0000000..9db4573 Binary files /dev/null and b/public/images/grandpa-and-uncles.png differ diff --git a/public/images/old-store-front.png b/public/images/old-store-front.png new file mode 100644 index 0000000..1cea06a Binary files /dev/null and b/public/images/old-store-front.png differ diff --git a/public/index.html b/public/index.html index a94fa30..b663963 100644 --- a/public/index.html +++ b/public/index.html @@ -4,13 +4,13 @@ -Jane Doe - Nutrition Coach & Chef Consultant +Durfy's Bakery - - - - + + + @@ -42,12 +42,12 @@ - - + + - - + + @@ -79,27 +79,6 @@ - -