-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog1.html
74 lines (62 loc) · 3.1 KB
/
blog1.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Other page</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="styles.css" />
<script type="module" src="script.js"></script>
</head>
<body>
<nav>
<div class="navbar" >
<a href="/" aria-current="page" style="color:white;" class="navi-logo"> Websurf 🏃♂️</a>
<a href="/page2.html">All blogs</a>
<a href="/page2.html">Goals</a>
<a href="/page2.html">Random</a>
<a href="/page2.html">Mindfulness</a>
<a href="/page2.html">Blog</a>
</div>
<form>
<input type="search" name="q" placeholder="Search blogs">
<input type="submit" value="Go!">
</form>
</nav>
<main>
<article>
<h1> Fast Free online libraies</h1>
<p> Unlimited thousands of free resources out there to help us save time, but why aren't we using them?
<br> <br> Companys convince us to pay for over priced resources that we might need for education. Students need the right resources to complete thier essay. This is why I complied this list, so you don't have to.<br>
Note: Some resources from open sources under creative commons
</p>
<h2 class="h2-black"> Top Free book resources </h2>
<h3 >1. Pdf books </h3>
<p> Thousands of blogs, and pdfs. In many genres Graphic design, buisness management, languages and much more! Many of these resources are very helpful to learn new topics you can use tostudy for. <p>
<!-- <a href="https://pdfsbooks.com/">-->
<h3> 2. Z-Lib</h4>
<p> By hands down the best free books, this website has the largest selection on every single gerne you can think of. In many downloadable formats Epub, pdf, or file converters. And by far the the most article database I've seen for sciencefic research papers.</p>
<h3>3. The free lib by farlex </h5>
<p> Over 28 million news, articles, some resouces date back before 1995 for more historcal, history research.
And a intuitive homepage, you're able to customize it to your interests.
</p>
<h3> 4. many books.net </h3>
<p> If your looking for non-fiction action packed, or drama filled stories> This website has many free to read online books, some have a nice option of reading online without having to download a pdf file or thier app. Unlike some of the other websites on this list, many books has reviews, and Author interviews.</p>
<h3>5.pdf books world </h3>
<p> Has many classic, and a section for younger readers. Classics like sherlock holms. There is an online read, scroll feature which is nice option instead of clicking arrows</p>
<h3> Other noteable free book websites</h3>
<ol><li> book yard </li>
<li> onlinebooks.library</li>
<li>wikibooks </li>
<li>obooko</li>
<li>goal kicker (for coding)</li>
<li>pdf drive</li>
<li>online programming books </li>
<li> pdf search engine reccomened to search for hard to get books </li>
</ol>
<h3> Don't forget</h3>
<p>some file formats are only and easy to view with book viewers.
</p>
</article>
</main>
</body>
</html>