-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEC.html
More file actions
125 lines (117 loc) · 3.82 KB
/
EC.html
File metadata and controls
125 lines (117 loc) · 3.82 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head>
<title>Electronic And Communication</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
header
{
background: url(https://www.ceeri.res.in/wp-content/uploads/2018/03/Flexible-Electronics-Background.png) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
clear: left;
padding: 5%;
}
footer {
padding: 2%;
color: white;
clear: left;
background-color: black;
}
h1{
padding:20px;
font-size: 4em;
}
h2{
padding:10px;
font-size: 3em;
}
hr{
color:white;
width: 130px;
}
.containet
{
width: 90%;
}
.jumbotron
{
background-color: #DAD4FF;
padding: 10px;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container">
<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="career.html">Career Plans</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="career.html">Home<span class="sr-only">(current)</span></a></li>
<li><a href="About.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="register.php">Register</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-12">
<center>
<div id="content">
<h2><b>Career Plans</b></h2>
<h5><b>"Plan your future here"</b></h5>
</div>
</center>
</div>
</div>
</div>
</header>
<center>
<h1><b>Electronic And Communication</b></h1>
<div class="container">
<p><b>Electronic engineering (also called electronics and communications engineering) is an electrical engineering discipline which utilizes nonlinear and active electrical components (such as semiconductor devices, especially transistors, diodes and integrated circuits) to design electronic circuits, devices, VLSI devices .</b></p>
</div>
<br>
<br>
<div class="container">
<div class="row">
<a href=ecejobs.html><div class="col-lg-4 col-sm-6"><div class="jumbotron"><img width="93" height="64" src="https://cdn4.iconfinder.com/data/icons/media-advertising-gray/64/JOB_SEARCH-512.png"><br><h5><b>JOB</b></h5></div></div></a>
<a href=ecstudy.html><div class="col-lg-4 col-sm-6"><div class="jumbotron"><img width="93" height="64" src="https://www.iimeorg.com/wp-content/uploads/2018/01/vehqmucvygawwyudsugy.png"><br><h5><b>Higher Studies</b></h5></div></div></a>
<a href=electronicsself.html><div class="col-lg-4 col-sm-6 "><div class="jumbotron"><img width="93" height="64" src="https://cdn0.iconfinder.com/data/icons/e-learning-vol-2-2/512/self_study_education_learning_smart-512.png"><br><h5><b>Self-learning</b></h5></div></div></a></div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</center>
<footer>
<center><p>www.career plans.com</p></center>
</footer>
</body>
</html>