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

Added information about cricket #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
47 changes: 47 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,53 @@

</head>
<body>
<header>

<h1>All About Cricket</h1>
</header>

<section id="FavoriteCricketers">

<h2>Favorite Cricketers</h2>

<ul>

<li>Virat Kohli <i>(Indian Player)</i></li>
<li>Mahendra Sing Dhoni <i>(Indian Player)</i></li>
<li>AB De Villiers <i>(South Aftrica Player)</i></li>
</ul>

</section>

<section id="Overall Performance">

<h2>Achievements</h2>

<p>Overall Performance of <b>Virat Kohli</b> (80%) <progress value="80" max="100"></progress></p>
<p>Overall Performance of <b>Mahendra Sing Dhoni </b> (90%) <progress value="90" max="100"></progress></p>
<p>Overall Performance of <b>AB De Villiers</b> (85%) <progress value="85" max="100"></progress></p>

</section>

<section id="MoreAboutMe">

<h2>More About Cricketers</h2>

<details>
<summary>Achievements (Click Here)</summary>
<p>Sir Garfield Sobers Trophy (ICC Cricketer of the Year)</
<p>ICC Test Team of the Year</p>
<p>ICC ODI Team of the Year</p>

</details>

</section>

<footer id="footerr">

<p>This page was created by Sumedh Phade. Live cricket scores, match schedules, latest cricket news ... visit <a href="https://www.espncricinfo.com" target="_blank">ESPN CricInfo</a>.</p>

</footer>
<div class = 'jumbotron'>
<h1 style='text-align:center;'><button type="button">Yg12061998</button></h1>
</div>
Expand Down