File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 26
26
<link rel =" stylesheet" href =" {{ #relativePath @file.path " /assets/styles/font-awesome.min.css" }} {{ /relativePath }} " >
27
27
<link rel =" stylesheet" href =" {{ #relativePath @file.path " /assets/styles/themify-icons.css" }} {{ /relativePath }} " >
28
28
<link rel =" stylesheet" href =" {{ #relativePath @file.path " /assets/styles/bootstrap.css" }} {{ /relativePath }} " >
29
- <
link rel =" stylesheet" href =" https://unpkg.com/@coding-blocks/[email protected] .0 /dist/coding-blocks/app.min.css" >
29
+ <
link rel =" stylesheet" href =" https://unpkg.com/@coding-blocks/[email protected] .1 /dist/coding-blocks/app.min.css" >
30
30
<link rel =" stylesheet" href =" {{ #relativePath @file.path " /assets/styles/flexslider.css" }} {{ /relativePath }} " >
31
31
<link rel =" stylesheet" href =" {{ #relativePath @file.path " /assets/styles/theme-fire.css" }} {{ /relativePath }} " >
32
32
<link rel =" stylesheet" href =" {{ #relativePath @file.path " /assets/styles/custom.css" }} {{ /relativePath }} " >
Original file line number Diff line number Diff line change 28
28
</div >
29
29
</div >
30
30
</div >
31
+ <div class =" p-25 t-align-c d-md-none d-block" >
32
+ {{ #unless customContent }}
33
+ <div class =" font-5-5 bold" >{{{ heading }}} </div >
34
+ <div class =" mt-10" >{{{ subHeading }}} <br /> {{{ content }}} </div >
35
+ <div class =" mt-30" >
36
+ {{ #each button }}
37
+ {{ #if filled }}
38
+ <a class =" button-primary mr-20" href =" {{ link }} " target =" _blank" >{{ text }} </a >
39
+ {{ else }}
40
+ <a class =" button-primary mr-20" href =" {{ link }} " {{ #unless noNewTab }} target =" _blank" {{ /unless }} >
41
+ {{ text }}
42
+ </a >
43
+ {{ /if }}
44
+ {{ /each }}
45
+ </div >
46
+ {{ else }}
47
+ {{{ customContent }}}
48
+ {{ /unless }}
49
+ </div >
31
50
</div >
32
51
{{ /each }}
33
52
34
- <div class =" slideshow-container__navigation-dots position-absolute br d-md-block d-none"
35
- style =" z-index: 20; bottom: 50px; right: 80px;" >
53
+ <div class =" slideshow-container__navigation-dots" style =" z-index: 20;" >
36
54
{{ #each slides }}
37
55
<span class =" dot" onclick =" currentSlide({{ @index }} )" ></span >
38
56
{{ /each }}
You can’t perform that action at this time.
0 commit comments