Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
some-ori
Project
Project
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
John
some-ori
Commits
0cadc54b
Commit
0cadc54b
authored
Feb 06, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update homepage and concept
parent
cb0d0ea3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
template-home.php
wp-content/themes/someori/template-home.php
+1
-1
template-info.php
wp-content/themes/someori/template-info.php
+1
-1
No files found.
wp-content/themes/someori/template-home.php
View file @
0cadc54b
...
...
@@ -11,7 +11,7 @@
<
main
id
=
"main"
role
=
"main"
itemscope
itemprop
=
"mainContentOfPage"
itemtype
=
"http://schema.org/Blog"
>
<
section
class
="
row
-
fluid
">
<!-- Image Left Block -->
<div class="
span6
full
" style="
background
-
image
:
url
(
<?=
esc_url
(
get_field
(
'image_left_block'
));
?>
); height: calc(100vh);">
</div>
<div class="
span6
full
cover
-
bg
" style="
background
-
image
:
url
(
<?=
esc_url
(
get_field
(
'image_left_block'
));
?>
); height: calc(100vh);">
</div>
<div
class=
"span6 full full-screen-height exposition-block"
>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"vertical-center text-center"
>
...
...
wp-content/themes/someori/template-info.php
View file @
0cadc54b
...
...
@@ -12,7 +12,7 @@
<main
id=
"main"
role=
"main"
itemscope
itemprop=
"mainContentOfPage"
itemtype=
"http://schema.org/Blog"
>
<section
class=
"row-fluid"
>
<!-- Image Left Block -->
<div
class=
"span6 full"
style=
"background-image: url(
<?=
esc_url
(
the_post_thumbnail_url
(
'full'
));
?>
); height: calc(100vh);"
></div>
<div
class=
"span6 full
cover-bg
"
style=
"background-image: url(
<?=
esc_url
(
the_post_thumbnail_url
(
'full'
));
?>
); height: calc(100vh);"
></div>
<div
class=
"span6 full full-screen-height exposition-block"
>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"vertical-center"
>
...
...
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