Skip to content

Commit

Permalink
Lab3 added
Browse files Browse the repository at this point in the history
  • Loading branch information
everyonehatesvludd committed Nov 28, 2023
1 parent 8062b10 commit a679e84
Show file tree
Hide file tree
Showing 11 changed files with 691 additions and 24 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/studysite.iml → .idea/apthtc.dev.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 36 additions & 22 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added img/yt-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions labs.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@
}

</style>
<script>
function openMultipleFiles() {
window.open('tasks/lab_3.pdf', '_blank');
setTimeout(function () {
window.open('tasks/lab3_template.pdf', '_blank');
}, 75);
}
</script>
</head>

<body>
Expand Down Expand Up @@ -161,6 +169,11 @@
<td><a href="tasks/lab_2.pdf" target="_blank">Task 2</a></td>
<td><a href="pages/lab_2.html">Solution</a></td>
</tr>
<tr>
<td><a>19.05.2023</a></td>
<td><a href="#" onclick="openMultipleFiles();">Task 3</a></td>
<td><a href="pages/lab_3.html">Solution</a></td>
</tr>
</tbody>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/lab_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="lab_2.css">
<title>CSS Selectors Challenge</title>
<title>lab_2</title>
</head>
<body>
<header>
Expand Down
Loading

0 comments on commit a679e84

Please sign in to comment.