Skip to content
Snippets Groups Projects
Verified Commit 6a5c01cf authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: updated dependencies and restructured project

parent 7310ae00
Branches
No related tags found
No related merge requests found
Pipeline #2764 passed
Showing
with 7 additions and 39215 deletions
/node_modules
/.git
/.idea
/node_modules/
/dist
Makefile
/.idea/
*.html
/.idea
/node_modules/
/dist
FROM node:latest AS builder
RUN apt-get update && apt-get install -y pngquant webp
COPY package*.json /build/
WORKDIR /build/
RUN npm install
RUN npm ci
COPY . /build/
RUN npm run build
FROM nginx:latest
COPY --from=builder /build /usr/share/nginx/html
COPY --from=builder /build/dist /usr/share/nginx/html
mixin responsive_image(alt, thumb, fallback, urls, sizes, aspect_ratio, webp_urls)
.responsive.container&attributes(attributes)
.responsive.placeholder(style=`padding-bottom: ${aspect_ratio};background-image: url(${thumb})`)
noscript
picture
if webp_urls
source(type="image/webp", sizes=sizes, srcset=webp_urls, alt=alt)
source(sizes=sizes, srcset=urls, alt=alt)
img(src=fallback, alt=alt)
picture.load-responsive
if webp_urls
source(type="image/webp", sizes=sizes, data-srcset=webp_urls, alt=alt)
source(sizes=sizes, data-srcset=urls, alt=alt)
img(data-src=fallback, alt=alt)
mixin theme_card(id, name)
a.card(href=`/assets/images/${id}.png`)
.image(aria-hidden="true" role="img")
+responsive_image(name, `/assets/images/${id}@thumb.jpg`, `/assets/images/${id}@266.png`, `/assets/images/${id}@220.png 220w, /assets/images/${id}@266.png 266w, /assets/images/${id}@335.png 335w, /assets/images/${id}@352.png 352w, /assets/images/${id}@532.png 532w`, "(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px", "177.7777777777778%", `/assets/images/${id}@220.webp 220w, /assets/images/${id}@266.webp 266w, /assets/images/${id}@335.webp 335w, /assets/images/${id}@352.webp 352w, /assets/images/${id}@532.webp 532w`)
.content
.extra=name
SASS = $(shell pwd)/../../node_modules/node-sass/bin/node-sass --output-style compressed
all: fonts.css style.css important.css
%.css: %.sass
$(SASS) $< -o .
%.css: %.scss
$(SASS) $< -o .
@font-face{font-family:'Lato';src:url("/assets/fonts/Lato-Regular.eot");src:url("/assets/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/Lato-Regular.woff2") format("woff2"),url("/assets/fonts/Lato-Regular.woff") format("woff"),url("/assets/fonts/Lato-Regular.ttf") format("truetype");font-style:normal;font-weight:normal;font-display:fallback;text-rendering:optimizeLegibility}@font-face{font-family:'Lato';src:url("/assets/fonts/Lato-Bold.eot");src:url("/assets/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/Lato-Bold.woff2") format("woff2"),url("/assets/fonts/Lato-Bold.woff") format("woff"),url("/assets/fonts/Lato-Bold.ttf") format("truetype");font-style:normal;font-weight:bold;font-display:fallback;text-rendering:optimizeLegibility}@font-face{font-family:'Lato';src:url("/assets/fonts/Lato-BoldItalic.eot");src:url("/assets/fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/Lato-BoldItalic.woff2") format("woff2"),url("/assets/fonts/Lato-BoldItalic.woff") format("woff"),url("/assets/fonts/Lato-BoldItalic.ttf") format("truetype");font-style:italic;font-weight:bold;font-display:fallback;text-rendering:optimizeLegibility}@font-face{font-family:'Lato';src:url("/assets/fonts/Lato-Italic.eot");src:url("/assets/fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/Lato-Italic.woff2") format("woff2"),url("/assets/fonts/Lato-Italic.woff") format("woff"),url("/assets/fonts/Lato-Italic.ttf") format("truetype");font-style:italic;font-weight:normal;font-display:fallback;text-rendering:optimizeLegibility}@font-face{font-family:'IconFont';src:url("/assets/fonts/icons.eot");src:url("/assets/fonts/icons.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/icons.woff2") format("woff2"),url("/assets/fonts/icons.woff") format("woff"),url("/assets/fonts/icons.ttf") format("truetype"),url("/assets/fonts/icons.svg#icons") format("svg");font-style:normal;font-weight:normal;font-variant:normal;font-display:block}
@font-face
font-family: 'Lato'
src: url('/assets/fonts/Lato-Regular.eot')
src: url('/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Lato-Regular.woff2') format('woff2'), url('/assets/fonts/Lato-Regular.woff') format('woff'), url('/assets/fonts/Lato-Regular.ttf') format('truetype')
font-style: normal
font-weight: normal
font-display: fallback
text-rendering: optimizeLegibility
@font-face
font-family: 'Lato'
src: url('/assets/fonts/Lato-Bold.eot')
src: url('/assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Lato-Bold.woff2') format('woff2'), url('/assets/fonts/Lato-Bold.woff') format('woff'), url('/assets/fonts/Lato-Bold.ttf') format('truetype')
font-style: normal
font-weight: bold
font-display: fallback
text-rendering: optimizeLegibility
@font-face
font-family: 'Lato'
src: url('/assets/fonts/Lato-BoldItalic.eot')
src: url('/assets/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Lato-BoldItalic.woff2') format('woff2'), url('/assets/fonts/Lato-BoldItalic.woff') format('woff'), url('/assets/fonts/Lato-BoldItalic.ttf') format('truetype')
font-style: italic
font-weight: bold
font-display: fallback
text-rendering: optimizeLegibility
@font-face
font-family: 'Lato'
src: url('/assets/fonts/Lato-Italic.eot')
src: url('/assets/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Lato-Italic.woff2') format('woff2'), url('/assets/fonts/Lato-Italic.woff') format('woff'), url('/assets/fonts/Lato-Italic.ttf') format('truetype')
font-style: italic
font-weight: normal
font-display: fallback
text-rendering: optimizeLegibility
@font-face
font-family: 'IconFont'
src: url("/assets/fonts/icons.eot")
src: url("/assets/fonts/icons.eot?#iefix") format('embedded-opentype'),
url("/assets/fonts/icons.woff2") format('woff2'),
url("/assets/fonts/icons.woff") format('woff'),
url("/assets/fonts/icons.ttf") format('truetype'),
url("/assets/fonts/icons.svg#icons") format('svg')
font-style: normal
font-weight: normal
font-variant: normal
font-display: block
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
body:not(.noscript) img[data-src]{filter:blur(2px) !important}.following.bar{position:fixed !important;top:0 !important;z-index:900 !important;left:0 !important;padding:2em 0 !important;width:100% !important;box-shadow:0 0 0 0 transparent !important;border-bottom:1px solid transparent !important;transition:padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease !important}body:not(.index) .following.bar{position:sticky !important}.ui.logo{opacity:.9 !important;float:none !important;margin:0 .35714286em 0 0 !important;height:1em !important}.secondary.menu .item{line-height:1.6rem !important}.secondary.menu .item>i.icon{height:1.6rem !important}.following.bar{padding:1em 0 !important}body:not(.index) .following.bar,body.noscript .following.bar,.following.bar.qd{background:#0a70c0 !important}.masthead{position:relative !important;overflow:hidden !important;text-align:center !important;color:rgba(255,255,255,0.9) !important;margin-bottom:0 !important;border-bottom:none !important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1440 810'%3E%3Cpath fill='%23124e99' fill-opacity='.25' d='M334.24 0L539.8 205.54 745.32 0h-411.1z'/%3E%3Cpath fill='%23124e99' fill-opacity='.3' d='M1366.24 0l-516 516 44.04 44.04L1440 14.32V0h-73.76z'/%3E%3Cpath fill='%230291e7' fill-opacity='.64' d='M745.33 0L539.8 205.54 850.23 516l516-516h-620.9z'/%3E%3Cpath fill='%230291e7' fill-opacity='.57' d='M1440 14.32L894.28 560.04l128.08 128.08 150.1-150.1L1440 270.5V14.32z'/%3E%3Cpath fill='%230291e7' fill-opacity='.28' d='M1440 270.48l-267.55 267.55L1440 805.58v-535.1z'/%3E%3Cpath fill='%23124e99' fill-opacity='.71' d='M1022.36 688.12L1144.24 810H1440v-4.42l-267.55-267.55-150.1 150.1z'/%3E%3Cpath fill='%230291e7' fill-opacity='.46' d='M0 0v455.43L354.57 810h789.67l-810-810H0z'/%3E%3Cpath fill='%23124e99' fill-opacity='.68' d='M0 455.43v80.96L273.6 810h80.97L0 455.43z'/%3E%3Cpath fill='%230291e7' fill-opacity='.4' d='M0 536.4V810h273.6L0 536.4z'/%3E%3C/svg%3E") center center no-repeat,linear-gradient(148deg, #124E99 7%, #105a94 20%, #0a70c0 27%, #0291E7 60%, #0271B3 100%) !important;background-size:cover, cover !important;padding:10rem 0 !important;max-height:100vh !important}@media (max-width: 500px){.masthead .segment{min-height:100vh !important}}@media (max-width: 1024px){.masthead .segment{padding:6rem 0 0 !important}}.masthead:after{content:"" !important;bottom:-100px;position:absolute !important;left:0 !important;right:0 !important;background:#fff;width:120%;height:200px;transform:rotate(-4deg)}.introduction h1.header{font-size:4.5rem !important}.ui.grid .row+.ui.divider{margin-top:3rem !important;margin-bottom:3rem !important}#image_container .phone,#image_container .phone img{display:inline-block !important;max-height:33vw !important;max-width:355px !important;vertical-align:middle !important}#image_container .tablet,#image_container .tablet img{display:inline-block !important;max-height:33vw !important;max-width:633px !important;vertical-align:middle !important}body:not(.noscript) .responsive.placeholder picture:not(.loaded){filter:blur(20px)}body:not(.noscript) .responsive.placeholder picture:not(.loaded) img{opacity:0}.responsive.placeholder{position:relative;background-size:100% 100%;transition:filter 100ms}.responsive.placeholder img{position:absolute;width:100%;height:100%;top:0;left:0;transition:opacity 50ms}.vertical.segment{box-shadow:none !important}.introduction{perspective:500px !important;text-shadow:0 0 10px rgba(0,0,0,0.2) !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:6rem !important}.introduction .ui.header{font-weight:normal !important}@media (max-width: 1024px){.introduction{margin-bottom:2rem !important}.introduction h1.header{font-size:3rem !important}.introduction h2{font-size:1.4rem !important}}.image{overflow:hidden !important}.pusher{display:flex;flex-direction:column;min-height:100vh}.pusher .stripe{padding:5rem 0 !important;border-radius:0 !important;margin:0 !important}@media (max-width: 1024px){.pusher .stripe{padding:2rem 0 !important}}.pusher .stripe.alternate.stripe{background-color:#F2F3F5 !important}.pusher .stripe h1{font-size:40px !important}.pusher .stripe h2{font-size:26px !important}.pusher .stripe .column>p{font-size:16px !important;line-height:1.6 !important;margin:1em 0 !important}.pusher .intro.segment h1+p{font-size:22px !important}.pusher>.full.height{flex-grow:1}.pusher>.footer{clear:both !important;margin:0 !important;border-radius:0 !important;padding:4em 0 !important}.pusher>.footer .grid{display:block !important}.pusher>.footer .grid .column{margin-left:2rem !important;margin-right:2rem !important}.pusher>.footer .renewable{font-size:0.8em}.pusher>.footer .renewable img{max-height:1em;max-width:1em;vertical-align:top;margin-right:4px}.pusher>.footer .renewable span{color:#7CB342}@media (max-width: 359px){.ui.menu .item{font-size:0.9rem !important}}@media (max-width: 500px){.ui.menu .item>span.text{display:none !important}.ui.menu .item>i.icon{margin-right:0 !important}}@media (max-width: 800px), (max-height: 540px){#image_container img.tablet{display:none !important}#image_container img.phone{max-width:calc(50vw + 100px) !important;max-height:100vh !important;margin-bottom:calc(-33vh) !important}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1rem !important}}@media (min-width: 800px) and (max-height: 800px){#image_container img.tablet{display:none !important}#image_container img.phone{max-width:calc(30vw + 100px) !important;max-height:100vh !important;margin-bottom:calc(-33vh) !important}.introduction{display:inline-block !important;margin:0 !important}.masthead.segment .ui.container{display:flex;align-items:center;justify-content:space-evenly}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1rem !important}}@media (max-height: 500px){.masthead.segment{max-height:initial !important}#image_container img.tablet{display:none !important}#image_container img.phone{max-width:calc(50vw + 100px) !important;max-height:100vh !important;margin-bottom:calc(-22vh) !important}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1rem !important}.introduction,.introduction+.row{display:inline-block !important;margin-left:4rem !important;margin-right:4rem !important}}i.icon{font-family:'IconFont'}i.icon.download:before{content:"\e800"}i.icon.github:before{content:"\f09b"}
RESOLUTION = $(shell pwd)/generate_resolution.sh
RESOLUTION_WEBP = $(shell pwd)/generate_resolution_webp.sh
THUMB = $(shell pwd)/generate_thumb.sh
all: material_light@220.png material_light@220.webp material_light@266.png material_light@266.webp material_light@335.png material_light@335.webp material_light@352.png material_light@352.webp material_light@532.png material_light@532.webp material_light@thumb.jpg material_dark@220.png material_dark@220.webp material_dark@266.png material_dark@266.webp material_dark@335.png material_dark@335.webp material_dark@352.png material_dark@352.webp material_dark@532.png material_dark@532.webp material_dark@thumb.jpg solarized_light@220.png solarized_light@220.webp solarized_light@266.png solarized_light@266.webp solarized_light@335.png solarized_light@335.webp solarized_light@352.png solarized_light@352.webp solarized_light@532.png solarized_light@532.webp solarized_light@thumb.jpg solarized_dark@220.png solarized_dark@220.webp solarized_dark@266.png solarized_dark@266.webp solarized_dark@335.png solarized_dark@335.webp solarized_dark@352.png solarized_dark@352.webp solarized_dark@532.png solarized_dark@532.webp solarized_dark@thumb.jpg gruvbox_light@220.png gruvbox_light@220.webp gruvbox_light@266.png gruvbox_light@266.webp gruvbox_light@335.png gruvbox_light@335.webp gruvbox_light@352.png gruvbox_light@352.webp gruvbox_light@532.png gruvbox_light@532.webp gruvbox_light@thumb.jpg gruvbox_dark@220.png gruvbox_dark@220.webp gruvbox_dark@266.png gruvbox_dark@266.webp gruvbox_dark@335.png gruvbox_dark@335.webp gruvbox_dark@352.png gruvbox_dark@352.webp gruvbox_dark@532.png gruvbox_dark@532.webp gruvbox_dark@thumb.jpg amoled@220.png amoled@220.webp amoled@266.png amoled@266.webp amoled@335.png amoled@335.webp amoled@352.png amoled@352.webp amoled@532.png amoled@532.webp amoled@thumb.jpg dracula@220.png dracula@220.webp dracula@266.png dracula@266.webp dracula@335.png dracula@335.webp dracula@352.png dracula@352.webp dracula@532.png dracula@532.webp dracula@thumb.jpg phone@220.png phone@220.webp phone@300.png phone@300.webp phone@400.png phone@400.webp phone@520.png phone@520.webp phone@640.png phone@640.webp phone@800.png phone@800.webp phone@1000.png phone@1000.webp phone@1220.png phone@1220.webp phone@thumb.png tablet@545.png tablet@545.webp tablet@640.png tablet@640.webp tablet@720.png tablet@720.webp tablet@800.png tablet@800.webp tablet@880.png tablet@880.webp tablet@960.png tablet@960.webp tablet@1090.png tablet@1090.webp tablet@1635.png tablet@1635.webp tablet@2180.png tablet@2180.webp tablet@thumb.png notifications@363.png notifications@363.webp notifications@474.png notifications@474.webp notifications@590.png notifications@590.webp notifications@thumb.jpg desktop@363.png desktop@363.webp desktop@474.png desktop@474.webp desktop@590.png desktop@590.webp desktop@726.png desktop@726.webp desktop@948.png desktop@948.webp desktop@1180.png desktop@1180.webp desktop@thumb.jpg
material_light@220.png: material_light.png
$(RESOLUTION) material_light 220 85
material_light@220.webp: material_light@220.png
$(RESOLUTION_WEBP) material_light 220 85
material_light@266.png: material_light.png
$(RESOLUTION) material_light 266 85
material_light@266.webp: material_light@266.png
$(RESOLUTION_WEBP) material_light 266 85
material_light@335.png: material_light.png
$(RESOLUTION) material_light 335 85
material_light@335.webp: material_light@335.png
$(RESOLUTION_WEBP) material_light 335 85
material_light@352.png: material_light.png
$(RESOLUTION) material_light 352 85
material_light@352.webp: material_light@352.png
$(RESOLUTION_WEBP) material_light 352 85
material_light@532.png: material_light.png
$(RESOLUTION) material_light 532 85
material_light@532.webp: material_light@532.png
$(RESOLUTION_WEBP) material_light 532 85
material_light@thumb.jpg: material_light.png
$(THUMB) material_light 16x 50 jpg
material_dark@220.png: material_dark.png
$(RESOLUTION) material_dark 220 85
material_dark@220.webp: material_dark@220.png
$(RESOLUTION_WEBP) material_dark 220 85
material_dark@266.png: material_dark.png
$(RESOLUTION) material_dark 266 85
material_dark@266.webp: material_dark@266.png
$(RESOLUTION_WEBP) material_dark 266 85
material_dark@335.png: material_dark.png
$(RESOLUTION) material_dark 335 85
material_dark@335.webp: material_dark@335.png
$(RESOLUTION_WEBP) material_dark 335 85
material_dark@352.png: material_dark.png
$(RESOLUTION) material_dark 352 85
material_dark@352.webp: material_dark@352.png
$(RESOLUTION_WEBP) material_dark 352 85
material_dark@532.png: material_dark.png
$(RESOLUTION) material_dark 532 85
material_dark@532.webp: material_dark@532.png
$(RESOLUTION_WEBP) material_dark 532 85
material_dark@thumb.jpg: material_dark.png
$(THUMB) material_dark 16x 50 jpg
solarized_light@220.png: solarized_light.png
$(RESOLUTION) solarized_light 220 85
solarized_light@220.webp: solarized_light@220.png
$(RESOLUTION_WEBP) solarized_light 220 85
solarized_light@266.png: solarized_light.png
$(RESOLUTION) solarized_light 266 85
solarized_light@266.webp: solarized_light@266.png
$(RESOLUTION_WEBP) solarized_light 266 85
solarized_light@335.png: solarized_light.png
$(RESOLUTION) solarized_light 335 85
solarized_light@335.webp: solarized_light@335.png
$(RESOLUTION_WEBP) solarized_light 335 85
solarized_light@352.png: solarized_light.png
$(RESOLUTION) solarized_light 352 85
solarized_light@352.webp: solarized_light@352.png
$(RESOLUTION_WEBP) solarized_light 352 85
solarized_light@532.png: solarized_light.png
$(RESOLUTION) solarized_light 532 85
solarized_light@532.webp: solarized_light@532.png
$(RESOLUTION_WEBP) solarized_light 532 85
solarized_light@thumb.jpg: solarized_light.png
$(THUMB) solarized_light 16x 50 jpg
solarized_dark@220.png: solarized_dark.png
$(RESOLUTION) solarized_dark 220 85
solarized_dark@220.webp: solarized_dark@220.png
$(RESOLUTION_WEBP) solarized_dark 220 85
solarized_dark@266.png: solarized_dark.png
$(RESOLUTION) solarized_dark 266 85
solarized_dark@266.webp: solarized_dark@266.png
$(RESOLUTION_WEBP) solarized_dark 266 85
solarized_dark@335.png: solarized_dark.png
$(RESOLUTION) solarized_dark 335 85
solarized_dark@335.webp: solarized_dark@335.png
$(RESOLUTION_WEBP) solarized_dark 335 85
solarized_dark@352.png: solarized_dark.png
$(RESOLUTION) solarized_dark 352 85
solarized_dark@352.webp: solarized_dark@352.png
$(RESOLUTION_WEBP) solarized_dark 352 85
solarized_dark@532.png: solarized_dark.png
$(RESOLUTION) solarized_dark 532 85
solarized_dark@532.webp: solarized_dark@532.png
$(RESOLUTION_WEBP) solarized_dark 532 85
solarized_dark@thumb.jpg: solarized_dark.png
$(THUMB) solarized_dark 16x 50 jpg
gruvbox_light@220.png: gruvbox_light.png
$(RESOLUTION) gruvbox_light 220 85
gruvbox_light@220.webp: gruvbox_light@220.png
$(RESOLUTION_WEBP) gruvbox_light 220 85
gruvbox_light@266.png: gruvbox_light.png
$(RESOLUTION) gruvbox_light 266 85
gruvbox_light@266.webp: gruvbox_light@266.png
$(RESOLUTION_WEBP) gruvbox_light 266 85
gruvbox_light@335.png: gruvbox_light.png
$(RESOLUTION) gruvbox_light 335 85
gruvbox_light@335.webp: gruvbox_light@335.png
$(RESOLUTION_WEBP) gruvbox_light 335 85
gruvbox_light@352.png: gruvbox_light.png
$(RESOLUTION) gruvbox_light 352 85
gruvbox_light@352.webp: gruvbox_light@352.png
$(RESOLUTION_WEBP) gruvbox_light 352 85
gruvbox_light@532.png: gruvbox_light.png
$(RESOLUTION) gruvbox_light 532 85
gruvbox_light@532.webp: gruvbox_light@532.png
$(RESOLUTION_WEBP) gruvbox_light 532 85
gruvbox_light@thumb.jpg: gruvbox_light.png
$(THUMB) gruvbox_light 16x 50 jpg
gruvbox_dark@220.png: gruvbox_dark.png
$(RESOLUTION) gruvbox_dark 220 85
gruvbox_dark@220.webp: gruvbox_dark@220.png
$(RESOLUTION_WEBP) gruvbox_dark 220 85
gruvbox_dark@266.png: gruvbox_dark.png
$(RESOLUTION) gruvbox_dark 266 85
gruvbox_dark@266.webp: gruvbox_dark@266.png
$(RESOLUTION_WEBP) gruvbox_dark 266 85
gruvbox_dark@335.png: gruvbox_dark.png
$(RESOLUTION) gruvbox_dark 335 85
gruvbox_dark@335.webp: gruvbox_dark@335.png
$(RESOLUTION_WEBP) gruvbox_dark 335 85
gruvbox_dark@352.png: gruvbox_dark.png
$(RESOLUTION) gruvbox_dark 352 85
gruvbox_dark@352.webp: gruvbox_dark@352.png
$(RESOLUTION_WEBP) gruvbox_dark 352 85
gruvbox_dark@532.png: gruvbox_dark.png
$(RESOLUTION) gruvbox_dark 532 85
gruvbox_dark@532.webp: gruvbox_dark@532.png
$(RESOLUTION_WEBP) gruvbox_dark 532 85
gruvbox_dark@thumb.jpg: gruvbox_dark.png
$(THUMB) gruvbox_dark 16x 50 jpg
amoled@220.png: amoled.png
$(RESOLUTION) amoled 220 85
amoled@220.webp: amoled@220.png
$(RESOLUTION_WEBP) amoled 220 85
amoled@266.png: amoled.png
$(RESOLUTION) amoled 266 85
amoled@266.webp: amoled@266.png
$(RESOLUTION_WEBP) amoled 266 85
amoled@335.png: amoled.png
$(RESOLUTION) amoled 335 85
amoled@335.webp: amoled@335.png
$(RESOLUTION_WEBP) amoled 335 85
amoled@352.png: amoled.png
$(RESOLUTION) amoled 352 85
amoled@352.webp: amoled@352.png
$(RESOLUTION_WEBP) amoled 352 85
amoled@532.png: amoled.png
$(RESOLUTION) amoled 532 85
amoled@532.webp: amoled@532.png
$(RESOLUTION_WEBP) amoled 532 85
amoled@thumb.jpg: amoled.png
$(THUMB) amoled 16x 50 jpg
dracula@220.png: dracula.png
$(RESOLUTION) dracula 220 85
dracula@220.webp: dracula@220.png
$(RESOLUTION_WEBP) dracula 220 85
dracula@266.png: dracula.png
$(RESOLUTION) dracula 266 85
dracula@266.webp: dracula@266.png
$(RESOLUTION_WEBP) dracula 266 85
dracula@335.png: dracula.png
$(RESOLUTION) dracula 335 85
dracula@335.webp: dracula@335.png
$(RESOLUTION_WEBP) dracula 335 85
dracula@352.png: dracula.png
$(RESOLUTION) dracula 352 85
dracula@352.webp: dracula@352.png
$(RESOLUTION_WEBP) dracula 352 85
dracula@532.png: dracula.png
$(RESOLUTION) dracula 532 85
dracula@532.webp: dracula@532.png
$(RESOLUTION_WEBP) dracula 532 85
dracula@thumb.jpg: dracula.png
$(THUMB) dracula 16x 50 jpg
phone@220.png: phone.png
$(RESOLUTION) phone 220 85
phone@220.webp: phone@220.png
$(RESOLUTION_WEBP) phone 220 85
phone@300.png: phone.png
$(RESOLUTION) phone 300 85
phone@300.webp: phone@300.png
$(RESOLUTION_WEBP) phone 300 85
phone@400.png: phone.png
$(RESOLUTION) phone 400 85
phone@400.webp: phone@400.png
$(RESOLUTION_WEBP) phone 400 85
phone@520.png: phone.png
$(RESOLUTION) phone 520 85
phone@520.webp: phone@520.png
$(RESOLUTION_WEBP) phone 520 85
phone@640.png: phone.png
$(RESOLUTION) phone 640 85
phone@640.webp: phone@640.png
$(RESOLUTION_WEBP) phone 640 85
phone@800.png: phone.png
$(RESOLUTION) phone 800 85
phone@800.webp: phone@800.png
$(RESOLUTION_WEBP) phone 800 85
phone@1000.png: phone.png
$(RESOLUTION) phone 1000 85
phone@1000.webp: phone@1000.png
$(RESOLUTION_WEBP) phone 1000 85
phone@1220.png: phone.png
$(RESOLUTION) phone 1220 85
phone@1220.webp: phone@1220.png
$(RESOLUTION_WEBP) phone 1220 85
phone@thumb.png: phone.png
$(THUMB) phone 16x16 0 none
tablet@545.png: tablet.png
$(RESOLUTION) tablet 545 85
tablet@545.webp: tablet@545.png
$(RESOLUTION_WEBP) tablet 545 85
tablet@640.png: tablet.png
$(RESOLUTION) tablet 640 85
tablet@640.webp: tablet@640.png
$(RESOLUTION_WEBP) tablet 640 85
tablet@720.png: tablet.png
$(RESOLUTION) tablet 720 85
tablet@720.webp: tablet@720.png
$(RESOLUTION_WEBP) tablet 720 85
tablet@800.png: tablet.png
$(RESOLUTION) tablet 800 85
tablet@800.webp: tablet@800.png
$(RESOLUTION_WEBP) tablet 800 85
tablet@880.png: tablet.png
$(RESOLUTION) tablet 880 85
tablet@880.webp: tablet@880.png
$(RESOLUTION_WEBP) tablet 880 85
tablet@960.png: tablet.png
$(RESOLUTION) tablet 960 85
tablet@960.webp: tablet@960.png
$(RESOLUTION_WEBP) tablet 960 85
tablet@1090.png: tablet.png
$(RESOLUTION) tablet 1090 85
tablet@1090.webp: tablet@1090.png
$(RESOLUTION_WEBP) tablet 1090 85
tablet@1635.png: tablet.png
$(RESOLUTION) tablet 1635 85
tablet@1635.webp: tablet@1635.png
$(RESOLUTION_WEBP) tablet 1635 85
tablet@2180.png: tablet.png
$(RESOLUTION) tablet 2180 85
tablet@2180.webp: tablet@2180.png
$(RESOLUTION_WEBP) tablet 2180 85
tablet@thumb.png: tablet.png
$(THUMB) tablet 16x16 0 none
notifications@363.png: notifications.png
$(RESOLUTION) notifications 363 85
notifications@363.webp: notifications@363.png
$(RESOLUTION_WEBP) notifications 363 85
notifications@474.png: notifications.png
$(RESOLUTION) notifications 474 85
notifications@474.webp: notifications@474.png
$(RESOLUTION_WEBP) notifications 474 85
notifications@590.png: notifications.png
$(RESOLUTION) notifications 590 85
notifications@590.webp: notifications@590.png
$(RESOLUTION_WEBP) notifications 590 85
notifications@thumb.jpg: notifications.png
$(THUMB) notifications 16x 50 jpg
desktop@363.png: desktop.png
$(RESOLUTION) desktop 363 85
desktop@363.webp: desktop@363.png
$(RESOLUTION_WEBP) desktop 363 85
desktop@474.png: desktop.png
$(RESOLUTION) desktop 474 85
desktop@474.webp: desktop@474.png
$(RESOLUTION_WEBP) desktop 474 85
desktop@590.png: desktop.png
$(RESOLUTION) desktop 590 85
desktop@590.webp: desktop@590.png
$(RESOLUTION_WEBP) desktop 590 85
desktop@726.png: desktop.png
$(RESOLUTION) desktop 726 85
desktop@726.webp: desktop@726.png
$(RESOLUTION_WEBP) desktop 726 85
desktop@948.png: desktop.png
$(RESOLUTION) desktop 948 85
desktop@948.webp: desktop@948.png
$(RESOLUTION_WEBP) desktop 948 85
desktop@1180.png: desktop.png
$(RESOLUTION) desktop 1180 85
desktop@1180.webp: desktop@1180.png
$(RESOLUTION_WEBP) desktop 1180 85
desktop@thumb.jpg: desktop.png
$(THUMB) desktop 16x 50 jpg
assets/images/amoled@220.png

32.2 KiB

assets/images/amoled@220.webp

31.2 KiB

assets/images/amoled@266.png

42.8 KiB

assets/images/amoled@266.webp

41.8 KiB

assets/images/amoled@335.png

58 KiB

assets/images/amoled@335.webp

53.8 KiB

assets/images/amoled@352.png

63.4 KiB

assets/images/amoled@352.webp

58.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment