Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
gasap
wp
Commits
b370656d
Commit
b370656d
authored
Feb 03, 2017
by
agnez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footer form
parent
1525448d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
18 deletions
+23
-18
themes/tm-beans-child4gasap/assets/img/placeholder_600x400_2.svg
...tm-beans-child4gasap/assets/img/placeholder_600x400_2.svg
+0
-15
themes/tm-beans-child4gasap/assets/less/gasap.less
themes/tm-beans-child4gasap/assets/less/gasap.less
+15
-1
themes/tm-beans-child4gasap/assets/less/images/presse.png
themes/tm-beans-child4gasap/assets/less/images/presse.png
+0
-0
themes/tm-beans-child4gasap/assets/template_parts/footer.php
themes/tm-beans-child4gasap/assets/template_parts/footer.php
+8
-2
No files found.
themes/tm-beans-child4gasap/assets/img/placeholder_600x400_2.svg
deleted
100644 → 0
View file @
1525448d
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
version=
"1.1"
id=
"placeholder"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
width=
"600px"
height=
"400px"
viewBox=
"0 0 600 400"
enable-background=
"new 0 0 600 400"
xml:space=
"preserve"
>
<radialGradient
id=
"SVGID_1_"
cx=
"615.8203"
cy=
"-47.6318"
r=
"447.8687"
gradientTransform=
"matrix(1 0 0 -1 -321 163.5)"
gradientUnits=
"userSpaceOnUse"
>
<stop
offset=
"0"
style=
"stop-color:#DB314B"
/>
<stop
offset=
"1"
style=
"stop-color:#DB314B"
/>
</radialGradient>
<rect
fill=
"url(#SVGID_1_)"
width=
"600"
height=
"400"
/>
<path
fill=
"#FFFFFF"
d=
"M234.539,148.5v103h130.922v-103H234.539z M354.909,240.33H245.707v-80.661h109.202V240.33L354.909,240.33z"
/>
<polygon
fill=
"#FFFFFF"
points=
"251.58,231.643 274.088,207.984 282.521,211.633 309.13,183.308 319.604,195.836 324.33,192.982
349.898,231.643 "
/>
<circle
fill=
"#FFFFFF"
cx=
"277.582"
cy=
"180.18"
r=
"9.83"
/>
</svg>
themes/tm-beans-child4gasap/assets/less/gasap.less
View file @
b370656d
...
...
@@ -213,7 +213,8 @@ main .uk-container{
}
#snippet_presse{
> div{
background: url(images/devenir_benevole.png) right bottom no-repeat @global-muted-color;
background: url(images/presse.png) right bottom no-repeat @global-muted-color;
background-size:auto 80%;
}
}
#snippet_partenaires{
...
...
@@ -263,9 +264,22 @@ main .uk-container{
text-align: left;
}
#nl_form{
background-color: @global-muted-color;
border: 1px solid white;
input{
display: inline;
background-color: @global-muted-color;
border:none;
color:white;
}
.uk-form-icon{
float: right;
padding: .7em 0;
}
.uk-form *::-moz-placeholder,
.uk-form-icon > [class*="uk-icon-"]{
color:white;
}
}
}
.largeur1{
...
...
themes/tm-beans-child4gasap/assets/less/images/presse.png
0 → 100644
View file @
b370656d
9.69 KB
themes/tm-beans-child4gasap/assets/template_parts/footer.php
View file @
b370656d
...
...
@@ -11,8 +11,14 @@
<h4>
<?php
esc_html_e
(
'Nous suivre'
,
'beans_gasap'
)
?>
</h4>
<div>
<?php
esc_html_e
(
'Inscrivez-vous à notre newsletter pour recevoir nos prochaines actualités.'
,
'beans_gasap'
)
?>
</div>
<div
id=
"nl_form"
>
<input
type=
"email"
name=
"EMAIL"
placeholder=
"
<?php
esc_html_e
(
'Votre adresse mail'
,
'beans_gasap'
)
?>
"
required
/>
<input
type=
"submit"
value=
"
<?php
esc_html_e
(
'go'
,
'beans_gasap'
)
?>
"
/>
<form
class=
"uk-form"
>
<input
type=
"email"
name=
"EMAIL"
placeholder=
"
<?php
esc_html_e
(
'Votre adresse mail'
,
'beans_gasap'
)
?>
"
required
/>
<span
class=
"uk-form-icon"
>
<i
class=
"uk-icon-long-arrow-right"
></i>
<input
type=
"submit"
value=
""
/>
</span>
</form>
</div>
</div>
<div
class=
"uk-width-1 uk-width-medium-1-3"
>
...
...
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