-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (83 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="assets/favicon.png" type="image/x-icon" />
<title>culturize</title>
</head>
<body>
<div class="body">
<header>
<h1>
<img class="logo" src="assets/logo.png" alt="header-illustratie" width="200">
<span class="hidden">culturize</span>
</h1>
</header>
<main>
<section class="header">
<div class="header-text">
<h2>The beauty of linked data</h2>
<p class="header-p">Culturize is a tool for museum administrators to gather and share information about their collection in a sustainable way. </p>
</div>
<img class="header-img" src="assets/header-img.png" alt="header-img" height="650">
</section>
<div class="container">
<form>
<a class="btn btn-1" href="https://github.com/osoc18/culturizeapp">see on GitHub</a>
</form>
</div>
<section class="w-question">
<article class="">
<img src="assets/illu-1.svg" alt="illustratie" width="300">
<h3 id="who">Who needs Culturize?</h3>
<p class="text-wq">Administrators and managers of small or medium collections of cultural heritage.</p>
</article>
<article class="">
<img src="assets/illu-2.svg" alt="illustratie" width="300">
<h3 id="what">What is Culturize?</h3>
<p class="text-wq">A program with which administrators can identify each piece of their collection persistenly on the web.</p>
</article>
<article class="">
<img src="assets/illu-3.svg" alt="" width="300">
<h3 id="why">Why use Culturize?</h3>
<p class="text-wq">To identify data on the web and share information about objects with your community.</p>
</article>
</section>
<section class="how">
<img src="assets/illu-4.png" alt="illustratie-img" height="500">
<div class="how-text">
<p class="text-how">With our tool you have control over the entire work-chain. Control does not mean you have to do everything yourself! You can decide to outsource any step of the process if you prefer to delegate. Here is a step by step guide on how to use the
‘culturize’ tool and more information about each of the 4 steps component.</p>
<a class="btn btn-1" href="https://github.com/oSoc18/culturizeapp/raw/master/doc/pdf/tutorial.pdf">download PDF tutorial</a>
</div>
</section>
</div>
<div class="container-pdf">
</div>
</main>
<footer>
<div class="footer-container">
<ul class="footer-team" >
<li class="team">Made with ♥ by </li>
<li>Bert Schoovaerts</li>
<li>Pierre Van Houtryve</li>
<li>Marie Devos</li>
<li>Milena Vergara Santiago</li>
<li>Brecht Van de Vyvere</li>
<li>Eveline Vlassenroot</li>
<li>Bert Lemmens</li>
<li>Alina Saenko</li>
</ul>
<div class="footer-logos">
<a href="http://2018.summerofcode.be/"><img class="footer-logo" src="assets/osoc.png" alt="osoc-logo"></a>
<a href="https://packed.be/"><img class="footer-logo" src="assets/packed.png" alt="packed-vzw-logo"></a>
<a href="https://www.vlaanderen.be/nl"><img class="footer-logo" src="assets/vlaamseoverheid.png" alt="vlaamse-overheid-logo"></a>
</div>
</div>
</footer>
</body>
</html>