-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.php
91 lines (83 loc) · 3.8 KB
/
courses.php
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Yet To Decide</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="footer.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional Bootstrap theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<header>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">Yet To Decide</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<form class="navbar-form navbar-right" action="searchp.php" method="post">
<div class="form-group">
<input type="text" value="search colleges" name="college" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'search about something ?';}" >
</div>
<input type="submit" name="search" value="Search" >
</form>
<li class="active"><a href="/">Home <span class="sr-only">(current)</span></a></li>
<li><a href="allcourse.php">All discipline</a></li>
<li><a href="college.php">All Colleges</a></li>
</ul>
</div>
</div>
</nav>
</header>
<body>
<div class="container-fluid">
<div class="row">
<img class="img-responsive" src="https://organicthemes.com/demo/photographer/files/2012/04/page-06-1800x700.jpg" style="margin-top:-30px;" alt="Chania">
<div class="jumbotron" style="margin-top:5px;">
<center> <h2><b>Know What Are You Stepping in...</b></h2><br>
<p class="lead">If you don't know what's ahead already, you're probably going to have a lot of thinking to do..<br/>Explore all the Engineering branches here
and understand what each cources are aimed to...<br/> Know them.Explore.Decide.<br/>Take a Jet Start..Have A Great Future.</p>
</center>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">Panel with panel-danger class</div>
<div class="panel-body">Panel Content</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">Panel with panel-danger class</div>
<div class="panel-body">Panel Content</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">Panel with panel-danger class</div>
<div class="panel-body">Panel Content</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading"><a href="#">Panel with panel-danger class</a></div>
<div class="panel-body">Panel Content</div>
</div>
</div>
</div>
</div>
</body>
</html>