-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribute.html
76 lines (75 loc) · 3.15 KB
/
tribute.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tribute Page</title>
<link rel="stylesheet" href="tribute.css" />
</head>
<body>
<header class="header">
<h1 class="title">Steve Jobs</h1>
<p class="description">1955-2011</p>
</header>
<div class="pause">
<img
src="https://staticdelivery.nexusmods.com/mods/1704/images/thumbnails/60692/60692-1640547620-838927983.png"
alt=""
style="height: 50px; margin-bottom: 70px"
/>
</div>
<section class="tribute">
<blockquote>
"Design is not just what it look like and feels like. Design is how it
works"
</blockquote>
<img
class="tribute_img"
src="https://unboxingstartups.com/wp-content/uploads/2021/11/Unfolding-Steve-Jobs-and-Apple-Story.jpg"
alt=""
/>
</section>
<section class="bio">
<h2>Biography</h2>
<p>
Steven Jobs was born February 24, 1955, in San Francisco, California,
and was adopted by Paul and Clara Jobs. He grew up with one sister,
Patty. Paul Jobs was a machinist and fixed cars as a hobby. Jobs
remembers his father as being very skilled at working with his hands.
<br />
In 1961 the family moved to Mountain View, California. This area, just
south of Palo Alto, California, was becoming a center for electronics.
Electronics form the basic elements of devices such as radios,
televisions, stereos, and computers. At that time people started to
refer to the area as "Silicon Valley." This is because a substance
called silicon is used in the manufacturing of electronic parts.
<br />
As a child, Jobs preferred doing things by himself. He swam
competitively, but was not interested in team sports or other group
activities. He showed an early interest in electronics and gadgetry. He
spent a lot of time working in the garage workshop of a neighbor who
worked at Hewlett-Packard, an electronics manufacturer.
<br />
Jobs also enrolled in the Hewlett-Packard Explorer Club. There he saw
engineers demonstrate new products, and he saw his first computer at the
age of twelve. He was very impressed, and knew right away that he wanted
to work with computers.
<br />
While in high school Jobs attended lectures at the Hewlett-Packard
plant. On one occasion he boldly asked William Hewlett (1931–2001), the
president, for some parts he needed to complete a class project. Hewlett
was so impressed he gave Jobs the parts, and offered him a summer
internship at Hewlett-Packard.
<br />
Read more:
https://www.notablebiographies.com/Ho-Jo/Jobs-Steve.html#ixzz7uGX0kjuX
</p>
<hr />
<p style="text-align: center; margin-top: 2%">
<b> Oasis Infobyte</b> Level 2 Task 2<br />
Created By : Utkarsh Arora
</p>
</section>
</body>
</html>