scala-news-reader
rss/atom news reader in scala
git clone https://9o.is/git/scala-news-reader.git
categories.html
(1848B)
1 <div>
2
3 <div data-lift="BlogWriterCategoriesSnip">
4 <h4>Choose Categories</h4>
5 <form data-lift="form.ajax?class=input-append">
6 <input id="category-input" placeholder="Submit New Category">
7 <input id="category-add" class="btn btn-primary">
8 </form>
9
10 <div id="chosen-categories" class="well">
11 <span class="help-block"> <small> It's important you
12 choose the appropriate categories that you write for this blog.
13 Our search engine and recommendations are based on categories so
14 choose wisely if you want to be found. </small>
15 </span>
16 <div class="inner"></div>
17 </div>
18 </div>
19
20 <h4>Introduction Video</h4>
21 <div id="intro-vid" class="well">
22 <span class="help-block"> Enter a Youtube video id to influence
23 people to follow you. If you don't provide one, you will lose search
24 ranking. Must be 30 seconds or less: </span> <span> <span
25 data-lift="BlogWriterVideoSnip"></span> <img class="yt"
26 src="https://s3.amazonaws.com/readmeans/img/yt95x40.png"> <span class="help-inline"><small>www.youtube.com/watch?v=<span
27 style="color: red">0Bmhjf0rKe8</span></small></span>
28 </span>
29 </div>
30
31 <h4>Primary Color</h4>
32 <div data-lift="BlogWriterColorSnip">
33 <div id="colorpicker-wrapper" class="well">
34 <span class="help-block"><small>Choose a color that
35 represents your category or blog theme. While people read your
36 articles, they will see this color. Color influences the reader's
37 mood so choose wisely!</small></span>
38
39 <div class="preview"></div>
40 <form data-lift="form.ajax?class=input-append">
41 <input id="hexVal" placeholder="hex color value" /> <input
42 id="hexVal-add" class="btn btn-primary">
43 </form>
44
45 <div class="colorpicker" style="display: none">
46 <canvas id="picker" width="300" height="300"></canvas>
47 </div>
48
49 </div>
50 </div>
51
52 </div>