Skip to content

Commit 291bfb7

Browse files
Add presskits
1 parent 988fcc4 commit 291bfb7

File tree

7 files changed

+722
-2
lines changed

7 files changed

+722
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,9 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b>&nbsp;for Visual Studio
248248
<li><a href="mailto:[email protected]" class="mdl-button">Contact Us</a></li>
249249
</ul>
250250
<span>CodeChimp is a small independent software house specialising in productivity apps &amp; tools.<br>
251-
Copyright &copy; 2019 CodeChimp<br>
252-
<a href="https://codechimp.org/privacy/">Privacy Policy</a>
251+
Copyright &copy; 2021 CodeChimp<br>
252+
<a href="https://codechimp.org/privacy/">Privacy Policy</a><br>
253+
<a href="https://codechimp.org/presskits/">Press Kits</a>
253254
</span><br><br>
254255
</div>
255256
<div class="mdl-mini-footer__right-section">

presskits/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
10+
<!--[if lt IE 9]>
11+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12+
<![endif]-->
13+
<title>CodeChimp Press Kits</title>
14+
</head>
15+
16+
<body>
17+
<div id="container">
18+
<div class="inner">
19+
<header>
20+
<h1>Press Kits</h1>
21+
<p>ZIP files contain screenshots, large icon assets and full app store text.</p>
22+
</header>
23+
<section id="main_content">
24+
25+
<h3>Tom Timer</h3>
26+
<p>A watch application to allow you to keep focused on work with reminders to take regular breaks.<br>
27+
Tom Timer avoids you having to pick up your phone, and the distractions that can cause, by providing all you need right on your wrist.</p>
28+
<p>Tom Timer is an independent watch app, if you install it via your phone and it doesn't show up on your watch then open the App Store on your watch, scroll to the bottom and select Account then Purchased and download Tom Timer from there.</p>
29+
30+
<p><a href="tomtimer-presskit.zip">Download ZIP</a></p>
31+
32+
<h3>When Do</h3>
33+
<p>A complication for Apple Watch that shows how long until or since an event of your choosing right on your watch face.</p>
34+
<p>When Do is an independent watch app, if you install it via your phone and it doesn't show up on your watch then open the App Store on your watch, scroll to the bottom and select Account then Purchased and download When Do from there.</p>
35+
36+
<p><a href="whendo-presskit.zip">Download ZIP</a></p>
37+
38+
<h3>Contact us</h3>
39+
<p>If you have any questions please contact us via email at <a href="mailto:[email protected]">[email protected]</a></p>
40+
</section>
41+
</div>
42+
</div>
43+
</body>
44+
45+
</html>

