-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
271 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
font-weight: 300; | ||
font-display: fallback; | ||
src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: fallback; | ||
src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
}/* latin */ | ||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
font-weight: 400; | ||
font-display: fallback; | ||
src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | ||
/* latin */ | ||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: fallback; | ||
src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2'); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?php require("../controllers/posts.php"); ?> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<footer class="main-footer"> | ||
<strong>Write your footer message here... | ||
</footer> | ||
</div> | ||
|
||
<script src="https://adminlte.io/themes/v3/plugins/jquery/jquery.min.js"></script> | ||
<script src="https://adminlte.io/themes/v3/plugins/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://adminlte.io/themes/v3/dist/js/adminlte.min.js?v=3.2.0"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Travel Blog</title> | ||
<link rel="icon" href="/img/favicon.ico"> | ||
<link rel="stylesheet" href="/css/fonts.css"> | ||
<link rel="stylesheet" href="/css/fontawesome.all.min.css"> | ||
<link rel="stylesheet" href="/css/adminlte.min.css"> | ||
</head> | ||
<body class="hold-transition sidebar-mini"> | ||
<div class="wrapper"> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<aside class="main-sidebar sidebar-dark-primary elevation-4"> | ||
<a href="#" class="brand-link"> | ||
<i class="fa-solid fa-suitcase"></i> | ||
<span class="brand-text">Travel Blog</span> | ||
</a> | ||
<div class="sidebar"> | ||
<nav class="mt-2"> | ||
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" | ||
data-accordion="false"> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link active"> | ||
<i class="nav-icon fas fa-blog"></i> | ||
<p>Posts</p> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link"> | ||
<i class="nav-icon fas fa-shapes"></i> | ||
<p>Categories</p> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link"> | ||
<i class="nav-icon fas fa-users"></i> | ||
<p>Users</p> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<nav class="main-header navbar navbar-expand navbar-light"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a> | ||
</li> | ||
<li class="nav-item d-none d-sm-inline-block"> | ||
<a href="#" class="nav-link">Posts</a> | ||
</li> | ||
<li class="nav-item d-none d-sm-inline-block dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" id="navbarDropdown2" role="button" | ||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
Categories | ||
</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdown2"> | ||
<?php foreach ($GLOBALS['categories'] as $category) : ?> | ||
<a class="dropdown-item" href="#"><?= $category->name ?></a> | ||
<?php endforeach; ?> | ||
|
||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-widget="navbar-search" href="#" role="button"> | ||
<i class="nav-icon fas fa-search"></i> | ||
</a> | ||
<div class="navbar-search-block"> | ||
<form class="form-inline"> | ||
<div class="input-group input-group-sm"> | ||
<input class="form-control form-control-navbar" type="search" placeholder="Search" | ||
aria-label="Search"> | ||
<div class="input-group-append"> | ||
<button class="btn btn-navbar" type="submit"> | ||
<i class="fas fa-search"></i> | ||
</button> | ||
<button class="btn btn-navbar" type="button" data-widget="navbar-search"> | ||
<i class="fas fa-times"></i> | ||
</button> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-toggle="dropdown" href="#"> | ||
<i class="fas fa-users"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" data-widget="fullscreen" href="#" role="button"> | ||
<i class="fas fa-expand-arrows-alt"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> |
Oops, something went wrong.