Skip to content

Commit

Permalink
lab2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonVadimon authored Feb 28, 2022
1 parent 9ca7ebb commit e966227
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 120
trim_trailing_whitespace = true
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thmoon Frontend</title>
<style>
a {
display: block;
}
</style>
</head>

<body style="margin: 40px">
<a href="./lab1/">Лабораторная #1</a>
<a href="./lab2/">Лабораторная #2</a>
<br />
</body>
</html>
12 changes: 12 additions & 0 deletions lab2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lab2</title>
</head>
<body>

</body>
</html>
5 changes: 3 additions & 2 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Товарищ, твой PR - твоя гордость!

- [ ] Убедись, что все тесты прошли успешно.
- [ ] Убедись, что поднялся vercel с твоей работой и бот написал тебе коментарий в пре со ссылкой.
- [ ] Проверь, что Pull Request таргетоирован в ТВОЙ ФОРКНУТЫЙ master
- [ ] Заполни отчет по лабораторной работе в Google форме
- [ ] Улыбнись, ведь ты приобрел новые навыки)
Expand All @@ -9,6 +10,6 @@

После того, как ты заполнишь отчет по лабе, мы поревьюим его, и напишем комментарии к коду, если будут вопросы.

Когда ты увидишь коментарий "Все ОК, мержи", можешь смержить PR.
Когда ты увидишь зеленую галочку от нас на пре, можешь смержить PR.

- [ ] Ты увидел "Все ОК, мержи"?
- [ ] Ты увидел зеленую галочку от нас на пре?

0 comments on commit e966227

Please sign in to comment.