-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 2.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Lobster|Play" rel="stylesheet">
</head>
<body>
<header>
<a id="logo" href="#"><img src="Met_logo1.png"></a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Wiki</a></li>
<li><a href="#">Github</a></li>
<li><a href="#">Linkedin</a></li>
</ul>
</header>
<main>
<article>
<h1>Adel Navracsics</h1>
<h3>Fullstack software developer</h3>
<p>Two sentences. About me.</p>
<p id="dot">- - -</p>
<h2 class="wiki">Technology Wiki</h2>
<h3>definition</h3>
<p>It is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more binary inputs and produces a single binary output.</p>
<h3>definition</h3>
<p>It stands for American Standard Code for Information Interchange. Computers can only understand numbers, so it is the numerical representation of a character such as 'a' or '@' or an action of some sort.</p>
<h3>definition</h3>
<p>It is a form of computer data storage which stores frequently used program instructions to increase the general speed of a system. It can be randomly accessed. Data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory.</p>
<h3>definition</h3>
<P>A formal language that specifies a set of instructions that can be used to produce various kinds of output. They generally consist of instructions for a computer and can be used to create programs that implement specific algorithms.</P>
<h3>definition</h3>
<p>A hierarchical decentralized naming system for computers, services, or other resources connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities.</p>
<h3>definition</h3>
<p>An application protocol for distributed, collaborative, and hypermedia information systems. It is the foundation of data communication for the World Wide Web. It is the standard protocol to exchange or transfer hypertext.</p>
</article>
</main>
</body>
</html>