Skip to content

Commit

Permalink
add new main content
Browse files Browse the repository at this point in the history
  • Loading branch information
chillkang committed Oct 3, 2023
1 parent 52cef45 commit 838bb9e
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 503 deletions.
12 changes: 12 additions & 0 deletions static/sass/_patterns_p-suru.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@mixin p-suru {
.p-suru--bottom-right {
background-image: url("#{$assets-path}a6474c5b-Suru%20top%20%20right%20angle.png");
background-position: bottom right;
background-repeat: no-repeat;
background-size: 200px 149px;

@media only screen and (min-width: $breakpoint-large) {
background-size: contain;
}
}
}
2 changes: 2 additions & 0 deletions static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ $breakpoint-navigation-threshold: $breakpoint-large;
@import 'custom/linkable-heading';
@import 'custom/case_studies';
@import 'custom/patterns_hero-tab';
@import "patterns_p-suru";

@include jaas-hero-tab;
@include jaas-p-strips;
@include p-suru;

// Homepage Card footer margin
.p-card.is-flex {
Expand Down
2 changes: 1 addition & 1 deletion templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{% endblock %}
</head>

<body>
<body class="is-paper">
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K9KCMZ"
height="0" width="0"
Expand Down
2 changes: 1 addition & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Join the community</h2>
</div>
<div class="row">
<div class="col-3">
<h2 class="p-heading--5">Juju</h2>
<h2 class="p-heading--5">JAAS</h2>
<ul class="p-list">
<li class="p-list__item">
<a href="https://jaas.ai/">What is JAAS?</a>
Expand Down
Loading

0 comments on commit 838bb9e

Please sign in to comment.