Computer Science cala 4

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

Code for Home page

!DOCTYPE html>

<html lang="en">

<head>

<tPEARLle>PEARL College</tPEARLle>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, inPEARLial-scale=1">

<meta name="Keywords" content="College, Central, PEARL College, Lions Marga, college in Victoria
Falls, Zimbabwe">

<meta name="author" content="Pearl Kuchinani">

<link rel="stylesheet" type="text/css" href="css/style.css">

<script src="javascript/js.js="></script>

</head>

<body class="body">

<header class="mainheader">

<img src="images/pearl_college.jpg">

<content id="search">

<form>

<input type="text" name="search" placeholder="Search anything..."


onclick="window.location.href='search.html'">

</form>

</content>

<nav>

<ul>

<li><a href="index.html">Home</a></li>

<li><a href="course.html">Department</a></li>

<li><a href="download.html">Download</a></li>
<li><a href="contact.html">Contact</a></li>

<li><a href="login.html">Sports Activities</a></li>

</ul>

</nav>

</header>

<br>

<div class="slideshow-container">

<div class="iambrpslides fade">

<div class="numbertext">01 / 03</div>

<img src="./images/a.jpg">

</div>

<div class="iambrpslides fade">

<div class="numbertext">02 / 03</div>

<img src="./images/b.jpg">

</div>

<div class="iambrpslides fade">

<div class="numbertext">03 / 03</div>

<img src="./images/c.jpg">

</div>

</div>
Code for Departments
<!DOCTYPE html>

<html lang="en">

<head>

<title>Informatics College</title>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="Keywords" content="College, Zim, IT College, Lions Marga, college in pokhara, nepalIT">

<meta name="author" content="Bishworaj Poudel">

<link rel="stylesheet" type="text/css" href="css/style.css">

<script src="javascript/js.js="></script>
</head>

<body class="body">

<header class="mainheader">

<img src="images/pearl_college.jpg">

<content id="search">

<form>

<input type="text" name="search" placeholder="Search anything..."


onclick="window.location.href='search.html'">

</form>

</content>

<nav>

<ul>

<li><a href="index.html">Home</a></li>

<li><a href="course.html">Department</a></li>

<li><a href="download.html">Download</a></li>

<li><a href="contact.html">Contact</a></li>

<li><a href="login.html">Sports Activities</a></li>

</ul>

</nav>

<h1>Semister 1/2</h1>

<div class="gallery">

<a target="_blank" href="images/Course/a.jpg">

<img src="images/Course/a.jpg" alt="CCT101" width="300" height="200">

</a>

<div class="desc">Introduction to information Technology</div>

</div>
<div class="gallery">

<a target="_blank" href="images/Course/b.jpg">

<img src="images/Course/b.jpg"" alt="Html" width="300" height="200">

</a>

<div class="desc">Basic Introduction to HTML, CSS and Javascript</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/c.jpg">

<img src="images/Course/c.jpg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Database Management System</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/d.jpg">

<img src="images/Course/d.jpg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Mathematics for Computer Science</div>

</div>

<div id="fix"></div>

<hr>

<h1>Semister 3/4</h1>

<div class="gallery">

<a target="_blank" href="images/Course/a.jpg">

<img src="images/Course/a.jpg" alt="CCT101" width="300" height="200">

</a>

<div class="desc">Introduction to information Technology</div>

</div>
<div class="gallery">

<a target="_blank" href="images/Course/b.jpg">

<img src="images/Course/b.jpg"" alt="Html" width="300" height="200">

</a>

<div class="desc">Basic Introduction to HTML, CSS and Javascript</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/c.jpg">

<img src="images/Course/c.jpg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Database Management System</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/d.jpg">

<img src="images/Course/d.jpg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Mathematics for Computer Science</div>

</div>

<div id="fix"></div>

<hr>

<h1>Semister 5/6</h1>

<div class="gallery">

<a target="_blank" href="images/Course/a.jpg">

<img src="images/Course/a.jpg" alt="CCT101" width="300" height="200">


</a>

<div class="desc">Introduction to information Technology</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/b.jpg">

<img src="images/Course/b.jpg"" alt="Html" width="300" height="200">

</a>

<div class="desc">Basic Introduction to HTML, CSS and Javascript</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/c.jpg">

<img src="images/Course/c.jpg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Database Management System</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/d.jpg">

<img src="images/Course/d.jpg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Mathematics for Computer Science</div>

</div>

<div id="fix"></div>

<hr>

<footer class="mainFooter">
<p>Copyright &copy <a href="https://www.facebook.com/IamBRP">Bishworaj Poudel</a> </p>

<center>

<a href="https://www.facebook.com/IamBRP/">Facebook</a>

<a href="https://www.twitter.com/IamBRP/">Twitter</a>

<a href="https://www.youtube.com/IamBRP/">Youtube</a>

