Skip to content

Commit

Permalink
Merge pull request #565 from rtdip/develop
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
GBBBAS authored Nov 8, 2023
2 parents 0c86934 + df26dc7 commit 97a6430
Show file tree
Hide file tree
Showing 94 changed files with 3,032 additions and 214 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Distributed under the Apache License Version 2.0. See [LICENSE.md](https://githu
# Need help?
* For reference documentation, pre-requisites, getting started, tutorials and examples visit [RTDIP Documentation](https://www.rtdip.io/).
* File an issue via [Github Issues](https://github.com/rtdip/core/issues).
* Check previous questions and answers or ask new ones on our slack channel [**#real-time-data-ingestion-platform**](https://join.slack.com/t/lfenergy/shared_invite/zt-1ilkyecnq-8TDP6pzZXnmx1o0Lc~kMcA)
* Check previous questions and answers or ask new ones on our slack channel [**#rtdip**](https://lfenergy.slack.com/archives/C0484R9Q6A0)

### Community
* Chat with other community members by joining the **#real-time-data-ingestion-platform** Slack channel. [Click here to join our slack community](https://join.slack.com/t/lfenergy/shared_invite/zt-1ilkyecnq-8TDP6pzZXnmx1o0Lc~kMcA)
* Chat with other community members by joining the **#rtdip** Slack channel. [Click here to join our slack community](https://lfenergy.slack.com/archives/C0484R9Q6A0)
95 changes: 8 additions & 87 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,98 +2,19 @@
hide:
- navigation
- toc
title: Title
template: home.html
---
<style>
[data-md-color-scheme="slate"] .md-main{
background: url(images/background-curve-slate.svg) no-repeat bottom,
linear-gradient(
to bottom,
var(--md-primary-fg-color),
var(--md-primary-mg-color) 99%,
hsla(200, 18%, 26%, 1)
);
}

[data-md-color-scheme="default"] .md-main{
background: url(images/background-curve-default.svg) no-repeat bottom,
linear-gradient(
to bottom,
var(--md-primary-fg-color),
var(--md-primary-mg-color) 99%,
hsla(200, 18%, 26%, 1)
);
}

.row {
width: 100%;
display: flex;
.md-main__inner {
margin-top: 0;
height: 0;
}

.block {
width: 100%;
display:flex;
color: var(--md-primary-text-slate) !important;
.md-content {
height: 0;
overflow: hidden;
}

.block h1{
color: var(--md-primary-text-slate) !important;
font-weight: 700;
margin-bottom: px2rem(20px);
}

.md-button {
margin: 5px;
margin-left:0px;
color: var(--md-primary-text-slate) !important;
border-color: var(--md-primary-text-slate) !important;
width: 100%
}

.md-button:focus, .md-button:hover {
color: var(--md-accent-bg-color);
background-color: var(--md-accent-fg-color);
border-color: var(--md-accent-fg-color) !important;
}

.md-footer {
background-color: white;
color: var(--md-primary-bg-slate);
}

[data-md-color-scheme="slate"] .md-footer {
background-color: var(--md-primary-bg-slate);
color: white;
}
</style>


<div class="row">
<div class="block">
<div class="block_content">
<h1>Welcome to the Real Time Data Ingestion Platform</h1>
<p>Easy access to high volume, historical and real time process data for analytics applications, engineers, and data scientists wherever they are.</p>
<div class="block">
<div class="row">
<div class="col">
<a
href="getting-started/installation/"
title="Getting Started"
class="md-button"
>
Getting Started
</a>
</div>
</div>
</div>
</div>
<div class="block_image">
<img
src="assets/illustration.png"
alt=""
width="1659"
height="1200"
draggable="false"
>
</div>
</div>
</div>
Loading

0 comments on commit 97a6430

Please sign in to comment.