-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (73 loc) · 2.79 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
78
<!DOCTYPE html>
<html>
<head>
aa <meta charset="UTF-8">
<meta name="viewport" content="width=device-witdh, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Grid Responsive Landing</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type> h2 a { color: #11ff00;
}
h2 a:hover {
color: green;
} </style>
<div class="wrapper">
<header>
<h1>Stephen Hawking</h1>
<nav>
<ul>
<li><a href="secondpages/indexA.html">Achievements</a></li>
<li><a href="secondpages/indexB.html">Notable Works</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
</header>
<section class="courses">
<article>
<div class="pic1">
<figure class="Banner-image">
<img src="https://cdn.britannica.com/51/126651-050-2EC9108B/Stephen-W-Hawking-Well-wishers-flight-Florida-Kennedy-2007.jpg" width="275" height="225" alt="Hawking">
</figure>
<hgroup>
<h2><a href="secondpages/indexA.html">Achievements</a></h2>
<h3>Stephen Hawking in 2007 at the Kennedy Space Center after a zero-gravity flight</h3>
<p> Stephen Hawking has won many awards for his research in physics</p>
</div>
</article>
<article>
<div class="pic2">
<figure>
<img src="https://cdn.britannica.com/92/233692-050-0C8D8C13/Stephen-Hawking-2007.jpg" width="275" height="225" alt="Hawking">
</figure>
<hgroup>
<h2><a href="secondpages/indexB.html">Notable Works</a></h2>
<h3>Stephen Hawking, 2007.</h3>
<p> Stephen Hawking was an author, with multiple books under his belt. This includes best selling A Brief History of Time</p>
</div>
</article>
</section>
<section class="Biography">
<h2>Biography</h2>
<p>Stephen William Hawking CH CBE FRS FRSA (8 January 1942 – 14 March 2018) was an English theoretical physicist, cosmologist, and author who, at the time of his death, was director of research at the Centre for Theoretical Cosmology at the University of Cambridge. Between 1979 and 2009, he was the Lucasian Professor of Mathematics at the University of Cambridge, widely viewed as one of the most prestigious academic posts in the world.
</p>
</section>
</aside>
<footer>
<section class="navbar">
<div class="navbar__item">
<h1>About us</h1>
<p>
All rights reserved © </br>
Developer-
</p>
</section>
</footer>
</div>
</body>
</html>
</!DOCTYPE>