Skip to content

Commit

Permalink
First commit to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbetebenner committed May 11, 2017
1 parent e97e16d commit 9981b1a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<title>Center for Assessment • Open by Design</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<link rel="icon" type="image/png" href="/public/favicon.png" sizes="16x16">
<style type="text/css">
.responsive-container {
position: relative;
width: 100%;
overflow: hidden;
}

.dummy {
padding-top: 50%; /* forces 1:1 aspect ratio */
}

.img-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
</style>
<div class="responsive-container">
<div class="dummy"></div>
<div class="img-container">
<img src="/public/CenterForAssessment_LOGO.svg" style="width: 60%;" />
</div>
</div>
</html>
38 changes: 38 additions & 0 deletions public/CenterForAssessment_LOGO.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 public/favicon.png
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 9981b1a

Please sign in to comment.