Anda di halaman 1dari 82

CHAPTER-1 INTRODUCTION

PROFILE OF THE ORGANIZATION

Steel Authority of India Limited (SAIL) is one of the largest state-owned steel-
making company based in New Delhi, India and one of the top steel makers in
World. With a turnover of INR48,681 crore (US$9.2 billion), the company is
among the top five highest profit earning corporates of the country. It is a public
sector undertaking which trades publicly in the market is largely owned by
Government of India and acts like an operating company. Incorporated on January
24, 1973, SAIL has more than 1 lakh employees. During 2010-11, the manpower
of SAIL reached a level of 110794 (as on 31.3.2011) from 116950 (as on1.4.2010)
The company's current chairman is C.S Verma. With an annual production of 13.5
million metric tons, SAIL is the 14th largest steel producer in the world.

Major plants owned by SAIL are located at Bhilai, Bokaro, Durgapur, Rourkela,
Burnpur (near Asansol) and Salem.SAIL is investing Rs 21000 crore in West Bengal,
to set up a wagon factory. SAIL is a public sector company, owned and operated by
the Government of India. According to a recent survey, SAIL is one of India's fastest
growing Public Sector Units.Besides, it has R&D centre for Iron & Steel (RDCIS),
Centre for Engineering and Technology (CET), Management Training Institute (MTI)
and SAIL Safety Organization (SSO) located at Ranchi capital of Jharkhand.

SAIL manufactures and sells a broad range of steel products, including hot and cold
rolled sheets and coils, galvanised sheets, electrical sheets, structurals, railway
products, plates, bars and rods, stainless steel and other alloy steels. SAIL produces
iron and steel at five integrated plants and three special steel plants, located
principally in the eastern and central regions of India and situated close to domestic
sources of raw materials, including the Company's iron ore, limestone and dolomite
mines. The company has the distinction of being India’s second largest producer of
iron ore and of having the country’s second largest mines network. This gives SAIL
a competitive edge in terms of captive availability of iron ore, limestone, and
dolomite which are inputs for steel making.

1
SAIL's wide range of long and flat steel products are much in demand in the
domestic as well as the international market. This vital responsibility is carried out
by SAIL's own Central Marketing Organisation (CMO) that transacts business
through its network of 37 Branch Sales Offices spread across the four regions, 25
Departmental Warehouses, 42 Consignment Agents and 27 Customer Contact
Offices. CMO’s domestic marketing effort is supplemented by its ever widening
network of rural dealers who meet the demands of the smallest customers in the
remotest corners of the country. With the total number of dealers over 2000 , SAIL's
wide marketing spread ensures availability of quality steel in virtually all the
districts of the country.

SAIL's International Trade Division ( ITD), in New Delhi- an ISO 9001:2000


accredited unit of CMO, undertakes exports of Mild Steel products and Pig Iron
from SAIL’s five integrated steel plants.

With technical and managerial expertise and know-how in steel making gained
over four decades, SAIL's Consultancy Division (SAILCON) at New Delhi offers
services and consultancy to clients world-wide.

SAIL has a well-equipped Research and Development Centre for Iron and Steel
(RDCIS) at Ranchi which helps to produce quality steel and develop new
technologies for the steel industry. Besides, SAIL has its own in-house Centre for
Engineering and Technology (CET), Management Training Institute (MTI) and
Safety Organisation at Ranchi. Our captive mines are under the control of the Raw
Materials Division in Kolkata. The Environment Management Division and Growth
Division of SAIL operate from their headquarters in Kolkata. Almost all our plants
and major units are ISO Certified.

2
1.1 Problem Statement

 Manual records are very difficult to be maintained safe.


 Manual records are subject to greater human error.
 Manual records are easier to be falsified, modified, altered or vanished, as
compared to computerized records which become very safe when using
passwords, firewall sand back-ups.
 Manual records are restricted geographically they can’t be reach to everybody.

 Manual information distribution is time consuming and restricted


geographically.

1.2 Proposed Solution

System analysis is the process of gathering and interpreting facts, diagnosing problems
and using the information to recommend improvements on the system. System analysis
is a problem solving activity that requires intensive communication between the system
users and system developers.

System analysis or study is an important phase of any system development process.


The system is studied to the minutest detail and analyzed. The system analyst plays the
role of an interrogator and dwells deep into the working of the present system. The
system is viewed as a whole and the inputs to the system are identified. The outputs
from the organization are traced through the various processing that the inputs phase
through in the organization.

A detailed study of these processes must be made by various techniques like Interviews,
Questionnaires etc. The data collected by these sources must be scrutinized to arrive to
a conclusion. The conclusion is an understanding of how the system functions. This
system is called the existing system. Now, the existing system is subjected to close
study and the problem areas are identified. The designer now functions as a problem
solver and tries to sort out the difficulties that the enterprise faces. The solutions are
given as a proposal. The proposal is then weighed with the existing system analytically
and the best one is selected. The proposal is presented to the user for an endorsement
by the user. The proposal is reviewed on user request and suitable changes are made.
This loop ends as soon as the user is satisfied with the proposal.

3
Project Objective

• The main objective of developing the current project entitled “Steel Authority
of India Ltd Website” is to build effective system which is fast, accurate,
consistent, reliable and flexible enough so that it can incorporate any future
enhancements.

• This project helps in increasing the awareness about “Steel Authority of India
Ltd” which is the largest steel-making company in India through medium of a
website which will help in spreading information about SAIL without any
geographical boundaries.

• This project will help in increasing the sales and profits of the SAIL and will
provide a much needed publicity to the SAIL.

• This project will also help the users in connecting with SAIL and knowing its
objectives and future plans and providing vital information like new steel plants
and units settled and variety of products that are made available by SAIL.

