Skip to content
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
57 changes: 20 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,20 @@
## Welcome to GitHub Pages

You can use the [editor on GitHub](https://github.com/vimalverma558/coursera/edit/master/README.md) to maintain and preview the content for your website in Markdown files.

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.

### Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

```markdown
Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)
```

For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).

### Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/vimalverma558/coursera/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.

### Support or Contact

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.
# Coursera Test
Coursera test repository <br />
These modules are from a course in coursera. <br />

Module 2 and Module 3 are projects based on HTML, CSS with bootstrap. These are responsive web project.<br />
Module 4 is based on JavaScript. It prints the results in the console. Inspect the browser to see result.<br />
Module 5 is based on HTML, CSS with bootstrap and JavaScript . Full responsive website<br />
<br />
These modules has been bundled up and published in a github pages.<br />
<br />

| Module | Links | Code |
| --- | --- | --- |
| Module 2 | [Module 2 Website](https://vimalverma558.github.io/coursera-test/module2-solution/) | [Module 2 Code](https://github.com/vimalverma558/coursera-test/tree/master/module2-solution) |
| Module 3 | [Module 3 Website](https://vimalverma558.github.io/coursera-test/module3-solution/) | [Module 3 Code](https://github.com/vimalverma558/coursera-test/tree/master/module3-solution) |
| Module 4 | [Module 4 Website](https://vimalverma558.github.io/coursera-test/module4-solution/) | [Module 4 Code](https://github.com/vimalverma558/coursera-test/tree/master/module4-solution) |
| Module 5 | [Module 5 Website](https://vimalverma558.github.io/coursera-test/module5-solution/) | [Module 5 Code](https://github.com/vimalverma558/coursera-test/tree/master/module5-solution) |

<br />
Thanks
2 changes: 1 addition & 1 deletion module2-solution/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Our Menu</h1>
<div class='section'>
<h2 id='chicken' class='title'>Chicken</h2>
<p class='description'>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Game ipsum dolor sit amet, consectetur adipiscing elit.
Aenean convallis tortor eget aliquet vehicula.
Nullam sit amet diam tellus.
Sed elementum, dolor in condimentum cursus, libero leo ornare mauris, nec volutpat nisi metus in nunc.
Expand Down