티스토리 뷰

index.html

 
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Staffords Driving School</title>
  <link rel="stylesheet" href="css.css">
</head>
<body>

  <div class=navigation>
    <ul>
      <li>
        <a href=index.html>
          <img alt="complany logo" src="images/logo-car-tran.png">
        </a>
      </li>
      <li><a href=index.html>Home</a></li>
      <li><a href=about_us.html>About us</a></li>
      <li><a href=prices.html>Prices</a></li>
      <li><a href=contact.html>Contact</a></li>
    </ul>
  </div>
  
  <div id="cover">
    <div class="cover-content">
      <h1>Staffords Driving School</h1>
      <h2>The Metropolitan Driving School Specialist</h2>
    </div>
  </div>

  <p id="contact">(08) 9123 4567</p>
  
  <div class="content">
    <h1>
      WHY STAFFORDS DRIVING SCHOOL?
    </h1>
    <p>
      Staffords Driving School offers learner driving training in automatic and manual dual controlled cars to give you the confidence to pass your driving test first time. Friendly 7 Day Service, call us now on 9123 4567 for competitive prices and personal service.
    </p>
    <h1>
      SERVICES:
    </h1>
    <ul>
      <li>Lessons from $53</li>
      <li>Friendly, Professional, Patient Instructors</li>
      <li>Dual Control Cars For Your Safety</li>
      <li>Over 10 Years of Experience</li>
    </ul>
  </div>
  <footer>
    <div class="foot">
      <ul>
        <li><a href=privacy_policy.html>Privacy Policy</a></li>
        <li><a href=disclaimer.html>Disclaimer</a></li>
      </ul>
    </div>
  </footer>
</body>
</html>


about_us.html
<!DOCTYPE html>
<html lang="en">
<head>
  <title>About us : Staffords Driving School</title>
  <link rel="stylesheet" href="css.css">
</head>
<body>

  <div class=navigation>
    <ul>
      <li>
        <a href=index.html>
          <img alt="complany logo" src="images/logo-car-tran.png">
        </a>
      </li>
      <li><a href=index.html>Home</a></li>
      <li><a href=about_us.html>About us</a></li>
      <li><a href=prices.html>Prices</a></li>
      <li><a href=contact.html>Contact</a></li>
    </ul>
  </div>
  
  <div id="cover">
    <div class="cover-content">
      <h1>Staffords Driving School</h1>
      <h2>The Metropolitan Driving School Specialist</h2>
    </div>
  </div>

  <p id="contact">(08) 9123 4567</p>
  
  <div class="content">

    <h1>
      Staffords Driving School is the Metropolitan Driving School Specialist
    </h1>
    <p>
      Staffords Driving School specialises in Perth CBD  and  southern suburbs within 5km's of Staffords Licence Centre. We are the Staffords Licence Centre Experts.
    </p>
    <p>
      We know Staffords well and the common test routes in Perth and the tricky bits. Meet us at Staffords Licence Centre and get to know the area.
    </p>
    <h1>
      Gift Vouchers
    </h1>
    <p>
      There is no more important skill to pass on to young people than the knowledge and confidence that quality driving lessons can offer. Staffords Driving School offers the gift of learning to drive in a safe and comfortable environment in modern automatic or manual vehicles. Give the gift of safe driving skills that will last a lifetime.
    </p>
    <h1>
      Overseas Licence Conversion
    </h1>
    <p>
      Staffords Driving School specialises in overseas licence conversions. We also know all the routes and tricky bits. Call us today on (08) 9123 4567 to get a quote or see our prices
    </p>
  </div>
  <footer>
    <div class="foot">
      <ul>
        <li><a href=privacy_policy.html>Privacy Policy</a></li>
        <li><a href=disclaimer.html>Disclaimer</a></li>
      </ul>
    </div>
  </footer>
</body>
</html>




prices.html
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Prices : Staffords Driving School</title>
  <link rel="stylesheet" href="css.css">
