Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
135cbcd0
Commit
135cbcd0
authored
Aug 09, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move webfonts to the dist dir and fix path to images
parent
aee6a192
Changes
19
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
4 additions
and
5 deletions
+4
-5
dist/webfonts/baumans.ttf
dist/webfonts/baumans.ttf
+0
-0
dist/webfonts/fa-brands-400.eot
dist/webfonts/fa-brands-400.eot
+0
-0
dist/webfonts/fa-brands-400.svg
dist/webfonts/fa-brands-400.svg
+0
-0
dist/webfonts/fa-brands-400.ttf
dist/webfonts/fa-brands-400.ttf
+0
-0
dist/webfonts/fa-brands-400.woff
dist/webfonts/fa-brands-400.woff
+0
-0
dist/webfonts/fa-brands-400.woff2
dist/webfonts/fa-brands-400.woff2
+0
-0
dist/webfonts/fa-regular-400.eot
dist/webfonts/fa-regular-400.eot
+0
-0
dist/webfonts/fa-regular-400.svg
dist/webfonts/fa-regular-400.svg
+0
-0
dist/webfonts/fa-regular-400.ttf
dist/webfonts/fa-regular-400.ttf
+0
-0
dist/webfonts/fa-regular-400.woff
dist/webfonts/fa-regular-400.woff
+0
-0
dist/webfonts/fa-regular-400.woff2
dist/webfonts/fa-regular-400.woff2
+0
-0
dist/webfonts/fa-solid-900.eot
dist/webfonts/fa-solid-900.eot
+0
-0
dist/webfonts/fa-solid-900.svg
dist/webfonts/fa-solid-900.svg
+0
-0
dist/webfonts/fa-solid-900.ttf
dist/webfonts/fa-solid-900.ttf
+0
-0
dist/webfonts/fa-solid-900.woff
dist/webfonts/fa-solid-900.woff
+0
-0
dist/webfonts/fa-solid-900.woff2
dist/webfonts/fa-solid-900.woff2
+0
-0
dist/webfonts/muli.ttf
dist/webfonts/muli.ttf
+0
-0
sass/website.scss
sass/website.scss
+3
-3
webpack.config.js
webpack.config.js
+1
-2
No files found.
webfonts/baumans.ttf
→
dist/
webfonts/baumans.ttf
View file @
135cbcd0
File moved
webfonts/fa-brands-400.eot
→
dist/
webfonts/fa-brands-400.eot
View file @
135cbcd0
File moved
webfonts/fa-brands-400.svg
→
dist/
webfonts/fa-brands-400.svg
View file @
135cbcd0
File moved
webfonts/fa-brands-400.ttf
→
dist/
webfonts/fa-brands-400.ttf
View file @
135cbcd0
File moved
webfonts/fa-brands-400.woff
→
dist/
webfonts/fa-brands-400.woff
View file @
135cbcd0
File moved
webfonts/fa-brands-400.woff2
→
dist/
webfonts/fa-brands-400.woff2
View file @
135cbcd0
File moved
webfonts/fa-regular-400.eot
→
dist/
webfonts/fa-regular-400.eot
View file @
135cbcd0
File moved
webfonts/fa-regular-400.svg
→
dist/
webfonts/fa-regular-400.svg
View file @
135cbcd0
File moved
webfonts/fa-regular-400.ttf
→
dist/
webfonts/fa-regular-400.ttf
View file @
135cbcd0
File moved
webfonts/fa-regular-400.woff
→
dist/
webfonts/fa-regular-400.woff
View file @
135cbcd0
File moved
webfonts/fa-regular-400.woff2
→
dist/
webfonts/fa-regular-400.woff2
View file @
135cbcd0
File moved
webfonts/fa-solid-900.eot
→
dist/
webfonts/fa-solid-900.eot
View file @
135cbcd0
File moved
webfonts/fa-solid-900.svg
→
dist/
webfonts/fa-solid-900.svg
View file @
135cbcd0
File moved
webfonts/fa-solid-900.ttf
→
dist/
webfonts/fa-solid-900.ttf
View file @
135cbcd0
File moved
webfonts/fa-solid-900.woff
→
dist/
webfonts/fa-solid-900.woff
View file @
135cbcd0
File moved
webfonts/fa-solid-900.woff2
→
dist/
webfonts/fa-solid-900.woff2
View file @
135cbcd0
File moved
webfonts/muli.ttf
→
dist/
webfonts/muli.ttf
View file @
135cbcd0
File moved
sass/website.scss
View file @
135cbcd0
...
...
@@ -197,7 +197,7 @@ a {
.intro
{
margin-top
:
-4em
;
height
:
calc
(
100vh
+
4em
);
background
:
url(
..
/images/header.jpg)
no-repeat
bottom
center
scroll
;
background
:
url(/images/header.jpg)
no-repeat
bottom
center
scroll
;
background-color
:
#211018
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
...
...
@@ -205,13 +205,13 @@ a {
-o-background-size
:
cover
;
}
.features-section
{
background
:
url('
../images/bgtr.svg')
top
right
no-repeat
,
url('../images/bgbl.svg')
bottom
left
no-repeat
,
url('../images/bgbl.svg')
bottom
left
no-repeat
,
url('..
/images/overlay.png')
,
linear-gradient
(
45deg
,
#85505f
,
#384955
,
#655361
);
background
:
url('
/images/bgtr.svg')
top
right
no-repeat
,
url('/images/bgbl.svg')
bottom
left
no-repeat
,
url('/images/bgbl.svg')
bottom
left
no-repeat
,
url('
/images/overlay.png')
,
linear-gradient
(
45deg
,
#85505f
,
#384955
,
#655361
);
}
.features-section
a
{
color
:
#82B397
;
}
.outro
{
background
:
url('
../images/bgtr.svg')
top
right
no-repeat
,
url('../images/bgbl.svg')
bottom
left
no-repeat
,
url('..
/images/overlay.png')
,
linear-gradient
(
45deg
,
#384955
,
#655361
,
#85505f
);
background
:
url('
/images/bgtr.svg')
top
right
no-repeat
,
url('/images/bgbl.svg')
bottom
left
no-repeat
,
url('
/images/overlay.png')
,
linear-gradient
(
45deg
,
#384955
,
#655361
,
#85505f
);
}
section
{
...
...
webpack.config.js
View file @
135cbcd0
...
...
@@ -44,8 +44,7 @@ const config = {
"
prependFilenameComment
"
:
__dirname
}
}]
},
{
},
{
test
:
/webfonts
\/
.*
\.(
woff
(
2
)?
|ttf|eot|truetype|svg
)(\?
v=
\d
+
\.\d
+
\.\d
+
)?
$/
,
use
:
[
{
...
...
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