Skip to content

Instantly share code, notes, and snippets.

@skluck
Last active April 11, 2017 19:12
Show Gist options
  • Save skluck/9343209a6198e94b09dbd6eddf1d2efa to your computer and use it in GitHub Desktop.
Save skluck/9343209a6198e94b09dbd6eddf1d2efa to your computer and use it in GitHub Desktop.
frontier logo
<html>
<head>
<style>
img { width: 750px; }
h1 { margin: 1em 0; border-top: 3px solid #555; border-bottom: 3px solid #555; color: #555; font-family: sans-serif; text-transform: uppercase; }
hr { margin: 2em 0; }
</style>
</head>
<body>
<div>
<h1>Primary</h1>
<img src="logo.svg">
<hr>
<img src="logo-inverse.svg">
<h1>Prefixed</h1>
<img src="logo-prefix.svg">
<hr>
<img src="logo-prefix-inverse.svg">
<h1>Tall</h1>
<img src="logo-tall.svg">
<hr>
<img src="logo-tall-inverse.svg">
</div>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment