Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBressan committed Dec 16, 2016
2 parents 81eb975 + 06a1472 commit a4479b7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 16/12/2016

v0.1.0 - Add temporary landing page
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<html>
<head>
<title>Le comtois du web</title>
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<style>
body {
background-color: #e7e6e6;
}

.layout {
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}

.layout .container {
align-self: center;
font-family: 'Dosis', sans-serif;
font-size: 1.8rem;
max-width: 400px;
text-align: center;
}

.layout .container img {
object-fit: contain;
width: 100%;
}
</style>
</head>
<body>
<div class="layout">
<div class="container">
<img src="logo.png" alt="logo" />
<p>
Concrétisez vos projets d'innovation web et mobile
</p>
</div>
</div>
</body>
</html>
Binary file added logo.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 a4479b7

Please sign in to comment.