Skip to content

Commit e2e9028

Browse files
committed
layout tweaks
1 parent dfd8b7a commit e2e9028

7 files changed

Lines changed: 18 additions & 40 deletions

File tree

.jekyll-metadata

6.27 KB
Binary file not shown.

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title: Data Science<br>Bioscience<br>Consulting
1+
title: Data Science and Bioscience Consulting
22
logo: /assets/img/datinsights_logo.png
3-
description:
3+
description: We help you manage, maximize, and interpret your data to make smart strategic decisions.
44
show_downloads: false
55
google_analytics:
66
theme: jekyll-theme-minimal

_layouts/default.html

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,13 @@
1515
<body>
1616
<div class="wrapper">
1717
<header>
18-
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
19-
2018
{% if site.logo %}
21-
<img src="{{site.logo | relative_url}}" alt="Logo" />
22-
{% endif %}
23-
24-
<p>{{ site.description | default: site.github.project_tagline }}</p>
25-
26-
{% if site.github.is_project_page %}
27-
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
28-
{% endif %}
29-
30-
{% if site.github.is_user_page %}
31-
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
32-
{% endif %}
33-
34-
{% if site.show_downloads %}
35-
<ul class="downloads">
36-
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
37-
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
38-
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
39-
</ul>
19+
<img src="{{site.logo | relative_url}}" alt="DatInsights" />
4020
{% endif %}
21+
<br>
22+
<br>
23+
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
24+
<h3>{{ site.description | default: site.github.project_tagline }}</h3>
4125
</header>
4226
<section>
4327

@@ -48,7 +32,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
4832
{% if site.github.is_project_page %}
4933
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
5034
{% endif %}
51-
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
35+
<p><small>Hosted on GitHub Pages<br>Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
5236
</footer>
5337
</div>
5438
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>

assets/css/style.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@ body {
99
font: 15px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
1010
color: #404040;
1111
font-weight: 400;
12-
max-width: 600px;
12+
max-width: 500px;
1313
}
1414
strong {
1515
color: #404040;
1616
font-weight: 600;
1717
}
1818
h2 {
1919
color: #ffffff;
20-
background: linear-gradient(90deg,#2665a1d8 0%, #2665a1d8 50%, #ffffff 100%);
20+
background: linear-gradient(90deg,#366da0 0%, #366da0 50%, #ffffff 100%);
2121
padding: 5px;
2222
}
2323
img {
24-
max-height: 200px;
24+
max-width: 200px;
2525
}
2626
a {
2727
color: #2666a1;
2828
text-decoration: none;
29-
}
29+
}
30+
header {
31+
width:230px;
32+
}
33+
footer {
34+
width:230px;
35+
}

assets/img/datinsights_logo.png

-6.35 KB
Loading

index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
layout: default
33
---
4-
5-
### We help you manage, maximize, and interpret your data to make smart strategic decisions.
6-
74
## Mission
85

96
We aim to empower your organization by transforming data into **actionable insights** and strategic advantages.

projects.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)