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
2357d6b3
Commit
2357d6b3
authored
Feb 07, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update homepage and concept
parent
fc72ed0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
28 deletions
+30
-28
someori.css
wp-content/themes/someori/library/css/someori.css
+4
-2
someori.less
wp-content/themes/someori/library/less/someori.less
+5
-2
template-concept.php
wp-content/themes/someori/template-concept.php
+21
-24
No files found.
wp-content/themes/someori/library/css/someori.css
View file @
2357d6b3
...
...
@@ -335,9 +335,11 @@ footer {
.fabricants
.nav-fabricant
span
{
cursor
:
pointer
;
}
.concept-rel
{
position
:
relative
;
}
.nav-concept
{
position
:
absolute
;
bottom
:
150px
;
padding
:
25px
0
;
}
.nav-concept
span
{
cursor
:
pointer
;
...
...
wp-content/themes/someori/library/less/someori.less
View file @
2357d6b3
...
...
@@ -138,9 +138,12 @@ footer {
}
}
.concept-rel {
position: relative;
}
.nav-concept {
position: absolute;
bottom: 150px;
padding: 25px 0;
span {
cursor: pointer;
...
...
wp-content/themes/someori/template-concept.php
View file @
2357d6b3
...
...
@@ -12,32 +12,29 @@
<
section
class
="
row
-
fluid
">
<!-- Image Left Block -->
<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 js-slide"
>
<div>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"row-fluid right-block-text"
style=
"height: calc(100vh - 109px);"
>
<div
class=
"row-fluid"
>
<h2
class=
"some-page-title"
>
<?=
the_title
()
?>
</h2>
</div>
<div
class=
"row-fluid"
>
<div
class=
"text-justify"
>
<?=
get_field
(
'left_column_text'
);
?>
</div>
</div>
<div
class=
"row-fluid nav-concept text-center"
>
<span
class=
"nav-lang nav-french nav-active"
>
Français
</span>
|
<span
class=
"nav-lang nav-english"
>
English
</span>
</div>
<div
class=
"span6 full full-screen-height exposition-block"
>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"row-fluid right-block-text concept-rel"
style=
"height: calc(100vh - 109px);"
>
<div
class=
"row-fluid"
>
<h2
class=
"some-page-title"
>
<?=
the_title
()
?>
</h2>
</div>
</div>
<div>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"row-fluid right-block-text"
style=
"height: calc(100vh - 109px);"
>
<div
class=
"row-fluid"
>
<h2
class=
"some-page-title"
>
<?=
the_title
()
?>
</h2>
</div>
<div
class=
"row-fluid"
>
<div
class=
"text-justify translate-text"
>
<?=
get_field
(
'right_column_text'
);
?>
</div>
<div
class=
"js-slide"
>
<div>
<div
class=
"row-fluid"
>
<div
class=
"text-justify"
>
<?=
get_field
(
'left_column_text'
);
?>
</div>
</div>
<div
class=
"row-fluid nav-concept text-center"
>
<span
class=
"nav-lang nav-french nav-active"
>
Français
</span>
|
<span
class=
"nav-lang nav-english"
>
English
</span>
</div>
</div>
<div
class=
"row-fluid nav-concept text-center"
>
<span
class=
"nav-lang nav-french"
>
Français
</span>
|
<span
class=
"nav-lang nav-english nav-active"
>
English
</span>
<div>
<div
class=
"row-fluid"
>
<div
class=
"text-justify translate-text"
>
<?=
get_field
(
'right_column_text'
);
?>
</div>
</div>
<div
class=
"row-fluid nav-concept text-center"
>
<span
class=
"nav-lang nav-french"
>
Français
</span>
|
<span
class=
"nav-lang nav-english nav-active"
>
English
</span>
</div>
</div>
</div>
</div>
...
...
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