</head>
<body>

  <div class=navigation>
    <ul>
      <li>
        <a href=index.html>
          <img alt="complany logo" src="images/logo-car-tran.png">
        </a>
      </li>
      <li><a href=index.html>Home</a></li>
      <li><a href=about_us.html>About us</a></li>
      <li><a href=prices.html>Prices</a></li>
      <li><a href=contact.html>Contact</a></li>
    </ul>
  </div>
  
  <div id="cover">
    <div class="cover-content">
      <h1>Staffords Driving School</h1>
      <h2>The Metropolitan Driving School Specialist</h2>
    </div>
  </div>

  <p id="contact">(08) 9123 4567</p>
  
  <div class="content">
    
    <h1>
      LESSON COSTS
    </h1>
    <table>
      <tr>
        <td>Single Lesson</td>
        <td>$55</td>
      </tr>
      <tr>
        <td>Double Lesson</td>
        <td>$100</td>
      </tr>
      <tr>
        <td>5 Lessons</td>
        <td>$269.50</td>
      </tr>
      <tr>
        <td>10 Lessons</td>
        <td>$528.00</td>
      </tr>
    </table>
    <h1>
      DRIVING ASSESSMENT COSTS (2 OPTIONS)
    </h1>
    <table>
      <tr>
        <td>1) Meet at the Licensing Centre 1hr before test for lesson and use of our car for test.</td>
        <td>$100</td>
      </tr>
      <tr>
        <td>2) Pick up 1hr before test. Use our car for test then we take you home after paperwork.</td>
        <td>$150</td>
      </tr>
    </table>
    <h1>
      SPECIAL PACKAGES
    </h1>
    <table>
      <tr>
        <td><a href="https://www.keys2drive.com.au/">"Keys To Drive"</a> Lesson Free + 4 x 45 minute lessons.</td>
        <td>$199</td>
      </tr>
      <tr>
        <td>7 Lessons plus use of our car for the Test.</td>
        <td>$399</td>
      </tr>
      <tr>
        <td>Overseas Licence Convertion. Double Lesson plus lesson and car for test.</td>
        <td>$200</td>
      </tr>
    </table>
  </div>
  <footer>
    <div class="foot">
      <ul>
        <li><a href=privacy_policy.html>Privacy Policy</a></li>
        <li><a href=disclaimer.html>Disclaimer</a></li>
      </ul>
    </div>
  </footer>
</body>
</html>

contact.html
  Contact : Staffords Driving School
  



  
  
  

Staffords Driving School

The Metropolitan Driving School Specialist

(08) 9123 4567

Contact

Phone number (08) 9123 4567

Facebook and Map

map

privacy_policy.html
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Privacy Policy : Staffords Driving School</title>
  <link rel="stylesheet" href="css.css">
</head>
<body>

  <div class=navigation>
    <ul>
      <li>
        <a href=index.html>
          <img alt="complany logo" src="images/logo-car-tran.png">
        </a>
      </li>
      <li><a href=index.html>Home</a></li>
      <li><a href=about_us.html>About us</a></li>
      <li><a href=prices.html>Prices</a></li>
      <li><a href=contact.html>Contact</a></li>
    </ul>
  </div>
  
  <div id="cover">
    <div class="cover-content">
      <h1>Staffords Driving School</h1>
      <h2>The Metropolitan Driving School Specialist</h2>
    </div>
  </div>

  <p id="contact">(08) 9123 4567</p>
  
  <div class="content">
    <h1>
      Staffords Driving School Staff Privacy Policy
    </h1>
    <p>
     This Privacy Policy was last modified on 12/9/2017
Staffords Driving School we operates http://www. StaffordsDrivingSchool.com 
(the "Site"). This page informs you of our policies regarding the collection, use and disclosure
of Personal Information we receive from users of the Site.
    </p>
    <p>
      We use your Personal Information only for providing and improving the Site. By using the Site, you agree to the collection and use of information in accordance with this policy.
    </p>
    <h1>
      Information Collection And Use
    </h1>
    <p>
     While using our Site, we may ask you to provide us with certain personally identifiable information
that can be used to contact or identify you. Personally identifiable information may include, but is
not limited to your name ("Personal Information").
    </p>
    <h1>
      Log Data
    </h1>
    <p>
     Like many site operators, we collect information that your browser sends whenever you visit our
Site ("Log Data"). This Log Data may include information such as your computer's Internet
Protocol ("IP") address, browser type, browser version, the pages of our Site that you visit, the
time and date of your visit, the time spent on those pages and other statistics.

    </p>
    <h1>
      Cookies
    </h1>
    <p>
     Cookies are files with small amount of data, which may include an anonymous unique identifier.
Cookies are sent to your browser from a web site and stored on your computer's hard drive.
Like many sites, we use "cookies" to collect information. You can instruct your browser to refuse
all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you
may not be able to use some portions of our Site.

    </p>
    <h1>
      Security
    </h1>
    <p>
     The security of your Personal Information is important to us, but remember that no method of
transmission over the Internet, or method of electronic storage, is 100% secure. While we strive to
use commercially acceptable means to protect your Personal Information, we cannot guarantee
its absolute security.

    </p>
    <h1>
      Changes To This Privacy Policy
    </h1>
    <p>
     Staffords Driving School.Inc may update this Privacy Policy from time to time. We will notify
