html

<html>
<head>

<style type="text/css">
#top1
{
    background-image:url(img/nav-top-clouds.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}
#top2
{
    background-image:url(img/h-bg-bottom.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 250px;
}
#logo
{
    background-image:url(img/tugboat-logo.gif);
    background-repeat: no-repeat;
    width: 900px;
    height: 29px;
    position: absolute;
    background-position: 150px 0px;
}
p.word
{
    color:rgb(255,255,0);
    margin-left: 650px;
    font-family: Consolas;
    font-size:10px;
    letter-spacing: 2px;
}
</style>

</head>

<body>
    <div id = "top">
        <div id = "top1">
        </div>
        <div id = "top2">
            <div id = "logo">
            <p class="word"><b>PULLING YOU ALONG SINCE 2009</b></p>
            </div>
            <hr style="width:2px;height:100px; "></hr>
        </div>
    </div>
</body>

</html>

 

<html>
<head>

<style type="text/css">

#header
{
    width:100%;
    height:186px;
}

#header_bg
{
    background-image:url(img/nav-top-clouds.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}
#header_bg2
{
    background-image:url(img/h-bg-bottom.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 130px;
    background-color: #51463d;
}
#logo
{
    background-image:url(img/tugboat-logo.gif);
    background-repeat: no-repeat;
    width: 80%;
    height: 29px;
    float:left;
    margin-left:20%;
    margin-top:20px;
}

#boat
{
    background-image:url(img/tugboat.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    width : 100px;
    height: 100px;
    float:right;
    margin-right: 13%;
}

p.word
{
    color:rgb(255,255,0);
    float:right;
    margin-right: 25%;
    margin-left:50%;
    font-family: Consolas;
    font-size:10px;
    letter-spacing: 2px;
}
.more
{
    text-align:center;
    color:rgb(183,160,132);
    font-family: Consolas;
    padding:0;
}
.date
{
    font-family: Consolas;
}
.date2
{
    font-family: Times;
}
.title
{
    font-family: Consolas;
    color: rgb(160,0,0);
    margin-left : 20px;
    padding-top : 15px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
}

nav
{
    float:left;
    width:100%;
    margin-top:10px;
}

ul.a
{
    color: rgb(255,255,255);
    font-family: Consolas;
    font-size:17px;
    letter-spacing: 4px;
    margin-left:20%;
    padding:0;
}
.b
{
    color: rgb(0,0,0);
    font-size:14px;
    padding:0px;
    letter-spacing: 0;
    margin-top:5px;
}
.mg
{
    padding:0;
    margin:0;
}

li
{
    list-style:none;
    float:left;
    margin-right:65px;
}
.mg
{
    list-style:none;
    float:left;
    margin-right:35px;
}
.ti
{
    list-style:none;
    float:left;
    margin-left:5%;
}

body
{
    background-color : rgb(243,242,232);
    height: 100%;
    width: 100%;
}

#main
{
    width: 90%;
    height: 90%;
    clear: left;
}

#main_left
{
    width: 50%;
    height: 90%;
    background-color : rgb(255,255,255);
    margin-left:20%;
    float:left;
    min-width:300px;
}

#main_right
{
    width: 30%;
    height: 90%;
    background-color : rgb(0,255,0);
    margin-left:72%;
    min-width:300px;
}

#inp
{
    width: 100%;
    height: 100px;
}

form,p
{

}
.one
{
    border-style : solid;
    border-top-width: 15px;
    border-right-width: 50px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    width: 100%;
    height: 70px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
    float:left;
    margin-top:15px;
}

#sub
{
    background:url(img/cup.png) right no-repeat;
    width:59px;
    height:81px;
    border:none;
    no-repeat;
    float:left;
    position:absolute;
    margin-left : 40%;
    margin-bottom:10px;
}

#tg
{
    height : 20px;
    width: 200px;
    float:right;
}

h2
{
    font-family: Times;
    color: rgb(96,75,64);
    margin-bottom:5px;
}
.subti
{
    font-family: Times;
    color: rgb(166,73,67);
    margin-bottom:5px;
    font-size:26px;
    margin-bottom:5px;
}

#dv 
{
    height:1px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

#dv2
{
    height:2px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

img.border
{
    height:180px;
    width: 240px;
    display: block;
    position: relative;
    border-style : solid;
    border-width: 15px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
}

#ig
{
    width :100%;
    height: 200px;
    padding-bottom:10px;
}

#ig2
{
    width :100%;
    height: 300px;
    padding-bottom:10px;
    min-width:700px;
}

#date
{
    width:40%;
    height:0px;
    float:left;
}

#date2
{
    width:50%;
    height:50px;
    margin-left : 40%;
    float:left;
}

#menu
{
    width:70%;
    height:300px;
    background-color: rgb(255,255,255);
}

</style>

</head>

<body>
    <div id = "header">
        <div id = "header_bg">
        </div>
        <div id = "header_bg2">
            <div id = "logo">
            <p class="word"><b>PULLING YOU ALONG SINCE 2009</b></p>
            </div>
            <nav>
                <ul class = "a">
                <li><a>HOME</a>
                    <ul class = "b">
                    <li><a>News and Trends</a></li>
                    </ul>
                </li>
                <li class="ti"><a>OUR COFFEE</a>
                    <ul class = "b">
                    <li><a>Handcrafted Beans</a></li>
                    </ul>
                </li>
                <li class="ti"><a>STORE</a>
                    <ul class = "b">
                    <li><a>Shop Online</a></li>
                    </ul>
                </li>
                <li class="ti"><a>ABOUT</a>
                    <ul class = "b">
                    <li><a>Company Info</a></li>
                    </ul>
                </li>
                </ul>
                <div id = "boat">
                </div>
            </nav>
        </div>
    </div>
    
    <div id = "main">
    
    <div id = "main_left">
        <div id = "inp">
            <form action="form_action.asp" method="get">
              <input class = "one" type="text" name="content" />
              <div id = "sub"></div>
            <div id = "tg">
                <img src= "img\icon-toggle.gif" >
                <a class="more" <b>Advanced Options</b></a>
            </div>
        </div>
        <h2>This Week's Specials</h2>
        <div id="dv"></div>
        <br/>
        <div id="ig">
        <ul class = "mg">
           <li class="mg"><img class = "border" src="img\boat.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\ropes.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\fame.jpg" alt="" ></li>
        </ul>
        </div>
        <h2>Coffee News & Goings on</h2>
        <div id="dv"></div>
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
    </div>
    
    <div id = "main_right">
    <div id = "menu">
        <p class = "title"> DRINK MENU</p>
        <div id="dv2"></div>
    
    </div>
    
    </div>
    
    </div>
    
</body>

</html>

 

<html>
<head>

<style type="text/css">

#header
{
    width:100%;
    height:186px;
}

#header_bg
{
    background-image:url(img/nav-top-clouds.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}
#header_bg2
{
    background-image:url(img/h-bg-bottom.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 130px;
    background-color: #51463d;
}
#logo
{
    background-image:url(img/tugboat-logo.gif);
    background-repeat: no-repeat;
    width: 80%;
    height: 29px;
    float:left;
    margin-left:20%;
    margin-top:20px;
}

#boat
{
    background-image:url(img/tugboat.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    width : 100px;
    height: 100px;
    float:right;
    margin-right: 13%;
}

p.word
{
    color:rgb(255,255,0);
    float:right;
    margin-right: 25%;
    margin-left:50%;
    font-family: Consolas;
    font-size:10px;
    letter-spacing: 2px;
}
.more
{
    text-align:center;
    color:rgb(183,160,132);
    font-family: Consolas;
    padding:0;
}
.date
{
    font-family: Consolas;
}
.date2
{
    font-family: Times;
}
.title
{
    font-family: Consolas;
    color: rgb(160,0,0);
    margin-left : 10px;
    padding-top : 15px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
}
.coffee
{
    color: rgb(0,200,220);
    font-family: Times;
    font-weight: 800;
    width:70%;
}
.price
{
    color: rgb(200,200,220);
    margin-left:50%;
}
.qt
{
    font-style:italic;
    margin-left:5px;
}
.person
{
    text-align:right;
    color: rgb(160,0,0);
}


nav
{
    float:left;
    width:100%;
    margin-top:10px;
}

ul.a
{
    color: rgb(255,255,255);
    font-family: Consolas;
    font-size:17px;
    letter-spacing: 4px;
    margin-left:20%;
    padding:0;
}
.b
{
    color: rgb(0,0,0);
    font-size:14px;
    padding:0px;
    letter-spacing: 0;
    margin-top:5px;
}
.mg
{
    padding:0;
    margin:0;
}

li
{
    list-style:none;
    float:left;
    margin-right:65px;
}
.mg
{
    list-style:none;
    float:left;
    margin-right:35px;
}
.ti
{
    list-style:none;
    float:left;
    margin-left:5%;
}

html,body
{
    background-color : rgb(243,242,232);
    height: 100%;
    width: 100%;
}

#main
{
    width: 90%;
    height: 90%;
    clear: left;
}

#main_left
{
    width: 50%;
    height: 90%;
    margin-left:20%;
    float:left;
    min-width:300px;
}

#main_right
{
    width: 30%;
    height: 90%;
    margin-left:72%;
    min-width:300px;
}

#inp
{
    width: 100%;
    height: 100px;
}

form,p
{

}
.one
{
    border-style : solid;
    border-top-width: 15px;
    border-right-width: 50px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    width: 100%;
    height: 70px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
    float:left;
    margin-top:15px;
}

#sub
{
    background:url(img/cup.png) right no-repeat;
    width:59px;
    height:81px;
    border:none;
    no-repeat;
    float:left;
    position:absolute;
    margin-left : 40%;
    margin-bottom:10px;
}

#tg
{
    height : 20px;
    width: 200px;
    float:right;
}

h2
{
    font-family: Times;
    color: rgb(96,75,64);
    margin-bottom:5px;
}
.subti
{
    font-family: Times;
    color: rgb(166,73,67);
    margin-bottom:5px;
    font-size:26px;
    margin-bottom:5px;
}

#dv 
{
    height:1px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

#dv2
{
    height:2px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

img.border
{
    height:180px;
    width: 240px;
    display: block;
    position: relative;
    border-style : solid;
    border-width: 15px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
}

#ig
{
    width :100%;
    height: 200px;
    padding-bottom:10px;
}

#ig2
{
    width :100%;
    height: 300px;
    padding-bottom:10px;
    min-width:700px;
}

#date
{
    width:40%;
    height:0px;
    float:left;
}

#date2
{
    width:40%;
    height:50px;
    margin-left : 40%;
    float:left;
}

#menu
{
    width:80%;
    height:250px;
    background-color: rgb(255,255,255);
    border-radius: 4px;
}

#coffee
{
    width:100%;
    height:20px;
    margin-top:10px;
    margin-left:20px;
    padding-bottom:5px;
}

#press
{
    width:80%;
    height:450px;
}

#footer
{
    height:5%;
    width:100%;
    clear:left;
}

</style>

</head>

<body>
    <div id = "header">
        <div id = "header_bg">
        </div>
        <div id = "header_bg2">
            <div id = "logo">
            <p class="word"><b>PULLING YOU ALONG SINCE 2009</b></p>
            </div>
            <nav>
                <ul class = "a">
                <li><a>HOME</a>
                    <ul class = "b">
                    <li><a>News and Trends</a></li>
                    </ul>
                </li>
                <li class="ti"><a>OUR COFFEE</a>
                    <ul class = "b">
                    <li><a>Handcrafted Beans</a></li>
                    </ul>
                </li>
                <li class="ti"><a>STORE</a>
                    <ul class = "b">
                    <li><a>Shop Online</a></li>
                    </ul>
                </li>
                <li class="ti"><a>ABOUT</a>
                    <ul class = "b">
                    <li><a>Company Info</a></li>
                    </ul>
                </li>
                </ul>
                <div id = "boat">
                </div>
            </nav>
        </div>
    </div>
    
    <div id = "main">
    
    <div id = "main_left">
        <div id = "inp">
            <form action="form_action.asp" method="get">
              <input class = "one" type="text" name="content" />
              <div id = "sub"></div>
            <div id = "tg">
                <img src= "img\icon-toggle.gif" >
                <a class="more" <b>Advanced Options</b></a>
            </div>
        </div>
        <h2>This Week's Specials</h2>
        <div id="dv"></div>
        <br/>
        <div id="ig">
        <ul class = "mg">
           <li class="mg"><img class = "border" src="img\boat.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\ropes.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\fame.jpg" alt="" ></li>
        </ul>
        </div>
        <h2>Coffee News & Goings on</h2>
        <div id="dv"></div>
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
    </div>
    
    <div id = "main_right">
    <div id = "menu">
        <p class = "title"> DRINK MENU</p>
        <div id="dv2"></div>
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
    </div>
    
    <div id = "press">
        <p class = "title"> PRESS</p>
        <div id = "dv2"></div>
        <p class = "qt">
        "Seeboat Coffee just may be the best coffee I've ever tasted."
        </p>
        <p class = "person">-- Martin Futher,BazanMag</p>
        <div id = "dv"></div>
        
        <p class = "qt">
        "Seeboat Coffee just may be the best coffee I've ever tasted."
        </p>
        <p class = "person">-- Martin Futher,BazanMag</p>
        <div id = "dv"></div>
        
        <p class = "qt">
        "Seeboat Coffee just may be the best coffee I've ever tasted."
        </p>
        <p class = "person">-- Martin Futher,BazanMag</p>
        <div id = "dv"></div>
    
    </div>
    
    
    </div>
    
    </div>
    
    <div id = "footer">
    <div id = "dv"></div>
    <p>copy right</p>
    </div>
    
</body>

</html>

 

<html>
<head>

<style type="text/css">

#header
{
    width:100%;
    height:186px;
}

#header_bg
{
    background-image:url(img/nav-top-clouds.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}
#header_bg2
{
    background-image:url(img/h-bg-bottom.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 130px;
    background-color: #51463d;
}
#logo
{
    background-image:url(img/tugboat-logo.gif);
    background-repeat: no-repeat;
    width: 80%;
    height: 29px;
    float:left;
    margin-left:10%;
    margin-top:20px;
}

#boat
{
    background-image:url(img/tugboat.png);
    background-repeat: no-repeat;
    width : 100px;
    height: 100px;
    float:right;
    margin-right: 13%;
}

p.word
{
    color:rgb(255,255,0);
    float:right;
    margin-right: 25%;
    margin-left:50%;
    font-family: Consolas;
    font-size:10px;
    letter-spacing: 2px;
}
.more
{
    text-align:center;
    color:rgb(183,160,132);
    font-family: Consolas;
    padding:0;
}
.date
{
    font-family: Consolas;
}
.date2
{
    font-family: Times;
}
.title
{
    font-family: Consolas;
    color: rgb(160,0,0);
    margin-left : 10px;
    padding-top : 15px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
}
.coffee
{
    color: rgb(51,153,187);
    font-family: Arial;
    font-weight: 600;
    width:70%;
}
.price
{
    color: rgb(200,200,220);
    font-family: Arial;
    margin-right:30px;
    float:right;
}
.qt
{
    font-style:italic;
    font-family: Arial;
    margin-left:5px;
}
.person
{
    text-align:right;
    color: rgb(160,0,0);
}


nav
{
    float:left;
    width:100%;
    margin-top:10px;
}

ul.a
{
    color: rgb(255,255,255);
    font-family: Consolas;
    font-size:17px;
    letter-spacing: 4px;
    margin-left:10%;
    padding:0;
}
.b
{
    color: rgb(0,0,0);
    font-size:14px;
    padding:0px;
    letter-spacing: 0;
    margin-top:5px;
}
.mg
{
    padding:0;
    margin:0;
}

li
{
    list-style:none;
    float:left;
    margin-right:65px;
}
.mg
{
    list-style:none;
    float:left;
    margin-right:35px;
}
.ti
{
    list-style:none;
    float:left;
    margin-left:5%;
}

html,body
{
    background-color : rgb(243,242,232);
    min-height: 500px;
    width: 100%;
}

#main
{
    width: 90%;
    min-height: 500px;
    clear: left;
}

#main_left
{
    width: 60%;
    min-height: 500px;
    margin-left:10%;
    float:left;
    min-width:300px;
}

#main_right
{
    width: 20%;
    min-height: 500px;
    margin-left:72%;
    padding-top:10px;
    min-width:300px;
}

#inp
{
    width: 100%;
    height: 100px;
}

form,p
{

}
.one
{
    border-style : solid;
    border-top-width: 15px;
    border-right-width: 50px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    width: 100%;
    height: 70px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
    float:left;
    margin-top:15px;
}

#sub
{
    background:url(img/cup.png) right no-repeat;
    width:59px;
    height:81px;
    border:none;
    no-repeat;
    float:left;
    position:absolute;
    margin-left : 48%;
    margin-bottom:10px;
}

#tg
{
    height : 20px;
    width: 200px;
    float:right;
}

h2
{
    font-family: Times;
    color: rgb(96,75,64);
    margin-bottom:5px;
}
.subti
{
    font-family: Times;
    color: rgb(166,73,67);
    margin-bottom:5px;
    font-size:26px;
    margin-bottom:5px;
}

#dv 
{
    height:1px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

#dv2
{
    height:2px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

img.border
{
    height:180px;
    width: 240px;
    display: block;
    position: relative;
    border-style : solid;
    border-width: 15px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
}

#ig
{
    width :100%;
    height: 200px;
    padding-bottom:10px;
}

#ig2
{
    width :100%;
    height: 300px;
    padding-bottom:10px;
    min-width:700px;
}

#date
{
    width:40%;
    height:0px;
    float:left;
}

#date2
{
    width:50%;
    height:50px;
    margin-left : 40%;
    float:left;
}

#menu
{
    width:80%;
    height:250px;
    background-color: rgb(255,255,255);
    border-radius: 4px;
}

#coffee
{
    width:100%;
    height:20px;
    margin-top:10px;
    margin-left:20px;
    padding-bottom:5px;
}

#press
{
    width:80%;
    height:450px;
}

#footer
{
    height:5%;
    width:100%;
    clear:left;
    margin-left:10%;
}

#footer a:link
{
    color: rgb(51,153,187);
}

#footer a:visited
{
    color: rgb(0,153,187);
}

</style>

</head>

<body>
    <div id = "header">
        <div id = "header_bg">
        </div>
        <div id = "header_bg2">
            <div id = "logo">
            <p class="word"><b>PULLING YOU ALONG SINCE 2009</b></p>
            </div>
            <nav>
                <ul class = "a">
                <li><a>HOME</a>
                    <ul class = "b">
                    <li><a>News and Trends</a></li>
                    </ul>
                </li>
                <li class="ti"><a>OUR COFFEE</a>
                    <ul class = "b">
                    <li><a>Handcrafted Beans</a></li>
                    </ul>
                </li>
                <li class="ti"><a>STORE</a>
                    <ul class = "b">
                    <li><a>Shop Online</a></li>
                    </ul>
                </li>
                <li class="ti"><a>ABOUT</a>
                    <ul class = "b">
                    <li><a>Company Info</a></li>
                    </ul>
                </li>
                </ul>
                <div id = "boat">
                </div>
            </nav>
        </div>
    </div>
    
    <div id = "main">
    
    <div id = "main_left">
        <div id = "inp">
            <form action="form_action.asp" method="get">
              <input class = "one" type="text" name="content" />
              <div id = "sub"></div>
            <div id = "tg">
                <img src= "img\icon-toggle.gif" >
                <a class="more" <b>Advanced Options</b></a>
            </div>
        </div>
        <h2>This Week's Specials</h2>
        <div id="dv"></div>
        <br/>
        <div id="ig">
        <ul class = "mg">
           <li class="mg"><img class = "border" src="img\boat.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\ropes.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\fame.jpg" alt="" ></li>
        </ul>
        </div>
        <h2>Coffee News & Goings on</h2>
        <div id="dv"></div>
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">Bagels,Muffins,and Organic Snacks</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
           
            While he prevaricated and wrestled (and maybe gave a passing consideration of what would be best for Boris's career), the British people waited to hear from the most charismatic and influential man in British politics. He eventually published his column backing Brexit, but the latter leaked this week.
            <br/><br/>
            Let me explain for those of you who don't know what that means: Ahead of the referendum on Britain's membership in the EU, Boris Johnson, now the UK's foreign secretary, wrote two articles for the Daily Telegraph - one arguing why Britain should leave, the other why it should stay.
            <br/><br/>
            So in that spirit, I am going to write the two blogs of why Donald Trump is going to win the presidential election - and why he isn't.
            </p>
            
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">Music and Poetry Readings</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Remember polling is not exact science. The pollsters take raw data and season it with salt and pepper and spices. Their modelling looks at people who might be under represented, who might not be picked up by telephone or online polling. But many of the people who waited in line to vote for Trump in the Republican primaries were individuals who had been lost to the political process for years - they are probably not part of an opinion pollster's sampling group.
            <br/><br/>
            It was the same in the UK general election in 2015. The polls just didn't pick up how many people were going to vote Conservative. The polls may just be massively understating support for Donald Trump.
            </p>
            </div>
        </div>
    </div>
    
    <div id = "main_right">
    <div id = "menu">
        <p class = "title"> DRINK MENU</p>
        <div id="dv2"></div>
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Cappuccino</span>
        <span class = "price">2.99</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Cafe Americano</span>
        <span class = "price">1.80</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Espresso</span>
        <span class = "price">2.00</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Caramel Macchiato</span>
        <span class = "price">10.49</span>
        </div>
    </div>
    
    <div id = "press">
        <p class = "title"> PRESS</p>
        <div id = "dv2"></div>
        <p class = "qt">
        "Seeboat Coffee just may be the best coffee I've ever tasted."
        </p>
        <p class = "person">-- Martin Futher,BazanMag</p>
        <div id = "dv"></div>
        
        <p class = "qt">
        "He needs to grow that by 10% to win. Impossible? Not at all."
        </p>
        <p class = "person">-- Michelle Obama,Donald</p>
        <div id = "dv"></div>
        
        <p class = "qt">
        "The whole strategy of Hillary Clinton now is "do no wrong"."
        </p>
        <p class = "person">-- Boris Johnson,Trump</p>
        <div id = "dv"></div>
    
    </div>
    
    
    </div>
    
    </div>
    
    <div id = "footer">
    <div id = "dv"></div>
    <p>Copy right @ 2009.Seeboat Coffee is a ficticious demonstration,handcrafted by <strong>SimpleBits.</strong></p>
    <a href = "qin@liang.com">qin@liang.com</a>
    </div>
    
</body>

</html>

 

 

<html>
<head>

<style type="text/css">

#header
{
    width:100%;
    height:186px;
}

#header_bg
{
    background-image:url(img/nav-top-clouds.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}
#header_bg2
{
    background-image:url(img/h-bg-bottom.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 130px;
    background-color: #51463d;
}
#logo
{
    background-image:url(img/tugboat-logo.gif);
    background-repeat: no-repeat;
    width: 80%;
    height: 29px;
    float:left;
    margin-left:10%;
    margin-top:20px;
}

#boat
{
    background-image:url(img/tugboat.png);
    background-repeat: no-repeat;
    width : 100px;
    height: 100px;
    float:right;
    margin-right: 13%;
}

p.word
{
    color:rgb(255,255,0);
    float:right;
    margin-right: 25%;
    margin-left:50%;
    font-family: Consolas;
    font-size:10px;
    letter-spacing: 2px;
}
.more
{
    text-align:center;
    color:rgb(183,160,132);
    font-family: Consolas;
    padding:0;
}
.date
{
    font-family: Consolas;
}
.date2
{
    font-family: Times;
}
.title
{
    font-family: Consolas;
    color: rgb(160,0,0);
    margin-left : 10px;
    padding-top : 15px;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
}
.coffee
{
    color: rgb(51,153,187);
    font-family: Arial;
    font-weight: 600;
    width:70%;
}
.price
{
    color: rgb(200,200,220);
    font-family: Arial;
    margin-right:30px;
    float:right;
}
.qt
{
    font-style:italic;
    font-family: Arial;
    margin-left:5px;
}
.person
{
    text-align:right;
    color: rgb(160,0,0);
}


nav
{
    float:left;
    width:100%;
    margin-top:10px;
}

ul.a
{
    color: rgb(255,255,255);
    font-family: Consolas;
    font-size:17px;
    letter-spacing: 4px;
    margin-left:10%;
    padding:0;
}
.b
{
    color: rgb(0,0,0);
    font-size:14px;
    padding:0px;
    letter-spacing: 0;
    margin-top:5px;
}
.mg
{
    padding:0;
    margin:0;
}

li
{
    list-style:none;
    float:left;
    margin-right:65px;
}
.mg
{
    list-style:none;
    float:left;
    margin-right:35px;
}
.ti
{
    list-style:none;
    float:left;
    margin-left:5%;
}

html,body
{
    background-color : rgb(243,242,232);
    min-height: 500px;
    width: 100%;
}

#main
{
    width: 90%;
    min-height: 500px;
    clear: left;
}

#main_left
{
    width: 60%;
    min-height: 500px;
    margin-left:10%;
    float:left;
    min-width:300px;
}

#main_right
{
    width: 20%;
    min-height: 500px;
    float:right;
    padding-top:10px;
    min-width:300px;
    overflow-x:auto;
}

#inp
{
    width: 100%;
    height: 100px;
}

form,p
{

}
.one
{
    border-style : solid;
    border-top-width: 15px;
    border-right-width: 50px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    width: 100%;
    height: 70px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
    float:left;
    margin-top:15px;
}

#sub
{
    background:url(img/cup.png) right no-repeat;
    width:59px;
    height:81px;
    border:none;
    no-repeat;
    float:left;
    position:absolute;
    margin-left : 48%;
    margin-bottom:10px;
}

#tg
{
    height : 20px;
    width: 200px;
    float:right;
}

h2
{
    font-family: Times;
    color: rgb(96,75,64);
    margin-bottom:5px;
}
.subti
{
    font-family: Times;
    color: rgb(166,73,67);
    margin-bottom:5px;
    font-size:26px;
    margin-bottom:5px;
}

#dv 
{
    height:1px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

#dv2
{
    height:2px;
    width:100%;
    background:rgb(230,231,238);
    overflow:hidden;
}

img.border
{
    height:180px;
    width: 240px;
    display: block;
    position: relative;
    border-style : solid;
    border-width: 15px;
    border-color: rgb(226,225,212);
    border-radius: 4px;
}

#ig
{
    width :100%;
    height: 200px;
    padding-bottom:10px;
}

#ig2
{
    width :100%;
    min-height: 300px;
    padding-bottom:10px;
    min-width:700px;
}

#date
{
    width:40%;
    height:0px;
    float:left;
}

#date2
{
    width:50%;
    min-height:50px;
    margin-left : 40%;
    float:left;
}

#menu
{
    width:80%;
    height:250px;
    background-color: rgb(255,255,255);
    border-radius: 4px;
}

#coffee
{
    width:100%;
    height:20px;
    margin-top:10px;
    margin-left:20px;
    padding-bottom:5px;
}

#press
{
    width:80%;
    height:450px;
}

#footer
{
    height:5%;
    width:100%;
    clear:left;
    margin-left:10%;
}

#footer a:link
{
    color: rgb(51,153,187);
}

#footer a:visited
{
    color: rgb(0,153,187);
}

</style>

</head>

<body>
    <div id = "header">
        <div id = "header_bg">
        </div>
        <div id = "header_bg2">
            <div id = "logo">
            <p class="word"><b>PULLING YOU ALONG SINCE 2009</b></p>
            </div>
            <nav>
                <ul class = "a">
                <li><a>HOME</a>
                    <ul class = "b">
                    <li><a>News and Trends</a></li>
                    </ul>
                </li>
                <li class="ti"><a>OUR COFFEE</a>
                    <ul class = "b">
                    <li><a>Handcrafted Beans</a></li>
                    </ul>
                </li>
                <li class="ti"><a>STORE</a>
                    <ul class = "b">
                    <li><a>Shop Online</a></li>
                    </ul>
                </li>
                <li class="ti"><a>ABOUT</a>
                    <ul class = "b">
                    <li><a>Company Info</a></li>
                    </ul>
                </li>
                </ul>
                <div id = "boat">
                </div>
            </nav>
        </div>
    </div>
    
    <div id = "main">
    
    <div id = "main_left">
        <div id = "inp">
            <form action="form_action.asp" method="get">
              <input class = "one" type="text" name="content" />
              <div id = "sub"></div>
            <div id = "tg">
                <img src= "img\icon-toggle.gif" >
                <a class="more" <b>Advanced Options</b></a>
            </div>
        </div>
        <h2>This Week's Specials</h2>
        <div id="dv"></div>
        <br/>
        <div id="ig">
        <ul class = "mg">
           <li class="mg"><img class = "border" src="img\boat.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\ropes.jpg" alt="" ></li>
           <li class="mg"><img class = "border" src="img\fame.jpg" alt="" ></li>
        </ul>
        </div>
        <h2>Coffee News & Goings on</h2>
        <div id="dv"></div>
        <div id = "ig2">
            <h2 class="subti">New Coffee Varieties</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Addressing a campaign rally in Greensboro, North Carolina, on Tuesday evening, Mr Obama referred to Mr Trump's crude remarks about women, saying: "Now you find a situation in which the guy says stuff that nobody would find tolerable if they were applying for a job at 7-Eleven."
            <br/><br/>
            Thousands waited for more than six hours to hear Barack Obama speak in what could very well be his last visit to the battleground state as president.
The sun was out, and so were the hecklers.
The first two interrupted the president early in his address. Mr Obama, seemingly unfazed by it all, waited for the crowd to finish their booing before telling the hecklers with a wry grin to "get their own rally".
            </p>
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">Bagels,Muffins,and Organic Snacks</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
           
            While he prevaricated and wrestled (and maybe gave a passing consideration of what would be best for Boris's career), the British people waited to hear from the most charismatic and influential man in British politics. He eventually published his column backing Brexit, but the latter leaked this week.
            <br/><br/>
            Let me explain for those of you who don't know what that means: Ahead of the referendum on Britain's membership in the EU, Boris Johnson, now the UK's foreign secretary, wrote two articles for the Daily Telegraph - one arguing why Britain should leave, the other why it should stay.
            </p>
            
            </div>
        </div>
        
        <div id = "ig2">
            <h2 class="subti">Music and Poetry Readings</h2>
            <div id="date">
            <p class="date"><b>MAY 13,2009</b></p>
            <p class="date2"><b>Posted at 10:14AM<br/>by Bernard Milken</b></p>
            </div>
            <div id="date2">
            <p class="date2">
            Remember polling is not exact science. The pollsters take raw data and season it with salt and pepper and spices. Their modelling looks at people who might be under represented, who might not be picked up by telephone or online polling. But many of the people who waited in line to vote for Trump in the Republican primaries were individuals who had been lost to the political process for years - they are probably not part of an opinion pollster's sampling group.
            <br/><br/>
            It was the same in the UK general election in 2015. The polls just didn't pick up how many people were going to vote Conservative. The polls may just be massively understating support for Donald Trump.
            </p>
            </div>
        </div>
    </div>
    
    <div id = "main_right">
    <div id = "menu">
        <p class = "title"> DRINK MENU</p>
        <div id="dv2"></div>
        <div id = "coffee">
        <span class = "coffee">Latte</span>
        <span class = "price">2.79</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Cappuccino</span>
        <span class = "price">2.99</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Cafe Americano</span>
        <span class = "price">1.80</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Espresso</span>
        <span class = "price">2.00</span>
        </div>
        
        <div id = "coffee">
        <span class = "coffee">Caramel Macchiato</span>
        <span class = "price">10.49</span>
        </div>
    </div>
    
    <div id = "press">
        <p class = "title"> PRESS</p>
        <div id = "dv2"></div>
        <p class = "qt">
        "Seeboat Coffee just may be the best coffee I've ever tasted."
        </p>
        <p class = "person">-- Martin Futher,BazanMag</p>
        <div id = "dv"></div>
        
        <p class = "qt">
        "He needs to grow that by 10% to win. Impossible? Not at all."
        </p>
        <p class = "person">-- Michelle Obama,Donald</p>
        <div id = "dv"></div>
        
        <p class = "qt">
        "The whole strategy of Hillary Clinton now is "do no wrong"."
        </p>
        <p class = "person">-- Boris Johnson,Trump</p>
        <div id = "dv"></div>
    
    </div>
    
    
    </div>
    
    </div>
    
    <div id = "footer">
    <div id = "dv"></div>
    <p>Copy right @ 2009.Seeboat Coffee is a ficticious demonstration,handcrafted by <strong>SimpleBits.</strong></p>
    <a href = "qin@liang.com">qin@liang.com</a>
    </div>
    
</body>

</html>

 

posted @ 2016-09-21 20:17  qlky  阅读(242)  评论(0编辑  收藏  举报