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

chnanges #170

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update index.md
update website
  • Loading branch information
karansbisht authored Sep 29, 2022
commit 9eaa68f7c9084480731c9ed6fdb3435851a2c570
66 changes: 0 additions & 66 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
layout: default
---

Text can be **bold**, _italic_, or ~~strikethrough~~.

[Link to another page](./another-page.html).

There should be whitespace between paragraphs.

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

# Data Science Portfolio

---
Expand Down Expand Up @@ -45,64 +37,12 @@ With the expansion of OTT platforms like Netflix, Amazon Prime, people prefer to

The cost of making a full-length movie has shot up exponentially in the recent past. Only 10% of the movies that are made make profits. Stiff competition from Television & OTT platforms along with the high ticket cost has made it difficult for films to make money even harder. The rising cost of the theatre ticket (along with the popcorn cost) leaves the cinema hall empty.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |

### There's a horizontal rule below this.

* * *

### Here is an unordered list:

* Item foo
* Item bar
* Item baz
* Item zip

### And an ordered list:

1. Item one
1. Item two
1. Item three
1. Item four

### And a nested list:

- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)

### Large image

![Branching](https://guides.github.com/activities/hello-world/branching.png)


### Definition lists can be used with HTML syntax.

<dl>
Expand All @@ -116,10 +56,4 @@ The cost of making a full-length movie has shot up exponentially in the recent p
<dd>BLUE</dd>
</dl>

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

```
The final element.
```