Skip to content

Commit

Permalink
Merge pull request #17 from Jaspersoft/anna-proofread
Browse files Browse the repository at this point in the history
Anna proofread
  • Loading branch information
ecanchev-jaspersoft authored Oct 15, 2024
2 parents a53b793 + 9ce88d7 commit 4428eb8
Show file tree
Hide file tree
Showing 19 changed files with 826 additions and 739 deletions.
2 changes: 1 addition & 1 deletion _includes/description.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 class="site-subtitle">Visualize.js Components</h2>
<h2 class="site-subtitle">Visualize Components</h2>

<p class="site-description">
Modern components for your embedded reporting workflows.
Expand Down
123 changes: 117 additions & 6 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
04. HOME PAGE
05. MAIN CONTENT
06. OVERRIDES
-----------------------------------
File last modified Oct 1, 2024
File last modified Oct 10, 2024
----------------------------------- */

/* --------------------- */
Expand Down Expand Up @@ -57,6 +59,7 @@
/* ---------------- */
/* 02. BASE RULES */
/* ---------------- */
// HTML elements
a {
color: #0078bd;
}
Expand All @@ -78,6 +81,26 @@ th, td {
padding: unset;
}

b, strong {
font-family: source_sans_prosemibold, Franklin Gothic, Verdana, Arial, sans-serif;
}

// Special
p.compact-short {
margin: 0 0 2px 0;
padding: 0;
}

p.compact-long {
margin: 0 0 8px 0;
padding: 0;
}

p.compact-short:last-of-type,
p.compact-long:last-of-type {
margin-bottom: 0;
}


/* ---------------- */
/* 03. LEFT PANEL */
Expand Down Expand Up @@ -393,11 +416,11 @@ a.nav-list-link {
border-radius: 8px;
display: block;
//height: 400px;
/* box-shadow: -54px 94px 30px 0 rgba(14, 53, 83, 0.00),
-35px 60px 28px 0 rgba(14, 53, 83, 0.01),
-19px 34px 23px 0 rgba(14, 53, 83, 0.03),
-9px 15px 17px 0 rgba(14, 53, 83, 0.04),
-2px 4px 10px 0 rgba(14, 53, 83, 0.05);*/
/* box-shadow: -54px 94px 30px 0 rgba(14, 53, 83, 0.00),
-35px 60px 28px 0 rgba(14, 53, 83, 0.01),
-19px 34px 23px 0 rgba(14, 53, 83, 0.03),
-9px 15px 17px 0 rgba(14, 53, 83, 0.04),
-2px 4px 10px 0 rgba(14, 53, 83, 0.05);*/
margin: 48px 0;
width: 696px;
}
Expand Down Expand Up @@ -750,6 +773,9 @@ a.nav-list-link {
max-width: 800px;
margin-left: 350px;
}
.main:has(table.configuration) {
max-width: 1000px;
}
}
@media (min-width: 66.5rem) { /* 1064px */
.main {
Expand Down Expand Up @@ -777,6 +803,7 @@ a.nav-list-link {
div.highlighter-rouge {
padding: 0.5rem;
margin-bottom: 2.25rem;
margin-top: .5em;
} /* code snippets */

.main a {
Expand Down Expand Up @@ -888,4 +915,88 @@ div.highlighter-rouge {
overflow-x: auto;
height: 526px;
padding: 10px;
}


/* ---------------- */
/* 06. OVERRIDES */
/* ---------------- */
.table-wrapper {
border-radius: 0 !important;
box-shadow: unset;
}

table {
border-collapse: collapse;
line-height: 1.4;
}

thead th,
td {
border-bottom: 1px solid #e5eaed;
font-size: 14px;
padding: 12px 20px;
text-align: left;
vertical-align: top;
}

thead th {
color: #212121;
font-family: source_sans_prosemibold, Franklin Gothic, Verdana, Arial, sans-serif;
white-space: nowrap;
}

th:first-of-type,
td:first-of-type {
padding-left: 0;
}

tbody tr:last-of-type td {
border-bottom: 1px solid #e5eaed;
}

.configuration code {
background-color: white;
border: unset;
font-size: 12px;
}

.configuration code p {
font-size: inherit;
margin: 0 0 2px 12px;
padding: 0;
white-space: nowrap;
}


/* -------------- */
/* 07. UTILITY */
/* -------------- */
.spacer-12 {
height: 12px;
width: 12px;
}

.spacer-16 {
height: 16px;
width: 16px;
}

.spacer-20 {
height: 20px;
width: 20px;
}

.spacer-24 {
height: 24px;
width: 24px;
}

.dark {
color: #212121;
}

code.inline {
font-size: 14px;
font-weight: inline;
}
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 0

<div class="hero">
<h1 class="title">Jaspersoft<br>Visualize Components</h1>
<p class="text">Enhance your web app with JasperReports Server, embed reports, or build custom workflows using modern ReactJS components.</p>
<p class="text">Enhance your web application with JasperReports Server&#xae;, embed reports, or build custom workflows using modern React components.</p>
<div class="cta">
<a class="cta-text" href="pages/introduction.html">Get started</a>
</div>
Expand All @@ -20,7 +20,7 @@ nav_order: 0
<div class="benefits">
<div class="card modern">
<h3>Modern</h3>
<p>Built with TypeScript, Vite, ReactJS, and Material UI, our Visualize Components are designed to operate in any web development environment and integrate seamlessly into your visualize.js projects.</p>
<p>Built with TypeScript, Vite, React, and Material UI, our Visualize Components are designed to operate in any web development environment and integrate seamlessly into your Visualize.js projects.</p>
</div>
<div class="card configurable">
<h3>Configurable</h3>
Expand Down
31 changes: 0 additions & 31 deletions pages/architecture.md

This file was deleted.

Loading

0 comments on commit 4428eb8

Please sign in to comment.