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

Some minor changes #17

Open
wants to merge 2 commits 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
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<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 rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine">
<title>Assignment 2</title>
<style>
.head
Expand Down Expand Up @@ -34,14 +36,16 @@
}
h1
{
font-family: 'Clicker Script', cursive;
font-size: 180;
font-family: 'Tangerine', serif;
font-size: 80;
text-align: ;
}
h2
{
font-family: 'EB Garamond', serif;
font-size:140;
font-size:40;
color:gray;

}
h3
{
Expand All @@ -58,8 +62,7 @@
</head>
<body bgcolor="">
<center>
<h1>Bill<br> Gates</h1>
<h2>The <br>Influential <br>Individual</h2>
<h1>Bill Gates - <span style="font-family: EB Garamond; font-size: 50px;">The Influential Being</span></h1>

<center><div id="dates">

Expand All @@ -68,7 +71,7 @@ <h2>The <br>Influential <br>Individual</h2>
</div></center>

<img id="image" src="pic.png" height="400px" width="70%"><br><br>
<center><figcaption>
<center><figcaption style="color: grey; text-align: center;">
“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>

Expand All @@ -89,8 +92,8 @@ <h2>The <br>Influential <br>Individual</h2>

<center><div id="dates">

<font face="constantia" size="4">
<p>1968 <br><br>Begins programming computers at age 13.<br><br>
<font face="constantia" size="4" style="text-align: left;">
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>
1975 <br><br> Drops out of Harvard and co-founds Microsoft Corp. (formerly Micro Soft) with Paul Allen.<br><br>
Expand Down Expand Up @@ -124,7 +127,7 @@ <h2>The <br>Influential <br>Individual</h2>
</div></center>

<div id="para1">
<center><h4>Bill<br>Gates<br>Day</h4>
<center><h4 style="font-size: 50px;">Bill<br>Gates Day</h4>
<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 @@ -135,7 +138,7 @@ <h2>The <br>Influential <br>Individual</h2>
</div>

<div id="para2">
<center><h3>Bill's<br> Algorithm</h3>
<center><h3 style="font-size: 50px;">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.

Expand Down