Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
add index page
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed May 10, 2021
1 parent 68f6f49 commit b590bee
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 60 deletions.
14 changes: 14 additions & 0 deletions public/index/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
body {
background-color: #292929;
font-family: 'Montserrat', sans-serif;
color: white;
}
.jumbotron {
background-color: #121212;
}
.black-card {
background: #121212;
border-radius: 5px;
padding: 2rem;
padding-bottom: 0.15em;
}
22 changes: 12 additions & 10 deletions views/blogs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@
<tr style="width: 100%">
<td>
<div class="jumbotron mb-0 py-4">
<h1 class="display-5">Hello people!</h1>
<h1 class="display-5">Hello again!</h1>
<p class="lead mb-0" style="line-height: 1.5">
Welcome to our
<span style="color: #aed55f"
><strong>Multiverse Blog</strong></span
>. We publish awesome content related to technology, business,
and science with educational yet entertaining viewpoint. Make
sure to follow us on
Make sure to follow us on
<span>
<strong>
<a
Expand Down Expand Up @@ -83,7 +78,10 @@
Science
</a>
</h4>
<a href="/blogs/science" class="btn btn-success mt-auto"
<a
href="/blogs/science"
style="background-color: #3b776b"
class="btn mt-auto"
>Blogs</a
>
</div>
Expand Down Expand Up @@ -112,7 +110,8 @@
</h4>
<a
href="/blogs/technology"
class="btn btn-success mt-auto"
style="background-color: #3b776b"
class="btn mt-auto"
>Blogs</a
>
</div>
Expand All @@ -139,7 +138,10 @@
Business
</a>
</h4>
<a href="/blogs/business" class="btn btn-success mt-auto"
<a
href="/blogs/business"
style="background-color: #3b776b"
class="btn mt-auto"
>Blogs</a
>
</div>
Expand Down
122 changes: 122 additions & 0 deletions views/index.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<html>
<head>
<!-- Link -->
<%- include("partials/linkandscript") %>
<link rel="stylesheet" href="/index/css/index.css" />
<!-- End Link -->

<!-- META -->
<%- include("partials/meta") %>
<meta
property="og:image"
content="https://i.postimg.cc/0yNRJwLx/Blog-Graph-Image-V2-png.jpg"
/>
<meta property="og:title" content="Blog by MULTIVERSE TV" />
<!-- End META -->

<title>MULTIVERSE TV</title>
</head>
<body>
<!-- Navbar -->
<%- include("partials/navbar") %>
<!-- End Navbar -->

<div class="container my-5 d-flex flex-column">
<table style="border-radius: 5px">
<tr style="width: 100%">
<td>
<div class="jumbotron mb-0 py-4" style="background-color: #121212">
<h1 class="display-5">Hello people!</h1>
<p class="lead mb-0">
Welcome to our
<span style="color: #aed55f"><strong>Multiverse</strong></span
>. We are a technology, science, business, and vlogs
<span style="color: #c4302b"><strong>Media</strong></span>
channel with an educational yet entertaining focus.
</p>
</div>
</td>
</tr>
<tr style="width: 100%">
<td>
<div class="mt-4">
<h3>Videos</h3>
</div>
</td>
</tr>
<tr style="width: 100%">
<td>
<div class="jumbotron mb-0 py-4" style="background-color: #121212">
<p class="lead mb-0">
We produce high quality videos like explainers, tutorials,
vlogs, product reviews, etc. relating to our particular domain.
Till date, all the content produced has been made with
delivering best effort while providing value. We have now
produced over 150 videos that you can enjoy for free.
</p>
<a
class="btn btn mt-3 w-auto"
style="background-color: #b2d35b"
href="/videos"
>Watch Videos</a
>
</div>
</td>
</tr>
<tr style="width: 100%">
<td>
<div class="mt-4">
<h3>Blogs</h3>
</div>
</td>
</tr>
<tr style="width: 100%">
<td>
<div class="jumbotron mb-0 py-4" style="background-color: #121212">
<p class="lead mb-0">
We also have published lots of blogs with core dept about
businesses, scientific topics, business terms, technology with a
focus of providing the most human readable form. We have over 50
blogs explaining each topic in detail that you can read for
free.
</p>
<a
class="btn btn mt-3 w-auto"
style="background-color: #3b776b"
href="/blogs"
>Read Blogs</a
>
</div>
</td>
</tr>
<tr style="width: 100%">
<td>
<div class="mt-4">
<h3>Community</h3>
</div>
</td>
</tr>
<tr style="width: 100%">
<td>
<div class="jumbotron mb-0 py-4" style="background-color: #121212">
<p class="lead mb-0">
We have a very active community that regularly engages about our
core offerings and discuss about what the future holds. Be it
politics, science, technology, travelling, we got all covered.
Hop on in to engage and get lost in out Multiverse.
</p>
<a
class="btn mt-3 w-auto"
target="_blank"
style="background-color: #7289da"
href="https://dsc.gg/tvmultiverse28"
>Join The Community</a
>
</div>
</td>
</tr>
</table>
</div>
</body>
<%- include("partials/footerscript") %>
</html>
53 changes: 10 additions & 43 deletions views/partials/navbar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,59 +21,26 @@
<div class="navbar-nav ml-auto">
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: white"
href="http://bit.ly/blogmultiversetv"
>Blog</a
style="color: #3b776b"
href="/blogs"
>Blogs</a
>
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: #c4302b"
href="https://www.youtube.com/tvmultiverse28?sub_confirmation=1"
>YouTube</a
style="color: #b2d35b"
href="/videos"
>Videos</a
>
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: #dd2a7b"
href="https://instagram.com/tvmultiverse28"
>Instagram</a
style="color: #bc3b7c"
href="https://thelink.bio/tvmultiverse28"
>
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: #00acee"
href="https://twitter.com/tvmultiverse28"
>Twitter</a
>
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: #0e76a8"
href="https://linkedin.com/company/tvmultiverse28"
>LinkedIn</a
>
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: #7289da"
href="https://bit.ly/MULTIVERSETVDiscord"
>Discord</a
>
<a
class="nav-item nav-link"
target="_blank"
rel="noopener noreferrer"
style="color: #0088cc"
href="https://t.me/tvmultiverse28"
>Telegram</a
Posts</a
>
<a
class="nav-item nav-link"
Expand All @@ -86,4 +53,4 @@
</div>
</div>
</div>
</nav>
</nav>
3 changes: 2 additions & 1 deletion views/show-blogs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
</p>
<a
href="/blogs/<%= urlCat %>/<%= blog._id %>"
class="btn btn-success mt-auto"
style="background-color: #3b776b"
class="btn mt-auto"
>Read More</a
>
</div>
Expand Down
8 changes: 2 additions & 6 deletions views/videos.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@
<tr style="width: 100%">
<td>
<div class="jumbotron mb-0 py-4" style="background-color: #121212">
<h1 class="display-5">Hello people!</h1>
<h1 class="display-5">Hello again!</h1>
<p class="lead mb-0">
Welcome to our
<span style="color: #aed55f"><strong>Multiverse</strong></span
>. We are a technology, science, business, and vlogs
<span style="color: #c4302b"><strong>YouTube</strong></span>
channel with an educational yet entertaining focus. Make sure to
Make sure to
<span
><strong
><a
Expand Down

1 comment on commit b590bee

@vercel
Copy link

@vercel vercel bot commented on b590bee May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.