-
Notifications
You must be signed in to change notification settings - Fork 0
/
poem.html
83 lines (73 loc) · 3.68 KB
/
poem.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
79
80
81
82
83
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My favorite Poem of all time</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<link rel="icon" href="favicon.ico">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body class="my-poem">
<section id="title">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" <a class="nav-link" heref="index.html">Lwam Zeche</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Work.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="poem.html">Note</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</section>
<h3>
<h3>My favorite poem of all time by Bessie Anderson Stanley</h3>
<p>Success</p>
<p>He has achieved success</p>
<p>Who has lived well,</p>
<p>laughed often, and loved much;</p>
<p>Who has enjoyed the trust of pure women,</p>
<p>The respect of intelligent men and </p>
<p>The love of pure children;</p>
<p>Who has filled his niche and accomplished his task;</p>
<p>Who has left the world better than he found it</p>
<p>Whether by an improved poppy,</p>
<p>A perfect poem or a rescued soul;</p>
<p>Who has never lacked appreciation of Earth's beauty or failed to express it;</p>
<p>Who has always looked for the best in others and</p>
<p>Given them the best he had;</p>
<p>Whose life was an inspiration;</p>
<p>Whose memory a benediction.</p>
</h3>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/public-profile/settings?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_self_edit_contact-info%3BG5mgs4lZRdeBIwL0Dhvtnw%3D%3D">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/lwam_zeche">Twitter</a>
<a class="footer-link" href="https://www.facebook.com/lwam.zeche.1/">Facebook</a>
<p class="copyright">© 2022 Lwam Zemikael Araya.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>