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

Edit: semantic tags in index.html #11

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
32 changes: 28 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<html>
<head>
<nav>
<link href="https://fonts.googleapis.com/css?family=Clicker+Script" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
</nav>
<title>Assignment 2</title>
<style>
.head
Expand Down Expand Up @@ -43,6 +45,12 @@
font-size:140;
color:gray;
}
h3
{
font-family: 'Clicker Script', cursive;
font-size:120;
color:gray;
}
</style>
</head>
<body bgcolor="">
Expand All @@ -55,26 +63,37 @@ <h2>The <br>Influential <br>Individual</h2>


</div></center>


<fig>
<img id="image" src="pic.png" height="400px" width="70%"><br><br>
</fig>

<article>
<center><figcaption>
“Too many people measure how successful they are by how much money they make or the people that they associate with.<br> In my opinion, true success should be measured by how happy you are, it's a common misconception that money is every entrepreneur's <br>metric for success.It's not, and nor should it be.I've never gone into business to make money. <br>Every Virgin product and service has been made into a reality to make a positive difference in people's lives.”<br>
</figcaption></center>
</article>

</center>

<section>
<div id="para1">
<p>Bill Gates was born on October 28, 1955 in Seattle in a family having rich business, political and community service background. His great-grandfather was a state legislator and a mayor, his grandfather was vice president of national bank and his father was a lawyer.
</p>
<p> Bill believed in achieving his goals through hard work. He also believes that if you are intelligent and know how to use your intelligence, you can reach your goals and targets. From his early days Bill was ambitious, competitive and intelligent. These qualities helped him to attain great position in the profession he chose also Bill was deemed by his peers and his teachers as the smartest kid on campus; Bill’s parents came to know their son’s intelligence and decided to enroll him in a private school, known for its intense academic environment. That was the most important decision in Bill Gate’s life where he was first introduced to computers. Bill Gates and his friends were very much interested in computer and formed “Programmers Group” in late 1968.</p>
<p>Being in this group, they found a new way to apply their computer skill in university of Washington. In the next year, they got their first opportunity in Information Sciences Inc. in which they were selected as programmers. ISI (Information Sciences Inc.) agreed to give them royalties, whenever it made money from any of the group’s program. As a result of the business deal signed with Information Sciences Inc., the group also became a legal business.</p>

</div>
</section>

<section>
<div id="para2">
<p> Bill Gates and his close friend Allen formed a new company of their own, Traf-O-Data. They developed a small computer to measure traffic flow. From this project they earned around $20,000. The era of Traf-O-Data came to an end when Gates left the college. Upon graduating from Lakeside Bill enrolled in Harvard University in 1973, one of the best universities in the country, He didn’t know what to do, so he enrolled his name for pre-law. He took the standard freshman courses with the exception of signing up for one of Harvard’s toughest mathematics courses. He did well over there, but he couldn’t find it interesting too.
</p>
<p>Within a year, Bill Gates dropped out from Harvard. Then he formed Microsoft. Microsoft’s vision is “A computer on every desk and Microsoft software on every computer”. Bill is a visionary person and works very hard to achieve his vision. His belief in high intelligence and hard work has put him where he is today. He does not believe in mere luck or God’s grace, but just hard work and competitiveness. Bill’s Microsoft is good competition for other software companies and he will continue to stomp out (challenge) the competition until he dies. He likes to play the game of Risk and the game of world domination. His beliefs are so powerful, which have helped him increase his wealth and his monopoly in the industry.
</p><br><br><br><br>
</div>
</section>

<center><div id="dates">

Expand Down Expand Up @@ -111,9 +130,11 @@ <h2>The <br>Influential <br>Individual</h2>
</font>

</div></center>


<footer>
<div id="para1">
<center><h1>Bill<br>Gates<br>Day</h1>
<center><h3>Bill<br>Gates<br>Day</h3>
<footer>
<p>
When I say "miracle" I mean a kind of thing like a computer on a chip, or the internet, or the cellphone, that are really quite miraculous. Most people would not have predicted them, and their effect has been very, very dramatic. In medicine, we've had a lot of miracles, and I think all of us expect and count on more.

Expand All @@ -122,16 +143,19 @@ <h2>The <br>Influential <br>Individual</h2>
So on the demand side [for energy], there have been a variety of policies that globally have been way over $50 billion a year of tax credits, raising the price of electricity through things like renewable portfolio standards, so the total amount of money that's gone into sending a price signal to push up demand versus what would happen without it has been gigantic.</center>
</p>
</div>
</footer>

<footer>
<div id="para2">
<center><h1>Bill's<br> Algorithm</h1>
<center><h3>Bill's<br> Algorithm</h3>
<p>
At Microsoft there are lots of brilliant ideas but the image is that they all come from the top – I'm afraid that's not quite right." While Gates was known for his domineering nature and his aversion to being challenged, this quote reveals he was not afraid to defer to subordinates when they had truly great ideas.

"Success is a lousy teacher. It seduces smart people into thinking they can't lose." Though he is one of the most successful businessmen of all time, Gates suggests here that his failures are what have taught him the most.<br><br>
Gates once said, “No matter how much money you have, you can’t buy more time”. Bill Gates understands the importance of using the time in your day wisely, and prioritises tasks which matter most to him. If he doesn’t believe he needs to be at a meeting, he won’t attend. On the other hand, he takes the time to communicate with the people closest to him, and ensures that he makes time for important commitments.
</p></center>
</div>
</footer>


</body>
Expand Down