Commit 8e7eda1557fff6c4861e57420494d6497595c226

Change branding

  - Change branding and content to be OCD specific.
  • Diff rendering mode:
  • inline
  • side by side

swtr/static/css/swtmaker.css

48 display: none;48 display: none;
49}49}
5050
51.jumbotron h1 {
52 font-size: 50px;
53 margin-bottom: 25px;
54}
55
51#sweet-list {56#sweet-list {
52 margin-bottom: 10px;57 margin-bottom: 10px;
53}58}

swtr/templates/index.html

3 <head>3 <head>
4 <meta charset="utf-8">4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">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>
77
8 <meta name="description" content="Sweet Maker, Social, Semantic, Web, Decentralized, Makes Sweet, Sweet Swagger, Swtr, swtr">8 <meta name="description" content="Sweet Maker, Social, Semantic, Web, Decentralized, Makes Sweet, Sweet Swagger, Swtr, swtr">
9 <link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">9 <link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
27 <span class="icon-bar"></span>27 <span class="icon-bar"></span>
28 <span class="icon-bar"></span>28 <span class="icon-bar"></span>
29 </button>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 </div>33 </div>
32 <!-- Collect the nav links, forms, and other content for toggling -->34 <!-- Collect the nav links, forms, and other content for toggling -->
33 <div class="collapse navbar-collapse" id="swtr-navbar-collapse">35 <div class="collapse navbar-collapse" id="swtr-navbar-collapse">
40 <li> <a href="#/play" title="My Playarea">40 <li> <a href="#/play" title="My Playarea">
41 <span class="glyphicon glyphicon-wrench"></span>41 <span class="glyphicon glyphicon-wrench"></span>
42 </a></li>42 </a></li>
43 <li> <a href="#/linked-data" title="Linked Data">
44 <span class="glyphicon glyphicon-globe"></span>
45 </a></li>
46 <li> <a href="#/search" title="Search External Sources">43 <li> <a href="#/search" title="Search External Sources">
47 <span class="glyphicon glyphicon-search"></span>44 <span class="glyphicon glyphicon-search"></span>
48 </a></li>45 </a></li>
46 <li> <a href="#/linked-data" title="Linked Data">
47 <span class="glyphicon glyphicon-globe"></span>
48 </a></li>
49 <li> <a id="sign-in" href="#" title="">49 <li> <a id="sign-in" href="#" title="">
50 <span class="glyphicon glyphicon-user"></span>50 <span class="glyphicon glyphicon-user"></span>
51 <span id="signinview"> Sign In </span>51 <span id="signinview"> Sign In </span>
5757
58 <div id="swtr-root" class="container">58 <div id="swtr-root" class="container">
59 <div id="home-page" class="page">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 </div>85 </div>
6286
63 <div id="play-page" class="page">87 <div id="play-page" class="page">