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

codeedit #8

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
61 changes: 40 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<html>
<!doctype html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Clicker+Script" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
<link type="css/text" href="https://fonts.googleapis.com/css?family=Clicker+Script" rel="stylesheet">
<link type="css/text" href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
<title>Assignment 2</title>
<style>
.head
Expand Down Expand Up @@ -32,6 +33,12 @@
{
width: 100%;
}
#dates1
{
font-face:'constantia';
font-size:4;
}

h1
{
font-family: 'Clicker Script', cursive;
Expand All @@ -43,25 +50,37 @@
font-size:140;
color:gray;
}

h3
{
font-family: 'Clicker Script', cursive;
font-size: 180;

}
h4
{
font-family: 'Clicker Script', cursive;
font-size: 180;

}
</style>
</head>
<body bgcolor="">
<center>
<body style="text-align:center">

<h1>Bill<br> Gates</h1>
<h2>The <br>Influential <br>Individual</h2>

<center><div id="dates">
<div id="dates">



</div></center>
</div>

<img id="image" src="pic.png" height="400px" width="70%"><br><br>
<center><figcaption>
<img id="image" alt="bill gates" src="pic.png" height="400px" width="70%"><br><br>

“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>


</center>
<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>
Expand All @@ -76,9 +95,9 @@ <h2>The <br>Influential <br>Individual</h2>
</p><br><br><br><br>
</div>

<center><div id="dates">
<div id="dates1">


<font face="constantia" size="4">
<p>1968 <br><br>Begins programming computers at age 13.<br><br>
1972 <br><br> Co-founds a company called Traf-O-Data, which analyzes local traffic patterns, while still in school.<br><br>
1972 <br><br> Congressional page in the US House of Representatives.<br><br>
Expand Down Expand Up @@ -108,29 +127,29 @@ <h2>The <br>Influential <br>Individual</h2>
March 2017 <br><br> Tops the Forbes list of billionaires, with a net worth of $86 billion at the time of publication.<br><br>
</p>

</font>


</div></center>
</div>

<div id="para1">
<center><h1>Bill<br>Gates<br>Day</h1>
<div id="para3">
<h3>Bill<br>Gates<br>Day</h3>
<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.

In the next 30 years, I really do think cancer will largely be a solved problem. I think most of the infectious diseases like malaria — our foundation is very involved — once we're finishing polio eradication, then starting up this malaria eradication, and getting that done as fast as we can.

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>
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.
</p>
</div>

<div id="para2">
<center><h1>Bill's<br> Algorithm</h1>
<div id="para4">
<h4>Bill's<br> Algorithm</h4>
<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>
</p>
</div>


Expand Down