Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #532 from mulesoft/update-fonts
Browse files Browse the repository at this point in the history
Update dist fonts
  • Loading branch information
carowright authored Oct 5, 2018
2 parents 7289bd3 + 097eac7 commit 1671d21
Show file tree
Hide file tree
Showing 32 changed files with 458 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dist/authentication/oauth1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<script type='text/javascript'>
function getVariable(string, variable) {
var vars = string.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
if (decodeURIComponent(pair[0]) == variable) {
return decodeURIComponent(pair[1]);
}
}

return undefined;
}

function getQueryVariable(variable) {
var query = window.location.search.substring(1);
return getVariable(query, variable);
}

var result = {
token: getQueryVariable('oauth_token'),
verifier: getQueryVariable('oauth_verifier')
};

window.opener.RAML.authorizationSuccess(result);
window.close();
</script>
</head>
<body>
</body>
</html>
11 changes: 11 additions & 0 deletions dist/authentication/oauth2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<script type='text/javascript'>
window.opener.oauth2Callback(window.location.href);
window.close();
</script>
</head>
<body>
</body>
</html>
Binary file added dist/fonts/FontAwesome.otf
Binary file not shown.
Binary file added dist/fonts/Lato-Black.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Black2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-BlackItalic.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-BlackItalic2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Blak.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Blak2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Bold.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Bold2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-BoldItalic.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-BoldItalic2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Hairline-Italic.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Hairline-Italic2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Hairline.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Hairline2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Italic.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Italic2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Light.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Light2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-LightItalic.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-LightItalic2.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Regular.woff2
Binary file not shown.
Binary file added dist/fonts/Lato-Regular2.woff2
Binary file not shown.
Binary file added dist/fonts/Source-Code-Pro-2.woff2
Binary file not shown.
Binary file added dist/fonts/Source-Code-Pro.woff2
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.eot
Binary file not shown.
414 changes: 414 additions & 0 deletions dist/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added dist/img/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1671d21

Please sign in to comment.