Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected spelling and added a new file #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This was built on a likely rainy SW Florida Saturday with :heart: by some great
### Rules
- Don't `push` to master only `pull` from it
- Branch names: lower-case with underscores separating words name it as close and brief to the feature you're creating like `script_folder` or simply `readme`
- Commit messages: a sentance in present-tense with punctuation that gives a decent description of what was done. Something as simple as "Adds Readme file."
- Commit messages: a sentence in present-tense with punctuation that gives a decent description of what was done. Something as simple as "Adds Readme file."

### Workflow
_Remember, it's just a web page, we can fix anything. Go crazy and ship code!_
Expand Down Expand Up @@ -39,3 +39,5 @@ _Remember, it's just a web page, we can fix anything. Go crazy and ship code!_
- `git pull`
- `git push origin branch_name`

Thank You!

17 changes: 17 additions & 0 deletions simran.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Welcome To SWFL Coders!</title>
</head>
<body>
<h1>I hope you all are doing Great!</h1>
<h1>EAT CODE SLEEP REPEAT!</h1>
<h2>Hey!I am from India!</h2>
<h2>Lets code Together maybe that'll be fun in this Pandemic!</h2>

</body>
</html>