Skip to content

Commit

Permalink
validated all css and html files, cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
wonheep committed Jun 6, 2018
1 parent 2d55cfe commit f16bc5a
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 9 deletions.
4 changes: 4 additions & 0 deletions TripleDataProcessor/src/main/webapp/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 14,9 @@

<body>

<a id = "back" href = "/TripleDataProcessor/search.html"><i class="fa fa-arrow-circle-o-left" style="font-size:50px;font-weight:500;color:#3B5998;"></i></a>

<div id= "big">

<h1> Team </br> </br></h1>
<div id = "container">
Expand Down Expand Up @@ -70,6 73,7 @@ <h1> Client </br> </br></h1>

<a href="mailto:[email protected]?Subject=Semantic Web Application Question" target="_top"> <i class="fa fa-envelope" aria-hidden="true" style="font-size:30px;color:black;"></i></a>
</div>
</div>

</body>
</html>
2 changes: 1 addition & 1 deletion TripleDataProcessor/src/main/webapp/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 14,9 @@
</head>

<body>
<a id = "back" href = "/TripleDataProcessor/search.html"><i class="fa fa-arrow-circle-o-left" style="font-size:50px;font-weight:500;color:#3B5998;"></i></a>

<div id = "main">

<h1> Background </h1>

<h2> </br>Introduction </h2>
Expand Down
6 changes: 6 additions & 0 deletions TripleDataProcessor/src/main/webapp/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 9,16 @@

<link rel="stylesheet" href="/TripleDataProcessor/css/contact.css" type="text/css"/>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

</head>

<body>

<a id = "back" href = "/TripleDataProcessor/search.html"><i class="fa fa-arrow-circle-o-left" style="font-size:50px;font-weight:500;color:#3B5998;"></i></a>

<a href = "/TripleDataProcessor/search.html"><i class="fa fa-arrow-circle-o-lef" style="font-size:50px;color:#333;"></i> </a>

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

Expand Down
11 changes: 9 additions & 2 deletions TripleDataProcessor/src/main/webapp/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 14,7 @@ p {
color: #012756;
}

body {
#big {
position: fixed;
top: 50%;
left: 50%;
Expand Down Expand Up @@ -61,4 61,11 @@ a {

p {
text-align: center;
}
}

#back {
position: absolute;
left:0;
top:0;
padding:20px;
}
11 changes: 6 additions & 5 deletions TripleDataProcessor/src/main/webapp/css/background.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 49,9 @@ h2 {
padding-right: 15px;
}

#disclaimer {
font-style: italic;
text-align: center;
bottom: 0;
}
#back {
position: absolute;
left:0;
top:0;
padding:20px;
}
7 changes: 7 additions & 0 deletions TripleDataProcessor/src/main/webapp/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 15,10 @@ p {
color: #012756;
text-align: center;
}

#back {
position: absolute;
left:0;
top:0;
padding:20px;
}
2 changes: 1 addition & 1 deletion TripleDataProcessor/src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">

<head>
<title>Index</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit f16bc5a

Please sign in to comment.