-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (74 loc) · 3.37 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
<!DOCTYPE HTML>
<html>
<head>
<title>Computer Basics - Home </title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<h1><a href="index.html">Computer<span class="logo_colour">Basics</span></a></h1>
<h2>Understanding Everyday Machines</h2>
</div>
<img src="style/Yellow Computer.png" alt="" width="251" height="123" align="right"/> </div>
<div id="menubar">
<ul id="menu">
<li class="selected"><a href="index.html">Home</a></li>
<li><a href="concepts.html">Concepts</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="trends.html">Trends</a></li>
<li><a href="references.html">References</a></li>
</ul>
</div>
</div>
<div id="content_header"></div>
<div id="site_content">
<div class="sidebar">
<h3>Did you know?</h3>
<ul>
<li>* Domain name registration used to be free.</li>
<li>- Way back when people didn’t realize how huge the internet would be, registering a domain name was free until 1995.</li>
<li>- When a fee was introduced, it was high! Prices were typically $100 for two years of registration. </li>
</ul>
<h3>more fun facts</h3>
<ul>
<li>* The first electronic computer ENIAC weighed more than 27 tons and took up 1800 square feet.</li>
<li>* TYPEWRITER is the longest word that you can write using the letters only on one row of the keyboard of your computer.</li>
</ul>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div id="content">
<h1><strong>welcome to computer basics </strong></h1>
<p><strong>Welcome to Computer Basics!</strong></p>
<p><strong><br>
</strong>This website was created to bring you back to the very basics of computer technology.</p>
<p><br>
Computers are a part of our everyday lives, and for many of us, it has been since we were born. Indeed, we can “surf the web,” post selfies and message our best friends. But how much do we actually know about computers?</p>
<p><br>
Our goal is to frequently publish information about computers, from their history to the latest trends and peculiar facts.</p>
<p><br>
So, if you are curious to know more about these machines that are all around you, stick around.</p>
<p><strong><br>
To start your journey, click on a topic at the navigation bar above and bon voyage!</strong></p>
<p align="right"><strong>- ComputerBasics Team </strong></p>
<p> </p>
<p> </p>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
<p><a href="index.html">Home</a> | <a href="concepts.html">Concepts</a> | <a href="terms.html">Terms</a> | <a href="trends.html">Trends</a> | <a href="references.html">References</a></p>
</div>
</div>
</body>
</html>