-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
87 lines (72 loc) · 5.25 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A platform where you can submit any type of blog and get paid for it. We will pay you for the blogs you submit to us."/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
<title>About</title>
<link href="https://fonts.googleapis.com/css2?family=Audiowide&display=swap" rel="stylesheet">
<!-- Bootstrap core CSS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script data-ad-client="ca-pub-5851771771765023" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Custom styles for this template -->
<link href="album.css" rel="stylesheet">
</head>
<body>
<video playsinline autoplay muted loop poster="polina.jpg" id="bgvid">
<source src="video/video.webm" type="video/webm">
</video>
<div id="page-container">
<div id="content-wrap">
<nav id="mainNavbar" class="navbar navbar-dark navbar-expand-md py-0 fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand" style="color: white; font-size: 1.2rem; font-family: 'Audiowide', cursive;">
<img id="logo" src="images/logo.webp" style=" border-radius: 3px; width: 3rem; height: 2.8rem" alt= "logo"> Blog-Express</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navLinks" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">Home<a>
</li>
<li class="nav-item; active">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
<li class="nav-item">
<a href="submit.html" class="nav-link">Submit-Blog</a>
</li>
</ul>
</div>
</nav>
<div class="container text-justify" style="color: rgb(255, 255, 255); margin-top: 8rem; font-size: 1.3rem; font-family: Times new roman; margin-top: 8rem ; background-color: rgb(4, 30, 116); border-radius: 2rem;">
<p>
<span style="font-size: 1.6em; color: rgb(255, 255, 255);"> Blog-Express </span> is your one-stop destination for all your reading needs. You can find blogs on all possible topics or categories here, ranging from technology, environment, general awareness and so on. The main motive behind developing this website was to create a single platform where you can access various blogs submitted by different people. <br>
<p>You can not only read blogs of other people, but can also write and submit your own via this website. If you have a writing passion that you want to explore and showcase to the world, this website will help you to voice your opinions and share them with the world at the click of a button. You can<span style="color: rgb(255, 247, 247);font-size: 1.2rem"> submit your blogs </span> through the ‘Submit Blog’ option given in the menu. </p>
<p>The submitted blogs will be checked for plagiarism, content quality and grammatical errors by our in-house team. This process can take upto 2-3 days, after which your blog will be published. We will let you know about the status of your blog via e-mail, so kindly be patient. Bloggers whose blogs get published on this website will receive an amount of upto <span style="color: rgb(255, 255, 255);font-size: 1.2rem"> 60 rupees per blog,</span> based on the quality and word limit of the article. <br><br>The final decision regarding the payment amount will be of our team and no bargaining would be entertained whatsoever. The payment will be sent online and hence you are advised to share your email ID while submitting the blog.</p>
<br>
</p>
</span>
</p>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="text-left"> </div>
<p class="float-right">
<a href="#time">Back to top</a>
</p>
<div class="row">
<p class="col text-center">Website Dev. - <strong>AAYUSH BHATT</strong> </p>
</div>
</div>
</footer>
</div>
</body>
</html>