Skip to content

Commit

Permalink
first tweaks to title and landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
TiarkRompf committed Dec 4, 2023
1 parent 8f59b62 commit c7ec3ce
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
61 changes: 61 additions & 0 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,64 @@ Add styles or override variables from the theme here.
*/

@import url("https://rsms.me/inter/inter.css");
/*@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


:root {
--bs-body-font-family: "Inter" !important;
--bs-font-sans-serif: "Inter" !important;
-webkit-font-smoothing: antialiased;
font-variation-settings: normal;
font-feature-settings: "cv02","cv03","cv04","cv11";
}



#td-cover-block-0 {
background-image: url(/images/DALL-E-1.jpg) !important;
background-color: black !important;
background-position: bottom;


.btn {
font-weight: 600;
}
.btn-primary {
background: white !important;
box-shadow: none !important;
border: 2px solid white !important;
color: black !important;
}

.btn-secondary {
background: none !important;
box-shadow: none !important;
border: 2px solid white !important;
color: white !important;
}

h1 {
font-family: "Great Vibes" !important;
font-weight: 700;
}
}

#td-cover-block-0::before {
content: "";
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-color: rgba(0,0,0,0.3);
}




#foobar {
background-image: url(file:///Users/me/Desktop/temp/docsy-example/content/featured-background2.png) !important;
background-color: magenta !important;
}
10 changes: 4 additions & 6 deletions content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
---
title: Goldydocs
title: Rhyme
---

{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
{{< blocks/cover title="Rhyme: An Expressive Data-Centric Query Language" image_anchor="bottom" height="med" >}}
<a class="btn btn-md btn-info me-3 mb-4" href="/docs/">
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
<a class="btn btn-md btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
Download <i class="fab fa-github ms-2 "></i>
</a>
<p class="lead mt-5">Porridge temperature assessment &mdash; in the cloud!</p>
{{< blocks/link-down color="info" >}}
{{< /blocks/cover >}}


Expand Down
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
baseURL = "/"
title = "Goldydocs"
title = "Rhyme"

# Language settings
contentDir = "content/en"
Expand Down Expand Up @@ -59,7 +59,7 @@ languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
title = "Goldydocs"
title = "Rhyme"
description = "A Docsy example site"

[languages.no]
Expand Down

0 comments on commit c7ec3ce

Please sign in to comment.