|
|
Line 1: |
Line 1: |
− | {{TPHS_San_Diego/template_page_css_js}}
| |
| | | |
− | <html>
| |
− | <head>
| |
− | <title>TPHS IGEM Wiki</title>
| |
− | <style>
| |
− | header{
| |
− | background: url(http://cdn0.wideopenspaces.com/wp-content/uploads/2014/03/image043.jpg) no-repeat;
| |
− | background-size: cover;
| |
− | background-attachment: fixed;
| |
− | }
| |
− | </style>
| |
− | </head>
| |
− | <body>
| |
− | <header class = "title">
| |
− | <div class = "content_wrapper">
| |
− | Template
| |
− | </div>
| |
− | </header>
| |
− | <div class = "body_wrapper">
| |
− | <nav>
| |
− | <div id = "nav_content_wrapper">
| |
− | <ul>
| |
− | <li><a href = "#heading1">link 1</a></li>
| |
− | <li><a href = "#">link 2</a></li>
| |
− | <li><a href = "#">link 3</a></li>
| |
− | <li>
| |
− | <ul>
| |
− | <li><a href = "#">sublist link 4</a></li>
| |
− | <li><a href = "#">sublist link 5</a></li>
| |
− | <li><a href = "#">sublist link 6</a></li>
| |
− | </ul>
| |
− | </li>
| |
− | </ul>
| |
− | </div>
| |
− | </nav>
| |
− | <section>
| |
− | <h1 id = "heading1">
| |
− | Heading
| |
− | </h1>
| |
− | <p>
| |
− | Text text text...
| |
− | </p>
| |
− | <div class = "img_group">
| |
− | <img width = "300px" height = "300px" src = "https://i5.walmartimages.ca/images/Enlarge/580/6_r/875806_R.jpg"></img>
| |
− | <p>
| |
− | Caption: this is a banana!
| |
− | </p>
| |
− | </div>
| |
− | <p>
| |
− | More text...<br />
| |
− | More text...<br />
| |
− | More text...<br />
| |
− | More text...<br />
| |
− | More text...<br />
| |
− | More text...<br />
| |
− | More text...
| |
− | </p>
| |
− | </section>
| |
− | </div>
| |
− | <script>
| |
− | init();
| |
− | </script>
| |
− | </body>
| |
− | </html>
| |