Skip to content

Commit

Permalink
search page finished and formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
wonheep committed Jun 6, 2018
1 parent 0619acf commit 3190be4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 28 deletions.
17 changes: 0 additions & 17 deletions TripleDataProcessor/src/main/webapp/background.css
Original file line number Diff line number Diff line change
@@ -1,17 0,0 @@
* {
background-color: #FFFFFF;
}

#main {
position: fixed;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}

p {
font-family: 'Montserrat';
font-size: x-large;
color: #012756;
text-align: center;
}
8 changes: 2 additions & 6 deletions TripleDataProcessor/src/main/webapp/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 6,14 @@
<meta name="viewport" content="width=device-width">

<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="background.css" type="text/css"/>
<link rel="stylesheet" href="/TripleDataProcessor/background.css" type="text/css"/>

</head>

<body>

<div id ="main">
<p id="description"> Ownership of this project is under </br> </br>Digital Scholarship Department of UC Davis Library </p>

</br> </br>

<p id= "email"> Please contact <b>Dr. Carl Stahmer</b>: <a href="mailto:[email protected]?Subject=Semantic Web Application Question" target="_top">[email protected] </a></p>
<p> temp </p>
</div>

</body>
Expand Down
19 changes: 17 additions & 2 deletions TripleDataProcessor/src/main/webapp/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 65,30 @@ h1 {
}

#disclaimer {
font-size: medium;
font-size: large;
}

img {
width: 30%;
width: 20%;
height: auto;
padding-bottom: 10px;
}

#myViafId {
border-radius: 6px 0 0 6px;
border: 1px solid #daaa00;
}

#nav {
padding-top: 20px;
position: absolute;
right: 0px;
top:0px;
}

#nav a{
font-size: large;
color: #012756;
font-weight: 400;
padding: 40px;
}
6 changes: 3 additions & 3 deletions TripleDataProcessor/src/main/webapp/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">

<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700" rel="stylesheet">

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" />

Expand Down Expand Up @@ -48,7 48,7 @@
<div id="container">

<div id = "nav">
<a href="http://www.yahoo.com">Background</a>
<a href="/TripleDataProcessor/background.html">Background</a>
<a href="/TripleDataProcessor/about.html">About Us</a>
<a href="/TripleDataProcessor/contact.html">Contact</a>
</div>
Expand Down Expand Up @@ -78,7 78,7 @@ <h1>Semantic Web Search</h1>

<div id="footer">
<img id = "logo" src="/TripleDataProcessor/images/librarylogo.png" alt="Picture unavailable"> </br>
<p id = "disclaimer" align="center"> All rights to the project belong to UC Davis Data Science Initiative. <br/> Please contact us to private or public use of this website.</p>
<p id = "disclaimer" align="center"> All rights to the project belong to UC Davis Data Science Initiative. <br/> Please <a href = "/TripleDataProcessor/contact.html">contact </a> us to private or public use of this website.</p>
</div>

</div>
Expand Down

0 comments on commit 3190be4

Please sign in to comment.