-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbingham.html
More file actions
49 lines (30 loc) · 1.35 KB
/
Copy pathbingham.html
File metadata and controls
49 lines (30 loc) · 1.35 KB
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
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<h2>Ray D. Bingham </h2>
</div>
<div class="card">
<div class="card-image image32"><br>
</div>
</center><br>
Mr. Bingham, is a native of southern Idaho, he attended Brigham Young University 1961-63. He worked for Westinghouse Electric in Idaho Falls as a Planning Coordinator.
He became the Data Processing Manager for Idaho First National Bank in 1964 and was responsible for
installation and operations of five computer centers in Boise, Coeur D'alene, Lewiston, Idaho Falls and Twin Falls.
In 1969 he became Director of Computer Services for Northwest Orient Airlines.
<p> </p>
</div>
<div class="footer">
<button type="button" onClick="window.location='firstNational.html'">Idaho First National Bank</button>
<button type="button" onClick="window.location='youthCourse.html'">Certificates</button>
<button type="button" onClick="window.location='diplomas.html'">Diplomas</button>
</div>
</div>
</body>
</html>