Renamed blog.
This commit is contained in:
parent
4603c522dc
commit
4c00b3dd53
3 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<i class="fa fa-github fa-3x" aria-hidden="true"></i>
|
||||
|
||||
<div class="title">
|
||||
<h4>Instagram</h4>
|
||||
<h4>GitHub</h4>
|
||||
</div>
|
||||
|
||||
<div class="text">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
<%- include("partials/header"); -%>
|
||||
<h1>Welcome to The Project Mind.</h1>
|
||||
<h1>Welcome to a simple full stack blog.</h1>
|
||||
<p> <%= startingContent %> </p>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The Project Mind</title>
|
||||
<title>A Simple Blog</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<a href="/"><p class="navbar-brand">THE PROJECT MIND</p></a>
|
||||
<a href="/"><p class="navbar-brand">A SIMPLE BLOG</p></a>
|
||||
</div>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li id="home"><a href="/">HOME</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue