-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbindex.html
More file actions
249 lines (221 loc) · 13.8 KB
/
bindex.html
File metadata and controls
249 lines (221 loc) · 13.8 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>📙ȡiary_pages2000</title>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,400,900|Noto+Sans:400,400i|Rancho&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/d52903d283.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/bootstrap.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body >
<div class="top">
<nav class="navbar navbar-expand-lg navbar-fixed-top navbar-dark bg-dark">
<a href="index.html"> <i class="logo fas fa-book-open fa-4x"></i></a>
<a class="navbar-brand" href="#home"><h1 class="icon">ȡiary_pages2000</h1></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="main nav-item ">
<a class="nav-link" href="#home">Home </a>
</li>
<li class="main nav-item">
<a class="nav-link" href="#AboutUs">About Us</a>
</li>
<li class="main nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
E-reader
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="erindex.html">Qoutes</a>
<a class="dropdown-item" href="erindex.html">Poetry</a>
<a class="dropdown-item" href="erindex.html">Stories</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#Writers">Top-Writers</a>
</div>
</li>
<li class="main nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Entertainment
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Drindex.html">Beat a Drum-Set</a>
<a class="dropdown-item" href="Dindex.html">Dice Challenge</a>
<a class="dropdown-item" href="#">Shayri Bot</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#Writers">Books</a>
</div>
</li>
<li class="main nav-item">
<a class="main nav-link" href="#">Registration</a>
</li>
<li class="main nav-item">
<a class="main nav-link" href="#ContactUs">Contact Us</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</div>
<div id="home" class="section1">
<div class="qoute col-md-6 col-sm-12">
<div class="responsive ">
<hr align="left" width="30%" class="line">
<h2>Writing Qoutes, Poems, and Stories...</h2>
<h1>On Your Request</h1>
<p class="intro">(Founder's voice) <br>My name is Arun Kumar Bisariya and i used to write on my interest as well as on your requested topics.</p>
<button type="button" class="btn1 btn btn-info btn-lg">Know more</button>
</div>
</div>
<div class="image-box responsive col-md-6 col-sm-12 ">
<a href="#"><img class="image " src="https://www.sourcelifestyle.com/wp-content/uploads/2017/09/martha-and-hepsie-print.jpg" alt="writer's image"></a>
</div>
</div>
<main>
<section id="AboutUs" class="icons ">
<div class="flex-items">
<div>
<i class=" icon2 fas fa-pen-nib fa-3x "></i>
<div>
<h3>Education</h3>
<p>We provides high-quality writing services for various purposes including writing books, essays, and articles for magazines.</p>
</div>
</div>
<div>
<i class="icon2 fas fa-bullhorn fa-3x "></i>
<div>
<h3>Promoting</h3>
<p>Helps the young writers in promoting there write-ups as well as motivates them by conducting various compatitions, so that winners write-up can promote.</p>
</div>
</div>
<div>
<i class="icon2 fas fa-book fa-3x "></i>
<div>
<h3>Publising</h3>
<p>If you need to prepare your written material for publishing, We will be glad to assist you with reliable editorial and production services.</p>
</div>
</div>
</div>
</section>
</main>
<main id="Qoutes" class="flex-main">
<nav class="flex-nav">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel" data-interval="2000" data-pause="hover">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://media.images.yourquote.in/post/720/0/0/30/782/Womv6280.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://media.images.yourquote.in/post/720/0/0/29/910/xamL4859.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://media.images.yourquote.in/post/720/0/0/29/993/WoQM2390.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://media.images.yourquote.in/post/720/0/0/29/912/xK6m7042.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://media.images.yourquote.in/post/720/0/0/29/861/W8Jn6546.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://media.images.yourquote.in/post/720/0/0/25/90/x6bz7755.webp" class="d-block w-100" alt="...">
</div>
</div>
</nav>
</main>
<div id="Writers" class="section3">
<div class="icons writerscommunity">
<center> <h2 > Top Writer's Community</h2>
<p class="subsubhd">Since the first day of launching this website we have a large number of young writers community and <br>
lots of them are interested to make there future in literature field.</p> </center>
</div>
<div class="writers">
<div id="main">
<div class="container py-3 py-md-5">
<div class="row pb-0 pb-md-4">
<div class="box col-12 col-md-4 pb-4 pb-md-0 d-flex align-items-stretch">
<div class="card shadow">
<img class="card-img-top" src="https://qph.fs.quoracdn.net/main-raw-719862963-kiroirtkhoshhvjrcmfkgjifasbqjfym.jpeg" alt="Card image cap">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Arun Kumar Bisariya</h5>
<p class="card-text">He is an 20 year student, pursuing his B.Tech in electrical engineering at IIT Bhubaneshwar.</p>
<a href="erindex.html" class="btn btn-primary mt-auto">Check writeups..</a>
</div>
</div>
</div>
<div class=" box col-12 col-md-4 pb-4 pb-md-0 d-flex align-items-stretch">
<div class="card shadow">
<img class="card-img-top" src="https://qph.fs.quoracdn.net/main-raw-719862963-kiroirtkhoshhvjrcmfkgjifasbqjfym.jpeg" alt="Card image cap">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Arun Kumar Bisariya</h5>
<p class="card-text">He is an 20 year student, pursuing his B.Tech in electrical engineering at IIT Bhubaneshwar.</p>
<a href="erindex.html" class="btn btn-primary mt-auto">Check writeups..</a>
</div>
</div>
</div>
<div class="box col-12 col-md-4 pb-4 pb-md-0 d-flex align-items-stretch">
<div class="card shadow">
<img class="card-img-top" src="https://qph.fs.quoracdn.net/main-raw-719862963-kiroirtkhoshhvjrcmfkgjifasbqjfym.jpeg" alt="Card image cap">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Arun Kumar Bisariya</h5>
<p class="card-text">He is an 20 year student, pursuing his B.Tech in electrical engineering at IIT Bhubaneshwar.</p>
<a href="erindex.html" class="btn btn-primary mt-auto">Check writeups..</a>
</div>
</div>
</div>
</div>
</div>
<div class="writers2">
<div class="container py-3 py-md-5">
<div class="row pb-0 pb-md-4">
<div class="box col-12 col-md-4 pb-4 pb-md-0 d-flex align-items-stretch">
<div class="card shadow">
<img class="card-img-top" src="https://qph.fs.quoracdn.net/main-raw-719862963-kiroirtkhoshhvjrcmfkgjifasbqjfym.jpeg" alt="Card image cap">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Arun Kumar Bisariya</h5>
<p class="card-text">He is an 20 year student, pursuing his B.Tech in electrical engineering at IIT Bhubaneshwar.</p>
<a href="er/index.html" class="btn btn-primary mt-auto">Check writeups..</a>
</div>
</div>
</div>
<div class=" box col-12 col-md-4 pb-4 pb-md-0 d-flex align-items-stretch">
<div class="card shadow">
<img class="card-img-top" src="https://qph.fs.quoracdn.net/main-raw-719862963-kiroirtkhoshhvjrcmfkgjifasbqjfym.jpeg" alt="Card image cap">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Arun Kumar Bisariya</h5>
<p class="card-text">He is an 20 year student, pursuing his B.Tech in electrical engineering at IIT Bhubaneshwar.</p>
<a href="erindex.html" class="btn btn-primary mt-auto">Check writeups..</a>
</div>
</div>
</div>
<div class="box col-12 col-md-4 pb-4 pb-md-0 d-flex align-items-stretch">
<div class="card shadow">
<img class="card-img-top" src="https://qph.fs.quoracdn.net/main-raw-719862963-kiroirtkhoshhvjrcmfkgjifasbqjfym.jpeg" alt="Card image cap">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Arun Kumar Bisariya</h5>
<p class="card-text">He is an 20 year student, pursuing his B.Tech in electrical engineering at IIT Bhubaneshwar.</p>
<a href="erindex.html" class="btn btn-primary mt-auto">Check writeups..</a>
</div>
</div>
</div>
</div>
<footer id="ContactUs" class="footer bg-dark text-center text-light">
<div class="social">
<a href="https://www.instagram.com/diary_pages2000/"><i class="fab fa-instagram fa-3x"></i></a>
<a href="#"><i class="fab fa-twitter fa-3x"></i></a>
<a href="#"><i class="fab fa-youtube fa-3x"></i></a>
<a href="#"><i class="fab fa-linkedin fa-3x"></i></a>
</div>
<p id="lastline">Copyright © 2020 🎲 diary_pages2020.com 🎲 Arun Kumar Bisariya</p>
❤️❤️❤️
</footer>
</body>
</html>