Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralphive committed May 20, 2021
1 parent 1ea3c84 commit 11ad2a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion public/js/calls.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ fetch("/Dog", {
}
}).then(() => {
console.log("all good, refresh")
location = location
location.reload()
});
}
16 changes: 4 additions & 12 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- PAGE settings -->
<link rel="icon" href="https://templates.pingendo.com/assets/Pingendo_favicon.ico">
<title>Restaurant Flat - Pingendo template</title>
<meta name="description" content="Free Bootstrap 4 Pingendo Flat template for restaurant and food">
<meta name="keywords" content="Pingendo restaurant food flat free template bootstrap 4">
<title>12 Factor Dog App</title>
<!-- CSS dependencies -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/flat.css" type="text/css">
Expand All @@ -17,16 +15,14 @@
</head>

<body>
<!-- Navbar -->
<!-- Cover -->
<!-- Intro -->
<div class="py-5 bg-light">
<div class="container">
<div class="row bg-info p-4">
<div class="p-4 col-md-6 bg-light" id="environment">
<p class="m-0">Our story, our future</p>
<h2 class="mb-3">The 12factor-dog-app</h2>
<p class="my-4">Considered one of the most brilliant chef of our time. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p class="my-4">Sample <a href="https://12factor.net">12 Factor app</a> to demonstrate how Cloud Apps are built 🐶</p>
<p class="m-0">Environment Config</p>
</div>
<div class="p-0 col-md-6 text-center">
<a class="btn btn-primary" href="#" onclick="randomDog()">Next Dog</a>
Expand All @@ -38,15 +34,11 @@ <h2 class="mb-3">The 12factor-dog-app</h2>
</div>
<!-- Gallery -->
<div class="section">
<h2 class="mb-3">Dog Collection (Database)</h2>
<div class="container-fluid">
<div class="row" id="dogs-container">
</div>
</div>
<!-- Menu -->
<!-- Carousel reviews -->
<!-- Carousel venue -->
<!-- Events -->
<!-- Book section -->
<!-- Footer -->
<div class="text-center bg-dark pt-5"></div>
<!-- JavaScript dependencies -->
Expand Down

0 comments on commit 11ad2a8

Please sign in to comment.