4
CHAPTER-2 PROJECT
DESCRIPTION

2.1 System Specifications


Processor: INTEL pentium4 RAM: 1.00GB
SYSTEM TYPE: 32-bit operating system

2.1.1 Hardware Requirement


Processor – pentium4
HDD - 60 GB
RAM - 1GB

2.1.2 Software Requirement


HTML (Hyper Text Mark-up Language)
CSS (Cascading Style sheets)
Microsoft Frontpage 2003
Google Chrome

5
2.2 Tools and Technology

2.2.1 HTML

Hypertext Mark-up Language (HTML) is the main mark-up language for web pages.
HTML elements are the basic building-blocks of Webpage. HTML elements form the
building blocks of all websites. HTML allows images and objects to be embedded and
can be used to create interactive forms. It provides a means to create structured
documents by denoting structural semantics for text such as headings, paragraphs,
lists, links, quotes and other items.

.Cascading Style Sheets (CSS)

Cascading Style Sheets (CSS) is a style sheet language used for describing the
presentation semantics (the look and formatting) of a document written in a mark-up
language. Its most common application is to style web pages written in HTML and
XHTML, but the language can also be applied to any kind of XML document,
including plain XML, SVG and XUL. CSS is designed primarily to enable the
separation of document content (written in HTML or a similar mark-up language)
from document presentation, including elements such as the layout, colors and fonts.

HTML Elements

An HTML element usually consists of a start tag and end tag, with the content
inserted in between:

<tagname>Content goes here...</tagname>

The HTML element is everything from the start tag to the end tag:

<p>My first paragraph.</p>

HTML elements with no content are called empty elements. Empty elements do not
have an end.

6
NESTED HTML ELEMENTS

HTML elements can be nested (elements can contain elements).

All HTML documents consist of nested HTML elements.

This example contains four HTML elements:

Example-

<! DOCTYPE html>


<html>
<body>

<h1>My First Heading</h1>


<p>My first paragraph.</p>

</body>
</html>

EMPTY HTML ELEMENTS

HTML elements with no content are called empty elements.

<br> is an empty element without a closing tag (the <br> tag defines a line break).

Empty elements can be "closed" in the opening tag like this: <br />.

HTML5 does not require empty elements to be closed. But if you want stricter
validation, or if you need to make your document readable by XML parsers, you must
close all HTML elements properly.

7
USE LOWERCASE TAGS

HTML tags are not case sensitive: <P> means the same as <p>.

The HTML5 standard does not require lowercase tags, but W3C recommends
lowercase in HTML, and demands lowercase for stricter document types like
XHTML

HTML LINKS

HTML links are hyperlinks. You can click on a link and jump to another document.
When you move the mouse over a link, the mouse arrow will turn into a little hand.

HTML LINKS - SYNTAX

In HTML, links are defined with the <a> tag:

<a href="url">link text</a>

Example-

<ahref="https://www.w3schools.com/html/">Visit our HTML tutorial</a>

The href attribute specifies the destination address


