-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 2.29 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 2.29 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tim Berners Lee</title>
<link rel="stylesheet" href="style.css">
<script src="name.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Style+Script&display=swap" rel="stylesheet">
</head>
<body>
<ul class = "menu">
<li class = "links">Home</li>
<li class = "links">MyVideos</li>
<li class = "links">Work</li>
<li class = "links">Writings</li>
<li class = "links">Contacts</li>
</ul>
<section id = "welcome">
<div class = "parallax-inner">
<img src = "https://i.insider.com/590f3a2452b5d8525d8b479d?width=700" class = "profile">
<h1>I am<br><span id = "name">Tim Berners Lee</span></h1>
<h2>I am founder of www: world wide web</h2>
</div>
</section>
<section id = "bio">
<h1 id = "hi">Hi</h1>
<div class = "line">
</div>
<p>The inventor of the World Wide Web and one of Time Magazine’s ‘100 Most Important People of the 20th Century’, Sir Tim Berners-Lee is a scientist and academic whose visionary and innovative work has transformed almost every aspect of our lives. Having invented the Web in 1989 while working at CERN and subsequently working to ensure it was made freeSir Tim has received multiple accolades in recent years. These include receiving the first Queen’ Elizabeth Prize for Engineering in 2013, election as a Fellow of the American Academy of Arts and Sciences in 2009 and being knighted by H.M. Queen Elizabeth in 2004. ly available to all, Berners-Lee is now dedicated to enhancing and protecting the web’s future. Sir Tim has received multiple accolades in recent years. These include receiving the first Queen’ Elizabeth Prize for Engineering in 2013, election as a Fellow of the American Academy of Arts and Sciences in 2009 and being knighted by H.M. Queen Elizabeth in 2004. </p>
</section>
</body>
</html>