-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.html
92 lines (92 loc) · 6.12 KB
/
books.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
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Echo's Box</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic" rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top"><img class="img" id="header-logo" width="5%" height="5%" src="assets/img/hex_art.png"/></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<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="podcast.html">Podcast</a></li>
<li class="nav-item"><a class="nav-link" href="books.html">Books</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<!-- About-->
<section class="page-section bg-primary" id="about">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">Books</h2>
<hr class="divider divider-light" />
<p class="text-white-75 mb-4">Echo's Box is a platform where our creators release some of their most insightful work. Every so often this work is worth documenting in something more tangible.</p>
<p class="text-white-75 mb-4">The topics of our books range from poetry and philosphy all the way to topics on meta-physical subjects of magick and meditation.</p>
<p class="text-white-75 mb-2"><i class="bi-book fs-1 text-white"></i></p>
</div>
</div>
</div>
</section>
<!-- Services-->
<section class="page-section" id="services">
<div class="container px-4 px-lg-5">
<h2 class="text-center mt-0">Echo's Box Library</h2>
<hr class="divider" />
<div class="row gx-4 gx-lg-5">
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<div class="mb-2"><img class="img-fluid" src="assets/img/fm_mockup.png"></div>
<h3 class="h4 mb-2">Fundamental Magick</h3>
<hr/>
<h5>Physical Book</h5>
<hr/>
<p class="text-muted mb-0"><a href="https://www.amazon.com/dp/B0BGZ54VNN/ref=cm_sw_r_api_i_86DW9GXWQAB8407EFGQA_0">Buy Now on Amazon!</a></p>
<p class="text-muted mb-0"><a href="https://www.barnesandnoble.com/w/fundamental-magick-casey-erdmann/1142398040?ean=9798986355504">Buy Now on B&N!</a></p>
<p class="text-muted mb-0"><a href="https://www.booksamillion.com/p/Fundamental-Magick/Casey-Erdmann/9798986355504?id=8663742953889">Buy Now on BAM!</a></p>
<br/>
<hr/>
<h5>Free E-Book</h5>
<hr/>
<p class="text-muted mb-0"><a href="http://books.apple.com/us/book/id6443638837">Free E-Book on Apple Books!</a></p>
<p class="text-muted mb-0"><a href="https://play.google.com/store/books/details/Casey_Erdmann_Fundamental_Magick?id=htqLEAAAQBAJ&hl=en_US&gl=US">Free E-Book on Google Books!</a></p>
<p class="text-muted mb-0"><a href="https://github.com/InjectionSoftwareandSecurityLLC/echosboxsite/raw/main/assets/pdfs/Fundamental_Magick.pdf">Free E-Book Direct PDF Download!</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-light py-5">
<div class="container px-4 px-lg-5"><div class="small text-center text-muted">Copyright © 2022 - Injection Software and Security LLC</div></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>