Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
website
Commits
111e651c
Commit
111e651c
authored
3 years ago
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Add GitLab button to footer in mobile layout.
parent
32e2b72f
No related branches found
Branches containing commit
No related tags found
1 merge request
!73
Add GitLab button to footer in mobile layout
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/css/styles.css
+5
-5
5 additions, 5 deletions
assets/css/styles.css
themes/briar/layouts/partials/footer.html
+6
-3
6 additions, 3 deletions
themes/briar/layouts/partials/footer.html
themes/briar/layouts/partials/header.html
+5
-5
5 additions, 5 deletions
themes/briar/layouts/partials/header.html
with
16 additions
and
13 deletions
assets/css/styles.css
+
5
−
5
View file @
111e651c
...
...
@@ -150,15 +150,14 @@ figcaption {
#signup2
{
display
:
none
;}
#
twitter
{
.
twitter
{
float
:
right
;
padd
in
g
-left
:
12px
;
marg
in-left
:
12px
;
}
#
twitter2
{
.
twitter2
{
float
:
left
;
padding-left
:
15px
;
padding-right
:
12px
;
margin-left
:
12px
;
}
#signupform
{
...
...
@@ -172,6 +171,7 @@ figcaption {
height
:
30px
;
float
:
left
;
text-align
:
left
;
margin-left
:
12px
;
}
#signupconf
{
...
...
This diff is collapsed.
Click to expand it.
themes/briar/layouts/partials/footer.html
+
6
−
3
View file @
111e651c
<div
id=
"footer_container"
>
<div
id=
"footer"
>
<div
id=
"signup2"
>
<div
id=
"twitter2"
>
<a
href=
"https://twitter.com/BriarApp"
rel=
"noopener noreferrer"
><img
class=
"twitterbutton"
src=
"/img/twitter.png"
alt=
"Small logo of twitter"
/></a>
</div>
<!-- twitter2 -->
<div
class=
"twitter2"
>
<a
href=
"https://code.briarproject.org/briar"
rel=
"noopener noreferrer"
><img
class=
"twitterbutton"
src=
"/img/gitlab.png"
alt=
"Small GitLab logo"
/></a>
</div>
<div
class=
"twitter2"
>
<a
href=
"https://twitter.com/BriarApp"
rel=
"noopener noreferrer"
><img
class=
"twitterbutton"
src=
"/img/twitter.png"
alt=
"Small Twitter logo"
/></a>
</div>
<form
id=
"signupform2"
action=
"https://sourceforge.net/projects/briar/lists/briar-announce"
rel=
"noopener noreferrer"
method=
"get"
onSubmit=
"submitForm2()"
>
<input
placeholder=
"Email address"
type=
"email"
name=
"email"
tabindex=
"2"
/>
<button
name=
"submit"
type=
"submit"
id=
"signup-submit2"
>
Keep me updated
</button>
...
...
This diff is collapsed.
Click to expand it.
themes/briar/layouts/partials/header.html
+
5
−
5
View file @
111e651c
...
...
@@ -3,12 +3,12 @@
<a
href=
"/"
><div
id=
"logo"
><img
src=
"/img/briar_logo_large.png"
alt=
"Briar"
class=
"logo"
/></div></a>
<div
id=
"nav"
>
<div
id=
"signup"
>
<div
id
=
"twitter"
>
<div
class
=
"twitter"
>
<a
href=
"https://code.briarproject.org/briar"
rel=
"noopener noreferrer"
><img
class=
"twitterbutton"
src=
"/img/gitlab.png"
alt=
"Small GitLab logo"
/></a>
</div>
<!-- GitLab -->
<div
id
=
"twitter"
>
<a
href=
"https://twitter.com/BriarApp"
rel=
"noopener noreferrer"
><img
class=
"twitterbutton"
src=
"/img/twitter.png"
alt=
"Small
t
witter logo"
/></a>
</div>
<!-- twitter -->
</div>
<div
class
=
"twitter"
>
<a
href=
"https://twitter.com/BriarApp"
rel=
"noopener noreferrer"
><img
class=
"twitterbutton"
src=
"/img/twitter.png"
alt=
"Small
T
witter logo"
/></a>
</div>
<form
id=
"signupform"
action=
"https://sourceforge.net/projects/briar/lists/briar-announce"
rel=
"noopener noreferrer"
method=
"get"
onSubmit=
"submitForm()"
>
<input
placeholder=
"Email address"
type=
"email"
name=
"email"
tabindex=
"2"
/>
<button
name=
"submit"
type=
"submit"
id=
"signup-submit"
>
Keep me updated
</button>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment