Commit 8e7eda1557fff6c4861e57420494d6497595c226
- Diff rendering mode:
- inline
- side by side
swtr/static/css/swtmaker.css
(5 / 0)
  | |||
48 | 48 | display: none; | |
49 | 49 | } | |
50 | 50 | ||
51 | .jumbotron h1 { | ||
52 | font-size: 50px; | ||
53 | margin-bottom: 25px; | ||
54 | } | ||
55 | |||
51 | 56 | #sweet-list { | |
52 | 57 | margin-bottom: 10px; | |
53 | 58 | } |
swtr/templates/index.html
(32 / 6)
  | |||
3 | 3 | <head> | |
4 | 4 | <meta charset="utf-8"> | |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
6 | <title> swtr - the canonical sweet web app </title> | ||
6 | <title> CLink: Community Linked Open Cultuur Data </title> | ||
7 | 7 | ||
8 | 8 | <meta name="description" content="Sweet Maker, Social, Semantic, Web, Decentralized, Makes Sweet, Sweet Swagger, Swtr, swtr"> | |
9 | 9 | <link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet"> | |
… | … | ||
27 | 27 | <span class="icon-bar"></span> | |
28 | 28 | <span class="icon-bar"></span> | |
29 | 29 | </button> | |
30 | <a class="navbar-brand" href="#/home">swtr - the canonical swt web app</a> | ||
30 | <a class="navbar-brand" href="#/home"> | ||
31 | CLink: Community Linked Open Cultuur Data | ||
32 | </a> | ||
31 | 33 | </div> | |
32 | 34 | <!-- Collect the nav links, forms, and other content for toggling --> | |
33 | 35 | <div class="collapse navbar-collapse" id="swtr-navbar-collapse"> | |
… | … | ||
40 | 40 | <li> <a href="#/play" title="My Playarea"> | |
41 | 41 | <span class="glyphicon glyphicon-wrench"></span> | |
42 | 42 | </a></li> | |
43 | <li> <a href="#/linked-data" title="Linked Data"> | ||
44 | <span class="glyphicon glyphicon-globe"></span> | ||
45 | </a></li> | ||
46 | 43 | <li> <a href="#/search" title="Search External Sources"> | |
47 | 44 | <span class="glyphicon glyphicon-search"></span> | |
48 | 45 | </a></li> | |
46 | <li> <a href="#/linked-data" title="Linked Data"> | ||
47 | <span class="glyphicon glyphicon-globe"></span> | ||
48 | </a></li> | ||
49 | 49 | <li> <a id="sign-in" href="#" title=""> | |
50 | 50 | <span class="glyphicon glyphicon-user"></span> | |
51 | 51 | <span id="signinview"> Sign In </span> | |
… | … | ||
57 | 57 | ||
58 | 58 | <div id="swtr-root" class="container"> | |
59 | 59 | <div id="home-page" class="page"> | |
60 | |||
60 | <div class="jumbotron"> | ||
61 | <h1> CLink: Community Linked Open Cultuur Data </h1> | ||
62 | <p> | ||
63 | There are over 30 data sets in <a href="http://www.opencultuurdata.nl"> | ||
64 | Open Cultuur Data.</a> Using CLink, one can | ||
65 | bookmark, annotate, tag and discover the social enrichment of the data | ||
66 | by a community of interest. | ||
67 | </p> | ||
68 | <p> | ||
69 | CLink provides annotation and tagging of images that are searchable in | ||
70 | the <a href="http://www.opencultuurdata.nl">OCD</a> dataset and also | ||
71 | tagging and connecting to images that are outside the dataset. | ||
72 | The annotations/tags of a person are announced and made available for | ||
73 | other users who can further filter the users of interest and tags or | ||
74 | datasets of interest. | ||
75 | </p> | ||
76 | <p> | ||
77 | <a class="btn btn-info btn-lg" href="#/search">Start Searching and Tagging</a> | ||
78 | </p> | ||
79 | </div> | ||
80 | <footer> | ||
81 | <p>This app is part of the <a href="http://www.opencultuurdata.nl/challenge-english/"> | ||
82 | Open Cuultur Data challenge</a> | ||
83 | </p> | ||
84 | </footer> | ||
61 | 85 | </div> | |
62 | 86 | ||
63 | 87 | <div id="play-page" class="page"> |