This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
leisure.php
106 lines (99 loc) · 5.24 KB
/
leisure.php
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leisure Reading</title>
<link rel="stylesheet" href="styles3.css" />
</head>
<body>
<?php include 'nav_bar.php';?>
<main class="main">
<h1>Reads That Might Interest You</h1>
<div class="container">
<section class="card">
<header>
<a href="https://medium.com/the-book-channel/10-best-self-help-books-of-all-time-daeb94ca8c74"
target="_blanck">
1 Best Self-help Books of All Time
</a>
</header>
<article>
Today, there are many best self-help books available in the market. In case you want to improve
yourself
and are looking for some best self-help books, you have the best list going right down your
nose.<br>
Self-help books are getting popular all the more, way ahead than the fiction. The other name for
self-help books is personal growth and who doesn’t love growth…isn’t it? The foray of Self-help
books is
new as compared to fiction, however, they are always in demand.
</article>
</section>
<section class="card">
<header>
<a href="https://www.geeksforgeeks.org/top-10-programming-languages-to-learn-in-2022/"
target="_blanck">
2 Top 10 Programming Languages to Learn in 2022
</a>
</header>
<article>
A programming language refers to the means of communication that is used by humans to instruct
computers to perform specified tasks. These languages use particular coding syntax to create
programs to perform specialized tasks. Software programming is a lucrative career option. As per the
survey, programming jobs are expected to rise by 21% by the year 2028. Wikipedia claims that there
are around 700 programming languages. So deciding which one to learn can be confusing.
</article>
</section>
<section class="card">
<header>
<a href="https://medium.com/the-book-channel/10-best-self-help-books-of-all-time-daeb94ca8c74"
target="_blanck">
3 Best Self-help Books of All Time
</a>
</header>
<article>
Today, there are many best self-help books available in the market. In case you want to improve
yourself
and are looking for some best self-help books, you have the best list going right down your
nose.<br>
Self-help books are getting popular all the more, way ahead than the fiction. The other name for
self-help books is personal growth and who doesn’t love growth…isn’t it? The foray of Self-help
books is
new as compared to fiction, however, they are always in demand.
</article>
</section>
<section class="card">
<header>
<a href="https://www.grammarly.com/blog/write-a-book/?gclsrc=ds" target="_blanck">
4 How to Write a Book: The Ultimate Guide
</a>
</header>
<article>
There’s no one right way to write a book. Some people participate in NaNoWriMo (National Novel
Writing Month) and end up with a bestseller. Others start with a meticulous outline and structured
plan. Some (usually not novelists) can get a publication deal on a pitch alone. This article is
meant to talk through the various steps involved and help you decide the best way for you to write
your book.
</article>
</section>
<section class="card">
<header>
<a href="https://medium.com/the-book-channel/10-best-self-help-books-of-all-time-daeb94ca8c74"
target="_blanck">
5 Best Self-help Books of All Time
</a>
</header>
<article>
Today, there are many best self-help books available in the market. In case you want to improve
yourself
and are looking for some best self-help books, you have the best list going right down your
nose.<br>
Self-help books are getting popular all the more, way ahead than the fiction. The other name for
self-help books is personal growth and who doesn’t love growth…isn’t it? The foray of Self-help
books is
new as compared to fiction, however, they are always in demand.
</article>
</section>
</div>
</main>
</body>
</html>