forked from joaool/MotherGithub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testSite.html
70 lines (67 loc) · 2.49 KB
/
testSite.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
</head>
<body class="claro Mother">
<div id="header-container">
<div id="header">
<div id="before-logo">
<section>.</section>
</div>
<div id="logo-container">
<div id="logo">
<a href="#"><img src="images/motherlogo211.jpg" /></a>
</div>
</div>
<div id="after-logo">
<section></section>
</div>
</div>
</div>
<div id="subheader-container">
<div id="subheader">
<div id="before-nav">
<section></section>
</div>
<div id="nav_container">
<section></section>
<!--http://bootswatch.com/-->
<ul id="bootSnav" class= "nav nav-tabs" > <!-- the pills effect (blue pill) vs the the tabs effect: "nav nav-pillx", "nav nav-tabs", "nav nav-pills" "nav nav-pills nav-stacked span2"-->
<!--
<li><a href="#"><i class="icon-home icon-white"></i>Home</a></li>
<li><a href="#"><i class="icon-picture icon-black"></i>About Us</a></li>
<li><a href="#">Feedback1</a></li>
<li><a href="#">Feedback2</a></li>
<li><a href="#">Feedback3</a></li>
<li class="active"><a href="#"><i class="icon-tags icon-black"></i>About</a></li>
<li><a href="#">Feedback4</a></li>
<li><a href="#"><i class="icon-share icon-black"></i>Feedback5</a></li>
<li><a href="#">Contact</a></li>
<!-->
<li><a href="http://www.w3schools.com"><i class="icon-home icon-white"></i>Home</a></li>
<li class="active"><a href="http://www.oracle.com"><i class="icon-tags icon-white"></i>About Us</a></li>
<li><a href="http://www.microsoft.com"><i class="icon-user icon-white"></i>Contacts</a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div id="after-nav">
<section></section>
</div>
</div>
</div>
<div id="working-container">
<p></p>
</div>
<div id="footer">
<section>F</section>
</div> <!--
http://www.myinkblog.com/coding-website-header-navigation/
<h1 id="header-bar" class="skin" style="text-align:left; font-family:arial;font-size:24px; color:white;background:black;" img scr="images/motherlogo.jpg" alt="ligth blue button">Mother Builder</h1>
-->
<!-- themeforest admintasia
<p> align="text-align:center" background="images/motherlogo.jpg" >This is Mother Builder</p>
<p> This is a paragraph of Mother Builder</p>
<link rel="icon" type="image/jpg" href="images/motherlogo.jpg" />
<img scr="images/motherlogo.jpg" height="40" width="100"/>
-->
<!--<script src="Mother1/bootstrap.js"></script> -->
</body>
</html>