-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#893 Additional formatting for the ADSM site.
Added PDF databank, no PDF links currently added. All style changes conform to rules set in fontandcolorguide.pdf currently located in the gh-pages branch.
- Loading branch information
1 parent
a746629
commit 0bcfed6
Showing
3 changed files
with
41 additions
and
17 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
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,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>ADSM | A simulation of disease spread in livestock populations. Includes detection and containment simulation.</title> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet"> | ||
<link rel="stylesheet" href="stylesheet.css"> | ||
</head> | ||
<body> | ||
<div style="float: left; margin: 0% 10% 100% 10%; color: #00477f;" align="right"> | ||
<h1 style="margin-bottom: 0px;">ADSM</h1> | ||
<p style="margin-top: 0px;">Animal Disease Spread Model</p> | ||
</div> | ||
<div style="margin: 5% 10% 5% 0%;"> | ||
<h2>PDF Files</h2> | ||
<p>Below is a list of all provided PDF materials. Opened PDF files will open in a new tab.</p> | ||
<h3><a href="index.html">Return to Front Page</a></h3> | ||
<!--<li><a href="" target="_blank"></a></li>--> | ||
</div> | ||
</body> | ||
</html> |
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,14 @@ | ||
a { | ||
text-decoration: none; | ||
font-style: italic; | ||
color: #7cb9ff; | ||
} | ||
body, body * { | ||
font-family: 'Source Sans Pro', sans-serif; | ||
} | ||
h1 { | ||
font-size: 42pt; | ||
} | ||
li { | ||
padding-bottom: 20px; | ||
} |