Skip to content

Commit 4c690ef

Browse files
committed
first commit
0 parents  commit 4c690ef

File tree

4,021 files changed

+392994
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,021 files changed

+392994
-0
lines changed

author_!.php

Whitespace-only changes.

author_1.php

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<?php
2+
$title = "Author";
3+
include 'includes/header.php';
4+
?>
5+
6+
<body id="top">
7+
8+
<?php
9+
include 'includes/navbar.php';
10+
?>
11+
<section class="s-content s-content--top-padding s-content--narrow">
12+
13+
14+
<article class="row entry format-standard">
15+
16+
17+
18+
<div class="entry__header col-full">
19+
<h1 class="entry__header-title display-1">
20+
Author_1 Interview
21+
</h1>
22+
<ul class="entry__header-meta">
23+
24+
<li class="byline">
25+
By
26+
<a href="#0">Reviewer Name</a>
27+
</li>
28+
</ul>
29+
</div>
30+
31+
<div class="col-full entry__main">
32+
<p>Video link</p>
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
</div>
43+
44+
</article>
45+
46+
<section class="s-content s-content--top-padding">
47+
48+
49+
<div class="row half-bottom">
50+
51+
<div class="col-six tab-full">
52+
53+
54+
<p><img src="images/book1.jpg"
55+
56+
sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
57+
</div>
58+
59+
<div class="col-six tab-full">
60+
61+
62+
<aside class="pull-quote">
63+
<blockquote>
64+
<p>What are you waiting for !! Grab you own copy now</p>
65+
</blockquote>
66+
</aside>
67+
<a class="btn btn--primary full-width" href="">Buy Now</a>
68+
69+
70+
71+
72+
73+
74+
</div>
75+
76+
77+
78+
</div>
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
</div>
90+
91+
92+
93+
94+
95+
96+
</div>
97+
98+
99+
100+
101+
102+
103+
104+
</section>
105+
106+
107+
108+
109+
110+
</ol>
111+
</div>
112+
</div>
113+
114+
115+
<!-- START respond -->
116+
117+
</div>
118+
</div>
119+
120+
</section>
121+
122+
<?php
123+
include 'includes/post.php';
124+
include 'includes/footer.php';
125+
include 'includes/scripts.php';
126+
127+
?>
128+
129+
</body>
130+
131+
</html>

authors.php

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<?php
2+
3+
$title = "Authors";
4+
include 'includes/header.php';
5+
?>
6+
7+
<body id="top">
8+
<div id="preloader">
9+
<div id="loader" class="dots-fade">
10+
<div></div>
11+
<div></div>
12+
<div></div>
13+
</div>
14+
</div>
15+
16+
17+
<?php
18+
include 'includes/navbar.php';
19+
?>
20+
<section class="s-content s-content--top-padding">
21+
22+
<div class="row narrow">
23+
<div class="col-full s-content__header" data-aos="fade-up">
24+
<h1 class="display-1 display-1--with-line-sep">Feautured Authors</h1>
25+
</div>
26+
</div>
27+
28+
<div class="row entries-wrap add-top-padding wide">
29+
<div class="entries">
30+
<article class="col-block">
31+
32+
<div class="item-entry" data-aos="zoom-in">
33+
<div class="item-entry__thumb">
34+
<a href="author_1.php" class="item-entry__thumb-link">
35+
<img src="images/flippa.png"
36+
alt="">
37+
</a>
38+
</div>
39+
40+
<div class="item-entry__text">
41+
<div class="item-entry__cat">
42+
<a href="authors.php">Authors</a>
43+
</div>
44+
45+
<h1 class="item-entry__title"><a href="author_1.php">Author_1</a></h1>
46+
47+
<div class="item-entry__date">
48+
<a href="author_1.php">INTERVIEW</a>
49+
</div>
50+
</div>
51+
</div>
52+
53+
</article>
54+
55+
56+
57+
58+
59+
60+
</div>
61+
</div>
62+
63+
64+
65+
</section>
66+
<?php
67+
include 'includes/post.php';
68+
include 'includes/footer.php';
69+
include 'includes/scripts.php';
70+
71+
?>
72+
</body>
73+
74+
</html>

book.php

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
<?php
3+
$title = "Books";
4+
include 'includes/header.php';
5+
?>
6+
7+
<body id="top">
8+
<div id="preloader">
9+
<div id="loader" class="dots-fade">
10+
<div></div>
11+
<div></div>
12+
<div></div>
13+
</div>
14+
</div>
15+
16+
<?php
17+
include 'includes/navbar.php';
18+
?>
19+
20+
<section class="s-content s-content--top-padding">
21+
22+
<div class="row narrow">
23+
<div class="col-full s-content__header" data-aos="fade-up">
24+
<h1 class="display-1 display-1--with-line-sep">Featured Books</h1>
25+
<a class="btn btn--primary" href="s_guidelines.php">Submit a book for review</a>
26+
27+
</div>
28+
</div>
29+
30+
<div class="row entries-wrap add-top-padding wide">
31+
<div class="entries">
32+
<?php include 'includes/book_header.php'; ?>
33+
</div>
34+
</div>
35+
36+
</section>
37+
<?php
38+
include 'includes/post.php';
39+
include 'includes/footer.php';
40+
include 'includes/scripts.php';
41+
42+
?>
43+
44+
45+
</body>
46+
47+
</html>

category.php

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
<?php
3+
$title = "Reviews";
4+
include 'includes/header.php';
5+
?>
6+
7+
<body id="top">
8+
<div id="preloader">
9+
<div id="loader" class="dots-fade">
10+
<div></div>
11+
<div></div>
12+
<div></div>
13+
</div>
14+
</div>
15+
16+
<?php
17+
include 'includes/navbar.php';
18+
?>
19+
20+
<section class="s-content s-content--top-padding">
21+
22+
<div class="row narrow">
23+
<div class="col-full s-content__header" data-aos="fade-up">
24+
<h1 class="display-1 display-1--with-line-sep">Reviews</h1>
25+
<a class="btn btn--primary" href="r_guidelines.php">Apply To be a reviewer</a>
26+
27+
</div>
28+
</div>
29+
30+
<div class="row entries-wrap add-top-padding wide">
31+
<div class="entries">
32+
<?php include 'includes/cat_post.php'; ?>
33+
</div>
34+
</div>
35+
36+
</section>
37+
<?php
38+
include 'includes/post.php';
39+
include 'includes/footer.php';
40+
include 'includes/scripts.php';
41+
42+
?>
43+
44+
45+
</body>
46+
47+
</html>

0 commit comments

Comments
 (0)