Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
d009edba
Commit
d009edba
authored
May 04, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blade lagi
parent
b157450e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
68 additions
and
26 deletions
+68
-26
style.css
public/css/style.css
+6
-5
homestay.blade.php
resources/views/homestay.blade.php
+2
-0
Home.blade.php
resources/views/layouts/page/Home.blade.php
+1
-0
Homestay.blade.php
resources/views/layouts/page/Homestay.blade.php
+0
-0
htmlheader.blade.php
resources/views/layouts/partials/htmlheader.blade.php
+1
-0
mainheader.blade.php
resources/views/layouts/partials/mainheader.blade.php
+2
-21
scripts.blade.php
resources/views/layouts/partials/scripts.blade.php
+29
-0
slider.blade.php
resources/views/layouts/partials/slider.blade.php
+22
-0
web.php
routes/web.php
+5
-0
No files found.
public/css/style.css
View file @
d009edba
...
...
@@ -23,7 +23,7 @@ body a {
-o-transition
:
0.5s
all
;
-ms-transition
:
0.5s
all
;
text-decoration
:
none
;
}
}
body
a
:hover
{
text-decoration
:
none
;
...
...
@@ -314,7 +314,7 @@ ul.callbacks_tabs li {
/*-- Services --*/
.services
{
background-color
:
#f
7f7f7
;
background-color
:
#f
fffff
;
padding
:
25px
0
25px
;
}
...
...
@@ -875,8 +875,9 @@ ul.social-icons li a.youtube:hover {
/*-- Details --*/
.details
{
/*padding: 25px 0;*/
background-color
:
#EAEAEA
;
padding-top
:
28px
;
padding-bottom
:
28px
;
background-color
:
#f3f3f3
;
}
/*--w3layouts--*/
/*--agileits--*/
...
...
@@ -884,7 +885,7 @@ ul.social-icons li a.youtube:hover {
text-align
:
left
;
font-size
:
40px
;
font-weight
:
700
;
margin-bottom
:
5
0px
;
margin-bottom
:
2
0px
;
color
:
#1dc8d9
;
}
...
...
resources/views/homestay.blade.php
0 → 100644
View file @
d009edba
@
extends
(
'layouts.page.Homestay'
)
\ No newline at end of file
resources/views/layouts/page/Home.blade.php
View file @
d009edba
@
extends
(
'layouts.master'
)
@
section
(
'main-content'
)
@
include
(
'layouts.partials.slider'
)
<
br
>
<!--
Welcome
-->
<
div
class
="
footer2
agileits
w3layouts
">
<div class="
container
">
...
...
resources/views/layouts/page/Homestay.blade.php
View file @
d009edba
This diff is collapsed.
Click to expand it.
resources/views/layouts/partials/htmlheader.blade.php
View file @
d009edba
...
...
@@ -14,6 +14,7 @@
<!-- Bootstrap-CSS -->
<link
rel=
"stylesheet"
href=
"css/bootstrap.min.css"
type=
"text/css"
media=
"all"
>
<!-- Index-Page-CSS -->
<link
rel=
"stylesheet"
href=
"css/style.css"
type=
"text/css"
media=
"all"
>
<!-- Animate.CSS -->
<link
rel=
"stylesheet"
href=
"css/animate.css"
type=
"text/css"
media=
"all"
>
<!-- Tanggal -->
<link
rel=
"stylesheet"
href=
"css/jquery-ui.css"
type=
"text/css"
media=
"all"
>
<!-- //Custom-Stylesheet-Links -->
<!-- Fonts -->
...
...
resources/views/layouts/partials/mainheader.blade.php
View file @
d009edba
...
...
@@ -26,27 +26,7 @@
</nav>
<!-- //Navbar -->
<!-- Slider -->
<div
class=
"slider agileits w3layouts"
>
<div
class=
"slider-1 agileits w3layouts"
>
<ul
class=
"rslides agileits w3layouts"
id=
"slider1"
>
<li>
<img
src=
"img/danautoba.jpg"
alt=
"Agileits W3layouts"
>
<div
class=
"layer agileits w3layouts"
></div>
<div
class=
"caption agileits w3layouts"
>
<h3
>
Welcome To
<span>
TROPICAL RESORTS
</span></h3>
</div>
</li>
<li>
<img
src=
"img/slide-11.jpg"
alt=
"Agileits W3layouts"
>
<div
class=
"caption agileits w3layouts"
>
<h3>
Choose The Best Resort For You
</h3>
</div>
</li>
</ul>
</div>
</div>
<!-- //Slider -->
<div
class=
"clearfix"
style=
"margin-bottom: 15px;"
></div>
</div>
<!-- //Header -->
\ No newline at end of file
resources/views/layouts/partials/scripts.blade.php
View file @
d009edba
...
...
@@ -52,4 +52,32 @@
</script>
<!-- //Smooth-Scrolling-JavaScript -->
<!-- Booking-Popup-Box-JavaScript -->
<script
src=
"js/jquery.magnific-popup.js"
type=
"text/javascript"
></script>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'.popup-with-zoom-anim'
).
magnificPopup
({
type
:
'inline'
,
fixedContentPos
:
false
,
fixedBgPos
:
true
,
overflowY
:
'auto'
,
closeBtnInside
:
true
,
preloader
:
false
,
midClick
:
true
,
removalDelay
:
300
,
mainClass
:
'my-mfp-zoom-in'
});
});
</script>
<!-- //Booking-Popup-Box-JavaScript -->
<!-- Date-Picker-JavaScript -->
<script
src=
"js/jquery-ui.js"
></script>
<script>
$
(
function
()
{
$
(
"#datepicker,#datepicker1,#datepicker2"
).
datepicker
();
});
</script>
<!-- //Date-Picker-JavaScript -->
<!-- //Custom-JavaScript-File-Links -->
\ No newline at end of file
resources/views/layouts/partials/slider.blade.php
0 → 100644
View file @
d009edba
<!-- Slider -->
<div
class=
"slider agileits w3layouts"
>
<div
class=
"slider-1 agileits w3layouts"
>
<ul
class=
"rslides agileits w3layouts"
id=
"slider1"
>
<li>
<img
src=
"img/danautoba.jpg"
alt=
"Agileits W3layouts"
>
<div
class=
"layer agileits w3layouts"
></div>
<div
class=
"caption agileits w3layouts"
>
<h3
>
Welcome To
<span>
TROPICAL RESORTS
</span></h3>
</div>
</li>
<li>
<img
src=
"img/slide-11.jpg"
alt=
"Agileits W3layouts"
>
<div
class=
"caption agileits w3layouts"
>
<h3>
Choose The Best Resort For You
</h3>
</div>
</li>
</ul>
</div>
</div>
<!-- //Slider -->
\ No newline at end of file
routes/web.php
View file @
d009edba
...
...
@@ -19,6 +19,11 @@ Route::get('test', function(){
return
view
(
'index'
);
});
//test saja
Route
::
get
(
'homestay'
,
function
(){
return
view
(
'homestay'
);
});
Route
::
group
([
'middleware'
=>
'auth'
],
function
()
{
...
...
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