-
-
Notifications
You must be signed in to change notification settings - Fork 325
/
Copy path.markbot.yml
47 lines (43 loc) · 947 Bytes
/
.markbot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
repo: "hero-banner"
canvasCourse: "web-dev-1"
inherit:
- naming-restrict-live
- git-2
- html
- css
- box-sizing
- body-margin-0
- img-flex
- google-fonts
html:
- path: "index.html"
outline: false
has:
- ['link[href*="Open+Sans"]', 'The Google Font, `Open Sans` (regular, italic & bold) is missing']
- "div"
- "div img.img-flex"
- "div h2"
- "div p"
search:
- "Giant space moths invade Earth"
- "Our friendly giant, nuclear radiated lizard steps up to battle against the nefarious space moths"
- "placeholder-16by9\\.svg"
css:
- path: "css/main.css"
has:
- ['.banner']
search:
- "Open Sans"
- "position: relative"
- "position: absolute"
- "left:"
- "bottom:"
- "translate"
- "rgba\\("
- "max-height"
- "overflow: hidden"
screenshots:
- path: "index.html"
sizes:
650: 10
1400: 9