-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog4.html
66 lines (59 loc) · 2.67 KB
/
blog4.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
<!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>Wiki Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="#">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/templatemo.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Load fonts style after rendering the layout styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
</head>
<body>
<!-- header -->
<nav class="navbar navbar-expand-lg navbar-light shadow">
<div class="container d-flex justify-content-between align-items-center">
<a class="navbar-brand" href="home.html">
<div class="logo-image">
<img src="assets/images/logo.png" class="img-fluid">
</div>
</a>
<a class="navbar-brand text-success logo h1 align-self-center" style="padding-right: 600px;">
WIKI
</a>
</nav>
<div class="post2">
<h1>Elravius Rincewind</h1>
<h4>Author: Dibyarup Nath <br>
Category: Wizarding World <br>
Original Character
</h4>
<h5>"The day you figure out why your true friends are, who they are, you will never again trust the wrong people in life."
</h5>
<img src="assets/images/wiz1.png">
<img src="assets/images/wiz2.png">
<br>
<img src="assets/images/wiz3.png">
<img src="assets/images/wiz4.png">
<img src="assets/images/wiz5.png">
<h1>BACKGROUND</h1>
<p>The one and only son of Egrenorim and Isanora Rincewind and heir to the great Rincewind bloodline.
His father Egrenorim like his grandfather Evaharad Rincewind is a Legendary Auror.
His mother Isanora Ricewind is one of the top reporters for the Daily Prophet.
Although Elravius has a keen interest in the subject of Defense Against the Dark Arts he wants to become a Quidditch player when he is older. However being a 16 year old his choice could change in the future.
</p>
<br>
<br>
<br>
<img src="assets/images/wiz6.jpg">
</p>
</div>
</body>
</html>