-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathberkshire.html
126 lines (114 loc) · 3.55 KB
/
berkshire.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!--This is a project to practice HTML/CSS.-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="author" content="Ming Li">
<meta name="description" content="Berkshire Hathaway Website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BERKSHIRE HATHAWAY INC.</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<p><font size="6">B</font><font size="4">ERKSHIRE</font> <font size="6">H</font><font size="4">ATHAWAY</font> <font size="3">INC.</font></p>
<p><font size="2">3555 Farnam Street</font></p>
<p><font size="2">Omaha, NE 68131</font></p>
<p><font size="3">Official Home Page</font></p>
</div>
<hr>
<table id="links" cellspacing="0">
<tr>
<td>
<p style="display: inline">•</p>
<a href="">A Message From Warren E. Buffett</a>
</td>
<td>
<p style="display: inline">•</p>
<a href="">News Releases</a>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Annual & Interim Reports</a>
<p style="padding-left: 9px"><font size="1">Updated May 5, 2018</font></p>
</td>
<td>
<p style="display: inline">•</p>
<a href="">Warren Buffett's Letters to Berkshire Shareholders</a>
<p style="padding-left: 9px"><font size="1">Updated February 24, 2018</font></p>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Special Letters From Warren & Charlie RE:Past, Present, and Future</a>
</td>
<td>
<p style="display: inline">•</p>
<a href="">Charlie Munger's Letters to Wesco Shareholders</a>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Link to SEC Filings</a>
</td>
<td>
<p style="display: inline">•</p>
<a href="">Annual Meeting Information</a>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Links to Berkshire Subsidiary Companies</a>
</td>
<td>
<p style="display: inline">•</p>
<a href="">Celebrating 50 Years of a Profitable Partnership</a>
<p style="padding-left: 9px"><font size="1">(A commemorative book first sold at the 2015 Annual Meeting and now for sale on eBay.) </font></p>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Corporate Governance</a>
</td>
<td>
<p style="display: inline">•</p>
<a href="">Comparative Rights and Relative Prices of Class A and B Stock</a>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Owner's Manual</a>
</td>
<td>
<p style="display: inline">•</p>
<a href="">Berkshire Activewear</a>
</td>
</tr>
<tr>
<td>
<p style="display: inline">•</p>
<a href="">Letters from Warren E. Buffett Regarding Pledges to Make Gifts of Berkshire Stock</a>
</td>
</tr>
</table>
<hr>
<div id="geico">
<img src="geico.gif" alt="Geico">
<p>FOR A FREE CAR INSURANCE RATE QUOTE THAT COULD SAVE YOU SUBSTANTIAL MONEY</p>
<a href="https://www.geico.com">WWW.GEICO.COM</a>
<p style="display: inline">OR CALL 1-888-395-6349, 24 HOURS A DAY</p>
</div>
<hr>
<p><font size="2" color="#0000bb">If you have any comments about our WEB page, you can write us at the address shown above. However, due to the limited number of personnel in our corporate office, we are unable to provide a direct response.</font></p>
<hr>
<a href="">Legal Disclaimer</a>
<p><font size="1" color="#0000bb">Copyright © 1978-2018 <b>Berkshire Hathaway Inc.</b></font></p>
</body>
</html>