This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (147 loc) · 3.36 KB
/
index.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<html>
<head>
<title>Picovico - KnowledgeBase</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Assistant|Lato" rel="stylesheet">
<style type="text/css">
body,html{
font-family: 'Assistant', sans-serif;
/*font-family: 'Roboto Slab', serif;*/
}
a{
color:#d32f2f;
text-decoration: none !important;
}
#fd-categories .panel{
border: none;
box-shadow: none;
}
#fd-categories .panel-body{
padding:1em 0;
}
footer{
color:#aaa;
padding:10em 0;
font-size: 0.8em;
}
.article{
/*margin: 1em;*/
/*padding:1em;*/
display: block;
/*border-left:5px solid #ccc;*/
font-size: 1.3em;
}
.article.answer{
/*border-left: 5px solid gray;*/
margin:1em;
padding:1em;
}
.expandthis.expanded{
display: block;
/*text-align: center;*/
/*padding:1em;*/
/*margin:1em;*/
/*background: #f9f9f9;*/
color:#d32f2f;
}
a.api{
display: block;
}
.articles .expanded-parent{
background: #f6f9ff;
border: 1px solid lightgray !important;
border-left: 5px solid lightgray !important;
}
.expandthis.expanded > a{
text-decoration: none;
color:#d32f2f;
font-size: 1.7em;
font-weight: bold;
}
.expanded-parent > p.cat-desc{
font-size: 1.4em;
/*text-align: center;*/
display: block;
/*background: #f7f7f7;*/
/*padding:1em;*/
}
.expanded > .question{
font-weight: normal;
font-size: 1.7em;
line-height: 1.7em;
border-bottom: 1px solid lightgray;
text-align: center;
color: #444;
padding:0.4em 0.4em 0.8em 0.4em;
/*font-family: 'Roboto Slab', serif;*/
font-family: 'Lato', sans-serif;
}
/*.expanded > .question::before{
font-weight: bold;
content: 'Question : ';
color: orange;
}*/
.folders > .list-group-item{
background: #f9f9f9;
}
.jumbotron{
background:white;
padding:5em 0 !important;
}
.jumbotron .logo{
display: none;
}
.jumbotron.cya{
padding-bottom:1em !important;
border-bottom: 1px solid #f7f7f7;
}
.jumbotron.cya *{
font-size: 1em;
}
.jumbotron.cya .logo{
display: block;
}
.attachment{
background: white;
margin-top: 5px;
padding: 5px;
display: block;
border-bottom:1px solid lightgray;
}
pre span.http-header{
color: navy;
}
pre span.url{
color: green;
font-weight:bold;
}
pre span.method{
color:maroon;
font-weight:bold;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="jumbotron">
<img class='logo pull-right' height=50 src='https://pv-creatives.s3.amazonaws.com/email-campaigns/mowgli/picovico-logo-only-x100.png' />
<h1 style="color:#d32f2f">Knowledge Base</h1>
<h2 style='text-transform:uppercase'>
Picovico - Convert photos into videos.
</h2>
</div>
<div id='fd-categories'>
</div>
<footer>
Knowledge Base Powered by <a href="https://picovico.freshdesk.com">Freshdesk API</a>
</footer>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/f4879550b1.js"></script>
<script src="js/app.js?v100.0.0"></script>
</body>
</html>