Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to prod #309

Merged
merged 10 commits into from
Oct 18, 2024
3 changes: 1 addition & 2 deletions finish/src/main/webapp/check-balance-snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
-->
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/circuitBreakerSample/css/bankApp.css">
<link rel="stylesheet" href="/circuitBreakerSample/css/checkBalance.css">
<style>
Expand Down Expand Up @@ -60,4 +59,4 @@
timeout();
</script>
</body>
</html>
</html>
3 changes: 1 addition & 2 deletions finish/src/main/webapp/check-balance-success.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
-->
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/circuitBreakerSample/css/bankApp.css">
<link rel="stylesheet" href="/circuitBreakerSample/css/checkBalance.css">
</head>
Expand Down Expand Up @@ -39,4 +38,4 @@
</span>
</div>
</body>
</html>
</html>
10 changes: 8 additions & 2 deletions finish/src/main/webapp/css/bankApp.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Asap:300,400,500");
@font-face {
font-family: 'Asap';
font-style: normal;
font-stretch: 100%;
src: url("../../../../../fonts/Asap.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: BunueloLight;
Expand Down Expand Up @@ -97,4 +103,4 @@ body {
100% {
transform: rotate(360deg);
}
}
}
Binary file added fonts/Asap.woff2
Binary file not shown.
3 changes: 1 addition & 2 deletions html/check-balance-fail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<head>
<title>The system is down</title>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/guides/iguides-common/css/interactive-guides/bankApp.css">
<link rel="stylesheet" href="/guides/iguide-circuit-breaker/css/circuit-breaker/checkBalance.css">
<script type="text/javascript">
Expand Down Expand Up @@ -44,4 +43,4 @@
</div>
</main>
</body>
</html>
</html>
3 changes: 1 addition & 2 deletions html/check-balance-fallback-success.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<head>
<title>Get last known balance using Fallback</title>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/guides/iguides-common/css/interactive-guides/bankApp.css">
<link rel="stylesheet" href="/guides/iguide-circuit-breaker/css/circuit-breaker/checkBalance.css">
<style>
Expand Down Expand Up @@ -72,4 +71,4 @@
timeout();
</script>
</body>
</html>
</html>
3 changes: 1 addition & 2 deletions html/check-balance-success.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<head>
<title>Your account - Current balance</title>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/guides/iguides-common/css/interactive-guides/bankApp.css">
<link rel="stylesheet" href="/guides/iguide-circuit-breaker/css/circuit-breaker/checkBalance.css">

Expand Down Expand Up @@ -55,4 +54,4 @@
</div>
</main>
</body>
</html>
</html>
3 changes: 1 addition & 2 deletions html/check-balance-wait.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<head>
<title>Processing request</title>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/guides/iguides-common/css/interactive-guides/bankApp.css">
<link rel="stylesheet" href="/guides/iguide-circuit-breaker/css/circuit-breaker/checkBalance.css">
</head>
Expand All @@ -30,4 +29,4 @@
<div id="loader" class="loader"></div>
</main>
</body>
</html>
</html>
3 changes: 1 addition & 2 deletions html/page-not-found.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<html lang="en">
<head>
<title>Requested page not found</title>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link rel="stylesheet" href="/guides/iguides-common/css/interactive-guides/bankApp.css">

<script type="text/javascript">
Expand All @@ -38,4 +37,4 @@
<p data-externalizedString="PAGENOTFOUND"></p>
</main>
</body>
</html>
</html>
Loading