Skip to content

Commit 835ab8d

Browse files
Update README.md
1 parent 650025f commit 835ab8d

File tree

1 file changed

+4
-35
lines changed

1 file changed

+4
-35
lines changed

Diff for: README.md

+4-35
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
## Welcome to GitHub Pages
1+
# Sal's Shipping
22

3-
You can use the [editor on GitHub](https://github.com/Emon-ProCoder7/python_projects/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
3+
### Project Goals
4+
Sal runs the biggest shipping company in the tri-county area, Sal’s Shippers. Sal wants to make sure that every single one of his customers has the best, and most affordable experience shipping their packages. In this project, I’ll build a program that will take the weight of a package and determine the cheapest way to ship that package using Sal’s Shippers.
45

5-
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
6-
7-
### Markdown
8-
9-
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
10-
11-
```markdown
12-
Syntax highlighted code block
13-
14-
# Header 1
15-
## Header 2
16-
### Header 3
17-
18-
- Bulleted
19-
- List
20-
21-
1. Numbered
22-
2. List
23-
24-
**Bold** and _Italic_ and `Code` text
25-
26-
[Link](url) and ![Image](src)
27-
```
28-
29-
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
30-
31-
### Jekyll Themes
32-
33-
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/Emon-ProCoder7/python_projects/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
34-
35-
### Support or Contact
36-
37-
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
6+
Sal’s Shippers has several different options for a customer to ship their package. They have ground shipping, which is a small flat charge plus a rate based on the weight of the package. Premium ground shipping, which is a much higher flat charge, but I aren’t charged for weight. They recently also implemented drone shipping, which has no flat charge, but the rate based on weight is triple the rate of ground shipping.

0 commit comments

Comments
 (0)