-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (92 loc) · 4.73 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!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">
<title>About IBM</title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<header>
<div class="banner">
<br>
<h1 class="white-title">About IBM</h1>
</div>
</header>
<section>
<center>
<p style="font-size:1.875em; ">What does IBM do Today?</p>
<hr>
<p style=" max-width:720px; font-size:1.38em;">This video addresses one of the most common questions that you ask about IBM. You used to sell PCs, hard drives... what do you do now?</p>
<div class="video-container" style="max-width:39.79vw; height:19.6875vw;min-width:270px;min-height:133.5px;"><iframe AllowFullScreen src="http://www.youtube.com/embed/P3yjLmY_bz4" frameborder="0"></iframe></div>
</center>
</section>
<br>
<section>
<center>
<div style="position:relative; background-color: #F8F8F8; height: 280px; width: 100%;">
<br>
<br>
<img src="History-Image-6.png" style=" min-width:78px; max-width:10vw; position:absolute; left:15vw;">
<div style="max-width:600px;">
<p style="font-size:1.38em ;">"All the problems of the world could be settled easily if men were only willing to <strong>think</strong>"</p>
<p style="font-size:1.2em;">
-Thomas J.Watson
</p>
<img src="History-Image-5.png" style="max-width:70px">
</div>
</div>
</center>
</section>
<center>
<section>
<br>
<br>
<p style="font-size:1.875em;">100 years of Innovation</p>
<hr>
<br>
<table style=" text-align: center; border:none; ">
<tbody>
<tr>
<td style="border:none;">
<div class="video-container" style="Height: 56.25vw; Max-Height: 348.75px; Width: 100%; min-width:270px; min-height:133.5px;;"><iframe AllowFullScreen src="https://www.youtube.com/embed/aYtY-_Emsig" frameborder="0"></iframe></div>
</td>
<td style=" vertical-align: middle; text-align: left; padding-left:2.6vw;">
<h3 style="max-width:39.6875vw; font-size:1.2em; min-width:270px">First 100 years</h3>
<p style="max-width:39.6875vw; min-width:270px">IBM Centennial Film 100 X 100. A century of achievement have changed the world</p>
</td>
</tr>
<tr>
<td style=" vertical-align: middle; text-align: left;">
<br>
<h3 style="max-width:39.6875vw; font-size:1.2em; min-width:270px;">A Culture of Service</h3>
<p style="max-width:39.6875vw; min-width:270px">This video commemorates the spirit of service that has always been a part of IBM’s culture and always will be. </p>
</td>
<td>
<div class="video-container" style="Height: 56.25vw; Max-Height: 348.75px; Width: 100%; min-width:270px; min-height:133.5px;"><iframe AllowFullScreen src="https://www.youtube.com/embed/0ruPddoO48s" frameborder="0"></iframe></div>
</td>
</tr>
<tr>
<td>
<div class="video-container" style="Height: 56.25vw; Max-Height: 348.75px; Width: 100%; min-width:270px; min-height:133.5px;"><iframe AllowFullScreen src="https://www.youtube.com/embed/RuiObEf6G7k" frameborder="0"></iframe></div>
</td>
<td style=" vertical-align: middle; text-align: left; padding-left:2.6vw;">
<h3 style="max-width:39.6875vw; font-size:1.2em; min-width:270px">A Culture of Diversity and Inclusion</h3>
<p style="max-width:39.6875vw; min-width:270px">IBM’s efforts to lead progressive workplace practices</p>
<p style="max-width:39.6875vw; min-width:270px">around diversity and inclusion are not new to IBM, they</p>
<p style="max-width:39.6875vw; min-width:270px">are a constant part of the company’s character.</p>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<div class="learn-more-banner">
<p class="learn-more-title">There is a lot more to discover about IBM</p>
<a class="bottombutton" target="_blank" href="https://www.ibm.com/ibm/us/en/?lnk=fab" class="button">Learn more about IBM</a>
</div>
</section>
</center>
</body>
</html>