Skip to content

Commit

Permalink
HTML doc skeleton there #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancon committed Jun 4, 2021
1 parent e32bc9a commit 384b72a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/documentation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contextual Image Mapping Documentation</title>
<style>
body {
font-family: Tahoma;
}
a:link {
color: #E4572E
}
a:visited {
color: #76B041
}
</style>
</head>
<body>

<h1>Contextual Image Mapping</h1>

<h2>Table of Contents</h2>

<a href="quick_start.html">Quick Start</a><br>

<img src = "screenshots/completed_cim_project.png" alt = "A completed project." width=800 />

</body>
</html>
33 changes: 33 additions & 0 deletions docs/quick_start.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Quick Start</title>
<style>
body {
font-family: Tahoma;
}
a:link {
color: #E4572E
}
a:visited {
color: #76B041
}
</style>
</head>
<body>

<h1>Contextual Image Mapping</h1>

<h2>Table of Contents</h2>

<a href="documentation.html">Back to Main</a><br>

<h2>Quick Start</h2>

<p>
Coming soon.
</p>

</body>
</html>
Binary file added docs/screenshots/completed_cim_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 384b72a

Please sign in to comment.