little presentation improvments

* style.css: backgrounds don't really need
transitions.

* App.master: Removes a duplicated link to contact form

* parallax.js: enforce responsivity on small devices
supporting orientation capture.
This commit is contained in:
Paul Schneider 2015-10-25 12:45:43 +01:00
commit 1e8fe62e23
4 changed files with 18 additions and 5 deletions

View file

@ -86,7 +86,6 @@ Yavsc.notice('<%=note%>');
<% } else { %>
<a class="thanks" href="<%=link.Url%>"><%= link.Text %></a>
<% }} %>
<%= Html.ActionLink("Formulaire de contact","Contact","Home") %>
</footer><div class="modal"></div>
</body>
</html>