Skip to content
Snippets Groups Projects
Commit 4ff37b1c authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Fix images, add text

parent baaef5b6
No related branches found
No related tags found
No related merge requests found
Pipeline #181 passed with stage
in 39 seconds
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
.leftwatermark {
background-image: url(../images/monnie.svg);
background-image: url(../images/monnie.png);
}
#videospace .leftwatermark {
background-image: url(../images/monnie-grey.svg);
background-image: url(../images/monnie-grey.png);
}
.welcome {
background-image: linear-gradient(-90deg, #222222, #777777 50%, #222222 100%);
}
.welcome .header .tab-container {
background: none;
}
<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"/>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment