-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
7,251 additions
and
1,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,11 @@ | |
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<title>Anmeldung fehlgeschlagen</title> | ||
<link rel="stylesheet" href="stylesheets/app.css" /> | ||
<script src="javascripts/vendor/custom.modernizr.js"></script> | ||
<link rel="stylesheet" href="../../stylesheets/app.css" /> | ||
<script src="../../javascripts/vendor/custom.modernizr.js"></script> | ||
<style type="text/css"> | ||
.icon{height: 40px; margin-right:5px;} | ||
c</style> | ||
</head> | ||
<body> | ||
|
||
|
@@ -18,21 +21,23 @@ | |
|
||
<ul class="title-area"> | ||
<li class="name"> | ||
<h1 class="hide-for-small"><a href="index.html">Edirom-Summer-School 2013</a></h1> | ||
<h1 class="show-for-small"><a href="index.html">ESS 2013</a></h1> | ||
<h1 class="hide-for-small"><a href="../index.html"><img src="img/ESS2014_icon.png" class="icon"/>Edirom-Summer-School 2014</a></h1> | ||
<h1 class="show-for-small"><a href="../index.html">ESS 2014</a></h1> | ||
</li> | ||
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li> | ||
</ul> | ||
|
||
<section class="top-bar-section"> | ||
<ul class="right"> | ||
<li><a href="programm.html">Programm</a></li> | ||
<li><a href="programm.html">Programm 2014</a></li> | ||
<li class="divider"></li> | ||
<li><a href="veranstaltungsort.html">Veranstaltungsort</a></li> | ||
<li class="divider"></li> | ||
<li><a href="partner.html">Partner</a></li> | ||
<li class="divider"></li> | ||
<li><a href="registrierung.html">Registrierung</a></li> | ||
<li class="divider"></li> | ||
<li><a href="programm2013.html">ESS 2013</a></li> | ||
</ul> | ||
</section> | ||
</nav> | ||
|
@@ -49,7 +54,7 @@ <h1 class="show-for-small"><a href="index.html">ESS 2013</a></h1> | |
|
||
<div class="large-6 large-centered columns" role="content"> | ||
<h2>Anmeldung fehlgeschlagen</h2> | ||
<p>Ups, leider ist bei der Anmeldung etwas schiefgegangen. Sollte der Fehler erneut auftreten, informieren Sie uns bitte mit einer E-Mail an <img src="img/email-stadler.png" alt="stadler at edirom punkt de"/>.</p> | ||
<p>Entschuldigung! Leider ist bei der Anmeldung etwas schiefgegangen. Sollte der Fehler erneut auftreten, informieren Sie uns bitte mit einer E-Mail an <a href="mailto:[email protected]">ess@edirom.de</a>.</p> | ||
|
||
<!-- End Main Content --> | ||
|
||
|
@@ -66,7 +71,7 @@ <h2>Anmeldung fehlgeschlagen</h2> | |
<hr /> | ||
<div class="row"> | ||
<div class="small-12 columns text-center"> | ||
<p><a href="impressum.html">Impressum</a></p> | ||
<p><a href="../impressum.html">Impressum</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -75,12 +80,12 @@ <h2>Anmeldung fehlgeschlagen</h2> | |
|
||
<!-- Check for Zepto support, load jQuery if necessary --> | ||
<script> | ||
document.write('<script src=javascripts/vendor/' | ||
document.write('<script src=../../javascripts/vendor/' | ||
+ ('__proto__' in {} ? 'zepto' : 'jquery') | ||
+ '.js><\/script>'); | ||
</script> | ||
<script src="javascripts/foundation/foundation.js"></script> | ||
<script src="javascripts/foundation/foundation.topbar.js"></script> | ||
<script src="../../javascripts/foundation/foundation.js"></script> | ||
<script src="../../javascripts/foundation/foundation.topbar.js"></script> | ||
<script> | ||
$(document).foundation(); | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.