Skip to content

Commit e0c48a5

Browse files
committed
change website tagline and add "built with sqlpage"
1 parent 5f3c3e7 commit e0c48a5

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

examples/official-site/sqlpage/templates/shell-home.handlebars

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,11 +805,12 @@
805805
radial-gradient(circle at 100% 0%,
806806
hsla(212, 49%, 34%, 0.03) 0%,
807807
transparent 50%);
808-
padding: 4rem 0;
808+
padding: 5rem 0 1rem 0;
809809
border-top: 1px solid var(--border-subtle);
810810
}
811811
812812
footer .container {
813+
padding: 0;
813814
min-height: auto !important;
814815
}
815816
@@ -918,6 +919,24 @@
918919
position: relative;
919920
margin-bottom: 1rem;
920921
}
922+
923+
.footer-attribution {
924+
text-align: center;
925+
padding: 2rem 0 1rem 0;
926+
font-size: 0.7rem;
927+
opacity: 0.8;
928+
transition: .2s;
929+
}
930+
931+
.footer-attribution:hover {
932+
opacity: 1;
933+
}
934+
935+
.footer-attribution a {
936+
color: inherit;
937+
text-decoration: none;
938+
border-bottom: 1px dotted currentColor;
939+
}
921940
</style>
922941
</head>
923942

@@ -945,7 +964,7 @@
945964
Plots</span><span>
946965
APIs</span></span>
947966
</h1>
948-
<p>Turn your database into an interactive website</p>
967+
<p>SQL websites: powerful, simple and open-source</p>
949968
<a href="https://editor.datapage.app" class="cta-button">Try Online</a>
950969
</div>
951970
</div>
@@ -1091,6 +1110,9 @@
10911110
</a>
10921111
</div>
10931112
</div>
1113+
<div class="footer-attribution">
1114+
Built <a href="https://github.com/sqlpage/SQLPage/tree/main/examples/official-site">with SQLPage</a>
1115+
</div>
10941116
</footer>
10951117
</body>
10961118

0 commit comments

Comments
 (0)