-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (72 loc) · 5.13 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
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Redesigning of First website</title>
<link rel="stylesheet" href="css/main.min.css" />
</head>
<body>
<div class="container-fluid dflex flex-col-lg">
<div class="flex-row bg-kulayBerde">
<h1>World Wide Web</h1>
</div>
<!-- Search button -->
<div class="searchbar flex-row bg-body-bg w-100">
<div class="form-wrap alig-items-center mb-3 mt-3 ">
<form id="search-body">
<div class="search alig-items-center">
<input type="text" class="searchTerm " placeholder="Search the World Wide Web Here">
<button type="submit" class="searchButton btn btn-btnSearch">
<img src="images/icons/search.svg"></button>
</button>
<img class="spin" src="images/spinning.gif">
</div>
</form>
</div>
</div>
<!-- End Search Button -->
<div class="flex-row bg-danger p-5">
<p class="talata fw-bolder">The WorldWideWeb (W3) is a wide-area <a href="#talata-2">hypermedia</a> information retrieval initiative aiming to give universal access to a large universe of documents.
Everything there is online about W3 is linked directly or indirectly to this document, including an executive summary of the project, Mailing lists , Policy , November's W3 news , Frequently Asked Questions .</p>
<div class="talata fw-bolder">
<img class="icon" src="images/icons/question-circle-fill.svg"> <a href="http://info.cern.ch/hypertext/DataSources/Top.html"</a>What's out there?</a><br>
Pointers to the world's online information, subjects , W3 servers, etc.<br>
<img class="icon" src="images/icons/hand-thumbs-up-fill.svg"> <a href="http://info.cern.ch/hypertext/WWW/Help.html">Help</a><br>
on the browser you are using<br>
<img class="icon" src="images/icons/file-earmark-code-fill.svg"> <a href="http://info.cern.ch/hypertext/WWW/Status.html">Software Products</a><br>
A list of W3 project components and their current state. (e.g. Line Mode ,X11 Viola , NeXTStep , Servers , Tools , Mail robot , Library )
<br><img class="icon" src="images/icons/tools.svg"> <a href="http://info.cern.ch/hypertext/WWW/Technical.html">Technical</a><br>
Details of protocols, formats, program internals etc
<br><img class="icon" src="images/icons/book-half.svg"> <a href="http://info.cern.ch/hypertext/WWW/Bibliography.html">Bibliography</a><br>
Paper documentation on W3 and references.
<br><img class="icon" src="images/icons/people-fill.svg"> <a href="http://info.cern.ch/hypertext/WWW/People.html">People</a><br>
A list of some people involved in the project.
<br><img class="icon" src="images/icons/calendar-week-fill.svg"> <a href="http://info.cern.ch/hypertext/WWW/History.html">History</a><br>
A summary of the history of the project.
<br><img class="icon" src="images/icons/chat-quote-fill.svg"> <a href="http://info.cern.ch/hypertext/WWW/Helping.html">How can I help ?</a><br>
If you would like to support the web..
<br><img class="icon" src="images/icons/file-code-fill.svg"> <a href="http://info.cern.ch/hypertext/README.html">Getting code</a><br>
Getting the code by <a href="http://info.cern.ch/hypertext/WWW/LineMode/Defaults/Distribution.html">anonymous FTP</a> , etc.
</div>
<!-- second Paragraph -->
<div class="talata bg-secondary mt-3 p-3" id="talata-2">
<div class="fw-bolder fs-1">What is HyperText</div>
<p class="p-3 fw-bolder">Hypertext is text which is not constrained to be linear.
Hypertext is text which contains links to other texts. The term was coined by <a href=http://info.cern.ch/hypertext/WWW/Xanadu.html#Nelson>Ted Nelson </a>around 1965 (see <a href=http://info.cern.ch/hypertext/History.html>History</a> )
. HyperMedia is a term used for hypertext which is not constrained to be text: it can include graphics, video and sound , for example. Apparently Ted Nelson was the first to use this term too. Hypertext and HyperMedia are concepts, not products.</p>
<p class="p-3 fw-bolder"><span class="fst-italic">See also:</span>
<ul class="fw-bolder">
<li class="check"><a href=http://info.cern.ch/hypertext/WWW/Terms.html>A list of terms </a>used in hypertext litterature.</li>
<li><a href=http://info.cern.ch/hypertext/Conferences/Overview.html>Conferences</a></li>
<li><a href=http://info.cern.ch/hypertext/Products/Overview.html>Commercial (and academic) products</a></li>
<li>A newsgroup on hypertext, <a href=news:alt.hypertext>"alt.hypertext"</a></li>
<li> <a href=http://info.cern.ch/hypertext/WWW/TheProject.html>WorldWideWeb is a project </a>which uses hypertext concepts.</li>
<li><a href=http://info.cern.ch/hypertext/Standards/Overview.html>Standards</a></li>
</p>
</ul>
</div>
</div>
</body>
</html>