Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PSW_II_PARIWISATA_TRANSPORTASI
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Proyek_PSW_II_PARIWISATA
PSW_II_PARIWISATA_TRANSPORTASI
Commits
d4cbddcf
Commit
d4cbddcf
authored
Jun 06, 2020
by
11319009_Pratiwi Sibarani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
9ea0da5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
98 additions
and
0 deletions
+98
-0
header.php
transportasi/public/header.php
+98
-0
No files found.
transportasi/public/header.php
0 → 100644
View file @
d4cbddcf
<?php
require_once
(
'../config.php'
)
?>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
content=
"width=device-width, initial-scale=1.0"
name=
"viewport"
>
<title>
Index
</title>
<meta
content=
""
name=
"descriptison"
>
<meta
content=
""
name=
"keywords"
>
<!-- Favicons -->
<link
href=
"img/favicon.png"
rel=
"icon"
>
<link
href=
"img/apple-touch-icon.png"
rel=
"apple-touch-icon"
>
<!-- Google Fonts -->
<link
href=
"https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel=
"stylesheet"
>
<!-- Vendor CSS Files -->
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/icofont/icofont.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/boxicons/css/boxicons.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/animate.css/animate.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/remixicon/remixicon.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/venobox/venobox.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/owl.carousel/owl.carousel.min.css"
rel=
"stylesheet"
>
<!-- Template Main CSS File -->
<link
href=
"
<?=
BASEURL
;
?>
public/css/style.css"
rel=
"stylesheet"
>
<!-- =======================================================
* Template Name: Sailor - v2.0.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header
id=
"header"
class=
"fixed-top "
>
<div
class=
"container d-flex align-items-center"
>
<h1
class=
"logo"
><a
href=
"
<?=
BASEURL
;
?>
index.php"
><img
src=
"
<?=
BASEURL
;
?>
public/img/logoTravel.png"
alt=
""
>
</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav
class=
"nav-menu d-none d-lg-block"
>
<ul>
<li
class=
"active"
><a
href=
"index.html"
>
Home
</a></li>
<li
class=
"drop-down"
><a
href=
"#"
>
About
</a>
<ul>
<li><a
href=
"about.html"
>
About Us
</a></li>
<li><a
href=
"team.html"
>
Team
</a></li>
<li><a
href=
"testimonials.html"
>
Testimonials
</a></li>
<li
class=
"drop-down"
><a
href=
"#"
>
Deep Drop Down
</a>
<ul>
<li><a
href=
"#"
>
Deep Drop Down 1
</a></li>
<li><a
href=
"#"
>
Deep Drop Down 2
</a></li>
<li><a
href=
"#"
>
Deep Drop Down 3
</a></li>
<li><a
href=
"#"
>
Deep Drop Down 4
</a></li>
<li><a
href=
"#"
>
Deep Drop Down 5
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"services.html"
>
Services
</a></li>
<li><a
href=
"portfolio.html"
>
Portfolio
</a></li>
<li><a
href=
"pricing.html"
>
Pricing
</a></li>
<li><a
href=
"blog.html"
>
Blog
</a></li>
<li><a
href=
"contact.html"
>
Contact
</a></li>
</ul>
</nav>
<!-- .nav-menu -->
<a
href=
"
<?=
BASEURL
;
?>
logout.php"
class=
"get-started-btn ml-auto"
>
<?php
if
(
!
isset
(
$_SESSION
[
'username'
]))
{
header
(
'location:../index.php'
);
}
else
{
echo
$_SESSION
[
"username"
];
}
?>
<!-- Log Out (
<?=
$_SESSION
[
"username"
]
?>
) -->
</a>
</div>
</header>
<!-- End Header -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment