LEARN HOW TO CREATE SIMPLE WEBSITE
<html>
<head>
<title>home</title>
<script type="text/javascript">
function displayDate(){
document.getElementById("date").innerHTML=Date();
}
</script>
<link rel="stylesheet" type="text/css" href="css/css.css" />
</head>
<body bgcolor="#387C44">
<div id="bar"><div>
<div id="logo">
<img src="images/log.jpg" width="400" height="100"></img>
</div>
<div id="main1">
<img class="slides" src="images/k.jpg" width="625" height="400"></img>
<img class="slides" src="images/m.jpg" width="625" height="400"></img>
<img class="slides" src="images/main.jpg" width="625" height="400"></img>
</div>
<script>
var myIndex = 0;
a();
function a() {
var i;
var v = document.getElementsByClassName("slides");
for (i = 0; i < v.length; i++) {
v[i].style.display = "none";
}
myIndex++;
if (myIndex > v.length) {myIndex = 1}
v[myIndex-1].style.display = "block";
setTimeout(a, 2500); // Change image every 2 seconds
}
</script>
<div id="alert">
<video controls="controls" width="400px" height="200px">
<source src="videos/video1.mp4" type="video/mp4"/>
</video>
</div>
<div id="alert2">
<a href="http://www.google.com/mount_kilimanjaro.html" target="_blank" style="text-decoration:none;text-align:center;color:green;"><h2><u> Climbing Kilimanjaro pushed my limits.</u></h2></a>
<p>I made it to the top in 2014 and helped to raise half a million pounds
for charity in the process. It was super-tough, though, particularly summit night.
We woke up at midnight and had to walk through the night, going very slowly because
it was so steep and battling blizzards. We made it to the top in time for sunrise.
It was spectacular.</p>
</div>
<div id="alert3">
<a href="photos.html"><img src="images/uhuru.jpg" width="390" height="200"></img></a><br>
<a href="http://www.google.com/uhuru_peak.html" style="text-decoration:none;"><p style="font-size:25px;text-align:center;color:green">Uhuru Peak</p></a>
</div>
<div id="nav">
<ul>
<li><a href="home.html">HOME</a></li>
<li><a href="photos.html">PHOTOS</a></li>
<li><a href="#">ABOUT-US</a></li>
<li><a href="#">ROUTES</a>
<ul>
<li><a href="marangu.html">Marangu</li></a>
<li><a href="machame.html">Machame</li></a>
<li><a href="shira.html">Shira</li></a>
<li><a href="lemosho.html">Lemosho</li></a>
<li><a href="north-route.html">North-Route</li></a>
<li><a href="umbwe.html">Umbwe</li></a>
</ul> <!-- end of inner ul-->
</li><!-- end of main li-->
</ul> <!-- end of main ul-->
</div>
<div id="map">
<img src="images/map2.jpg" width="300" height="370"></img></div>
<div id="main2">
<h1 align="center" style="color:green" ><u>MOUNT KILIMANJARO HISTORY IN BRIEF...</u></h1>
<p>Mount Kilimanjaro, is nicknamed the roof of Africa and is proud to be the highest mountain in Africa.
The mountain is located in northeastern Tanzania, near the border of Kenya. Kilimanjaro was first climbed
in 1889 by German geographer Hans Meyer and Austrian mountain climber Ludwig Purtscheller, long before W. H. Tilman
and C. Houston made the first ascent from the south of Everest in 1950. Ever since it has been a coveted climb by
tourists and professional climbers around the world.</p>
<p>Mount Kilimanjaro is actually a dormant volcano. Its two peaks stand about 11 km (about 7 mi) apart and are connected by
a broad ridge. The highest peak, Kibo, rises to 5895 m (19,340 ft) above sea level, and the summit of
Mawensi is 5149 m (16,892 ft) above sea level.Although Kilimanjaro is only 3 degrees south of the equator,
an ice cap covers the crater of Kibo year-round. This mountain and it's ice cap was the inspiration for
Ernest Hemingway's famous novel: "The Snows of Kilimanjaro" (1938). Beautiful and majestic...Kilimanjaro looms
and proud and beckons you to watch the sun rise over Africa from its' peak. <br>
<a href="http://www.google.com/mount_kilimanjaro_history.html" target="_blank">read more...</a></p>
</div>
<div id="contacts">
<h2 style="color:black" align="center"><b><u>contacts</u></b></h2>
<p style="color:black" align="center"><b>mobile:</b><a href="telto:+255766456439"><b>+255 766 456 439</b></a> <br>
<a href="telto:+255719815957"><b>+255 719 815 957</b></a></p>
<p style="color:black" align="center"><b>email:</b><a href="mailto:josephemanuel95@gmail.com"><b>josephemanuel95@gmail.com</b></a></p>
</div>
<div id="footer"><b>All Right reserved</b></div>
<div id="copyright"><b><span>2016</span><sup>©</sup></b></div>
<p id="date"></p>
<button type="button" onclick="displayDate()">show Date</button>
<h1 id="h">welcome 2 kilimanjaro national park...</h1>
<a href="https://tigo.co.tz" title="www.tigo.co.tz"><img id="tigo" src="images/tigo.jpg" width="" height=""></img></a>
<a href="https://vodacom.co.tz" title="www.vodacom.co.tz"><img id="voda" src="images/voda.jpg" width="" height=""></img></a>
<a href="https://airtel.co.tz" title="www.airtel.co.tz"><img id="airtel" src="images/airtel.jpg" width="" height=""></img></a>
<a href="https://facebook.com" title="www.facebook.com"><img id="facebook" src="images/facebook.png" width="40" height="30"></img></a>
<a href="https://whatsapp.com" title="whatsapp.com"><img id="whatsapp" src="images/whatsapp2.jpg" width="" height=""></img></a>
<a href="https://twitter.com" title="twitter.com"><img id="twitter" src="images/twitter.jpg" width="" height=""></img></a>
</body>
</html>
No comments