-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatured_page2.html
63 lines (58 loc) · 3.47 KB
/
featured_page2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<!-- <div class="nleft">
<h4 style="width: 250px; padding-top: 13px; font-size: 25px;">DIGITAL LIBRARY</h4>
</div> -->
<div class="nmid">
<ul>
<li><a href="index.html" class="home">HOME</a></li>
<!-- <li><a href="index.html/about">ABOUT</a></li> -->
<!-- <li><a href="#featured">FEATURED</a></li> -->
<li><a href="contact.html">CONTACT US </a></li>
</ul>
</div>
<div class="nright">
<div class="login"><a href="login.html">LOGIN</a></div>
<div class="signup"><a href="signup.html">SIGNUP</a></div>
</div>
</div>
<div class="hero2">
<h1 class="hheading">DO YOU GIVE TOO MANY F*CKS?</h1>
<h3 class="hheading" style="color: orangered;">The Subtle Art of Not Giving a F*ck by Mark Manson</h3>
<div class="quote">
<div class="robertpic">
<img src="mark_manson.jpeg" alt="" width="100px" height="100px" style="border-radius: 50%; border: solid orangered; margin: 50px; background-size: cover;">
</div>
<div class="rdpdtext">“You and everyone you know are going to be dead soon. And in the short amount of time between here and there, you have a limited amount of fucks to give. Very few, in fact. And if you go around giving a fuck about everything and everyone without conscious thought or choice—well, then you’re going to get fucked.”
- <i>― Mark Manson, The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</i>
</div>
<!-- <div class="buynow">BUY</div> -->
</div>
<!-- <div class="buynow">BUY</div>
-->
<!-- <a href=""></a> -->
<h2 class="hheading" style="margin-top: 50px;">Popular highlights in this Book</h2>
<div class="highlights">
<div class="hl1">
<div>
<i class="fa-solid fa-quote-right" style="color: orangered; float: right; font-size: 50px;"></i>
</div>
<!-- <i class="fa-solid fa-quote-right" style="color: #b0b6bf; float: right; font-size: 50px;"></i> -->
<div>Conventional self-help advice which tells you to visualize success and think about the type of person you want to be only reinforces the idea that you are not that thing.</div>
</div>
<div class="hl1"><i class="fa-solid fa-quote-right" style="color: orangered; float: right; font-size: 50px;"></i>Everyone wants you to believe that the secret to a good life is to have a nicer job or a better car or a prettier girlfriend.</div>
<div class="hl1"><i class="fa-solid fa-quote-right" style="color: orangered; float: right; font-size: 50px;"></i>“The key to a good life is not giving a fuck about more; it’s giving a fuck about less, giving a fuck about only what is true and immediate and important.”</div>
</div>
</div>
<a href="https://a.co/d/gUnqvz9" class="buybutton">BUY</a>
<script src="https://kit.fontawesome.com/506bacfdab.js" crossorigin="anonymous"></script>
</body>
</html>