Skip to content

Commit 2ceb454

Browse files
code change for smilify the steps
1 parent 8292a9e commit 2ceb454

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

assets/scss/common/_custom.scss

+10
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@
33
height: 40px;
44
}
55

6+
.offcanvas .nav-link, .offcanvas .banner .nav a, .banner .nav .offcanvas a{
7+
color: $navbar-dark-color;
8+
}
69

10+
//footer
11+
footer {
12+
background-color: #262829;
13+
}
14+
footer .text-muted{
15+
color: #fff !important;
16+
}
717

assets/scss/common/_variables-custom.scss

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ $dark: #262829;
66
$info: #F5F4F4;
77

88
$navbar-dark-color: #FFFFFF;
9+
10+
$border-width: 8px;
11+
12+
13+
$light-text-emphasis-dark: #FFFFFF;
14+
$dark-text-emphasis-dark: #FFFFFF;

hugo_stats.json

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"bg-dark",
6868
"bg-dots",
6969
"bg-info",
70+
"bg-light",
7071
"blog",
7172
"blog-header",
7273
"btn",
@@ -127,6 +128,10 @@
127128
"frame",
128129
"fs-5",
129130
"fs-6",
131+
"g-col-5",
132+
"g-col-lg-5",
133+
"gap-3",
134+
"grid",
130135
"h-auto",
131136
"h3",
132137
"h4",
@@ -159,6 +164,7 @@
159164
"list-unstyled",
160165
"list-view",
161166
"m-2",
167+
"m-3",
162168
"mb-0",
163169
"me-2",
164170
"me-auto",
@@ -208,8 +214,10 @@
208214
"position-relative",
209215
"privacy",
210216
"px-0",
217+
"px-2",
211218
"query-no-results",
212219
"reading-time",
220+
"rounded",
213221
"rounded-pill",
214222
"row",
215223
"search-form",

layouts/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ <h2>{{ .Params.lead | safeHTML }}</h2>
2929
<section class="section section-md section-features">
3030
<div class="container">
3131
<div class="row justify-content-center text-center">
32-
<div class="col-lg-5 bg-info">
32+
<div class="col-lg-5 m-2 px-2 bg-light rounded">
3333
<h2 class="h4">Unified Persistence</h2>
3434
<p>Experience the flexibility of SQL Mappers with the robustness of ORM in a single framework. Why compromise when you can harness the strengths of both?</p>
3535
</div>
36-
<div class="col-lg-5">
36+
<div class="col-lg-5 m-2 px-2 bg-light rounded">
3737
<h2 class="h4">Turbocharged Development</h2>
3838
<p>Accelerate your development process with automated code generation, reducing manual effort and boosting productivity. SQLComponents lets you build applications faster and smarter.</p>
3939
</div>
40-
<div class="col-lg-5">
40+
<div class="col-lg-5 m-2 px-2 bg-light rounded">
4141
<h2 class="h4">Simply SQL</h2>
4242
<p>Unleash the full power of SQL without traditional ORM limitations. With SQLComponents, all you need to work with SQL is just SQL.</p>
4343
</div>
44-
<div class="col-lg-5">
44+
<div class="col-lg-5 m-2 px-2 bg-light rounded">
4545
<h2 class="h4">Type Safety</h2>
4646
<p>Ensure robust code with compile-time checks, catching issues before they reach runtime. SQLComponents guarantees safer, more reliable SQL development.</p>
4747
</div>
4848

49-
<div class="col-lg-5">
49+
<div class="col-lg-5 m-2 px-2 bg-light rounded">
5050
<h2 class="h4">Future-Proof</h2>
5151
<p>
5252
Code once, upgrade anytime. SQLComponents evolves with the latest versions of Java and databases automatically—no more manual upgrades. Keep your applications modern without rewriting code.

0 commit comments

Comments
 (0)