You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
HTML
44 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="Description" content="Sample Website for learning HTML5 and CSS3" />
|
|
<title>Jetro Web Development</title>
|
|
<style type="text/css">
|
|
body{
|
|
background-color:aliceblue;
|
|
}
|
|
</style>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<img src="media/brand.gif" alt="brand logo" />
|
|
</header>
|
|
|
|
<article>
|
|
<h1>What make us to tick</h1>
|
|
<p>At Jetro Web Development we believe in each other and have the passion for what we do, and have a suppportive team that make us to keep on making the world easy with technology.</p>
|
|
<img src="media/mqdefault.jpg" width="212" height="121" alt="Speakers">
|
|
</article>
|
|
|
|
<article>
|
|
<h1>Our Mission</h1>
|
|
<p>Our mission at Jetro Web Development is to build up the skill you have within you, and build website that will the world. </p>
|
|
<video height="210" controls="controls">
|
|
<source src="media/video_002.mp4" type="video/mp4" />d
|
|
</video>
|
|
|
|
</article>
|
|
|
|
<article>
|
|
<h1>What We Are</h1>
|
|
<p>We are Jetro Web Development, we are united, passionate, and together we can achieve our goals.</p>
|
|
<audio controls="controls">
|
|
<source src="media/jetro-web-development.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
</article>
|
|
|