Skip to content

Commit

Permalink
changes some things in rates
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo018 committed Oct 21, 2016
1 parent c667cce commit 59d0a3f
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 35 deletions.
Binary file added Hallo sans black.otf
Binary file not shown.
Binary file added Hallo sans light.otf
Binary file not shown.
Binary file added Hallo-Sans (1).zip
Binary file not shown.
68 changes: 37 additions & 31 deletions RatesPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,57 @@

</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="HowItWorksPage.html">How it works</a></li>
<li><a href="RatesPage.html">Rates</a></li>
<li><a href="locationsPage.html">Locations</a></li>
<li><a href="AboutUsPage.html">About us</a></li>
<li><a href="TheCars.html">The cars</a></li>
</ul>
<pre style="position:absolute; top:50px;">
<h1>
Our Packages:
</h1>
<p1 style="font-weight: bold;">Basic Deal</p1>
This is our standard model, which works best if you're only looking
for a couple of uses a week. It still comes with all of the basic
features, and is our most affordable option
Price: $99.99 a month

<p1 style="font-weight: bold;">Advanced Deal</p1>
Guaranteed to keep you comfortable, this package is perfect if you're
looking for a stylish option to transport you on a day to day basis.
Price: $149.99 a month

<p1 style="font-weight: bold;">Elite Deal</p1>
With our first-class model of car, you won't ever want to leave the vehicle.
This is the perfect option for those who want to travel in style, and have
a bit of extra to spend to look the part.
Price: $199.99 a month

<pre style="position:absolute; top:50px; left:200px;">

<h1>
Our Packages:
</h1>
<div>
<p1 style="font-weight: bold;"> Basic Deal</p1>
This is our standard model, which works best if you're only looking
for a couple of uses a week. It still comes with all of the basic
features, and is our most affordable option
<strong>Price: $99.99 a month</strong>
</div>
<div>
<p1 style="font-weight: bold;">Advanced Deal</p1>
Guaranteed to keep you comfortable, this package is perfect if you're
looking for a stylish option to transport you on a day to day basis.
<strong>Price: $149.99 a month</strong>
</div>
<div>
<p1 style="font-weight: bold;">Elite Deal</p1>
With our first-class model of car, you won't ever want to leave the vehicle.
This is the perfect option for those who want to travel in style, and have
a bit of extra to spend to look the part.
<strong>Price: $199.99 a month </strong>
</div>
</pre>
</pre>
<pre style="position:absolute; top:300px; right:600px;">
<pre style="position:absolute; top:350px; left:670px;">
<h2>
<a href="RatesPage.html">Buy Now!</a>
</h2>
</pre>
<pre style="position:absolute; top:400px; right:600px;">
<pre style="position:absolute; top:520px; left:670px;">
<h2>
<a href="RatesPage.html">Buy Now!</a>
</h2>
</pre>
<pre style="position:absolute; top:500px; right:600px;">
<pre style="position:absolute; top:690px; left:670px;">
<h2>
<a href="RatesPage.html">Buy Now!</a>
</h2>
</pre>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="HowItWorksPage.html">How it works</a></li>
<li><a href="RatesPage.html">Rates</a></li>
<li><a href="locationsPage.html">Locations</a></li>
<li><a href="AboutUsPage.html">About us</a></li>
<li><a href="TheCars.html">The cars</a></li>
</ul>
</body>

</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
</style>
<h1>
<strong>The Caravan Organization</strong>
<strong><br>The Caravan Organization</strong>
</h1>
<body>
<a href="index.html">
Expand All @@ -59,7 +59,7 @@ <h1>
Single Order to give your life order
</p>

<button class="button button1">Start Now!</button>
<a href="HowItWorksPage.html" class="button button1" >Start Now!</a>
</div>
</body>
</html>
9 changes: 8 additions & 1 deletion mystyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body
font-family: Rl, sans-serif;
margin: 0;
height: 100%;
background-color: #f5f5dc;
background-color: #ffffff;
}
h1
{
Expand All @@ -64,6 +64,13 @@ li
float: left;
color: black;
}
div {
background-color:#FFFFFC;
position:center;
border: 2px solid #000000;

}

li a
{
display: block;
Expand Down
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright Fredrik Staurland, 2013
Visit us online at www.fredrikstaurland.com
Free for commercial and personal use.

You may not however resell or redistribute the contents of this download in part or whole, digitally or in print without the expressed permission of Fredrik Staurland.

Thank you very much and enjoy!
5 changes: 4 additions & 1 deletion testSite.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<li><a href="http://www.bitesite.ca">BiteSite</a></li>
<li><a href="http://www.facebook.ca">Facebook</a></li>
</ul>
<h1>

<br>

<h1 style="font-family:sans-serif;">
Menu
</h1>
</body>
Expand Down

0 comments on commit 59d0a3f

Please sign in to comment.