TheCorporation : Business « Templates « HTML / CSS






TheCorporation

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Corporation</title>

<style type='text/css'>
/* * * * browser equalization / don't mess with this * * * */

* { border: 0; margin: 0; padding: 0; }

/* * * * general * * * */

body {
  background-color: #333;
  color: #1f1f1f;
  font: 0.65em Verdana, Arial, Helvetica, sans-serif;
  margin-top: 5px;
  text-align: center;
}

/* * * * links * * * */

a { color: #FF310D; font-weight: bold; text-decoration: none; }
a:hover { color: #ad1000; }

a img { border: 1px solid #ccc; margin: 5px; padding: 5px; }
a:hover img { border-color: #db8080 }

/* * * * standard * * * */

h1 {
  color: #FF5353;
  font-size: 340%;
  font-weight: normal;
}
h2 {
  background: url(TheCorporation-Images/h2_background.gif) right repeat-y;
  border: 1px solid #ccc;
  color: #666;
  font-size: 220%;
  font-weight: normal;
  margin: 0.2em 0;
  padding: 0.1em 0.2em;
}

.hidden { display: none; }

/* * * * wrap / header * * * */

#wrap {
  background-color: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 700px;
}
#header {
  background: url(TheCorporation-Images/Header.jpg) no-repeat;
  color: #999;
  font-style: italic;
  margin: 20px 0 0 10px;
  padding: 30px 0 80px 200px;
}

/* * * * top navigation * * * */

#navTop {
  padding-right: 10px;
  text-align: right;
}
#navTop li {
  display: inline;
  list-style: none;
}
#navTop li a {
  background: #d9d9d9 url(TheCorporation-Images/corner.gif) top left no-repeat;
  border-bottom: 2px solid #ccc;
  color: #666;
  font-weight: bold;
  margin: 0.1em;
  padding: 0.2em 2.7em;
  text-decoration: none;
}
#navTop li a:hover {
  border-bottom-color: #d36d70;
  color: #333;
}

/* * * * content * * * */

#content {
  margin: 5px;
  padding: 5px;
}
#content div {
  border: 1px solid #ccc;
  padding: 10px;
  width: 46%;
}
#content div p {
  line-height: 1.8em;
}
#content div p img {
  cursor: pointer;
  margin-left: 10px;
}

/* * * left column * * * */

#column1 { float: left; }

/* * * right column * * */

#column2 { float: right; }

#column2 a img { margin-top: 30px; }
#column2 p span { color: #999; }
#column2 p span.date { font-weight: bold; }

/* * * * footer * * * */

#footer {
  clear: both;
  font-size: 0.9em;
  line-height: 2.4em;
  text-align: center;
}

</style>


<style type="text/css" media="all">
@import url(styles.css);
</style>
<!-- I used both stylesheet linking methods so the stylesheet is detected in older browsers as well as newer ones -->

