added PWA support
BIN
assets/favicon/apple-icon-120.jpg
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
assets/favicon/apple-icon-152.jpg
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/favicon/apple-icon-167.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
assets/favicon/apple-icon-180.jpg
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
assets/favicon/apple-splash-1125-2436.jpg
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
assets/favicon/apple-splash-1136-640.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
assets/favicon/apple-splash-1242-2208.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
assets/favicon/apple-splash-1242-2688.jpg
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
assets/favicon/apple-splash-1334-750.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
assets/favicon/apple-splash-1536-2048.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
assets/favicon/apple-splash-1668-2224.jpg
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
assets/favicon/apple-splash-1668-2388.jpg
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
assets/favicon/apple-splash-1792-828.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
assets/favicon/apple-splash-2048-1536.jpg
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
assets/favicon/apple-splash-2048-2732.jpg
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
assets/favicon/apple-splash-2208-1242.jpg
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
assets/favicon/apple-splash-2224-1668.jpg
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
assets/favicon/apple-splash-2388-1668.jpg
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
assets/favicon/apple-splash-2436-1125.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
assets/favicon/apple-splash-2688-1242.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
assets/favicon/apple-splash-2732-2048.jpg
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
assets/favicon/apple-splash-640-1136.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
assets/favicon/apple-splash-750-1334.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
assets/favicon/apple-splash-828-1792.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
assets/favicon/favicon-196.jpg
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
assets/favicon/manifest-icon-192.jpg
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
assets/favicon/manifest-icon-512.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
29
assets/manifest.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"dir": "ltr",
|
||||
"name": "Robert Jeutter Businesscard",
|
||||
"short_name": "R. Jeutter",
|
||||
"description": "You wonna know more about me? Then look here.",
|
||||
"lang": "en",
|
||||
"scope": "/",
|
||||
"start_url": "wieerwill.github.io",
|
||||
"theme_color": "#9bccd0",
|
||||
"background_color": "#f0c5cf",
|
||||
"display": "fullscreen",
|
||||
"orientation": "any",
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon/manifest-icon-192.jpg",
|
||||
"sizes": "192x192",
|
||||
"type": "image/jpg",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "favicon/manifest-icon-512.jpg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/jpg",
|
||||
"purpose": "maskable any"
|
||||
}
|
||||
]
|
||||
}
|
52
index.html
@ -1,32 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7 ]><html class="ie ie6 no-js" lang="de"> <![endif]-->
|
||||
<!--[if IE 7 ]><html class="ie ie7 no-js" lang="de"> <![endif]-->
|
||||
<!--[if IE 8 ]><html class="ie ie8 no-js" lang="de"> <![endif]-->
|
||||
<!--[if IE 9 ]><html class="ie ie9 no-js" lang="de"> <![endif]-->
|
||||
<html lang="de">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!--Metadaten-->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="title" content="Visitenkarte Robert Jeutter">
|
||||
<meta name="title" content="Businesscard Robert Jeutter">
|
||||
<meta name="author" content="Robert Jeutter">
|
||||
<meta name="date" content="26-06-2020">
|
||||
<meta property="og:locale" content="de_DE" />
|
||||
<meta name="keywords" content="Webdesign, Programming">
|
||||
<meta name="description" content="Visitenkarte von Robert Jeutter">
|
||||
|
||||
<meta name="date" content="02-07-2020">
|
||||
<meta property="og:locale" content="en_EN" />
|
||||
<meta name="keywords" content="Business, Entrepreneur, Ingenieur">
|
||||
<meta name="description" content="Businesscard of Robert Jeutter">
|
||||
<title>Robert Jeutter - Entrepreneur, Student, Ingenieur</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<base href="/">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="icon" type="image/jpeg" sizes="196x196" href="assets/favicon/favicon-196.jpg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180.jpg">
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="assets/favicon/apple-icon-167.jpg">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152.jpg">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120.jpg">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1668-2388.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
|
||||
<script src="assets/js/typing-carousel.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
|
||||
<!-- Allow IE to render HTML5 -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script src="js/typing-carousel.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.e2b3e3b19889998a9cab.css"></head>
|
||||
|
18
source/PWAGenerator.js
Normal file
@ -0,0 +1,18 @@
|
||||
const pwaAssetGenerator = require('pwa-asset-generator');
|
||||
|
||||
(async() => {
|
||||
const { savedImages, htmlMeta, manifestJsonContent } = await pwaAssetGenerator.generateImages(
|
||||
'./src/assets/pic.png',
|
||||
"./src/assets/favicon", {
|
||||
background: "linear-gradient(40deg, #f0c5cf 0%, #9bccd0 100%)",
|
||||
scrape: true,
|
||||
manifest: "./src/assets/manifest.json",
|
||||
favicon: true,
|
||||
splashOnly: false,
|
||||
portraitOnly: false,
|
||||
log: true
|
||||
});
|
||||
})();
|
||||
|
||||
// Access to static data for Apple Device specs that are used for generating launch images
|
||||
const appleDeviceSpecsForLaunchImages = pwaAssetGenerator.appleDeviceSpecsForLaunchImages;
|
830
source/package-lock.json
generated
@ -4,7 +4,8 @@
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build"
|
||||
"build": "ng build --statsJson=true --progress=true --prod=true",
|
||||
"pwa": "node ./PWAGenerator.js"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@ -21,6 +22,7 @@
|
||||
"@popperjs/core": "^2.4.2",
|
||||
"bootstrap": "^4.5.0",
|
||||
"jquery": "^3.5.1",
|
||||
"pwa-asset-generator": "^3.1.1",
|
||||
"rxjs": "~6.5.4",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
|
BIN
source/src/assets/favicon/apple-icon-120.jpg
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
source/src/assets/favicon/apple-icon-152.jpg
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
source/src/assets/favicon/apple-icon-167.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
source/src/assets/favicon/apple-icon-180.jpg
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
source/src/assets/favicon/apple-splash-1125-2436.jpg
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
source/src/assets/favicon/apple-splash-1136-640.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
source/src/assets/favicon/apple-splash-1242-2208.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
source/src/assets/favicon/apple-splash-1242-2688.jpg
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
source/src/assets/favicon/apple-splash-1334-750.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
source/src/assets/favicon/apple-splash-1536-2048.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
source/src/assets/favicon/apple-splash-1668-2224.jpg
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
source/src/assets/favicon/apple-splash-1668-2388.jpg
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
source/src/assets/favicon/apple-splash-1792-828.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
source/src/assets/favicon/apple-splash-2048-1536.jpg
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
source/src/assets/favicon/apple-splash-2048-2732.jpg
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
source/src/assets/favicon/apple-splash-2208-1242.jpg
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
source/src/assets/favicon/apple-splash-2224-1668.jpg
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
source/src/assets/favicon/apple-splash-2388-1668.jpg
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
source/src/assets/favicon/apple-splash-2436-1125.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
source/src/assets/favicon/apple-splash-2688-1242.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
source/src/assets/favicon/apple-splash-2732-2048.jpg
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
source/src/assets/favicon/apple-splash-640-1136.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
source/src/assets/favicon/apple-splash-750-1334.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
source/src/assets/favicon/apple-splash-828-1792.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
source/src/assets/favicon/favicon-196.jpg
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
source/src/assets/favicon/manifest-icon-192.jpg
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
source/src/assets/favicon/manifest-icon-512.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
29
source/src/assets/manifest.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"dir": "ltr",
|
||||
"name": "Robert Jeutter Businesscard",
|
||||
"short_name": "R. Jeutter",
|
||||
"description": "You wonna know more about me? Then look here.",
|
||||
"lang": "en",
|
||||
"scope": "/",
|
||||
"start_url": "wieerwill.github.io",
|
||||
"theme_color": "#9bccd0",
|
||||
"background_color": "#f0c5cf",
|
||||
"display": "fullscreen",
|
||||
"orientation": "any",
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon/manifest-icon-192.jpg",
|
||||
"sizes": "192x192",
|
||||
"type": "image/jpg",
|
||||
"purpose": "maskable any"
|
||||
},
|
||||
{
|
||||
"src": "favicon/manifest-icon-512.jpg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/jpg",
|
||||
"purpose": "maskable any"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 948 B |
@ -1,32 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7 ]><html class="ie ie6 no-js" lang="de"> <![endif]-->
|
||||
<!--[if IE 7 ]><html class="ie ie7 no-js" lang="de"> <![endif]-->
|
||||
<!--[if IE 8 ]><html class="ie ie8 no-js" lang="de"> <![endif]-->
|
||||
<!--[if IE 9 ]><html class="ie ie9 no-js" lang="de"> <![endif]-->
|
||||
<html lang="de">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!--Metadaten-->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="title" content="Visitenkarte Robert Jeutter">
|
||||
<meta name="title" content="Businesscard Robert Jeutter">
|
||||
<meta name="author" content="Robert Jeutter">
|
||||
<meta name="date" content="26-06-2020">
|
||||
<meta property="og:locale" content="de_DE" />
|
||||
<meta name="keywords" content="Webdesign, Programming">
|
||||
<meta name="description" content="Visitenkarte von Robert Jeutter">
|
||||
|
||||
<meta name="date" content="02-07-2020">
|
||||
<meta property="og:locale" content="en_EN" />
|
||||
<meta name="keywords" content="Business, Entrepreneur, Ingenieur">
|
||||
<meta name="description" content="Businesscard of Robert Jeutter">
|
||||
<title>Robert Jeutter - Entrepreneur, Student, Ingenieur</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<base href="/">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="icon" type="image/jpeg" sizes="196x196" href="assets/favicon/favicon-196.jpg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180.jpg">
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="assets/favicon/apple-icon-167.jpg">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152.jpg">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120.jpg">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1668-2388.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="assets/favicon/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
||||
|
||||
<script src="assets/js/typing-carousel.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
|
||||
<!-- Allow IE to render HTML5 -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script src="js/typing-carousel.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
|