Skip to content

Commit 64bbc83

Browse files
authored
Modern Blog Website
1 parent 59576d4 commit 64bbc83

Some content is hidden

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

73 files changed

+29210
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Reliance Stories - About Us</title>
5+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
6+
<link href="css/clean-blog.min.css" rel="stylesheet">
7+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
8+
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
9+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
10+
</head>
11+
<body>
12+
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
13+
<div class="container-fluid">
14+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
15+
<ul class="nav navbar-nav navbar-right">
16+
<li>
17+
<a href="index.html">Home</a>
18+
</li>
19+
<li>
20+
<a href="about.html">About Us</a>
21+
</li>
22+
<li>
23+
<a href="post.html">Viral Post</a>
24+
</li>
25+
<li>
26+
<a href="contact.html">Contact Us</a>
27+
</li>
28+
</ul>
29+
</div>
30+
</div>
31+
</nav>
32+
<header class="intro-header" style="background-image: url('img/about-bg.jpg')">
33+
<div class="container">
34+
<div class="row">
35+
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
36+
<div class="page-heading">
37+
<h1>About Reliance Stories</h1>
38+
<hr class="small">
39+
<span class="subheading">This is what We do.</span>
40+
</div>
41+
</div>
42+
</div>
43+
</div>
44+
</header>
45+
<div class="container">
46+
<div class="row">
47+
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
48+
<p>Reliance Stories is an Excellent Initiative of Reliance Inc. inorder to fulfill the needs of Readers and to get them updated regularly regarding Latest stories from the field of Information Technology.</p>
49+
<p>Reliance Inc. Has done some fantastic services for the Society of 21st Century and Reliance Stories is one of the thier Great Sevices provided ever to Humanity.</p>
50+
<p>Reliance Stories is a Platform where you can also express your views, impress us and eventually make a Career in Blogging and Content Writing. </p>
51+
</div>
52+
</div>
53+
</div>
54+
<p class="copyright text-muted">Copyright &copy; Reliance Stories 2019</p>
55+
</body>
56+
</html>

0 commit comments

Comments
 (0)