</head>
<body>
<div id="wrap">
  <!-- BEGINNING OF CONTAINER -->
  <div id="header">
    <h1>The Corporation</h1>
  
    we might have a tag line or even a bit of text that can possibly go here  
  
  </div>
  <div id="navTop">
  <h2 class="hidden">Navigation:</h2> <!-- for accessibility purposes -->
  
    <ul>
      <li><a href="#" title="Our business"> business </a></li>
      <li><a href="#" title="Our global strategy"> strategy </a></li>
      <li><a href="#" title="The rules we play by"> beliefs </a></li>
      <li><a href="#" title="Blingy Bling"> money </a></li>
      <li><a href="#" title="Growth and sales"> statistics </a></li>
    </ul>
  
  </div>
  <div id="content">
    <div id="column1">
      <h2> Two columns! </h2>
    
      <p> This is a very simple two-column layout, that uses no tables whatsoever.
        It uses <a href="http://validator.w3.org/check?uri=referer">valid
        XHTML 1.0 Strict</a> and uses <a href="http://jigsaw.w3.org/css-validator/">valid Cascading Style Sheets</a>. The image rollover
        effects work in all modern browsers, including IE, and I've tested the
        template in IE, Firefox, K-Meleon, and Opera, works perfectly in all.</p>
    
      <h2>Updated </h2>
    
      <p> This template is updated as of December 16, 2005. I fixed a few minor bugs, made the layout much more flexible, made the font sizes liquid, made the navigation liquid, and modified the layout itself a bit. Most importantly, during this redesign I took accessibility issues to heart, so this page now works well in both no-CSS modes and with larger font sizes. It passed the WCAG AAA Accessibility test and complies with the US governemnt-issued Section 508 Acessibility guidelines. </p>
    
    </div>
    <div id="column2">
      <h2> News </h2>
    
      <p> <span class="date"> September 5, 2005 </span> <span>|</span> Lorem ipsum
        dolor sit amet, consectetuer adipiscing elit. Aliquam ullamcorper eros
        in felis. Curabitur quis nisl eu dui imperdiet consectetuer. </p>
    
      <p> <span class="date"> August 19, 2005 </span> <span>|</span> Morbi arcu.
        Cras sagittis risus nec augue. Sed eu nibh. Sed vitae enim ac tellus
        suscipit commodo. </p>
    
      <p> <span class="date"> August 12, 2005 </span> <span>|</span> Nullam quis
        ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas
        vulputate. Donec quam ipsum, lacinia eget, commodo a, volutpat eget,
        libero. </p>
    
      <a href="#"> <img src="TheCorporation-Images/keyboard.jpg" alt="" /> </a>
    <a href="#"> <img src="TheCorporation-Images/laptop.jpg" alt="" /> </a>
    
    </div>
  </div>
  <div id="footer">
  
  Design by <a href="http://www.bcdesignplace.com">Boris Cherny</a>. Graphics from <a href="http://www.sxc.hu">sxc.hu</a>.
  
  </div>
  <!-- END OF CONTAINER -->
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.metamorph_disco
2.businesdesign2007
3.businesportal
4.business template
5.business web design
6.business web template 38
7.business-1
8.business-2
9.business-box
10.business-center
11.business-co
12.business-company
13.business-consultants
14.Business-Design
15.business-elegance
16.business-llc
17.business-online
18.business-solution
19.business-strategy
20.business-time
21.business-way
22.business-world
23.businessblog
24.businessdesign
25.businesshighway
26.businesslike
27.BusinessName
28.BusinessSolution
29.businesssolutions01
30.businesstheme
31.businessweb
32.Business_Elegance
33.business_events
34.business_maritime
35.busineswebdesign
36.CarCar
37.car-club
38.car-dealer
39.cars-website
40.bloodybusiness
41.Bloody_Business
42.biz-company
43.biz-solution
44.biz-watch
45.bizbox
46.bizgroup
47.metamorph_autosalon
48.metamorph_business
49.metamorph_casino
50.alouette-agency
51.advertising
52.financial-services
53.financial-website
54.five-star-hotel
55.metamorph_advice
56.bloom
57.blooming
58.clubcard
59.clubhouse
60.bed-and-breakfast
61.construction-company
62.construction-group
63.constructional-company
64.consulting-services
65.Consulting
66.corporate-2.0
67.corporate-blue
68.corporate
69.CorporateBlack
70.corporateblue
71.CorporateBlue2
72.corporategreen
73.CorporateGrey
74.corporateluxe
75.corporateprofiles
76.CorporateRedGrey
77.Corporate_Design
78.corporation-ltd
79.design-company
80.metamorph_shopping
81.metamorph_spasaloon
82.metamorph_restaurant
83.metamorph_photostudio
84.abc-company
85.ad-agency
86.foo_shooting_club
87.firming
88.financialco
89.abstract-studio
90.carpet-cleaning
91.architect-company
92.architect-group
93.architect
94.architectural-company
95.architectural-group
96.architecture-bureau
97.architecture
98.computer-business
99.computer-store
100.djclub
101.dally_studio
102.future-business
103.global-business
104.global-hosting
105.global
106.globalhouse
107.globalpress
108.enterprise
109.corpplus
110.corpwire-magazine
111.funkycorporate
112.simply_business
113.Small_Corporation
114.your-business
115.voip-company
116.economics
117.educational-site
118.ec-mania
119.furniture-collections
120.mobileshop
121.political-party
122.pizza-factory
123.pizzaparlor
124.plainoffice
125.plantshop
126.play-school
127.office
128.online-casino
129.online-radio
130.online_education
131.outsource-inc
132.software-co
133.software-company
134.simplyBusiness
135.smallstudio
136.small-corporation
137.rainbow_consultant
138.Professional
139.professional-web2
140.premium-business
141.premiumtemplateshop
142.radio-station
143.real-estate-agency
144.real-estate-co
145.real-estate
146.realestate-company
147.realestate
148.sample-resume
149.sample_business_site
150.resume
151.shop-around
152.shop-online
153.social-community-management
154.workshyfop
155.workspacer
156.whirlpool
157.WebStore
158.weblogo
159.strategicbusinessdesigns
160.thebluecompany
161.thebookstore
162.total_management
163.thepinkcompany
164.theme-marketplace
165.transportcompany
166.internetmarket
167.internetjobs
168.market-leader
169.Market
170.marketing-company
171.lawyer-and-attorney
172.lawyer-marketing
173.Job-Portal
174.happy-print-shop
175.health-care
176.inbusiness
177.industrial-company
178.industrial-construction
179.industrial
180.industry
181.internethosting
182.internetservices
183.luxury-hotel
184.luxury-restaurant
185.military-school
186.headquarters
187.hosting-co
188.incorporated
189.interior-design
190.internetcorporation
191.internetmanagement
192.internet-studio
193.TWO COLUMN CSS BUSINESS WEBSITE TEMPLATE
194.Business template 2