-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 1.88 KB
/
Copy pathindex.html
File metadata and controls
50 lines (42 loc) · 1.88 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
50
<!DOCTYPE html>
<html>
<head>
<title>* home *</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<link
rel="icon"
href="hypermedia-assets/faviconatom.png"
/>
<link rel="stylesheet" href="https://use.typekit.net/lsi4shu.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
</head>
<style>
body {
background-image: url("hypermedia-assets/water-1.JPG");
}
</style>
<body>
<div class="container">
<header>
<span>Navigating Hypermedia </span>
</header>
</div>
<div class="full">
<h5 class="header-box">
This is an isolated wiki that details the conceptual precursors of hypertext to look beyond the idea that hypermedia is a recent invention. Hyperlinking is a format of thinking rather than a technology. It is a nonlinear network of nodes and connective channels that mirrors the way our brain uses loose associations to form strings of thought. The prefix <i>hyper-</i> typically means excess, over, or above. In the context of hypertext and hyperspace in theoretical physics, it means something contained within another. The hyperspace of a wormhole holds a portal from one dimension to another so that an entity can seamlessly and immediately travel between. Hypertext can also be seen as a portal, where two distant points are brought closer and closer together to become one— the link.
<br><br>In typical hyperlink fashion, let’s begin in the middle with <a href="bush.html">The Memex</a>
<br><br>
<div class="center">
<img src="hypermedia-assets/wormhole.jpg" width="700" align="center">
<h4>Map of a wormhole
</h4>
</div>
</h5>
</div>
</body>
<footer class= "footer-box"> <h4 >
<a href="sources.html">sources</a>
</h4>
</footer>
</html>