-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tribute Page</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<main id="main">
<h1 id="title">Bill Gates</h1>
<img>
<div id="img-div">
<img id="image" src="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.cnn.com%2F2023%2F12%2F19%2Fopinions%2Fartificial-intelligence-year-ahead-bill-gates%2Findex.html&psig=AOvVaw2jsJG9ayWDcLW0yP4OpEJV&ust=1716551812517000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCMjRj5CKpIYDFQAAAAAdAAAAABAE">
<div id="img-caption">Former CEO of Microsoft</div>
</div>
<div id="tribute-info">
<p>William Henry Gates III (born October 28, 1955) is an American businessman, investor, philanthropist, and writer best known for co-founding the software giant Microsoft, along with his childhood friend Paul Allen. During his career at Microsoft, Gates held the positions of chairman, chief executive officer (CEO), president, and chief software architect, while also being its largest individual shareholder until May 2014.[2][a] He was a pioneer of the microcomputer revolution of the 1970s and 1980s.</p>
<p>Entrepreneur Bill Gates founded the world's largest software business, Microsoft, with Paul Allen, and subsequently became one of the richest men in the world.</p>
</div>
<a id="tribute-link" href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.cnn.com%2F2023%2F12%2F19%2Fopinions%2Fartificial-intelligence-year-ahead-bill-gates%2Findex.html&psig=AOvVaw2jsJG9ayWDcLW0yP4OpEJV&ust=1716551812517000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCMjRj5CKpIYDFQAAAAAdAAAAABAE" target="_blank" rel="noopener"></a>
</main>
</body>
</html>