Skip to content

Commit

Permalink
Remove file
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/WillemSleegers/statcheck-word

# Conflicts:
#	word-add-in.php
  • Loading branch information
WillemSleegers committed Aug 28, 2020
2 parents dad2f11 + 87e92a6 commit cef89a2
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions word-add-in.php
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&egrave;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>

0 comments on commit cef89a2

Please sign in to comment.