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
c7edb2d9
Commit
c7edb2d9
authored
Feb 07, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update homepage and concept
parent
0cadc54b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
65 additions
and
4 deletions
+65
-4
someori.css
wp-content/themes/someori/library/css/someori.css
+5
-1
someori.less
wp-content/themes/someori/library/less/someori.less
+8
-1
someori.php
wp-content/themes/someori/library/someori.php
+33
-0
template-concept.php
wp-content/themes/someori/template-concept.php
+0
-1
template-fabricant.php
wp-content/themes/someori/template-fabricant.php
+18
-0
template-menu.php
wp-content/themes/someori/template-menu.php
+1
-1
No files found.
wp-content/themes/someori/library/css/someori.css
View file @
c7edb2d9
...
...
@@ -26,7 +26,8 @@ footer {
}
.exposition-block
{
position
:
relative
;
padding-left
:
50px
;
padding-left
:
75px
;
padding-right
:
75px
;
background-color
:
#ffffff
;
font-family
:
'Roboto'
;
}
...
...
@@ -43,6 +44,9 @@ footer {
.nav
li
.homepage-link
{
width
:
30%
;
}
.nav
li
.last-child-menu
a
{
padding-right
:
0
;
}
.nav
li
a
{
color
:
#0e0e0e
;
font-family
:
'Montserrat'
;
...
...
wp-content/themes/someori/library/less/someori.less
View file @
c7edb2d9
...
...
@@ -32,7 +32,8 @@ footer {
.exposition-block {
position: relative;
padding-left: 50px;
padding-left: 75px;
padding-right: 75px;
background-color: #ffffff;
font-family: 'Roboto';
> div {
...
...
@@ -58,6 +59,12 @@ footer {
width: 30%;
}
&.last-child-menu {
a {
padding-right: 0;
}
}
a {
&:first-child {
...
...
wp-content/themes/someori/library/someori.php
0 → 100644
View file @
c7edb2d9
<?php
define
(
'ACF_OPTION'
,
'option'
);
function
someori_fabricants
()
{
if
(
have_rows
(
'fabricants'
))
{
?>
<div
class=
"fabricants js-fabricants"
>
<?php
while
(
have_rows
(
'fabricants'
))
:
the_row
();
// ACF vars
$fabricant_name
=
get_sub_field
(
'fabricant_name'
);
$fabricant_photo
=
get_sub_field
(
'fabricant_photo'
);
$fabricant_speciality
=
get_sub_field
(
'fabricant_speciality'
);
$fabricant_text_1
=
get_sub_field
(
'fabricant_text_1'
);
$fabricant_text_2
=
get_sub_field
(
'fabricant_text_2'
);
?>
<div
class=
"fabricant-item row"
>
<div
class=
"span6 full cover-bg"
style=
"height: calc(100vh);"
></div>
<div
class=
"span6 full full-screen-height exposition-block"
>
<?=
get_template_part
(
'template'
,
'menu'
);
?>
<div
class=
"row-fluid right-block-text"
style=
"height: calc(100vh - 109px);"
>
<div
class=
"row-fluid"
>
Test
</div>
<div
class=
"row-fluid"
>
test
</div>
</div>
</div>
</div>
<?php
endwhile
;
?>
</div>
<?php
}
}
\ No newline at end of file
wp-content/themes/someori/template-concept.php
View file @
c7edb2d9
...
...
@@ -21,7 +21,6 @@
<div
class=
"row-fluid"
>
<div
class=
"span5 text-justify"
>
<?=
get_field
(
'left_column_text'
);
?>
</div>
<div
class=
"span5 offset1 text-justify translate-text"
>
<?=
get_field
(
'right_column_text'
);
?>
</div>
<div
class=
"span1"
></div>
</div>
</div>
</div>
...
...
wp-content/themes/someori/template-fabricant.php
0 → 100644
View file @
c7edb2d9
<?php
/*
* Template Name: Fabricant Template
*
*/
?>
<?php
get_header
();
// Header ?>
<
div
id
=
"content"
>
<
div
id
=
"inner-content"
>
<
main
id
=
"main"
role
=
"main"
itemscope
itemprop
=
"mainContentOfPage"
itemtype
=
"http://schema.org/Blog"
>
<
section
class
="
row
-
fluid
">
</section>
</main>
</div>
</div>
<?php get_footer(); // Footer ?>
\ No newline at end of file
wp-content/themes/someori/template-menu.php
View file @
c7edb2d9
<header
class=
"header"
role=
"banner"
itemscope
itemtype=
"http://schema.org/WPHeader"
style=
"width: calc(100% - 50px);"
>
<header
class=
"header"
role=
"banner"
itemscope
itemtype=
"http://schema.org/WPHeader"
style=
"width: calc(100% -
1
50px);"
>
<div
id=
"inner-header"
class=
"cf"
style=
"width: 100%;"
>
...
...
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