-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (210 loc) · 12 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html>
<head>
<!-- [[! Document Settings ]] -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- [[! Page Meta ]] -->
<title>CI Wise Inc.</title>
<meta name="description" content="CI Wise Inc. - Your Dreams. Our Design." />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/assets/images/favicon.ico" >
<!-- [[! Styles'n'Scripts ]] -->
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link rel="stylesheet" type="text/css"
href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" />
<!-- [[! Ghost outputs important style and meta data with this tag ]] -->
<link rel="canonical" href="/" />
<meta name="referrer" content="origin" />
<link rel="next" href="/page2/" />
<meta property="og:site_name" content="CI Wise Inc." />
<meta property="og:type" content="website" />
<meta property="og:title" content="CI Wise Inc." />
<meta property="og:description" content="Your Dreams. Our Design." />
<meta property="og:url" content="/" />
<meta property="og:image" content="/assets/images/cover1.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CI Wise Inc." />
<meta name="twitter:description" content="Your Dreams. Our Design." />
<meta name="twitter:url" content="/" />
<meta name="twitter:image:src" content="/assets/images/cover1.jpg" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Finding The Way Home",
"url": "/",
"image": "/assets/images/cover1.jpg",
"description": "Your Dreams. Our Design."
}
</script>
<meta name="generator" content="Jekyll 3.0.0" />
<link rel="alternate" type="application/rss+xml" title="CI Wise Inc." href="/rss.xml" />
</head>
<body class="home-template nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home nav-current" role="presentation"><a href="/">Home</a></li>
<li class="nav-about " role="presentation"><a href="/about.html">About</a></li>
<li class="nav-contact " role="presentation"><a href="/contact.html">Contact</a></li>
<li class="nav-services " role="presentation"><a href="/tag/services">Services</a></li>
<li class="nav-technical " role="presentation"><a href="/tag/technical">Technical</a></li>
<li class="nav-author " role="presentation"><a href="/author/dlwhitehurst">Author</a></li>
</ul>
<a class="subscribe-button icon-feed" href="/rss.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<!-- [[! Everything else gets inserted here ]] -->
<!-- < default -->
<!-- The tag above means - insert everything in this file into the [body] of the default.hbs template -->
<!-- The big featured header -->
<header class="main-header "
style="background-image: url(/assets/images/cover1.jpg) ">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="/"><img src="/assets/images/blog-logo.png" alt="Blog Logo" /></a>
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<img src="/assets/images/owl.png" align="center"/>
<h1 class="page-title">CI Wise Inc.</h1>
<h2 class="page-description">Your Dreams. Our Design.</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<!-- The main content area on the homepage -->
<main id="content" class="content" role="main">
<!-- The tag below includes the post loop - partials/loop.hbs -->
<!-- Previous/next page links - only displayed on page 2+ -->
<div class="extra-pagination inner">
<nav class="pagination" role="pagination">
<span class="page-number"> Page 1 of 2 </span>
<a class="older-posts" href="/page2/" title="Next Page">Older Posts »</a>
</nav>
</div>
<!-- This is the post loop - each post will be output using this markup -->
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/welcome-to-ci-wise">Welcome to CI Wise</a></h2>
</header>
<section class="post-excerpt">
<p>Welcome to CI Wise. We're dedicated to being a company that's focused on helping start-ups and smaller enterprises be world-class. Are you wise to Continuous Improvement... <a class="read-more" href="/welcome-to-ci-wise">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/me.png" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/dlwhitehurst'>David L. Whitehurst</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/greeting'>Greeting</a>,
<a href='/tag/content'>Content</a>
<time class="post-date" datetime="2016-08-01">01 Aug 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/security-consideration-and-lifestyle-exchange">Security Consideration and Lifestyle Exchange (SCALE)</a></h2>
</header>
<section class="post-excerpt">
<p>Introduction It is my firm belief that developers today are not focused on security during periods of head-down development. I would love to know the percentage... <a class="read-more" href="/security-consideration-and-lifestyle-exchange">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/me.png" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/dlwhitehurst'>David L. Whitehurst</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/content'>Content</a>
<time class="post-date" datetime="2016-06-25">25 Jun 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/loyalty-and-respect">Loyalty and Respect</a></h2>
</header>
<section class="post-excerpt">
<p>I've been using computing machines since about 1979. I'm a electrical/electronics engineer by education and software developer/programmer by trade. Sometime in the mid 1980's I convinced... <a class="read-more" href="/loyalty-and-respect">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/me.png" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/dlwhitehurst'>David L. Whitehurst</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/content'>Content</a>
<time class="post-date" datetime="2016-01-29">29 Jan 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/web-development-for-mobile-users">Web Development for Mobile Users</a></h2>
</header>
<section class="post-excerpt">
<p>Today, the internet is viewed by all kinds of devices. These devices generally browse for content using some form of client browser that's written to run... <a class="read-more" href="/web-development-for-mobile-users">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/me.png" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/dlwhitehurst'>David L. Whitehurst</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/services'>Services</a>
<time class="post-date" datetime="2016-01-17">17 Jan 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/open-source-web-development-training">Open Source Development Training</a></h2>
</header>
<section class="post-excerpt">
<p>Enterprise software development today is very tricky. And, it's quite expensive. You may have an incongruent mess of applied technology that's outdated and not performing well.... <a class="read-more" href="/open-source-web-development-training">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/me.png" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/dlwhitehurst'>David L. Whitehurst</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/services'>Services</a>
<time class="post-date" datetime="2016-01-17">17 Jan 2016</time>
</footer>
</article>
<!-- Previous/next page links - displayed on every page -->
<nav class="pagination" role="pagination">
<span class="page-number"> Page 1 of 2 </span>
<a class="older-posts" href="/page2/" title="Next Page">Older Posts »</a>
</nav>
</main>
<!-- Start of SimpleHitCounter Code -->
<div align="center"><a href="http://www.simplehitcounter.com" target="_blank"><img src="http://simplehitcounter.com/hit.php?uid=2131678&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></a><br><a href="http://www.simplehitcounter.com" target="_blank" style="text-decoration:none;">web counter</a></div>
<!-- End of SimpleHitCounter Code -->
<footer class="site-footer clearfix">
<section class="copyright"><a href="/">CI Wise Inc.</a> © 2016</section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/ciwise/ciwise.github.io">ciwise.github.io</a></section>
</footer>
</div>
<!-- [[! Ghost outputs important scripts and data with this tag ]] -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- [[! The main JavaScript file for Casper ]] -->
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="/assets/js/index.js"></script>
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72650913-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>