-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (40 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
47 lines (40 loc) · 2.5 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
<!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>👩💻 D.I.G.I.T.A.L. '22</title>
<!-- CSS only -->
<link href="bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" sizes="32x32" />
</head>
<body>
<h1>🕸 Web Women</h1>
<img src="https://www.womenintech.co.uk/wp-content/uploads/2018/11/220px-ElizabethFeinler-2011.jpg"
alt="Elizabeth Feinler">
<h2>Elizabeth Feinler</h2>
<p>"...from 1972-1989 she was a director of the network information systems centre at the Stanford research institute.
The
institute oversaw internet addresses and if you wanted a domain, you would have to go to Elizabeth. The network
information centre was like the prehistoric google and by the late 1980s, the community had moved to the domain name
system which helped lay the foundation for the modern internet. Elizabeth is well known for being one of the famous
women in technology for helping the Stanford research institute transition to the domain name system and introducing
the domain name protocol, she’s the one to thank for the dot coms, dot nets and dot govs used daily." (source: <a
href="https://www.womenintech.co.uk/10-famous-women-technology-changed-world">10 of the Most Famous Women in
Technology who Changed the World</a>)</p>
<img
src="https://res.cloudinary.com/highereducation/images/e_grayscale,c_fill,h_250,w_250,g_face/v1654793796/ComputerScience.org/1024px-Radia_Perlman_2009/1024px-Radia_Perlman_2009.jpg?_i=AA"
alt="Radia Perlman">
<h2>Radia Perlman</h2>
<p>"Sometimes called the 'mother of the Internet,' a title she rejects, Radia Perlman is an American computer
programmer and network engineer born in 1951. As one of the most influential women in computer science, she still
works in the field as of 2022.</p>
<p>Her important contributions to computer science include spanning tree protocol, a technology that changed the way
networks communicate with each other. Perlman also wrote two computer science textbooks and taught at the University
of Washington and Harvard University. She has received more than 80 patents throughout her career. (source: <a
href="https://www.computerscience.org/resources/most-influential-women-computer-science/">Most Influential Women
in Computer Science</a>)</p>
</body>
</html>