Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 15

AYESHA GENERAL HOSPITAL

DOCUMENTATION
http:/ayeshageneralhospital.com/
TEAM:

STEPHAN RAZA
MOHAMMAD AMIR
ALI IQBAL



APTECH SFC
BATCH CODE: 201401D
SEMESTER: CPISM


1
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]

INDEX


CERTIFICATES
INTRODUCTION
PROBLEM STATEMENT
WEBISTE SNAPSHOTS
CODING
SITEMAP
TASKSHEET
HARDWARE / SOFTWARE REQUIREMENTS










2
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]

1. CERTIFICATES


This is to certify that Stephan Raza, Muhammad Amir and Ali Iqbal have
successfully completed the designing and development of
http://ayeshageneralhospital.com/ for the APTECH VISION 2014 Project
of first-semester and submitted to APTECH Computer Education.












Issued by: _______________ Dated:______________









3
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]
2. INTRODUCTION
Ayesha General Hospital, the only largest Private Hospital in
Gulshan.e.Hadeed area. Ayesha General Hospital covers all Medical and Surgical
needs of the patients and accommodate Dhabaji, thatta, Shaha Town, Gulshan-e-
hadeed, Steel Town, Cattle colony, Jokhio Goth and others surrounding
population situated near this Hospital.
It is projected 80 bedded Hospital, presently working with Semi private, private, Vip
rooms inclusive NICU, Two Operation Theatres, I.C.U, Labor room, Ultrasound,
Blood lab, Pharmacy and Sound Emergency Unit with trained Staff and excellent
services. We work 24 hours seven days a week.

Services:

24 Hours Emergency
24 Hours Pharmacy
I.C.U
N.I.C.U
Two Major Operation Theatres
One Minor Operation Theatre










4
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]
3. PROBLEM STATEMENT
The ayeshageneralhospital.com/ website has been designed for the people of
all ages from all walks of life. It includes not only information about the hospital but
also offers different services online.

Requirement Specification:
The Web site was to be created based on the following requirements.
1) It should be responsive in design using @media CSS property.
2) Navigation links must be included and must be designed in an interactive
way so as to become more user friendly.
3) Font sizes must be selected appropriately thinking about the end users.
4) Menus should include:
- Homepage
- About Us
- Services
- Departments
- Gallery
- Careers
- Contact Us







5
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]
4. WEBSITE SNAPSHOTS

Homepage








6
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]
About us











Photo Gallery

7
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]






Feedback


8
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]



5. CODING
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

9
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<title> Homepage | Ayesha General Hospital</title>
<script type="text/javascript" src="js/jquery-1.8.3.js"></script>
<script type="text/javascript" src="js/karma.js"></script>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/_mobile.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/CU3ER.css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="top-block">
<div class="top-holder">

<!-- ***************** - Top Links Left Side - ***************** -->
<div class="toolbar-left">
<ul class="sub-menu">
<li><a href="index.html">Home</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="contactus.html">Contact</a></li>
<li>
<a href="#">About Us</a>
<ul class="sub-menu">
<li><a href="aboutus/ourhistory.html">Our History</a></li>
<li><a href="aboutus/missionstatement.html">Our Mission</a></li>
</ul>
</li>
</ul></div><!-- end toolbar-left -->
<!-- ***************** - END Top Links Left Side - ***************** -->



<!-- ***************** - Top Links Right Side - ***************** -->
<div class="toolbar-right">
<ul>
<li><a href="#">FACEBOOK</a></li>
<li><a href="#">TWITTER</a></li>
</ul>
</div><!-- end Links-right -->
<!-- ***************** - END Top Links Right Side - ***************** -->



</div><!-- end top-holder -->
</div><!-- end top-block -->




<div class="header-holder">
<div class="rays">
<div class="header-area">


10
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]

<!-- ***************** - LOGO - ***************** -->
<a href="#" class="logo"><img src="images/logo2.png"/></a>
<!-- ***************** - END LOGO - ***************** -->