presskits/stylesheets/print.css

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
html, body, div, span, applet, object, iframe,
2+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3+
a, abbr, acronym, address, big, cite, code,
4+
del, dfn, em, img, ins, kbd, q, s, samp,
5+
small, strike, strong, sub, sup, tt, var,
6+
b, u, i, center,
7+
dl, dt, dd, ol, ul, li,
8+
fieldset, form, label, legend,
9+
table, caption, tbody, tfoot, thead, tr, th, td,
10+
article, aside, canvas, details, embed,
11+
figure, figcaption, footer, header, hgroup,
12+
menu, nav, output, ruby, section, summary,
13+
time, mark, audio, video {
14+
padding: 0;
15+
margin: 0;
16+
font: inherit;
17+
font-size: 100%;
18+
vertical-align: baseline;
19+
border: 0;
20+
}
21+
/* HTML5 display-role reset for older browsers */
22+
article, aside, details, figcaption, figure,
23+
footer, header, hgroup, menu, nav, section {
24+
display: block;
25+
}
26+
body {
27+
line-height: 1;
28+
}
29+
ol, ul {
30+
list-style: none;
31+
}
32+
blockquote, q {
33+
quotes: none;
34+
}
35+
blockquote:before, blockquote:after,
36+
q:before, q:after {
37+
content: '';
38+
content: none;
39+
}
40+
table {
41+
border-spacing: 0;
42+
border-collapse: collapse;
43+
}
44+
body {
45+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
46+
font-size: 13px;
47+
line-height: 1.5;
48+
color: #000;
49+
}
50+
51+
a {
52+
font-weight: bold;
53+
color: #d5000d;
54+
}
55+
56+
header {
57+
padding-top: 35px;
58+
padding-bottom: 10px;
59+
}
60+
61+
header h1 {
62+
font-size: 48px;
63+
font-weight: bold;
64+
line-height: 1.2;
65+
color: #303030;
66+
letter-spacing: -1px;
67+
}
68+
69+
header h2 {
70+
font-size: 24px;
71+
font-weight: normal;
72+
line-height: 1.3;
73+
color: #aaa;
74+
letter-spacing: -1px;
75+
}
76+
#downloads {
77+
display: none;
78+
}
79+
#main_content {
80+
padding-top: 20px;
81+
}
82+
83+
code, pre {
84+
margin-bottom: 30px;
85+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
86+
font-size: 12px;
87+
color: #222;
88+
}
89+
90+
code {
91+
padding: 0 3px;
92+
}
93+
94+
pre {
95+
padding: 20px;
96+
overflow: auto;
97+
border: solid 1px #ddd;
98+
}
99+
pre code {
100+
padding: 0;
101+
}
102+
103+
ul, ol, dl {
104+
margin-bottom: 20px;
105+
}
106+
107+
108+
/* COMMON STYLES */
109+
110+
table {
111+
width: 100%;
112+
border: 1px solid #ebebeb;
113+
}
114+
115+
th {
116+
font-weight: 500;
117+
}
118+
119+
td {
120+
font-weight: 300;
121+
text-align: center;
122+
border: 1px solid #ebebeb;
123+
}
124+
125+
form {
126+
padding: 20px;
127+
background: #f2f2f2;
128+
129+
}
130+
131+
132+
/* GENERAL ELEMENT TYPE STYLES */
133+
134+
h1 {
135+
font-size: 2.8em;
136+
}
137+
138+
h2 {
139+
margin-bottom: 8px;
140+
font-size: 22px;
141+
font-weight: bold;
142+
color: #303030;
143+
}
144+
145+
h3 {
146+
margin-bottom: 8px;
147+
font-size: 18px;
148+
font-weight: bold;
149+
color: #d5000d;
150+
}
151+
152+
h4 {
153+
font-size: 16px;
154+
font-weight: bold;
155+
color: #303030;
156+
}
157+
158+
h5 {
159+
font-size: 1em;
160+
color: #303030;
161+
}
162+
163+
h6 {
164+
font-size: .8em;
165+
color: #303030;
166+
}
167+
168+
p {
169+
margin-bottom: 20px;
170+
font-weight: 300;
171+
}
172+
173+
a {
174+
text-decoration: none;
175+
}
176+
177+
p a {
178+
font-weight: 400;
179+
}
180+
181+
blockquote {
182+
padding: 0 0 0 30px;
183+
margin-bottom: 20px;
184+
font-size: 1.6em;
185+
border-left: 10px solid #e9e9e9;
186+
}
187+
188+
ul li {
189+
list-style-position: inside;
190+
list-style: disc;
191+
padding-left: 20px;
192+
}
193+
194+
ol li {
195+
list-style-position: inside;
196+
list-style: decimal;
197+
padding-left: 3px;
198+
}
199+
200+
dl dd {
201+
font-style: italic;
202+
font-weight: 100;
203+
}
204+
205+
footer {
206+
padding-top: 20px;
207+
padding-bottom: 30px;
208+
margin-top: 40px;
209+
font-size: 13px;
210+
color: #aaa;
211+
}
212+
213+
footer a {
214+
color: #666;
215+
}
216+
217+
/* MISC */
218+
.clearfix:after {
219+
display: block;
220+
height: 0;
221+
clear: both;
222+
visibility: hidden;
223+
content: '.';
224+
}
225+
226+
.clearfix {display: inline-block;}
227+
* html .clearfix {height: 1%;}
228+
.clearfix {display: block;}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
.highlight { background: #ffffff; }
2+
.highlight .c { color: #999988; font-style: italic } /* Comment */
3+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4+
.highlight .k { font-weight: bold } /* Keyword */
5+
.highlight .o { font-weight: bold } /* Operator */
6+
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7+
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8+
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9+
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11+
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12+
.highlight .ge { font-style: italic } /* Generic.Emph */
13+
.highlight .gr { color: #aa0000 } /* Generic.Error */
14+
.highlight .gh { color: #999999 } /* Generic.Heading */
15+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16+
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17+
.highlight .go { color: #888888 } /* Generic.Output */
18+
.highlight .gp { color: #555555 } /* Generic.Prompt */
19+
.highlight .gs { font-weight: bold } /* Generic.Strong */
20+
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
21+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
22+
.highlight .kc { font-weight: bold } /* Keyword.Constant */
23+
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
24+
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
25+
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
26+
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
27+
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
28+
.highlight .m { color: #009999 } /* Literal.Number */
29+
.highlight .s { color: #d14 } /* Literal.String */
30+
.highlight .na { color: #008080 } /* Name.Attribute */
31+
.highlight .nb { color: #0086B3 } /* Name.Builtin */
32+
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
33+
.highlight .no { color: #008080 } /* Name.Constant */
34+
.highlight .ni { color: #800080 } /* Name.Entity */
35+
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
36+
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
37+
.highlight .nn { color: #555555 } /* Name.Namespace */
38+
.highlight .nt { color: #000080 } /* Name.Tag */
39+
.highlight .nv { color: #008080 } /* Name.Variable */
40+
.highlight .ow { font-weight: bold } /* Operator.Word */
41+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
43+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
44+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
45+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
46+
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
47+
.highlight .sc { color: #d14 } /* Literal.String.Char */
48+
.highlight .sd { color: #d14 } /* Literal.String.Doc */
49+
.highlight .s2 { color: #d14 } /* Literal.String.Double */
50+
.highlight .se { color: #d14 } /* Literal.String.Escape */
51+
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
52+
.highlight .si { color: #d14 } /* Literal.String.Interpol */
53+
.highlight .sx { color: #d14 } /* Literal.String.Other */
54+
.highlight .sr { color: #009926 } /* Literal.String.Regex */
55+
.highlight .s1 { color: #d14 } /* Literal.String.Single */
56+
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
57+
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58+
.highlight .vc { color: #008080 } /* Name.Variable.Class */
59+
.highlight .vg { color: #008080 } /* Name.Variable.Global */
60+
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
61+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
62+
63+
.type-csharp .highlight .k { color: #0000FF }
64+
.type-csharp .highlight .kt { color: #0000FF }
65+
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
66+
.type-csharp .highlight .nc { color: #2B91AF }
67+
.type-csharp .highlight .nn { color: #000000 }
68+
.type-csharp .highlight .s { color: #A31515 }
69+
.type-csharp .highlight .sc { color: #A31515 }

0 commit comments

Comments
 (0)