(https://www.w3schools.com/html/) of the link.

The link text is the visible part

LOCAL LINKS

The example above used an absolute URL (A full web address).

A local link (link to the same web site) is specified with a relative URL (without
http://www....).

Example-

8
<ahref="html_images.asp">HTML Images</a>

HTML LINK COLORS

By default, a link will appear like this

 An unvisited link is underlined and blue


 A visited link is underlined and purple
 An active link is underlined and red

You can change the default colors, by using styles:

Example-

<style>
a:link { color: green;
background-color:transparent;
text-decoration:none;}
a:visited {color: pink; background-color:transparent; text-decoration:none;}
a:hover {color: red;
background-color:transparent; text-decoration:underline}
a:active {color: yellow;
background-color:transparent;
text-decoration:underline;}
</style>

HTML LINKS - IMAGE AS LINK

It is common to use images as links:

Example-

<a href="default.asp">
<img src="smiley.gif"alt="HTMLtutorial"style="width:42px;height:42px;border:0;"
>
</a>

9
HTML LINKS - CREATE A BOOKMARK

HTML bookmarks are used to allow readers to jump to specific parts of a Web page.

Bookmarks can be useful if your webpage is very long.

To make a bookmark, you must first create the bookmark, and then add a link to it.

When the link is clicked, the page will scroll to the location with the bookmark.

Example

First, create a bookmark with the id attribute:

<h2 id="C4">Chapter 4</h2>

Then, add a link to the bookmark ("Jump to Chapter 4"), from within the same page:

<a href="#C4">Jump to Chapter 4</a>

Or, add a link to the bookmark ("Jump to Chapter 4"), from another page:

Example-

<ahref="html_demo.html#C4">Jump to Chapter 4</a>

HTML LINKS - THE TARGET ATTRIBUTE

The target attribute specifies where to open the linked document.

The target attribute can have one of the following values:

 blank - Opens the linked document in a new window or tab


 self - Opens the linked document in the same window/tab as it was clicked
(this is default)
 parent - Opens the linked document in the parent frame

10
 top - Opens the linked document in the full body of the window
 frame name - Opens the linked document in a named frame

This example will open the linked document in a new browser window/tab:

Example-

<ahref="https://www.w3schools.com/"target="_blank">Visit W3Schools!</a>

HTML IMAGES SYNTAX

In HTML, images are defined with the <img>tag.

The <img> tag is empty, it contains attributes only, and does not have a closing tag.

The src attribute specifies the URL (web address) of the image:

<img src="url">

THE ALT ATTRIBUTE

The alt attribute provides an alternate text for an image, if the user for some reason
cannot view it (because of slow connection, an error in the src attribute, or if the user
uses a screen reader).

The value of the alt attribute should describe the image:

Example-

<img src="img_chania.jpg"alt="Flowers in Chania">

11
Image Size - Width and Height

You can use the style attribute to specify the width and height of an image.

Example-

<img src="img_girl.jpg"alt="Girl in a jacket"style="width:500px;height:600px;">

Alternatively, you can use the width and height attributes:

Example-

<img src="img_girl.jpg"alt="Girl in a jacket"width="500" height="600">

WIDTH AND HEIGHT, OR STYLE

Both the width, height, and style attributes are valid in HTML5.

However, we suggest using the style attribute. It prevents styles sheets from changing
the size of images:

Example-

<!DOCTYPE html>
<html>
<head>
<style>
img {
width:100%;
}
</style>
</head>
<body>

<img src="html5.gif"alt="HTML5 Icon"style="width:128px;height:128px;">


<img src="html5.gif"alt="HTML5 Icon"width="128" height="128">

12
</body>
</html>

IMAGES IN ANOTHER FOLDER

If not specified, the browser expects to find the image in the same folder as the web
page.

However, it is common to store images in a sub-folder. You must then include the
folder name in the src attribute:

Example-

<imgsrc="/images/html5.gif"alt="HTML5 Icon"style="width:128px;height:128px;">

IMAGES ON ANOTHER SERVER

Some web sites store their images on image servers.

Actually, you can access images from any web address in the world:

Example-

<imgsrc="https://www.w3schools.com/images/w3schools_green.jpg"alt="W3Schools
.com">

13
ANIMATED IMAGES

HTML allows animated GIFs:

Example-

<imgsrc="programming.gif"alt="Computer Man"style="width:48px;height:48px;">

IMAGE AS A LINK

To use an image as a link, put the <img> tag inside the <a> tag:

Example-

<a href="default.asp">
<img src="smiley.gif"alt="HTMLtutorial"style="width:42px;height:42px;border:0;"
>
</a>

IMAGE FLOATING

Use the CSS float property to let the image float to the right or to the left of a text:

Example-

<p><img src="smiley.gif"alt="Smiley
face"style="float:right;width:42px;height:42px;">
The image will float to the right of the text.</p>
<p><img src="smiley.gif"alt="Smiley
face"style="float:left;width:42px;height:42px;">
The image will float to the left of the text.</p>

14
IMAGE MAPS

Use the <map> tag to define an image-map. An image-map is an image with clickable
areas.

In the image below, click on the computer, the phone, or the cup of coffee:

Example-

<img src="workplace.jpg"alt="Workplace"usemap="#workmap">
<map name="workmap">
<area shape="rect"coords="34,44,270,350"alt="Computer"href="computer.htm">
<area shape="rect"coords="290,172,333,250"alt="Phone"href="phone.htm"> <area s
hape="circle"coords="337,300,44"alt="Coffee"href="coffee.htm"></map>

The name attribute of the <map> tag is associated with the <img>'s usemap attribute
and creates a relationship between the image and the map.

The <map> tag contains a number of <area> tags, that defines the clickable areas in
the image-map.

BACKGROUND IMAGE

To add a background image on an HTML element, use the CSS property

<body style="background-image:url('clouds.jpg')">

<h2>Background Image</h2>
</body>

<body>
<p style="background-image:url('clouds.jpg')">
...
</p>
</body>

15
Div Tag

The HTML <div> tag is used to group the large section of HTML elements together.

The <div> tag defines a division or a section in an HTML document.

P Tag

The <p> tag defines a paragraph. Browsers automatically add some space (margin)
before and after each <p> element. The margins can be modified with CSS (with the
margin properties).

Pre-Tag
The HTML <pre> tag is used for indicating preformatted text. The code tag surrounds
the code being marked up. Browsers normally render pre-text in a fixed-pitched font,
with whitespace intact, and without word wrap.

Font Tag
The <font> tag specifies the font face, font size, and color of text.

Heading Tag

<h1>, <h2>, <h3>, <h4>, <h5>, <h6> HTML Tag do? The <h1>, <h2>, <h3>, <h4>,
<h5>, and <h6> elements are used to create headings in descending order of
importance where <h1> is the most important and <h6> the least.

Menu Tag

The <menu> tag defines a list/menu of commands. The <menu> tag is used for
context menus, toolbars and for listing form controls and commands.

Marquee Tag
HTML <marquee> element is used to create a scrolling text or an image. We can give
it a direction horizontally or vertically.

16
Style Tag

The <style> tag is used to define style information for an HTML document. Inside the
<style> element you specify how HTML elements should render in a browser. Each
HTML document can contain multiple <style> tags.

External style tag

With an external style sheet, you can change the look of an entire website by
changing just one file. Each page must include a reference to the external style sheet
file inside the <link> element. The <link> element goes inside the <head> section.

Hr tag

The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic).
The <hr> element is used to separate content (or define a change) in an HTML page.

17
2.3. DESIGN
The system design needs to be implemented to make it a workable system.

This demands the coding of design into computer language, i.e., programming
language.

This is also called the programming phase in which the programmer converts the
program specifications into computer instructions, which we refer to as programs.

It is an important stage where the defined procedures are transformed into control
specifications by the help of a computer language. The programs coordinate the data
movements and control the entire process in a system.

A well written code reduces the testing and maintenance effort. It is generally felt that
the programs must be modular in nature.

This helps in fast development, maintenance and future changes, if required.


Programming tools like compilers, interpreters and language, asp.net is used for
coding with respect to the type of application.

The right programming language should be chosen. in this phase we prepare the text,
write program code, create the graphics, produce audio & video, assemble the forms.,
do alpha testing ,make a revision ,do a beta testing.

18
Chapter- 3 FUNCTIONALITY

3.1 Roles and responsibility

HARSH YADAV is doing the coding work.

MD KHALID ABBAS is working on content and research work.

ASHISH and VIKRANT are doing designing and innovation work.

19
3.2 DATA FLOW CHART

20
CHAPTER-4 CONCLUSION &
REFERENCES

4.1 Conclusion
In general, today’s businesses must always strive to create the next best thing that
consumers will want because consumers continue to desire their products, services
etc. to continuously be better, faster, and cheaper. In this world of new technology,
businesses need to accommodate to the new types of consumer needs and trends
because it will prove to be vital to their business’ success and survival. Internet and
online presence is continuously progressing and is becoming more and more
important to businesses as technology continues to advance and is something that
should be taken advantage of and implemented.

From the inception of the Internet the possibilities have become endless for both
businesses and consumers. Creating more opportunities for profits and advancements
for businesses while creating more options for consumers. However, just like
anything else, Internet has its disadvantages including consumer uncertainties, but
nothing that cannot be resolved or avoided by good decision-making and business
practices.

There are several factors and variables that need to be considered and decided upon
when increasing online presence of a company. Some of these include: ease of use of
website, consumer needs and countless more. If the correct methods and practices are
followed, a business will become popular and well established in online market.

21
4.2 LIMITATIONS

 Most of the contents collected were difficult to understand because it was new
for me to work in this field.
 It was tricky and time consuming.
 The scope of my website is bit narrow due to limited number of web pages.
 The website is not much technical due to lack of the specialized knowledge in
this field.
 The website is only made for informative purpose and hence is very simple.
 It’s not a large website as the web pages are not that much as they are in some
websites offering same type of information.
 Some websites were already providing similar information. So, it was difficult
for me to provide unique information from the existing websites.
 Some internet problem may damage user data
 Slow connection of internet may disturb the appearance of the website.
 There is also a possibility of hacking as it is an online system.
 Disconnection of internet in between any submission of data may corrupt the
data.

4.3 FUTURE PRESPECTIVE OF THE WEBSITE


Website will display the company’s information. It shall be updated as and when the

Company’s Policies shall change. Messages shall be delivered to the specific

departments. They shall also be stored on the server. The user interface can be

enhanced. More links for users’ use will be added in the Steel Links page. More

information on Company’s Current Projects and the service and products they offer will

be added.

22
4.4 BIBLIOGRAPHY

BOOK MATERIAL

HTML and CSS: Design and Build Websites, by Jon Duckett

WEBSITES

www.google.co.in

www.sail.co.in

23
ANNEXURE

A-1.1 (SCREENSHOT)

HOME PAGE

24
A1.2

Company

25
A1.3

Vision

26
A1.4

SAIL – INTO THE FUTURE

27
A1.5

Company Policies

28
A1.6

Marketing

29
A1.7

CONTACT US

30
A-1.8

Steel links

31
A-1.9

FAQs

32
A-1.10

Sitemap

33
A-1.11
APPLICATION

34
A-1.12
CREDO

35
A-1.13
SALES CENTERS

36
A-2 (CODING)

HOME PAGE

<html>
<head>
<title>SAIL - Steel Authority of India</title>
</head>

<body style="background:url(bb.jpg); width:900px; margin:auto;


background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-
color:#fff"width="900px"> <thead>
<tr>
<td colspan="4">
<a href="index.html" title="Home"><img border="1px" vspace="10px"
hspace="20px" src="logo.png" height="50" width="50" title="Steel Authority of
India" alt="home" /></a>
</td>
</tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a>
</th>
<th>
<a href="marketing.html">Marketing</a>
</th>
<th>
<a href="contact.html">Contact Us</a>

37
</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4">
<img src="banners/home blue.png" alt="Home"width="900" />
</td>
</tr>
<tr>
<td bgcolor="#33CC99" colspan="4">
<marquee><font color="#0000ff">Welcome to SAIL - Steel Authority
of India.</font></marquee>
</td>
</tr>
<tr>
<td colspan="4">
<font color="green" size="5px">Welcome to SAIL</font><font color="orange"
size="4px"> - </font><a href="pdf/maharatna.pdf"><font color="orange"
size="4px">A Maharatna</font></a>

<br />
<p>
Steel Authority of India Limited (SAIL) is one of the largest state-owned steel-
making company based in New Delhi, India and one of the top steel makers in
World. With a turnover of INR48,681 crore, the company is among the top five
highest profit earning corporates of india.With an annual production of 13.5 mill
met tons, SAIL is the 14th largest steel producer in the world.
</p>
<p>Major plants owned by SAIL are located at Bhilai, Bokaro, Durgapur, Rourkela,
Burnpur (near Asansol) and Salem.SAIL is investing Rs 21000 crore in West Bengal,
to set up a wagon factory.According to a recent survey, SAIL is one of India's fastest
growing Public Sector Units.Besides, it has R&D centre for Iron & Steel (RDCIS).
</p>

</td>
</tr>

38
<tr>
<td>
&nbsp;
</td>
</tr>
<tr bgcolor="grey">
td colspan="4"/>
</tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> | <a

href="links.html"><font color="#000000">Steel Links</font></a> | <a


href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font
color="#000000">Sitemap</font></a></div>

</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

39
A-2.2

Company

<html>

<head>
<title>Company</title>
</head>

<body style="background:url(bb.jpg); width:900px; margin:auto; background-


color:#000000" vlink="#666666" alink="#0000FF" link="#ffffff">
<table style="background-color:#fff"
width="900px"> <thead>
<tr>
<td colspan="4">

<a href="index.html" title="Home"><img border="1px" vspace="10px"


hspace="20px" src="logo.png" height="50" width="50" title="Steel Authority of
India" alt="home" /></a>

</td>
</tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a>
</th>
<th>
<th>
<a href="marketing.html">Marketing</a>
</th>
<th><a href="contact.html">Contact Us</a>

40
</th></tr>
</thead>
<tbody>
<tr>
<td colspan="4">
<img src="banners/about green.png" alt="Home" width="900" />
</td>
</tr>
<tr>
<td colspan="4">&nbsp;
</td>
</tr>
<tr>
<td valign=top width="225" bgcolor="#A0A0A0"> <ul>
<li>
<a href="vision.html">Vision</a>
</li>
<li>
<a href="future.html">SAIL - Into the future</a>
</li>
<li>
<a href="policies.html">Company Policies</a>
</li>
</ul>
</td>
<td colspan="3">
<font color="green" size="5px">Steel Authority of India
Limited</font><font color="orange" size="4px"> - </font><a
href="pdf/maharatna.pdf"><font color="orange" size="4px">A
Maharatna</font></a>
<br />
<img src="images/building.jpg" align="right" border="1" />SAIL manufactures and
sells a broad range of steel products, including hot and cold rolled sheets and coils,
galvanised sheets, electrical sheets, structurals, railway products, plates, bars and

41
rods, stainless steel and other alloy steels. SAIL produces iron and steel at five
integrated plants and three special steel plants.This gives SAIL a competitive edge in
terms of captive availability of iron ore, limestone, and dolomite which are inputs for
steel making.
</p>
<p>
SAIL's wide range of long and flat steel products are much indemand in the domestic
as well as the international market. This vital responsibility is carried out by SAIL's
own Central Marketing Organisation (CMO) that transacts business through its
network of 37 Branch Sales Offices spread across the four regions.
</p>
<p>
SAIL's International Trade Division ( ITD), in New Delhi- anISO 9001:2000
accredited unit of CMO, undertakes exports of Mild Steel products and Pig Iron from
SAIL’s five integrated steel plants.
</p>
<p>
With technical and managerial expertise and know-how in steel making gained over
four decades, SAIL's Consultancy Division (SAILCON) at New Delhi offers services
and consultancy to clients world-wide.
</p>
<p>
SAIL has a well-equipped Research and Development Centre for Iron and Steel
(RDCIS) at Ranchi which helps to produce quality steel and develop new
technologies for the steel industry. Besides, SAIL has its own in-house Centre for
Engineering and Technology (CET), Management Training Institute (MTI) and
Safety Organisation at Ranchi. Our captive mines are under the control of the Raw
Materials Division in Kolkata.

</p>
</td>
</tr>
<tr>
<td bgcolor="#A0A0A0">
&nbsp;
</td>
<td colspan=3 />
</tr>

42
<tr bgcolor="grey">
<td colspan="4"/>
</tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> | <a
href="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font
color="#000000">Sitemap</font></a></div>

</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

43
A-2.3

Vision

<html>
<head>
<title>Company Vision</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto;
background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-color:#fff"
width="900px"> <thead>
<tr>
<td colspan="4">
<a href="index.html" title="Home"><img border="1px" vspace="10px"
hspace="20px" src="logo.png" height="50" width="50" title="Steel Authority of
India" alt="home" /></a>
</td>
</tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a>
</th>
<th>
<a href="marketing.html">Marketing</a>
</th>
<th>

44
<a href="contact.html">Contact Us</a>
</th>
</tr>
</thead
<tbody>
<tr>
<td colspan="4">
<img src="banners/vision about green.png" alt="Home" width="900"/>
</td>
</tr>
<tr>
<td colspan="4">&nbsp;
</td>
</tr>
<tr>
<td valign=top width="225"bgcolor="#A0A0A0">
<ul>
<li>
<a href="vision.html">Vision</a>
</li>
<li>
<a href="future.html">SAIL - Into the future</a>
</li>
<li>
<a href="policies.html">Company Policies</a>
</li>
</ul>
</td>
<td colspan="3">
<b><font size=5>VISION</font></b>
<hr width=550 align=left />
<p>

45
<b>To be a respected world class corporation and the leader in
Indian steel business in quality, productivity, profitability and
customer satisfaction.</b> </p>

<font size=5>CREDO</font>
<hr width=550 align=left />

<p>We build lasting relationships with customers based on trustand mutual benefit.
<br />
We uphold highest ethical standards in conduct of our business.
<br />
<br />
We chart a challenging career for employees with opportunitiesfor advancement and
rewards.<br />
We value the opportunity and responsibility to make a meaningful difference in
people's lives.</p></td>
</tr>
<tr>
<td bgcolor="#A0A0A0">&nbsp;</td>
<td colspan=3 />
</tr>
<tr bgcolor="grey">
<td colspan="4"/></tr>
<tr><td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> | <a
href="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font
color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>

46
A-2.4
Sail into the future

<html>
<head>
<title>SAIL - Into the Future</title>
</head>

<body style="background:url(bb.jpg); width:900px; margin:auto;


background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-color:#fff"
width="900px"> <thead>
<tr>
<td colspan="4">
<a href="index.html" title="Home"><img border="1px" vspace="10px"
hspace="20px" src="logo.png" height="50" width="50" title="Steel Authority of
India" alt="home" /></a>
</td>
</tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a>
</th>
<th>
<a href="marketing.html">Marketing</a>
</th>
<th>
<a href="contact.html">Contact Us</a>
</th>
</tr>

47
</thead>
<tbody>
<tr>
<td colspan="4">
<img src="banners/about green.png" alt="Home" width="900" />
</td>
</tr>
<tr>

<td colspan="4">&nbsp;
</td>
</tr>
<tr>

<td valign=top width="225" bgcolor="#A0A0A0">


<ul>
<li><a href="vision.html">Vision</a>
</li>
<li><a href="future.html">SAIL - Into the future</a>
</li>
<li>
<a href="policies.html">Company Policies</a>
</li>
</ul>
</td>
<td colspan="3"><font color="blue" size="5px">SAIL - Into the Future</font> <br
/>
<font color="orange" size="4px">Modernisation & Expansion</font><br />
<p><img src="images/new.jpg" align="right" border="1" />SAIL, is in the process
of modernizing and expanding its production units, raw material resources and other
facilities to maintain its dominant position in the Indian steel market. The objective is
to achieve a production capacity of 26.2 MTPA of Hot Metal from the base level
production of 14.6 MTPA (2006-07 – Actual).
</p>
<br />

48
<br />
<br />
<div align=right><b>A new unit coming up at ISP</b></div> <p>Orders for all
major packages of ISP & SSP and part packagesof BSL, BSP, RSP & DSP Expansion
have been placed and these packages are in various stages of implementation</p>
<br />
<font color="orange" size="4px">Objective of Expansion Plan</font>
<br />
<ul>
<li>100% production of steel through Basic Oxygen Furnace (BOF) route</li>
<li>100% processing of steel through continuous casting</li>
<li>Value addition by reduction of semi-finished steel</li>
<li>Auxiliary fuel injection system in all the Blast Furnaces</li>
<li>State-of-art process control computerization /automation</li>
<li>Adherence to environment norms</li>
</ul><br />
<font color="orange" size="4px">Production Target</font><br />
<p>The production target of hot metal, crude steel and saleablesteel after Expansion
is indicated below:</p>
<div align=center>
<table border=1>
<tr>
<td colspan=3 align=right>(Million tonne per annum)</td>
</tr>
<tr>
<th>Item</th>
<th>Base Case<br />(2006-07)<br />Actual</th>
<th>After Expansion</th>
</tr>
<tr>
<td>Hot Metal</td>
<td>14.6</td>
<td>26.2(23.5)</td>

49
<tr align=center>
<td>2009-10</td>
<td>10606</td>
</tr>
<tr align=center><td>2010-11</td>
<td>11280</td>
</tr>
<tr align=center>
<td>2001-12</td>
<td>11021</td>
</tr>
</table>
</div>
</td>
</tr><tr><td bgcolor="#A0A0A0">&nbsp;
</td>
<td colspan=3 /></tr>
<tr bgcolor="grey">
<td colspan="4"/></tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> | <a
href="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font
color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

50
A-2.5

Company policies

<html>
<head>
<title>Company Policies</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto;
background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-color:#fff"
width="900px"> <thead>
<tr><td colspan="4">
<a href="index.html" title="Home"><img border="1px" vspace="10px"
hspace="20px" src="logo.png" height="50" width="50" title="Steel Authority of
India" alt="home" /></a>
</td></tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a></th>
<th>
<a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th>
<a href="contact.html">Contact Us</a></th>
</tr>
</thead>
<tbody>
<tr><td colspan="4">
<img src="banners/policies about green.png" alt="Home" width="900"/>
</td>
</tr>

51
<tr>
<td valign=top width="225"bgcolor="#A0A0A0">
<ul>
<li>
<a href="vision.html">Vision</a></li>
<li><a href="future.html">SAIL - Into the future</a></li>
<li><a href="policies.html">Company Policies</a></li>
</ul>
</td>
<td colspan="3">
<b><font size=5>Company Policies</font></b>
<hr width=550 align=left />
<ul><li>
<a href="pdf/ermpolicy.pdf"><fontcolor="#000000">Enterprise Risk Management
Policy</font></a> </li>
<li>
<a href="pdf/csrpolicy.pdf"><fontcolor="#000000">Corporate Social Responsibility
Policy</font></a> </li>
<li><a href="pdf/smsre.pdf"><font color="#000000">SailMediclaim Scheme For
Retired Employees</font></a>
</li>
<li><a href="pdf/safetypolicy.pdf"><fontcolor="#000000">Safety Policy</font></a>
</li><li><a
href="pdf/coporateenvrnmntalpolicy.pdf"><fontcolor="#000000">Corporate
Environmental Policy</font></a> </li><li><a href="pdf/hrpolicy.pdf">
<fontcolor="#000000">Human Resource Policy</font></a></li>
<li><a href="pdf/hivmpolicy.pdf"><fontcolor="#000000">HIV/AIDS
Policy</font></a>
</li><li><a href="pdf/sail_it_security_policy.pdf"><font
color="#000000">Information Technology Security Policy</font></a> </li><li>
<a href="pdf/qualitypolicy.pdf"><fontcolor="#000000">Quality Policy</font></a>
</li><li>
<a href="pdf/sdp.pdf"><fontcolor="#000000">Sustainable Development
Policy</font></a> </li>
</ul>

52
</td>
</tr>
<tr>
<td bgcolor="#A0A0A0">&nbsp;
</td>
<td colspan=3 /></tr>
<tr bgcolor="grey">
<td colspan="4"/></tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> |
<ahref="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

53
A-2.6

Contact us

<html>
<head>
<title>Contact Us - Corporate Office</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto;
background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-color:#fff"
width="900px"> <thead>
<tr><td colspan="4"><a href="index.html" title="Home"><img border="1px"
vspace="10px" hspace="20px" src="logo.png" height="50" width="50" title="Steel
Authority of India" alt="home" /></a></td></tr>
<tr bgcolor="#000099">
<th><a href="index.html">Home</a></th>
<th><a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a></th></tr>
</thead>
<tbody>
<tr>
<td colspan="4"><img src="banners/contact orange.png" alt="Home" width="900" />
</td>
</tr>
<tr>
<td colspan="4">&nbsp;
</td></tr>
<tr><td valign=top width="225"bgcolor="#A0A0A0">
<ul>

54
<li>
<a href="pdf/ermpolicy.pdf"><fontcolor="#000000">Corporate
Office</font></a></li>
<li><a href="pdf/ermpolicy.pdf"><fontcolor="#000000">Central Marketing
Organisation</font></a> </li>
<li>
<a href="pdf/ermpolicy.pdf"><fontcolor="#000000">Bhilai Steel
Plant</font></a></li>
<li><a href="pdf/ermpolicy.pdf"><fontcolor="#000000">Durgapur Steel
Plant</font></a></li>
</ul>
</td>
<td colspan="3"><b><font size=5>Contact Us</font></b>
<hr width=550 align=left />
<form action="ThankYouPage.html/#nav" id="contact"method="post">First Name:
<input type="text"
name="firstname">&nbsp;&nbsp;Last Name: <input type="text"
name="lastname"><br /><br />
Country:&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="country"
value="India">India&nbsp;&nbsp;<input type="radio" name="country"
value="Outside India">Outside India<br /><br />
E-mail:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text"
name="mail"><br /><br/>
Purpose:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<select name="Purpose">
<option value="Feedback">Feedback</option>
<option value="General Query"selected="selected">General Query</option>
<option value="Sales Support">SalesSupport</option>
<option value="Others">Others</option>
</select><br /><br />
Message: &nbsp;&nbsp;&nbsp;&nbsp;<textarea
rows="10" cols="30"></textarea>
<br /><br />
<br /><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset"

55
value="Reset">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit"
value="Submit">
</form>

</td>
</tr>
<tr><td bgcolor="#A0A0A0">&nbsp;
</td>
<td colspan=3 />
</tr>
<tr bgcolor="grey">
<td colspan="4"/></tr>
<tr>
<td colspan="4">

<div id="footer" align="center"><a href="index.html">Home</a> | <a

href="links.html"><font color="#000000">Steel Links</font></a> | <a


href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font
color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

56
A-2.7

Steel links
<html>
<head>
<title>Steel Links</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto;
background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-color:#fff" width="900px">
<thead>
<tr><td colspan="4"><a href="index.html" title="Home"><img border="1px"
vspace="10px" hspace="20px" src="logo.png" height="50" width="50" title="Steel
Authority of India" alt="home" /></a>
</td></tr><tr bgcolor="#000099">
<th>
<a href="index.html">Home</a></th>
<th>
<a href="company.html">Company</a>
</th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a>
</th>
</tr>
</thead>
<tbody>
<tr><td colspan="4">
<img src="banners/links orange.png" alt="Home" width="900" />
</td>
</tr>
<tr>
<td colspan="4">&nbsp;

57
</td>
</tr>
<tr>
<td valign=top width="225"bgcolor="#ffffff"></td>
<td colspan="3">
<b><font size=5>Steel Links</font></b>
<hr width=550 align=left /><ul>
<li><b>Steel Organisations </b>
<ul>
<li><a href="http://www.aise.org/"target=_blank><font
color="blue">AISE</font></a> - Association of Iron and Steel Engineers (AISE)
<br /><a href="http://www.steel.org/"target=_blank><font
color="blue">AISE</font></a> - American Iron and SteelInstitute</li>
<li><a href="http://www.aimehq.org/"target=_blank><font
color="blue">AIME</font></a>
<li><a href="#" target=_blank><fontcolor="blue">#</font></a> - ###</li>
</ul>
</li>
<li><b>Government Ministries and Departments</b>
<ul>
<li><a href="http://www.nic.in/lawmin"target=_blank><font color="blue">Ministry
of Law, Justice and Company Affairs</font></a></li>
<li><a href="http://planningcommission.nic.in/"target=_blank><font
color="blue">Planning Commission, Government of India </font></a></li>
</ul></li>
<li><b>e-Commerce Sites</b>
<ul>
<li><a href="http://www.metaljunction.com/"target=_blank><font
color="blue">MetalJunction</font></a>
</li></ul>
</li>
</ul>
</td></tr>
<tr><td colspan=4 />

58
A-2.8
FAQs
<html>
<head>
<title>FAQ</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto;
background-color:#000000" vlink="#666666" alink="#0000FF"
link="#ffffff">
<table style="background-color:#fff"
width="900px"> <thead>
<tr>
<td colspan="4">
<a href="index.html" title="Home"><img border="1px" vspace="10px"
hspace="20px" src="logo.png" height="50" width="50" title="Steel Authority of
India" alt="home" /></a>
</td>
</tr>
<tr bgcolor="#000099">
<th><a href="index.html">Home</a></th>
<th><a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4"><img src="banners/FAQ PURPLe.png" alt="Home" width="900"
/></td>
</tr>
<tr>
<td colspan="4">&nbsp;</td></tr>
<tr>
<td valign=top width="225"bgcolor="#ffffff"></td>

59
<td colspan="3"><b><font size=5>FAQ</font></b>
<hr width=550 align=left />
<b>Q1 What are SAIL's major products ?</b>
<br />
<p><b>A1 </b>SAIL has a wide range of steel products - both Longand Flat.<br />
Among Long products are: Structurals, Crane Rails, Bars, Roads & Rebars, and Wire
Rods; and Flat products covering the range of HR Coils, Sheets & Skelp, Plates, CR
Coils Sheets.
</p>
<b>Q2 Who owns SAIL?</b>
<br />
<p><b>A2 </b>SAIL is a public sector undertaking of the Government of India
which holds 85.82% of equity. For complete details see Shareholding pattern.</p>
<b>Q3 Which are the major customer segments serviced bySAIL?</b>
<br />
<p><b>A3 </b>Besides supplying its full range of productinstitutional buyers like
Defence and the Railways it helps other companies also.
</p><ul>
</ul></td></tr>
<tr><td bgcolor="#A0A0A0">&nbsp;</td>
<td colspan=3 />
</tr>
<tr bgcolor="grey">
<td colspan="4"/></tr>
<tr><td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> |
<ahref="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font color="#000000">Sitemap</font></a></div>
</td></tr>
<tr><td /></tr>
</tbody>
</body>
</html>

60
A-2.9
Sitemap
<html>
<head>
<title>Sitemap</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto; background-
color:#000000" vlink="red" alink="#0000FF" link="#000fff">
<table style="background-
color:#fff" width="900px">
<thead>
<tr><td colspan="4">
</td></tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a></th>
</tr>
</thead>
<tbody>
<tr><td colspan="4"><img src="banners/Sitemap PURPLe.png" alt="Home"
width="900"/>
</td>
</tr>
<tr><td colspan="4">&nbsp;</td></tr>
<tr>
<td valign=top width="225"bgcolor="#ffffff"></td>
<td colspan="3">
<b><font size=5>Sitemap</font></b>

61
<hr width=550 align=left />
<ul style="font-color:000000">
<li>
<a href="index.html">Home</a></li>
<li><a href="company.html">Company</a></li>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="future.html">SAIL - Into thefuture</a>
</li>
<li>
<a href="policies.html">CompanyPolicies</a></li></ul>
<li><a href="marketing.html">Marketing</a></li>
</td>
</tr>
<tr><td colspan=4 /></tr>
<tr bgcolor="grey">
<td colspan="4"/>
</tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> |
<ahref="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

62
A-2.10

APPLICATION
<html>
<head>
<title>Sitemap</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto; background-
color:#000000" vlink="red" alink="#0000FF" link="#000fff">
<table style="background-
color:#fff" width="900px">
<thead>
<tr><td colspan="4">
</td></tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a></th>
</tr>
</thead>
<tbody>
<tr><td colspan="4"><img src="banners/Sitemap PURPLe.png" alt="Home"
width="900"/>
</td>
</tr>
<tr><td colspan="4">&nbsp;</td></tr>
<tr>
<td valign=top width="225"bgcolor="#ffffff"></td>
<td colspan="3">

63
<b><font size=5>Sitemap</font></b>
<hr width=550 align=left />
<ul style="font-color:000000">
<li>
<a href="index.html">Home</a></li>
<li><a href="company.html">Company</a></li>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="future.html">SAIL - Into thefuture</a>
</li>
<li>
<a href="policies.html">CompanyPolicies</a></li></ul>
<li><a href="marketing.html">Marketing</a></li>
</td>
</tr>
<tr><td colspan=4 /></tr>
<tr bgcolor="grey">
<td colspan="4"/>
</tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> |
<ahref="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

64
A-2.11
CREDO
<html>
<head>
<title>Sitemap</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto; background-
color:#000000" vlink="red" alink="#0000FF" link="#000fff">
<table style="background-
color:#fff" width="900px">
<thead>
<tr><td colspan="4">
</td></tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a></th>
</tr>
</thead>
<tbody>
<tr><td colspan="4"><img src="banners/Sitemap PURPLe.png" alt="Home"
width="900"/>
</td>
</tr>
<tr><td colspan="4">&nbsp;</td></tr>
<tr>
<td valign=top width="225"bgcolor="#ffffff"></td>
<td colspan="3">
<b><font size=5>Sitemap</font></b>

65
<hr width=550 align=left />
<ul style="font-color:000000">
<li>
<a href="index.html">Home</a></li>
<li><a href="company.html">Company</a></li>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="future.html">SAIL - Into thefuture</a>
</li>
<li>
<a href="policies.html">CompanyPolicies</a></li></ul>
<li><a href="marketing.html">Marketing</a></li>
</td>
</tr>
<tr><td colspan=4 /></tr>
<tr bgcolor="grey">
<td colspan="4"/>
</tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> |
<ahref="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

66
A-2.12
SALES CENTERS

<html>
<head>
<title>Sitemap</title>
</head>
<body style="background:url(bb.jpg); width:900px; margin:auto; background-
color:#000000" vlink="red" alink="#0000FF" link="#000fff">
<table style="background-
color:#fff" width="900px">
<thead>
<tr><td colspan="4">
</td></tr>
<tr bgcolor="#000099">
<th>
<a href="index.html">Home</a>
</th>
<th>
<a href="company.html">Company</a></th>
<th><a href="marketing.html">Marketing</a></th>
<th><a href="contact.html">Contact Us</a></th>
</tr>
</thead>
<tbody>
<tr><td colspan="4"><img src="banners/Sitemap PURPLe.png" alt="Home"
width="900"/>
</td>
</tr>
<tr><td colspan="4">&nbsp;</td></tr>
<tr>
<td valign=top width="225"bgcolor="#ffffff"></td>
<td colspan="3">

67
<b><font size=5>Sitemap</font></b>
<hr width=550 align=left />
<ul style="font-color:000000">
<li>
<a href="index.html">Home</a></li>
<li><a href="company.html">Company</a></li>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="future.html">SAIL - Into thefuture</a>
</li>
<li>
<a href="policies.html">CompanyPolicies</a></li></ul>
<li><a href="marketing.html">Marketing</a></li>
</td>
</tr>
<tr><td colspan=4 /></tr>
<tr bgcolor="grey">
<td colspan="4"/>
</tr>
<tr>
<td colspan="4">
<div id="footer" align="center"><a href="index.html">Home</a> |
<ahref="links.html"><font color="#000000">Steel Links</font></a> | <a
href="faq.html"><font color="#000000">FAQ</font></a> | <a
href="sitemap.html"><font color="#000000">Sitemap</font></a></div>
</td>
</tr>
<tr><td /></tr>
</tbody>
</table>
</body>
</html>

68
69
70
71
72
73
74
75
76
77
78
79
80
81
82

Anda mungkin juga menyukai