Skip to content

Commit

Permalink
I am a bird
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Feb 17, 2021
1 parent 85ccde9 commit 4cb4536
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
17 changes: 17 additions & 0 deletions elements/6-mainz_pdf.html
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
<!-- 6-mainz_pdf -->
<!DOCTYPE html>
<html>
<head>
<script src="../libs/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="../websites/mainz/style.css">
<style>
body {
background: white;
}
</style>
<base target="_parent">
</head>
<body>
<ul class="content" id="target"></ul>
<script>$('#target').load('../websites/mainz_pdf/mainz_pdf.htm #i_am_a_bird')</script>
</body>
</html>
6 changes: 4 additions & 2 deletions elements/7-mainz_bewerbung.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
<style>
body {
background: white;
margin: 5px;
max-width: 460px;
}
</style>
<base target="_parent">
</head>
<body>
<div class="el" id="target"></div>
<script>$('#target').load('../websites/mainz_bewerbung/mainz_bewerbung.htm .card-list--calender')</script>
<div class="content" id="target"></div>
<script>$('#target').load('../websites/mainz_bewerbung/mainz_bewerbung.htm .guy')</script>
</body>
</html>
2 changes: 1 addition & 1 deletion websites/mainz_bewerbung/mainz_bewerbung.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion websites/mainz_pdf/mainz_pdf.htm

Large diffs are not rendered by default.

0 comments on commit 4cb4536

Please sign in to comment.