Documentation Update
- Add Logo & Design section
This commit is contained in:
BIN
Assets/logo.png
Normal file
BIN
Assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
Assets/logo_with_name.png
Normal file
BIN
Assets/logo_with_name.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@@ -3,12 +3,23 @@
|
|||||||
<head>
|
<head>
|
||||||
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
<script language="javascript" type="text/javascript" src="Templates/header.txt"></script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
table td {
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
table img {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<title>Documentation</title>
|
<title>Documentation</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<a href="index.html"><b>Home</b></a>
|
<a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
|
||||||
<div class="subnav">
|
<div class="subnav">
|
||||||
<button class="subnavbtn"><b>About ▼</b></button>
|
<button class="subnavbtn"><b>About ▼</b></button>
|
||||||
<div class="subnav-content">
|
<div class="subnav-content">
|
||||||
@@ -90,10 +101,24 @@
|
|||||||
<a href="https://www.uvm.edu/~bnelson/computer/javascript/pageheadersandfooters.html" target="_blank">Page Headers And Footers</a>.
|
<a href="https://www.uvm.edu/~bnelson/computer/javascript/pageheadersandfooters.html" target="_blank">Page Headers And Footers</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1>Color Scheme</h1>
|
<h1>Logo & Design</h1>
|
||||||
|
<h2>Color Scheme</h2>
|
||||||
<p>
|
<p>
|
||||||
I used the color scheme outlined in <a href="https://vpcomm.umich.edu/brand/style-guide/design-principles/colors" target="_blank">University of Michigan - Style Guide: Colors</a>.
|
I used the color scheme outlined in <a href="https://vpcomm.umich.edu/brand/style-guide/design-principles/colors" target="_blank">University of Michigan - Style Guide: Colors</a>
|
||||||
|
when choosing colors for the various elements of my website such as navbar background, text color, background color, etc.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Logo</h2>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../Assets/logo_with_name.png"></td>
|
||||||
|
<td><img src="../Assets/logo.png"></td>
|
||||||
|
<td>
|
||||||
|
I designed my logo for free on <a href="https://hatchful.shopify.com/" target="_blank">hatchful</a>. My main purpose for this was to have a nice looking
|
||||||
|
favicon for my website on browsers as well as for the home page icon in the navbar.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<h1>Inspiration</h1>
|
<h1>Inspiration</h1>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user