Skip to content

Commit aa227f0

Browse files
author
dev
committed
Simplify template
1 parent 6933fd3 commit aa227f0

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

config/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,21 @@ services:
4444
consulting:
4545
archive:
4646
title: 'Data Discovery / Archival Services'
47-
description: ''
47+
description: 'Looking for something? '
4848
image: 'assets/images/services/00252-2254054211-a luscious forest, with a small homestead nestled within, Alfred Sisley.png'
49-
side: 'left'
5049
data-mgmt:
5150
title: 'Media Recovery / Digitization'
5251
description: 'Recover data from a variety of storage mediums, working and not! Formats include digital formats like `.zip`, `.cab`, `.img`, `.iso`. and physical ones like VHS, Laserdisc, ZipDisc, and 3.25" floppies'
5352
image: ''
54-
side: 'right'
5553
cloud:
5654
title: 'Cloud Infra Design and Deployment'
5755
description: 'Provide design input toward cloud architectures, from single services in docker to terraforming multi-cloud container platforms.'
5856
image: 'assets/images/services/00252-2254054211-a luscious forest, with a small homestead nestled within, Alfred Sisley.png'
59-
side: 'left'
6057
pentesting:
6158
title: 'Pentesting'
6259
description: 'You give computer, I break in and tell you where it is vulnerable'
6360
image: 'assets/images/services/00249-2258152576-golden rolling fields of grain with a fence in front, a man looking over the fence, Alfred Sisley.png'
64-
side: 'right'
6561
contact:
6662
title: 'Contact'
6763
description: 'Reach out to <a href="mailto:[email protected]">[email protected]</a> to discuss your next project!'
6864
image: 'assets/images/services/00254-2254054216-a luscious forest, with a small homestead nestled within, Alfred Sisley.png'
69-
side: 'left'

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h1 class="trod">Consulting</h1>
110110
</div>
111111
<div class="col">
112112
<h2 class="trod">Data Discovery / Archival Services</h2>
113-
113+
Looking for something?
114114
</div>
115115
</div>
116116
<!-- data-mgmt -->

templates/index.html.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="container">
3939
{%- for key, item in consulting.items() %}
4040
<!-- {{ key }} -->
41-
{%- if item.side == 'right' %}
41+
{%- if loop.index % 2 == 0 %}
4242
<div class="horizontalLine"></div>
4343
<div class="row align-items-center">
4444
<div class="col">

0 commit comments

Comments
 (0)