Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Video Conference Server
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Monodon
Video Conference Server
Commits
4ff37b1c
Commit
4ff37b1c
authored
4 years ago
by
Anton Sarukhanov
Browse files
Options
Downloads
Patches
Plain Diff
Fix images, add text
parent
baaef5b6
No related branches found
No related tags found
No related merge requests found
Pipeline
#181
passed with stage
Stage:
in 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+6
-0
6 additions, 0 deletions
Dockerfile
css/monodon.css
+5
-2
5 additions, 2 deletions
css/monodon.css
title.html
+9
-0
9 additions, 0 deletions
title.html
with
20 additions
and
2 deletions
Dockerfile
+
6
−
0
View file @
4ff37b1c
FROM
jitsi/web:stable-4548
# Images
COPY
images/monnie.png /usr/share/jitsi-meet/images/monnie.png
COPY
images/monnie-grey.png /usr/share/jitsi-meet/images/monnie-grey.png
COPY
images/apple-touch-icon.png /usr/share/jitsi-meet/images/apple-touch-icon.png
COPY
images/favicon.ico /usr/share/jitsi-meet/images/favicon.ico
# CSS
COPY
css/monodon.css /tmp/monodon.css
RUN
cat
/tmp/monodon.css
>>
/usr/share/jitsi-meet/css/all.css
# Templates/content
COPY
title.html /usr/share/jitsi-meet/title.html
This diff is collapsed.
Click to expand it.
css/monodon.css
+
5
−
2
View file @
4ff37b1c
.leftwatermark
{
background-image
:
url(../images/monnie.
sv
g)
;
background-image
:
url(../images/monnie.
pn
g)
;
}
#videospace
.leftwatermark
{
background-image
:
url(../images/monnie-grey.
sv
g)
;
background-image
:
url(../images/monnie-grey.
pn
g)
;
}
.welcome
{
background-image
:
linear-gradient
(
-90deg
,
#222222
,
#777777
50%
,
#222222
100%
);
}
.welcome
.header
.tab-container
{
background
:
none
;
}
This diff is collapsed.
Click to expand it.
title.html
0 → 100644
+
9
−
0
View file @
4ff37b1c
<title>
Monodon Meet
</title>
<meta
property=
"og:title"
content=
"Monodon Meet"
/>
<meta
property=
"og:image"
content=
"images/monnie.png?v=m1"
/>
<meta
property=
"og:description"
content=
"Free video conferences powered by Jitsi Meet"
/>
<meta
description=
"Free video conferences powered by Jitsi Meet"
/>
<meta
itemprop=
"name"
content=
"Monodon Meet"
/>
<meta
itemprop=
"description"
content=
"Free video conferences powered by Jitsi Meet"
/>
<meta
itemprop=
"image"
content=
"images/monnie.png?v=m1"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"images/favicon.ico?v=m1"
/>
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