-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
57 lines (52 loc) · 2.4 KB
/
Copy pathabout.html
File metadata and controls
57 lines (52 loc) · 2.4 KB
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
---
layout: default
title: About
cover: 'assets/images/cover1.jpg'
class: 'info-template'
navigation: True
logo: 'assets/images/blog-logo.png'
current: tag
---
<!-- < default}} -->
<!-- The tag above means - insert everything in this file into the [body] of the default.hbs template -->
<!-- If we have a tag cover, display that - else blog cover - else nothing -->
<header class="main-header tag-head" style="background-image: url({{ site.baseurl }}{{ page.cover}})">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="{{ site.baseurl }}"><img src="{{ site.baseurl }}{{ page.logo }}" 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">
<h1 class="page-title">{{ page.tag | capitalize }}</h1>
<h2 class="page-description">
{% if tag_description %}
{{ tag_description }}
{% elsif page.tag %}
A {{ paginator.total_posts }}-post collection
{% endif %}
</h2>
</div>
</div>
</header>
<!-- The main content area on the homepage -->
<main id="content" class="content" role="main">
<article class="post">
<!-- Everything inside the #post tags pulls data from the post -->
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<section class="post-content">
<p>
We are a company that specializes in practical, yet scalable, enterprise open source development. Our niche is helping early startups or established companies
optimize their development process through lean strategies, transparent understanding, specialized education, threat modeling, performance tuning, consultative analysis and proven recipes.
We are also experts in developing web applications, web services, and micro-service architectures for mobile, office, or network consumption either
internal or client-facing.
</p><p>
CI Wise Inc. was formed on March 19, 2015 by David L. Whitehurst and Patricia R. Whitehurst as a
corporation with the state of North Carolina. The company is located just south of downtown
Raleigh, North Carolina. And, while the Raleigh/Durham/Research-Triangle area continues to be a
technological growth area, CI Wise aims to provide leadership in the technology space here.
</p>
</section>
</article>
</main>