<!-- ***************** - Main Navigation - ***************** -->
<ul id="menu-main-nav">
<li><a href="index.html"><span><strong>Home</strong><span class="navi-description">Index
page</span></span></a>
</li>
<li><a href="aboutus.html"><span><strong>About Us</strong><span class="navi-
description">Who we are</span></span></a>
<ul class="sub-menu">
<li><a href="aboutus/ourhistory.html"><span>Our History</span></a></li>
<li><a href="aboutus/missionstatement.html"><span>Our Mission</span></a></li>
<li><a href="aboutus/ourvision.html"><span>Our Vision</span></a></li>
<li><a href="aboutus/ourachievements.html"><span>Our Achievements</span></a></li>
<li><a href="aboutus/chairman.html"><span>Chairman</span></a></li>
<li><a href="aboutus/board.html"><span>AGH Board</span></a></li>
</ul>
</li>

<li><a href="services.html"><span><strong>Services</strong><span class="navi-
description">What we do</span></span></a>
<ul class="sub-menu">
<li><a href="services/emergency.html"><span>24 Hours Emergency</span></a></li>
<li><a href="services/pharmacy.html"><span>24 Hours Pharmacy</span></a></li>
<li><a href="services/icu.html"><span>I.C.U.</span></a></li>
<li><a href="services/nicu.html"><span>N.I.C.U.</span></a></li>
<li><a href="services/ot.html"><span>Operation Theatre</span></a></li>
</ul>
</li>

<li><a href="#"><span><strong>Departments</strong><span class="navi-description">Areas we
serve</span></span></a>
<ul class="sub-menu">

<li><a href="#"><span>24 Hours Emergency</span></a></li>
<li><a href="#"><span>Cardiology</span></a></li>
<li><a href="#"><span>Dentistry</span></a></li>
<li><a href="#"><span>Dermatology</span></a></li>
<li><a href="#"><span>Ear, Nose & Throat</span></a></li>
<li><a href="#"><span>General Surgery</span></a></li>
<li><a href="#"><span>Internal Medicine</span></a></li>
<li><a href="#"><span>Neuro Surgery</span></a></li>
<li><a href="#"><span>Opthalmology / Eye</span></a></li>
<li><a href="#"><span>Psychiatric</span></a></li>
<li><a href="#"><span>Physio Therapy</span></a></li>

</ul>
</li>

<li><a href="gallery.html"><span><strong>Gallery</strong><span class="navi-description">videos
&amp; images</span></span></a></li>

11
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]

<li><a href="careers.html"><span><strong>Careers</strong><span class="navi-
description">articles &amp; ideas</span></span></a></li>

<li><a href="contactus.html"><span><strong>Contact</strong><span class="navi-
description">articles &amp; ideas</span></span></a></li>
</ul>
<!-- ***************** - END Main Navigation - ***************** -->

(to be continued)

























6. SITE MAP

12
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]




7. TASK SHEET
Homepage
About Us
Our History
Our Mission
Our Vision
Our Achievements
Chairman
AGH Board
Services
24 Hours
Emergency
24 Hours
Pharmacy
ICU
NICU
Operation Theatre
Departments
Gallery
Careers
Contact

13
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]





Aptech Vision 2014 : Ayesha General Hospital

S.No. Task Days Team mate Status
1 Analysis 3 Stephan Raza
Mohd. Amir
Ali Iqbal
Done
2 Designing 5 Stephan Raza Done
3 Data Development 15 Stephan Raza
Mohd. Amir
Ali Iqbal
Done
4 Testing 2 Stephan Raza
Ali Iqbal
Done
5 Documentation 1 Stephan Raza Done











8. HARDWARE / SOFTWARE
REQUIREMENTS

14
[ Documentation ] [ http://margaretmemorialschool.com/ ] [ By: Stephan Raza ]

HARDWARE

A minimum computer system that will help you access all the tools in the courses is a
Pentium 4 or better
1 Gigabytes of RAM or better



SOFTWARE

Notepad
Adobe Dreamweaver CC
Adobe Photoshop
CorelDraw
Google Chrome

You might also like