-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refined about page to have links open in new tab
- Loading branch information
Showing
10 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 6,7 @@ | |
<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="/TripleDataProcessor/about.css" type="text/css"/> | ||
<link rel="stylesheet" href="/TripleDataProcessor/css/about.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> | ||
|
@@ -20,7 20,7 @@ <h1> Team </br> </br></h1> | |
<img id = "mithunpic" src="/TripleDataProcessor/images/mithun.jpeg" alt="Picture unavailable"> | ||
<p style = "text-align: center;">Backend Developer</p> | ||
<div class = "icons"> | ||
<a href = "https://www.linkedin.com/in/mithunvijayasekar/"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
<a href = "https://www.linkedin.com/in/mithunvijayasekar/" target="_blank"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
|
||
<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> | ||
|
@@ -32,7 32,7 @@ <h1> Team </br> </br></h1> | |
<img id = "wonheepic" src="/TripleDataProcessor/images/wonhee.jpg" alt="Picture unavailable"> | ||
<p>Frontend Developer & Data Engineer</p> | ||
<div class = "icons"> | ||
<a href = "https://www.linkedin.com/in/wonheep/"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
<a href = "https://www.linkedin.com/in/wonheep/" target="_blank"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
|
||
<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> | ||
|
@@ -42,7 42,7 @@ <h1> Team </br> </br></h1> | |
<img id = "nishantpic" src="/TripleDataProcessor/images/nishant.jpeg" alt="Picture unavailable"> | ||
<p> Frontend Developer & SysAdmin</p> | ||
<div class = "icons"> | ||
<a href = "https://www.linkedin.com/in/nishantchandrashekar/"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
<a href = "https://www.linkedin.com/in/nishantchandrashekar/" target="_blank"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
|
||
<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> | ||
|
@@ -52,7 52,7 @@ <h1> Team </br> </br></h1> | |
<img id = "saipic" src="/TripleDataProcessor/images/sailesh.jpeg" alt="Picture unavailable"> | ||
<p>Fullstack Developer</p> | ||
<div class = "icons"> | ||
<a href = "https://www.linkedin.com/in/saileshpatnala/"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
<a href = "https://www.linkedin.com/in/saileshpatnala/" target="_blank"> <i class="fa fa-linkedin-square" style="font-size:30px;color:#0077B5;"></i></a> | ||
|
||
<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> | ||
|
@@ -65,7 65,7 @@ <h1> Client </br> </br></h1> | |
<img id = "carlpic" src="/TripleDataProcessor/images/carl.jpg" alt="Picture unavailable"> | ||
<p>Director of Data and Digital Scholarship Department </br>Data & Digital Scholarship-Shields Library</p> | ||
<div class = "icons"> | ||
<a href = "https://www.library.ucdavis.edu/author/carl-stahmer/"> <i class="fa fa-address-book-o" style="font-size:30px;color:#0077B5;"></i></a> | ||
<a href = "https://www.library.ucdavis.edu/author/carl-stahmer/" target="_blank"> <i class="fa fa-address-book-o" style="font-size:30px;color:#0077B5;"></i></a> | ||
|
||
<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> | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,3 @@ | ||
* { | ||
font-family: 'Montserrat'; | ||
} |
File renamed without changes.
File renamed without changes.
Binary file added
BIN
2.23 MB
TripleDataProcessor/src/main/webapp/documents/Semantic Web User Guide.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters