-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummary.html
75 lines (73 loc) · 2.99 KB
/
summary.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Easy Access to Books.">
<meta name="keywords" content="book reading, books,online books,informational,motivational,historical">
<meta name="author" content="Umar Ashraf">
<title>Summary</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1 style="font-family:'Brush Script MT',cursive; font-size: 34px">Library Titan</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="current"><a href="summary.html">Summary</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="login.html">LogIn</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcas">
<div class="container">
<h1 class="dark">Book Summaries</h1>
<p class="dark">The Lessons Of History..</p>
</div>
</section>
<br>
<div class="postartcl">
<h2>Start With Why by _Simon Sinek</h2>
<h3>In this summary</h3>
<p style="margin-left: 100px; margin-right:100px">Start With Why is a great read for anyone looking to discover their sense of purpose
or belonging, anyone who is looking for that big picture ‘why’ we do the things we do. Organisations and leaders, whether small scale or large will benefit from reading this book. <span style="color: gray">This summary </span> will cover 6 key points; Why manipulation is not the same as inspiration, the concept of the ‘Golden Circle’, Leadership, Rallying believers, Challenges, and the big Why? </p>
<br>
<p>To read full summary , Click on the Link Below..</p>
<a href="posts.html">
<p style="color: blue">
Start With Why by _Simon Sinek, Book Summary by Authors..
</p>
</a>
<p class="italic">Was published on 29, January 2021</p>
</div>
<br>
<hr>
<br>
<div class="postartcl">
<h2>Start With Why by _Simon Sinek</h2>
<h3>In this summary</h3>
<p style="margin-left: 100px; margin-right:100px">Start With Why is a great read for anyone looking to discover their sense of purpose
or belonging, anyone who is looking for that big picture ‘why’ we do the things we do. Organisations and leaders, whether small scale or large will benefit from reading this book. This summary will cover 6 key points; Why manipulation is not the same as inspiration, the concept of the ‘Golden Circle’, Leadership, Rallying believers, Challenges, and the big Why? </p>
<br>
<p>To read full summary , Click on the Link Below..</p>
<a href="posts.html">
<p style="color: blue">
Start With Why by _Simon Sinek, Book Summary by Authors..
</p>
</a>
<p class="italic">Was published on 29, January 2021</p>
</div>
<br>
<hr>
<br>
<footer>
<p>Library Titan, Copyright © 2021</p>
</footer>
</body>
</html>