you of any changes by posting the new Privacy Policy on the Site. You are advised to review this
Privacy Policy periodically for any changes.

    </p>
    <h1>
      Contact Us
    </h1>
    <p>
     If you have any questions about this Privacy Policy, please contact us.
    </p>
  </div>
  <footer>
    <div class="foot">
      <ul>
        <li><a href=privacy_policy.html>Privacy Policy</a></li>
        <li><a href=disclaimer.html>Disclaimer</a></li>
      </ul>
    </div>
  </footer>
</body>
</html>


disclaimer.html
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Disclaimer : Staffords Driving School</title>
  <link rel="stylesheet" href="css.css">
</head>
<body>

  <div class=navigation>
    <ul>
      <li>
        <a href=index.html>
          <img alt="complany logo" src="images/logo-car-tran.png">
        </a>
      </li>
      <li><a href=index.html>Home</a></li>
      <li><a href=about_us.html>About us</a></li>
      <li><a href=prices.html>Prices</a></li>
      <li><a href=contact.html>Contact</a></li>
    </ul>
  </div>
  
  <div id="cover">
    <div class="cover-content">
      <h1>Staffords Driving School</h1>
      <h2>The Metropolitan Driving School Specialist</h2>
    </div>
  </div>

  <p id="contact">(08) 9123 4567</p>
  
  <div class="content">
    <h1>
      DISCLAIMER
    </h1>
    <p>
      While all reasonable care has been taken in the preparation of the material contained in this website, Staffords Driving Schooldoes not warrant the accuracy, completeness or adequacy of the information in this website. The information is by way of general commentary only, subject to change without notice, and does not constitute the giving of advice.
    </p>
    <p>
    Staffords Driving Schooldoes not warrant that this website, or any attachment to it, is free from computer viruses. 
    </p>
   <p>
    Staffords Driving Schoolhas no control over the contents of websites maintained by third parties, which may be accessible through websites maintained by TWCG and makes no representation or warranty with respect to such websites or any information on such websites.
    </p>
   <p>
    To the extent permitted by law, Staffords Driving School, its employees and agents disclaim liability (including liability by reason of negligence) to any person for any loss, damage, cost or expense incurred or arising as a result of any information, whether by reason of any error, omission or misrepresentation in the information or for any action taken by any person in reliance upon the information contained within this website or any other website which may be accessed through this website. 
    </p>
   <p>
    Staffords Driving School  will always act and conduct business in a lawful and professional manner is per all the rules and regulations governing the conduct of an Australian company.
    </p>
   <p>
    You should seek specific professional advice before acting or refraining from acting on the basis of any of the information contained within this website or any other website which may be accessed through this website.
    </p>
  </div>
  <footer>
    <div class="foot">
      <ul>
        <li><a href=privacy_policy.html>Privacy Policy</a></li>
        <li><a href=disclaimer.html>Disclaimer</a></li>
      </ul>
    </div>
  </footer>
</body>
</html>


css.css
*{
  border: 1px solid rgba(255,0,0,0);
}

h1{
  margin: 50px 0px 0px 0px;
}
body{
  font-size: 18px;
  font-family: Arial;
  background-color: RGBa(253,231,76,0.5);
}

.navigation li{
  display: inline-block;
  margin: 5px 10px;
  }

.navigation a{
  color: #e3c102;
  text-decoration: none;
}

.navigation{
  text-align: left;
  background-color: rgba(255,255,255,0.3);
  width: 100%;
  position: fixed;
  z-index: 100;
  /*color: #e3c102;*/
  color: red;
  font-family: Arial;
}

#contact{
  top: 20px;
  right: 40px;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  margin: 5px;
  display: block;
  color: #e3c102;
}

#cover{
  height: 1200px;
  width: 100%;
  background: url("images/Driver_small.jpg") no-repeat center top;
  position: relative;
  background-size: cover;  
}

.cover-content{
  text-align: center;
  margin: 220px 0px;
  color: #fff;
  font-family: Arial;
}

.content a{
  color: black;
  text-decoration: none;

}

.content{
  margin: auto;
  width: 80%;
  
}

#facebook_logo{
  width: 200px;
}

.foot a{
  color: black;
  text-decoration: none;
} 

.foot li{
  display: inline-block;
  margin: 5px 10px;
  color: white;
}

.foot{
text-align: center;
background-color: rgba(0,0,0,0.4);
}
Screenshot of website

Address - http://astronomer-marilyn-26028.bitballoon.com/




'AU Study > TAFE Assessment' 카테고리의 다른 글

C sharp questionnaire  (0) 2017.11.28
Router configuration Using Putty  (0) 2017.11.15
c sharp programing at 2 teardown  (0) 2017.10.28
C sharp programming AT 1.1  (0) 2017.10.25
C sharp programming AT 1.2  (0) 2017.10.25
댓글
Announcement
Recent Posts
Recent Comments
Total
Today
Yesterday
Link
TAG
more
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Search by month