-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (143 loc) · 6 KB
/
index.html
File metadata and controls
145 lines (143 loc) · 6 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!doctype html/css>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="log2.png">
<script data-ad-client="ca-pub-5811611623767239" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<style>
body {
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('bg5.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: scroll;
}
</style>
</head>
<body>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.8.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.8.1/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyDyS3KK_jL4F7wTU2dollrbsP8NsFQLZik",
authDomain: "web-spoty.firebaseapp.com",
databaseURL: "https://web-spoty.firebaseio.com",
projectId: "web-spoty",
storageBucket: "web-spoty.appspot.com",
messagingSenderId: "181442345612",
appId: "1:181442345612:web:34a97923472469342b99a9",
measurementId: "G-D1ERTGQTS4"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<div class="menubar">
<div class="logo">
<a href="index.html"><img src="111.png"></a>
</div>
<a href="index.html" class="ltext">Career Spot</a>
<div class="nav">
<a class="active" href="index.html">Home</a>
<a href="Login.html">Login</a>
<a href="about.html">About</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
<div class="slides">
<div class="container">
<div class="box">
<div class="content">
<div class="eh">Engineering</div>
<br>
<p>Engineering is the use of scientific principles to design and build machines, structures, and other items, including bridges, tunnels, roads, vehicles, and buildings.
The discipline of engineering encompasses a broad range of more specialized fields of engineering,
each with a more specific emphasis on particular areas of applied mathematics, applied science, and types of application.
</p>
<a href="engg.html">Read More</a>
</div>
</div>
<div class="box">
<div class="content">
<div class="mh">Medicine</div>
<br>
<p>In India the full form of MBBS is Bachelor of Medicine, Bachelor of Surgery.
It is a 5-year course here are some Medical colleges in India in which one can prepare for MBBS.
Accredited by the Medical Council of India, all title the degrees as MBBS.
A medical college offers graduate degree “Bachelor of Medicine and Bachelor of Surgery” (MBBS).
<br><br>
</p>
<a href="med.html">Read More</a>
</div>
</div>
<div class="box">
<div class="content">
<div class="ah">Agriculture</div>
<br>
<p>The Bachelor of Science in Agriculture, usually abbreviated as either B.Sc.(Agr.) or B.S.A. or B.Sc.(Ag.) or B.Sc. (Hons.) Ag.
The program is 4 years of study above Grade 12 High School graduation.
The courses focus on agriculture: for example, the student will study agricultural economics rather than economics.
Like engineering or forestry, agricultural science courses are infused with practicality.
</p>
<a href="agr.html">Read More</a>
</div>
</div>
<div class="box">
<div class="content">
<div class="bh">Bachelor of Science</div>
<br>
<p>Bachelor of Science (BSc) is an undergraduate degree course usually of three years duration.
It is one of the most popular course choices among Science students after Class 12th.
Full form of BSc is Bachelor of Science. The course is considered as a foundation course for students who want make their career in the field of Science.
It is offered in a variety of Science subjects at a majority of universities in India.
</p>
<a href="#">Read More</a>
</div>
</div>
<div class="box">
<div class="content">
<div class="lh">LLB(Bachelor of Law)</div>
<br>
<p>Legum Baccalaureus or LLB is a Bachelor of Law degree that is offered to aspirants by many renowned colleges in India.
However, candidates can pursue this law course only if they possess a graduation degree.
LLB course offered at all law colleges of India is regulated and closely supervised by the Bar Council of India (BCI).
The three-year law course is structured in such a way that the curriculum is divided into six semesters.
</p>
<a href="#">Read More</a>
</div>
</div>
<div class="box">
<div class="content">
<div class="arh">Architecture</div>
<br>
<p>B.Arch (Bachelor of Architecture) is an undergraduate degree in the field of architecture.
This five-year full-time programme is a blend of theorical and practical knowledge for students to learn the art of planning, designing and constructing physical structures of various kinds.
From ideating to mapping and overseeing the construction, a qualified architect is involved at every stage of any construction project.
</p>
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
<br>
<footer>
<div class="foot">
<h2>Career Spot</h2>
<p>Copyright <i class="fa fa-copyright" aria-hidden="true"></i>
Careerspot.com All rights reserved</p>
</div>
<div class="footic">
<a href="https://www.facebook.com/maddala.natraj"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/raj_nat_raj/"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://twitter.com/MaddalaNatraj"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/nataraj-maddala-0b856617b"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</footer>
</body>
</html>