-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboiseCollege.html
More file actions
44 lines (30 loc) · 1.45 KB
/
Copy pathboiseCollege.html
File metadata and controls
44 lines (30 loc) · 1.45 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
<!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">
<h2>Boise College </h2>
</div>
<div class="card">
<center>
<div class="card-image image2"><br>
</div>
</center><br>
The <b>IBM 1401</b> introduced in 1959 is used "primarily" as a training device for data processing students, but it has many other uses.
These include keeping all student records for the college and next year, doing the business office's transactions.<br><br>One other computer was also used to do small calculating jobs for various departments on campus, it was the <a href="prog101.html">Olivetti Programma 101.</a>
<p> </p>
</div>
<div class="footer">
<button type="button" onClick="window.location='automation.html'">Automation</button>
<button type="button" onClick="window.location='introtodp.html'">Data</button>
<button type="button" onClick="window.location='dpclass.html'">Major</button>
<button type="button" onClick="window.location='seminar.html'">Seminar</button>
<button type="button" onClick="window.location='article.html'">Article</button>
</div>
</div>
</body>
</html>