Line 1: | Line 1: | ||
{{WLC-Milwaukee/header}} | {{WLC-Milwaukee/header}} | ||
+ | <html> | ||
+ | <head lang="en"> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="x-ua-compatible" content="IE=edge; chrome=1"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | |||
+ | <!--IMPORT CSS--> | ||
+ | <link href="fonts.css" rel="stylesheet"> | ||
+ | <link href="main.css" rel="stylesheet"> | ||
+ | <!--IMPORT JQUERY--> | ||
+ | <script src="jquery.js.txt"></script> | ||
+ | |||
+ | <script> | ||
+ | //Include Header and Footer Files using jQuery | ||
+ | $(function(){ | ||
+ | $("#header").load("header.html"); | ||
+ | $("#footer").load("footer.html"); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <style> | ||
+ | .parts-table{ | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | border-collapse: collapse; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .parts-table th,td{ | ||
+ | text-align: left; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | |||
+ | .parts-table td{ | ||
+ | border-top: 1px solid #ccc; | ||
+ | } | ||
+ | |||
+ | .parts-table th{ | ||
+ | background-color: var(--primary-color); | ||
+ | color: white; | ||
+ | } | ||
+ | h3{ | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <!--PAGE TITLE--> | ||
+ | <title>WLC iGEM 2018 | Parts</title> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <!--BEGIN HEADER IMPORT--> | ||
+ | <div id="header"></div> | ||
+ | <!--END HEADER IMPORT--> | ||
+ | |||
+ | <div class="content"> | ||
+ | <!--CONTENT CONTAINER--> | ||
+ | <div class="container"> | ||
+ | <img alt="Parts" src="https://via.placeholder.com/1000x400"> | ||
+ | <h1>Parts</h1> | ||
+ | <p> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
+ | sed do eiucol-smod tempor incididunt ut labore et dolore magna aliqua. | ||
+ | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris | ||
+ | nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in | ||
+ | reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla | ||
+ | pariatur. Excepteur sint occaecat cupidatat non proident, sunt in | ||
+ | culpa qui officia deserunt mollit a nim id est laborum. | ||
+ | </p> | ||
+ | |||
+ | <!--New Parts table--> | ||
+ | <h3>New Parts</h3> | ||
+ | <table class="parts-table"> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <!--Old Parts table--> | ||
+ | <h3>Parts Used From Past Teams</h3> | ||
+ | <table class="parts-table"> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link<a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | <!--Characterized Parts table--> | ||
+ | <h3>Characterized Parts</h3> | ||
+ | <table class="parts-table"> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="#">a link</a></td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <!--END CONTENT CONTAINER--> | ||
+ | </div> | ||
+ | |||
+ | <!--BEGIN FOOTER IMPORT--> | ||
+ | <div id="footer"></div> | ||
+ | <!--END FOOTER IMPORT--> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
{{WLC-Milwaukee/footer}} | {{WLC-Milwaukee/footer}} |
Revision as of 04:24, 14 October 2018
Parts
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiucol-smod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit a nim id est laborum.
New Parts
Part Number | Type | Description | Length |
---|---|---|---|
a link | temp | temp | temp |
a link | temp | temp | temp |
Parts Used From Past Teams
Part Number | Type | Description | Length |
---|---|---|---|
a link | temp | temp | temp |
a link | temp | temp | temp |
a link | temp | temp | temp |
a link | temp | temp | temp |
Characterized Parts
Part Number | Type | Description | Length |
---|---|---|---|
a link | temp | temp | temp |
a link | temp | temp | temp |