Skip to content

Commit

Permalink
update as starter
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccapeltz committed Mar 26, 2024
1 parent 3941125 commit b29c99b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 24 deletions.
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Apple a Day
# Start Boot Strap

## Photos from Pexels
This code is downloaded from the [Start Bootstrap](https://startbootstrap.com/) website. It is used to create a [small business website](https://startbootstrap.com/template/small-business). This free version is licensed under MIT.

Photo by Toni Cuenca: https://www.pexels.com/photo/grannysmith-apple-with-bite-616837/

Photo by mali maeder: https://www.pexels.com/photo/red-and-orange-apple-fruit-102104/

Photo by Timotej Nagy: https://www.pexels.com/photo/red-apple-fruit-on-grass-584367/

## Favicon
<a target="_blank" href="https://icons8.com/icon/tsGqagtVj0Ka/red-apple">Red Apple</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>
<img src="./license.png" width="400" height="auto" alt="Start Bootstrap Small Business Template License Info">
<hr>

## Start Bootstrap License
This software includes the start Bootstrap: Copyright (C) 2023
Expand All @@ -18,13 +12,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

## Credits

Apple Pie Photo by Skyler Ewing: https://www.pexels.com/photo/apple-pie-on-brown-wooden-table-9502639/

## Parallax Scrolling With CSS

Background content moves at a different speed than foreground content. The CSS for this effect is turned off for mobile and tablet devices using a media query.

## Fake Image
https://betterplaceholder.com/
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="#!">Apple a Day</a>
<a class="navbar-brand" href="./">Starter</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Apple a Day</title>
<title>Starter</title>
<!-- Favicon-->
<!-- <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> -->
<link rel="icon" type="image/png" href="(favicon image)" />
Expand All @@ -19,7 +19,7 @@
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="#!">Apple a Day</a>
<a class="navbar-brand" href="./">Starter</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="#!">(Site Name)</a>
<a class="navbar-brand" href="./">Starter</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
Expand Down
Binary file added license.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion services.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="#!">(Site Name)</a>
<a class="navbar-brand" href="./">Starter</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
Expand Down

0 comments on commit b29c99b

Please sign in to comment.