</center>

</footer>

<script type="text/javascript">

document.title="Course";

</script>

</body>

</html>
Code for Sports Activities:
<!DOCTYPE html>

<html lang="en">

<head>

<title>Informatics College</title>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="Keywords" content="College, Zim, IT College, Lions Marga, college in pokhara, nepalIT">

<meta name="author" content="Bishworaj Poudel">

<link rel="stylesheet" type="text/css" href="css/style.css">

<script src="javascript/js.js="></script>

</head>

<body class="body">

<header class="mainheader">

<img src="images/pearl_college.jpg">

<content id="search">

<form>

<input type="text" name="search" placeholder="Search anything..."


onclick="window.location.href='search.html'">

</form>

</content>

<nav>

<ul>

<li><a href="index.html">Home</a></li>

<li><a href="course.html">Department</a></li>

<li><a href="contact.html">Contact</a></li>

<li><a href="login.html">Sports Activities</a></li>


</ul>

</nav>

<h1>Sporting Activities </h1>

<div class="gallery">

<a target="_blank" href="images/Course/bb.jpeg">

<img src="images/Course/bb.jpeg" alt="CCT101" width="300" height="200">

</a>

<div class="desc">Basket Ball </div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/aa.jpeg">

<img src="images/Course/aa.jpeg"" alt="Html" width="300" height="200">

</a>

<div class="desc">Athletics</div>

</div>

<div class="gallery">

<a target="_blank" href="images/Course/ss.jpeg">

<img src="images/Course/ss.jpeg"" alt="Database" width="300" height="200">

</a>

<div class="desc">Soccer</div>

</div>

<hr>

<footer class="mainFooter">

<p>Copyright &copy <a href="https://www.facebook.com/IamBRP">Bishworaj Poudel</a> </p>

<center>

<a href="https://www.facebook.com/IamBRP/">Facebook</a>
<a href="https://www.twitter.com/IamBRP/">Twitter</a>

<a href="https://www.youtube.com/IamBRP/">Youtube</a>

</center>

</footer>

<script type="text/javascript">

document.title="Course";

</script>

</body>

</html>
Code for Contact :

<!DOCTYPE html>

<html lang="en">

<head>

<title>Informatics College</title>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="Keywords" content="College, Zimbabwe, Pearl College, Lions Marga, college in


Zimbabwe, ZIMIT">

<meta name="author" content="Bishworaj Poudel">

<link rel="stylesheet" type="text/css" href="css/style.css">

<script src="javascript/js.js"></script>

<script src="javascript/validatename.js"></script>

</head>

<body class="body">

<header class="mainheader">

<img src="images/pearl_college.jpg">

<content id="search">

<form>

<input type="text" name="search" placeholder="Search anything..."


onclick="window.location.href='search.html'">

</form>

</content>

<nav>

<ul>

<li><a href="index.html">Home</a></li>

<li><a href="course.html">Department</a></li>
<li><a href="download.html">Sports Activities</a></li>

<li><a href="contact.html">Contact</a></li>

<li><a href="login.html">Login</a></li>

</ul>

</nav>

</header>

<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7031.556636930296!
2d84.00213800000002!3d28.214047!3m2!1i1024!2i768!4f13.1!3m3!1m2!
1s0x0%3A0x2c990c26e1e19539!2sInformatics+College+Pokhara!5e0!3m2!1sen!2sus!
4v1498820916560" width="300" height="350" frameborder="0" style="border:0"
allowfullscreen></iframe>

<h3>Contact</h3>

<h4>Informatics College Zimbabwe<br>

Lions Building, Lions Marga</h4>

Pokhara-12, Kaski, Zimbabwe

<pre>

Phone : +263 61 538115<br>

Email : [email protected]<br>

Facebook : http://facebook.com/informaticscollegepkr<br>

</pre>

<!DOCTYPE html>

<html>

<body>

<br>

<br>
<strong>If you are student please enter your student number:</strong>

<center>

<input id="numb">

<button type="button" onclick="myFunction()">Submit</button>

<p id="demo"></p>

</center>

<hr>

<footer class="mainFooter">

<p>Copyright &copy <a href="https://www.facebook.com/IamBRP">Bishworaj Poudel</a> </p>

<center>

<a href="https://www.facebook.com/IamBRP/">Facebook</a>

<a href="https://www.twitter.com/IamBRP/">Twitter</a>

<a href="https://www.youtube.com/IamBRP/">Youtube</a>

</center>

</footer>
CALA 4
NAME PEARL S KUCHINANI
LEARNING AREA COMPUTER SCIENCE
LEVEL FORM 4
SYLLABUS TOPIC WEB DESIGN
CALA TITLE DESIGNING WEB
COMPETENCES DESIGNING CREATIVITY

BACKGROUND
Websites are now one of the most common ways of advertising hence it is
essential to be able to create.

You might also like