Skip to content

Commit

Permalink
Merge pull request #569 from rtdip/develop
Browse files Browse the repository at this point in the history
v0.9.1
  • Loading branch information
rodalynbarce authored Nov 8, 2023
2 parents 97a6430 + a5324b4 commit 4602645
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
35 changes: 12 additions & 23 deletions docs/overrides/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ button {
border-radius: 0.25rem;
font-size: 0.8rem;
font-weight: 700;
font-family: 'Roboto';
font-family: 'Roboto', 'Arial', sans-serif;
cursor: pointer;
}

Expand All @@ -29,7 +29,7 @@ button {
border-radius: 0.25rem;
font-size: 0.8rem;
font-weight: 700;
font-family: 'Roboto';
font-family: 'Roboto', 'Arial', sans-serif;
cursor: pointer;
text-decoration: none;
}
Expand Down Expand Up @@ -107,6 +107,7 @@ button {
display: flex;
flex-direction: row;
justify-content: center;
max-width: 61rem;
}

.intro-left {
Expand Down Expand Up @@ -282,7 +283,7 @@ button {
gap: 10%;
padding: 0 150px;
margin-top: 60px;
margin-bottom: 100px;/
margin-bottom: 100px;
}


Expand Down Expand Up @@ -346,20 +347,20 @@ button {
align-items: center;
justify-content: center;
scroll-snap-align: start;
height: 100vh;
height: 120vh;
flex-shrink: 0;
}

.pipeline-section h1 {
font-size: 2.2rem;
margin-top: 60px;
margin-top: 80px;
margin-bottom: 30px;
text-align: center;
}

.pipeline-section p {
font-weight: 300;
font-size: 0.8rem;
font-size: 0.75rem;
text-align: center;
line-height: 1.5rem;
width: 50%;
Expand Down Expand Up @@ -390,7 +391,6 @@ button {
.pipeline-item-img {
width: 80%;
margin-top: 1rem;
height: 50%;
}

.pipeline-item-img img {
Expand Down Expand Up @@ -531,10 +531,6 @@ button {

.querybuilder-left img {
margin-top: 3rem;
width: 60%;
}

.querybuilder-left img {
width: 80%;
}

Expand All @@ -553,15 +549,6 @@ button {
padding-right: 7rem;
}

.clickable-list-item-title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 0.4rem 0;
width: 100%;
}

.clickable-list-details {
opacity: 0;
max-height: 0;
Expand All @@ -588,6 +575,10 @@ button {
.clickable-list-item-title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 0.4rem 0;
width: 100%;
font-weight: 500;
font-size: 0.8rem;
}
Expand Down Expand Up @@ -641,7 +632,6 @@ button {
/* === BUSINESS INTELLIGENCE SECTION STYLES === */

.bi-section {
color: black;
min-height: 50vh;
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -788,7 +778,6 @@ button {
/* === CONTRIBUTOR SECTION STYLES === */

.contributor-section {
color: black;
min-height: 30vh;
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -942,7 +931,7 @@ button {
.footer p {
color: white;
font-weight: 300;
font-size: 0.8rem;
font-size: 0.75rem;
line-height: 1.5rem;
}

Expand Down
10 changes: 5 additions & 5 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>Real Time Data Ingestion Platform</h1>
<p>RTDIP (Real Time Data Ingestion Platform) is a scalable, industry-standard solution for the ingestion and processing of data from a vast array of sources and provides easy access to high volume, historical and real time process data for analytics applications, engineers, and data scientists wherever they are.</p>
<div class="intro-section-content-action">
<a class="a-button" href="/rtdip/core/getting-started/installation/">Get Started</a>
<a class="a-button" href="./getting-started/installation/">Get Started</a>
</div>
</div>

Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Destinations</h4>
<p>RTDIP destination components allow for connecting and writing data to destination systems including Delta, Eventhub, Kafka, Kinesis and Rest API. </p>
</div>
</div>
<a class="a-button" href="/rtdip/core/sdk/pipelines/components">Learn More</a>
<a class="a-button" href="./sdk/pipelines/components">Learn More</a>
</section>


Expand Down Expand Up @@ -250,7 +250,7 @@ <h1>Query <span class="pink-span">builder</span></h1>
</div>
</div>
</div>
<a class="a-button" href="/rtdip/core/sdk/queries/databricks/databricks-sql">Learn More</a>
<a class="a-button" href="./sdk/queries/databricks/databricks-sql">Learn More</a>
</section>

<div class="wave-container-query-bottom">
Expand All @@ -274,7 +274,7 @@ <h1>Business <span class="pink-span">Intelligence</span></h1>
<p>
Use RTDIP data to drive intelligent decision making: using your preferred BI tool, understand what needs to be maintained and when, activity on industrial sites, optimal times for power generation, and much more.
</p>
<a class="a-button" href="/rtdip/core/integration/power-bi">Learn More</a>
<a class="a-button" href="./integration/power-bi">Learn More</a>
</div>

<div class="bi-right">
Expand Down Expand Up @@ -308,7 +308,7 @@ <h1>Let's keep in touch</h1>

<div class="social-line-container">
<div class="social-line">
<a href=""><img src="./images/github-icon.png" alt="GitHub"></a>
<a href="https://github.com/rtdip/core"><img src="./images/github-icon.png" alt="GitHub"></a>
<p><strong>RTDIP on GitHub</strong></p>
</div>

Expand Down

0 comments on commit 4602645

Please sign in to comment.