-
Notifications
You must be signed in to change notification settings - Fork 0
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
30 changed files
with
2,259 additions
and
3,398 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- 2-hfbk --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/hfbk/hfbk.css"> | ||
<style> | ||
#how-do { | ||
font-size: 32px; | ||
font-size: 1rem; | ||
line-height: 36px; | ||
line-height: 1; | ||
margin-top: 4px; | ||
margin-top: .25rem; | ||
width: 300px; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script>$('#target').load('/websites/hfbk/hfbk.htm #how-do')</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- 24-hbk_essen --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/hbk_essen/app.min.css"> | ||
<link rel="stylesheet" href="/websites/hbk_essen/full.1601020931.css"> | ||
<style> | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script> | ||
$('#target').load('/websites/hbk_essen/hbk_essen.htm .location-section') | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- 25-hbk_essen_bewerbung --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/hbk_essen_bewerbung/app.min.css"> | ||
<link rel="stylesheet" href="/websites/hbk_essen_bewerbung/foundation.min.css"> | ||
<style> | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script>$('#target').load('/websites/hbk_essen_bewerbung/hbk_essen_bewerbung.htm #bewerben')</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- 28-hbksaar_startseite #personen--> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/hbksaar_startseite/main.css"> | ||
<link rel="stylesheet" href="/websites/hbksaar_startseite/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/websites/hbksaar_startseite/responsive.css"> | ||
<style> | ||
#personen { | ||
color: #e30513; | ||
transition: all 0.5s; | ||
font-family: 'hbkkursiv', sans-serif; | ||
font-weight: 400; | ||
text-decoration: none; | ||
font-size: 18px!important; | ||
line-height: 26px!important; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script>$('#target').load('/websites/hbksaar_startseite/hbksaar_startseite.htm #personen')</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- 29-hbksaar_startseite #bewerbung--> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/hbksaar_startseite/main.css"> | ||
<link rel="stylesheet" href="/websites/hbksaar_startseite/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/websites/hbksaar_startseite/responsive.css"> | ||
<style> | ||
#bewerbung { | ||
background-color: #e30513; | ||
color: #fff; | ||
padding: 5px 10px; | ||
transition: all 0.2s ease-out; | ||
border-radius: 20px; | ||
font-weight: 400; | ||
text-decoration: none; | ||
transition: all 0.5s; | ||
font-family: 'hbkkursiv', sans-serif; | ||
font-style: italic; | ||
} | ||
#bewerbung:hover { | ||
background: black; | ||
color: white; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script>$('#target').load('/websites/hbksaar_startseite/hbksaar_startseite.htm #bewerbung')</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- 2-hfbk --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/hfbk/hfbk.css"> | ||
<style> | ||
.event-filter { | ||
width: 360px; | ||
border: 2.88px solid #f50000; | ||
border: 0.18rem solid #f50000; | ||
background-color: #f50000; | ||
color: #fff; | ||
border-radius: .25rem; | ||
font-size: 30px; | ||
font-size: 1.875rem; | ||
display: block; | ||
margin-bottom: 8px; | ||
margin-bottom: .5rem; | ||
padding: 6.4px 64px 3.2px 8px; | ||
padding: .4rem 4rem .2rem .5rem; | ||
} | ||
.event-filter:hover { | ||
background: white; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script>$('#target').load('/websites/hfbk/hfbk.htm #calendar')</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- bauhaus_news --> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js" | ||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="/websites/braunschweig/standard.css"> | ||
<style> | ||
body { | ||
text-align: left !important; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script> | ||
$('#target').load('/websites/braunschweig/braunschweig.htm #direkt-bewerbug') | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- bauhaus_news --> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js" | ||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="/websites/braunschweig/standard.css"> | ||
<style> | ||
body { | ||
text-align: left !important; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script> | ||
$('#target').load('/websites/braunschweig/braunschweig.htm #quicklinks') | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!-- halle__home --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/halle__home/main.css"> | ||
<link rel="stylesheet" href="/websites/halle__home/full.1601020931.css"> | ||
<style> | ||
html { | ||
pointer-events: none; | ||
} | ||
.mfp-wrap { | ||
pointer-events: all; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="mfp-wrap mfp-close-btn-in mfp-auto-cursor mfp-ready" tabindex="-1" style="overflow: hidden auto;"><div class="mfp-container mfp-s-ready mfp-inline-holder"><div class="mfp-content"><div class="buha-translation-info-popup"> | ||
<h1>English version</h1><p>Please note: not all the content is available in english. We are working on it.</p> | ||
<form> | ||
<label> | ||
<input type="checkbox" class="buha-translation-info-popup__keep-hidden-checkbox"> | ||
<span class="buha-translation-info-popup__keep-hidden-label">Do not show the message again</span> | ||
</label> | ||
</form> | ||
<a class="buha-translation-info-popup__dismiss-button" href="#">Ok</a> | ||
<button title="Close (Esc)" type="button" class="mfp-close">×</button></div></div><div class="mfp-preloader">Loading …</div></div></div> | ||
<div class="el" id="target"></div> | ||
<script> | ||
$('#target').load('/websites/halle__home/halle__home.htm .mfp-ready') | ||
$('.mfp-close').click(() => { | ||
$('.mfp-wrap').remove() | ||
}) | ||
$('.buha-translation-info-popup__dismiss-button').click(() => { | ||
$('.mfp-wrap').remove() | ||
}) | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- halle__home --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/halle__home/main.css"> | ||
<link rel="stylesheet" href="/websites/halle__home/full.1601020931.css"> | ||
<style> | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script> | ||
$('#target').load('/websites/halle__home/halle__home.htm .buha-super-news__item--3') | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- 70 fokwang .cp-calendar-wrapper --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- bauhaus_news --> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js" | ||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="/websites/folkwang/main.css"> | ||
<style> | ||
#target { | ||
width: 210px; | ||
} | ||
h5 { | ||
width: 129px; | ||
display: inline-block; | ||
text-align: center; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script> | ||
$('#target').load('/websites/folkwang/folkwang.htm .cp-calendar-wrapper') | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- halle_hochschule --><!-- 70 fokwang .cp-calendar-wrapper --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="/libs/jquery-3.5.1.min.js"></script> | ||
<link rel="stylesheet" href="/websites/folkwang/main.css"> | ||
<style> | ||
#target { | ||
width: 210px; | ||
} | ||
h5 { | ||
width: 129px; | ||
display: inline-block; | ||
text-align: center; | ||
} | ||
</style> | ||
<base target="_parent"> | ||
</head> | ||
<body> | ||
<div class="el" id="target"></div> | ||
<script>$('#target').load('/websites/folkwang/folkwang.htm .cp-calendar-wrapper')</script> | ||
</body> | ||
</html> |
Oops, something went wrong.