-
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.
Merge branch 'master' of https://github.com/WillemSleegers/statcheck-word # Conflicts: # word-add-in.php
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> <html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="icon" href="../../favicon.ico"> | ||
<title>statcheck // web</title> | ||
<!-- Bootstrap core CSS --> | ||
<link href="./bs/css/bootstrap.min.css" rel="stylesheet"> | ||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<link href="./bs/ie10-viewport-bug-workaround.css" rel="stylesheet"> | ||
<!-- Custom styles for this template --> | ||
<link href="starter-template.css" rel="stylesheet"> | ||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<?php $pageid="word-add-in"; include 'navbar.php'; ?> | ||
<div class="container"> | ||
<div class="page-header" style="margin-top: 80px; border-bottom:0px;"> | ||
<h1>statcheck // MS Word add-in</h1> | ||
|
||
<h3>Coming soon: a statcheck add-in for MS Word!</h3> | ||
<p>Check your manuscript for statistical typos while you're writing.</p> | ||
<p><image src="screenshot.png" width="750px"/></p> | ||
|
||
<h3>Contact</h3> | ||
For questions about the statcheck Word add-in, contact <a href=https://willemsleegers.com>Willem Sleegers</a> or <a href=https://mbnuijten.com>Michèle Nuijten</a>. | ||
|
||
<h3>Privacy statement</h3> | ||
The statcheck MS Word add-in does not collect or transmit any user | ||
information or files. The add-in code is available on <a href=https://github.com/WillemSleegers/statcheck-word>GitHub</a>. | ||
|
||
</div> | ||
<?php include 'footer.php'; ?> | ||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
</body> </html> |