-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (91 loc) · 6.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en" class="disable-bounce">
<head>
<title>Yellow Pencil</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,height=device-height, initial-scale=1.0, shrink-to-fit=no,viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="cleartype" content="on">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="format-detection" content="telephone=no">
<meta name="google" content="notranslate">
<meta name="Description" content="Yellow Pencil - A product design journey filled with life, love & laughter, not to forget the tears of joy!" />
<meta name="Author" content="Martin Myburgh" />
<meta name="Copyright" content="Yellow Pencil, All Rights Reserved" />
<meta name="Keywords" content="Yellow Pencil, UI/UX Design, Grapic Design, Agency, Mobile Developent, Stainless Framework, Mobile, Desktop, iOS, Apple, Google, Android, Perfect, Native, Progressive Web App, PWA, Instant, Immersive, Advertising, Marketing, Development, Bespoke, Custom, Social Media, Pinterest, Facebook, Twitter, Instagram, WhatsApp, Threads, Snapchat, Promotion, Creators, Influencers, Musicians" />
<meta name="Subject" content="Yellow Pencil" />
<meta property="og:url" content="https://yellowpencil.co.za" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Yellow Pencil" />
<meta property="og:description" content="A product design journey" />
<meta property="og:image" content="https://yellowpencil.co.za/img/social.png" />
<meta property="og:site_name" content="Yellow Pencil" />
<!--
Firefox, Firefox Android not supported: <meta name="theme-color" content="rgb(0,0,0)">
Solved: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color -->
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
<meta name="theme-color" content="black" />
<meta name="apple-mobile-web-app-title" content="Yellow Pencil">
<link rel="icon" href="favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="./icons/16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./icons/96.png">
<link rel="icon" type="image/png" sizes="192x192" href="./icons/192.png">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-TileColor" content="yellow">
<meta name="msapplication-TileImage" content="./icons/144.png">
<meta name="msapplication-square70x70logo" content="./icons/70x70.png">
<meta name="msapplication-square150x150logo" content="./icons/150.png">
<meta name="msapplication-wide310x150logo" content="./icons/150.png">
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="16x16" href="./icons/16.png">
<link rel="apple-touch-icon" sizes="57x57" href="./icons/57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./icons/60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./icons/72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./icons/76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./icons/114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./icons/120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./icons/144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./icons/152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./icons/180.png">
<link rel="manifest" href="manifest.json">
<link href="splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="splashscreens/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
<link href="splashscreens/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
<link href="splashscreens/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="splashscreens/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="splashscreens/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/framework7-bundle.min.css">
<link rel="stylesheet" href="css/framework7-keypad.min.css">
<link rel="stylesheet" href="css/thorium.min.css">
<link rel="stylesheet" href="css/pages/index.css?r=70992">
<link rel="stylesheet" href="css/classes.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="theme-dark color-theme-yellow" >
<div id="app" class="framework7-root">
<div class="panel-backdrop"></div>
<div id="view-main" class="view view-main view-init safe-areas" data-url="/">
<div id="page" class="page" data-name="index">
<div id="page-contents-o-1004" class="page-content">
<div id="div-1005" class="embedweb embed-responsive w-100 embed-responsive-cover" data-href="/">
<iframe name="carbonized-view" id="iframe-1008" src="https://yellow-pencil-sq181yb.gamma.site" class="embed-responsive-item"></iframe>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/service-worker-register.js"></script>
<script type="text/javascript" src="js/framework/framework7-bundle.min.js"></script>
<script type="text/javascript" src="js/thorium.config.js"></script>
<script type="text/javascript" src="js/plugins/thorium.core.min.js"></script>
<script type="text/javascript" src="js/custom.js" ></script>
<script>thoriumCorePlugin.appLoaded();</script>
</body>
</html>