-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
21 lines (19 loc) · 956 Bytes
/
contact.html
File metadata and controls
21 lines (19 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: contact
title: Contact
permalink: /contact/
---
<div className="About">
<div className="text-center">
<h1>About <img className="Logo" src='/assets/img/searchx_logo.png' alt="SearchX Logo"/> </h1>
<div className="Info" >
<p>
SearchX is a collaborative search system developed by <a href="http://www.wis.ewi.tudelft.nl"> TU Delft's Web Information Systems group</a>.
If you have questions or issues please contact <a href="http://www.wis.ewi.tudelft.nl/moraes/">Felipe Moraes</a> at f.moraes@tudelft.nl.
</p>
<p> To setup SearchX for your own use check our <a href = "https://github.com/felipemoraes/searchx-frontend/"> frontend </a> and <a href = "https://github.com/felipemoraes/searchx-backend/"> backend </a> Github repositories!
</p>
</div>
<img className="TUDLogo" src='/assets/img/tud_logo.png' alt="TU Delft Logo"/>
</div>
</div>