diff --git a/1.png b/1.png new file mode 100644 index 0000000..0c5c873 Binary files /dev/null and b/1.png differ diff --git a/10.jpg b/10.jpg new file mode 100644 index 0000000..2cb9cc8 Binary files /dev/null and b/10.jpg differ diff --git a/10.png b/10.png new file mode 100644 index 0000000..46a9622 Binary files /dev/null and b/10.png differ diff --git a/11.jpg b/11.jpg new file mode 100644 index 0000000..0ebb21b Binary files /dev/null and b/11.jpg differ diff --git a/11.png b/11.png new file mode 100644 index 0000000..2cbc5cf Binary files /dev/null and b/11.png differ diff --git a/12.jpg b/12.jpg new file mode 100644 index 0000000..7fe3a92 Binary files /dev/null and b/12.jpg differ diff --git a/12.png b/12.png new file mode 100644 index 0000000..20002a9 Binary files /dev/null and b/12.png differ diff --git a/14.jpg b/14.jpg new file mode 100644 index 0000000..3cd7d1e Binary files /dev/null and b/14.jpg differ diff --git a/14.png b/14.png new file mode 100644 index 0000000..af88fb0 Binary files /dev/null and b/14.png differ diff --git a/15.jpg b/15.jpg new file mode 100644 index 0000000..53bca6f Binary files /dev/null and b/15.jpg differ diff --git a/15.png b/15.png new file mode 100644 index 0000000..3b263d5 Binary files /dev/null and b/15.png differ diff --git a/16.jpg b/16.jpg new file mode 100644 index 0000000..0eda200 Binary files /dev/null and b/16.jpg differ diff --git a/16.png b/16.png new file mode 100644 index 0000000..f45dad7 Binary files /dev/null and b/16.png differ diff --git a/2.jpg b/2.jpg new file mode 100644 index 0000000..64d1c25 Binary files /dev/null and b/2.jpg differ diff --git a/2.png b/2.png new file mode 100644 index 0000000..48a52fb Binary files /dev/null and b/2.png differ diff --git a/24.jpg b/24.jpg new file mode 100644 index 0000000..aac5552 Binary files /dev/null and b/24.jpg differ diff --git a/24.png b/24.png new file mode 100644 index 0000000..a5af06f Binary files /dev/null and b/24.png differ diff --git a/25.jpg b/25.jpg new file mode 100644 index 0000000..908d25c Binary files /dev/null and b/25.jpg differ diff --git a/25.png b/25.png new file mode 100644 index 0000000..3af8eed Binary files /dev/null and b/25.png differ diff --git a/26.jpg b/26.jpg new file mode 100644 index 0000000..6996d92 Binary files /dev/null and b/26.jpg differ diff --git a/26.png b/26.png new file mode 100644 index 0000000..e5282ca Binary files /dev/null and b/26.png differ diff --git a/3.jpg b/3.jpg new file mode 100644 index 0000000..81e0b5e Binary files /dev/null and b/3.jpg differ diff --git a/3.png b/3.png new file mode 100644 index 0000000..362d132 Binary files /dev/null and b/3.png differ diff --git a/4.jpg b/4.jpg new file mode 100644 index 0000000..a08f980 Binary files /dev/null and b/4.jpg differ diff --git a/4.png b/4.png new file mode 100644 index 0000000..f9dae7c Binary files /dev/null and b/4.png differ diff --git a/5.jpg b/5.jpg new file mode 100644 index 0000000..534123c Binary files /dev/null and b/5.jpg differ diff --git a/5.png b/5.png new file mode 100644 index 0000000..72df281 Binary files /dev/null and b/5.png differ diff --git a/6.jpg b/6.jpg new file mode 100644 index 0000000..883ab5e Binary files /dev/null and b/6.jpg differ diff --git a/6.png b/6.png new file mode 100644 index 0000000..1ce0c8e Binary files /dev/null and b/6.png differ diff --git a/7.jpg b/7.jpg new file mode 100644 index 0000000..194c225 Binary files /dev/null and b/7.jpg differ diff --git a/7.png b/7.png new file mode 100644 index 0000000..f149836 Binary files /dev/null and b/7.png differ diff --git a/9.jpg b/9.jpg new file mode 100644 index 0000000..5afd236 Binary files /dev/null and b/9.jpg differ diff --git a/9.png b/9.png new file mode 100644 index 0000000..458eac6 Binary files /dev/null and b/9.png differ diff --git a/COLLEGE WEBSITE .pdf b/COLLEGE WEBSITE .pdf new file mode 100644 index 0000000..9dfad6e Binary files /dev/null and b/COLLEGE WEBSITE .pdf differ diff --git a/DoList b/DoList new file mode 100644 index 0000000..e69de29 diff --git a/aboutdcivil.css b/aboutdcivil.css new file mode 100644 index 0000000..f987cd7 --- /dev/null +++ b/aboutdcivil.css @@ -0,0 +1,461 @@ +*{margin:0; + padding:0; + } + ul li { + list-style: none; + } + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:45px;} +.scse i{color: #0d7377;} + + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + /* .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding:45px; + padding-top:30px;} +.scse i{color: #0d7377;} */ +.right{ + width:70%; + height:100%; + } +.right a{ + text-decoration:none; +} +.Isem{width:92%; + margin:50px 0px; +height:50px; +font-size:22px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +border-radius:5px; +} +.hod{ + width:96%; + height:70vh; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.229); + border-radius:15px; + font-family: Calibri, 'Trebuchet MS', sans-serif; +} +.hod h2,h3{ + text-align:center; + font-size:25px; + margin-bottom:30px; + padding-top:40px; +} +.hod h3{ + font-size:20px; +} +.hod p{ + font-size:16px; + line-height:1.6rem; + padding:0px 20px 20px 40px; +} + + /* .scse{ + margin-top: 50px;; + } */ + + .scse{ + margin-top: 50px; + } +/* +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + */ + + + + + + + + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/aboutdcivil.html b/aboutdcivil.html new file mode 100644 index 0000000..f2c4e10 --- /dev/null +++ b/aboutdcivil.html @@ -0,0 +1,143 @@ + + + + ABOUT DCIVIL + + + + + + + +
+
+ +
+
+
+ Diploma in CIVIL +
+
+

+ ABOUT  CIVIL +

+

+ +Civil Engineering is rightly considered the most versatile amongst all engineering branches. It is the branch with a lot of diversity right from Surveying, Geo-technology to Structural Engineering, Environmental Sciences to Hydraulics, and Transportation to Hydrology. Civil Engineering can be considered as the single largest core engineering branch. +

+

+ The department’s vision is to give an exposure to budding civil technocrats to various challenges in the profession having a highly qualified and experienced faculty with excellent academic record. There is a wonder combination of academic excellence and industrial experience amongst the faculty, which is instrumental in imparting the right blend of theoretical and practical knowledge to the students. Subjects taught include Surveying, Concrete Technology, Geotechnical Engineering, Structural Engineering, Hydraulics, Hydrology, Geographic Information System (GIS), Global Positioning System, Environmental Engineering, and Transportation Engineering. The department also handles consultancy works and projects. In addition, activities like seminars, projects, assignments, quizzes and other such competitions are conducted on regular basis to induce the professional skills in the students, which ultimately help them in getting placed in reputed organizations. +

+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + + \ No newline at end of file diff --git a/aboutdcme.css b/aboutdcme.css new file mode 100644 index 0000000..dd4c160 --- /dev/null +++ b/aboutdcme.css @@ -0,0 +1,407 @@ +*{margin:0; + padding:0; + } + ul li { + list-style: none; + } + + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 70vh; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:45px;} +.scse i{color: #0d7377;} +.right{ + width:70%; + height:100%; + + } +.right a{ + text-decoration:none; +} +.Isem{width:92%; + margin:50px 0px; +height:50px; +font-size:22px; +border-radius:4px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +} +.hod{ + width:96%; + height:195.6vh; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.229); + border-radius:15px; + font-family: Calibri, 'Trebuchet MS', sans-serif; +} +.hod h2,h3{ + text-align:center; + font-size:27px; + padding-top:40px; +} +.hod h3{ + font-size:20px; + margin-bottom:50px; +} +.hod p,b{ + font-size:17px; + line-height:1.6rem; + padding:0px 30px 20px 50px; +} +.hod b{ + padding-left:40px; +} +.hod li{ + margin-left:80px; +} +.hod ul li{ + list-style:circle; + padding:5px; + font-size:18px; + line-height:1.6rem; +} + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 1130px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + \ No newline at end of file diff --git a/aboutdcme.html b/aboutdcme.html new file mode 100644 index 0000000..0444b0e --- /dev/null +++ b/aboutdcme.html @@ -0,0 +1,161 @@ + + + + ABUT DCME + + + + + + + +
+
+ +
+
+
+ Diploma in Computer Engineering +
+
+

+ ABOUT CME +

+

+ The Department of Computer Science has been successfully spreading its branches since 1985.Computer Science Engineering (CSE) is an academic programme that integrates the field of Computer Engineering and Computer Science. It is one of the most sought-after courses among engineering students. The course contains a plethora of topics but emphasises the basics of computer programming and networking. The topics covered in the course are computation, algorithms, programming languages, program design, computer software, computer hardware and others. Computer science engineers are involved in many aspects of computing, from the design of individual microprocessors, personal computers, and supercomputers to circuit designing and writing software that powers them. Students pursuing these courses get to learn about the design, implementation and management of information systems of computer hardware and software. +

+

+ The Department is well-resourced with the modern computer labs and infrastructure. The well-equipped Air-conditioned Computer centres with 600 systems and latest configuration are meeting the needs of the contemporary intellects. The labs are connected to High-speed Internet to impart high-quality education to the students. As the Department of Computer Science deals with the design, application, and Management of Information System (MIS), to facilitate such learning, the programs are designed to offer students to work on various hardware and software platforms. The Department also organizes Seminars and Workshops to improve the technical skills of the students, so that they can face global competition. The Department of Computer Science also takes care of Software and Hardware requirements of the entire college. +

+

+ The strength of the Department of Computer Science is Undeniably the Alumni, who had pursued their Masters in various elite National and International Universities. A good number of students are being placed through campus placements in major IT, ITES, and core MNCs like Infosys, IBM, Tech Mahindra, Accenture, Cognizant and so on with good packages of more than 2 to 4 lakhs per annum. Global excellence and local relevance in research, teaching and technology development is the main motto of the department, to achieve this, the students are encouraged to carry out innovative research in their relevant fields and deliver quality services to match the needs of the technical edification, industry, and society. +

+

+ The backbone of our department is our distinguished members of the department, who are always dedicated and devoted towards the comprehensive development of our students by training them physically and expressively through games, sports, and technical competitions. The students are motivated to establish their career in Private or Public Sectors. The students are trained to design, research and implement products and services in the field of Computer Science through strong communication, management, and professional skills. The Department of Computer Science aims at the development of Academic and Career Excellence(ACE) Computer Professionals with ethical values and public concerns. +

+ Vision +

+ The Department of Computer Science will be the centre of excellence by providing quality education with a strong research and training environment to enable the generation of socially conscious software engineers who can contribute to the advancement in the field of computer science is to meet the challenges of the 21st century +

+ Mission +

+

    +
  • To train the graduates with the essential knowledge and skills required to enable them to be professionally competent
  • +
  • To educate the students to be socially responsible and acquire discipline, good leadership qualities, and interpersonal skills to contribute to nation-building.
  • +
  • To make our graduates proficient in cutting edge technologies through the student-centric teaching-learning process and empower them to contribute significantly to the software industry.
  • +
  • To establish universally recognized research centres and expose the students to broad research experience
  • +
  • To produce intellects through a demanding curriculum of theory and application that develops the ability to solve problems personally and globally
  • +
+

+

"Computer Science is the operating system for all Innovation" +

+
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/aboutdece.css b/aboutdece.css new file mode 100644 index 0000000..16aa22b --- /dev/null +++ b/aboutdece.css @@ -0,0 +1,395 @@ +*{margin:0; + padding:0; + } + ul li { + list-style: none; + } + + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} + .scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } + .scse li{margin:20px;} + .scse ul{margin:0px 24px; + padding-top:45px;} + .scse i{color: #0d7377;} + .right{ + width:70%; + height:100%; + } + .right a{ + text-decoration:none; + } + .Isem{width:92%; + margin:50px 0px; + height:50px; + font-size:22px; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); + font-family:"Dubai Medium"; + padding:12px 0px 0px 40px; + background:#0d747765; + border-radius:5px; + } + .hod{ + width:96%; + height:85vh; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.229); + border-radius:15px; + font-family: Calibri, 'Trebuchet MS', sans-serif; + } + .hod h2,h3{ + text-align:center; + font-size:25px; + margin-bottom:30px; + padding-top:40px; + } + .hod h3{ + font-size:20px; + } + .hod p{ + font-size:17px; + line-height:1.6rem; + padding:0px 20px 20px 40px; + } + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + + .dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + \ No newline at end of file diff --git a/aboutdece.html b/aboutdece.html new file mode 100644 index 0000000..0142552 --- /dev/null +++ b/aboutdece.html @@ -0,0 +1,143 @@ + + + + ABOUT DECE + + + + + + + +
+
+ +
+
+
+ Diploma in ECE +
+
+

+ ABOUT DECE

+

+ The department of Electronics & Communication Engineering was established in the year 1985 with initial intake of 60 students. The undergraduate and post graduate programmes of the department of Electronics and Communication impart solid technical background and research capabilities among the students which help them to excel in their respective fields. It has an array of courses for students to choose and study such as power electronics, information technology, electronic hardware and software, automation, robotics and control, communications, radio and television, computer engineering, solid – state devices, microelectronics, VLSI and other circuits & systems used in varying application ranging from simple circuits to sophisticated digital satellite systems, GSM & CDMA technology, speech processing & computer development. +

+

+ We put all our efforts to make our students to compete internationally and to produce creative solutions to society’s needs, universal moral values, adherent to professional ethical code, and to generate any knowledge and technologies essential to the local and global needs in the field of Electronics & Communication. +

+

+ The regular interaction between students and faculty helps student to apply the theoretical knowledge to real life situations. Moreover, the faculty members organize special sessions for topics such as power electronics, communication, control system, networking etc. that assures their placement in renowned multinational companies. +

+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/aboutdeee.html b/aboutdeee.html new file mode 100644 index 0000000..c653a4b --- /dev/null +++ b/aboutdeee.html @@ -0,0 +1,140 @@ + + + + ABOUT DEEE + + + + + + + +
+
+ +
+
+
+ Diploma in EEE +
+
+

+ ABOUT DEEE

+

+ The department of Electrical Engineering has been established to play a vital role in producing technologists of highest caliber. The department runs under graduate programmes to cater to the ever challenging needs of technical excellence in all areas of electrical engineering such as integrated electronics and circuits, Tele-communications, Computer technology, Control & Automation, Power systems & Power electronics. +

+

+ The infrastructure and lab facilities are upgraded from time to time and provide adequate opportunities for students and researchers to learn and innovate. The faculty of the department has been constantly carrying out research on many cutting edge technologies. The department is very active in teaching and research in the areas of Communications and Signal Processing, Control and Computing, Power Electronics and Power Systems, Microelectronics and VLSI design, and Electronic System. The Department has strong Industry interaction and has been involved in development of state-of-art products for Industry. +

+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/aboutdph.css b/aboutdph.css new file mode 100644 index 0000000..a7d6dc8 --- /dev/null +++ b/aboutdph.css @@ -0,0 +1,394 @@ + *{margin:0; + padding:0; + } + ul li { + list-style: none; + } + + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} + .scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } + .scse li{margin:20px;} + .scse ul{margin:0px 24px; + padding-top:60px;} + .scse i{color: #0d7377;} + .right{ + width:70%; + height:100%; + } + .right a{ + text-decoration:none; + } + .Isem{width:92%; + margin:50px 0px; + height:50px; + font-size:22px; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); + font-family:"Dubai Medium"; + padding:12px 0px 0px 40px; + background:#0d747765; + border-radius:5px; + } + .hod{ + width:96%; + height:75vh; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.229); + border-radius:15px; + font-family: Calibri, 'Trebuchet MS', sans-serif; + } + .hod h2,h3{ + text-align:center; + font-size:25px; + margin-bottom:30px; + padding-top:40px; + } + .hod h3{ + font-size:20px; + } + .hod p{ + font-size:17px; + line-height:1.6rem; + padding:0px 20px 20px 40px; + } + + .scse{ + margin-top: 50px; + } + + .scse{ + margin-top: 50px; + } + + .dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/aboutdph.html b/aboutdph.html new file mode 100644 index 0000000..9d65c2a --- /dev/null +++ b/aboutdph.html @@ -0,0 +1,142 @@ + + + + ABOUT DPH + + + + + + +
+
+ +
+
+
+ Diploma in Pharmacy +
+
+

+ ABOUT DPH

+

+ Diploma in Pharmacy course is two years career-oriented programme, focuses on practical learning. During two years of course student learns about Pharmacognosy, Biochemistry & Clinical Pathology, Human Anatomy & Physiology, Pharmaceutical Chemistry, Drug Store and Business Management, Hospital and Clinical Pharmacy etc. +

+

+ Students prepare to work collaboratively with pharmacy teams and other health care professionals to achieve patients' health goals and ensure continuity of care.Indian Pharmacist can work in various departments as Consultant Pharmacists, Clinical Pharmacist, Dispensary Manager, Dispensary Pharmacist, Community Pharmacist, Hospital Pharmacist, Medicines Safety Manager, Medicines Management Technician, Pharmacy Assistant, Senior Clinical Pharmacists and so on. +

+

+ D Pharmacy syllabus is designed to prepare candidates to work under the supervision of a licensed pharmacist in hospitals, community pharmacies, and other pharmaceutical-related fields. Candidates can also pursue MBA in Pharmaceutical Management after this course, though they would need to complete their undergraduate degree first. +

+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/abouteee.css b/abouteee.css new file mode 100644 index 0000000..40ce282 --- /dev/null +++ b/abouteee.css @@ -0,0 +1,393 @@ +*{margin:0; + padding:0; + } + ul li { + list-style: none; + } + + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} + .scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } + .scse li{margin:20px;} + .scse ul{margin:0px 24px; + padding-top:45px;} + .scse i{color: #0d7377;} + .right{ + width:70%; + height:100%; + } + .right a{ + text-decoration:none; + } + .Isem{width:92%; + margin:50px 0px; + height:50px; + font-size:22px; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); + font-family:"Dubai Medium"; + padding:12px 0px 0px 40px; + background:#0d747765; + border-radius:5px; + } + .hod{ + width:96%; + height:70vh; + box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.229); + border-radius:15px; + font-family: Calibri, 'Trebuchet MS', sans-serif; + } + .hod h2,h3{ + text-align:center; + font-size:25px; + margin-bottom:30px; + padding-top:40px; + } + .hod h3{ + font-size:20px; + } + .hod p{ + font-size:17px; + line-height:1.6rem; + padding:0px 20px 20px 40px; + } + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + + .dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/academiccalender.css b/academiccalender.css new file mode 100644 index 0000000..d34f814 --- /dev/null +++ b/academiccalender.css @@ -0,0 +1,523 @@ +*{ + margin:0; + padding:0; + box-sizing:border-box; +} +.outline_border{ + margin:10px; + margin-top:50px; + border-style:solid; + border-width:5px; + height:220vh; + border-color:#0d7377; +} +.exam,.notification,.condition{ + font-size:25px; + font-family:arial; + margin:30px 0px 0px 50px; + color: #0d7377; +} +.sem,.supply,.regular{ + font-size:15px; + font-family: arial; + margin:20px 0px 0px 50px; +} +.sem a{ + text-decoration: none; + color:#3d59a9; +} +.supply a{ + text-decoration: none; + color:#3d59a9; +} +.regular a{ + text-decoration: none; + color: #3d59a9; +} +.notification{ + font-size:21px; +} +.nr,.note{ + font-size:15px; + font-family:arial; + margin:20px 0px 0px 50px; +} +.nr a{ + text-decoration: none; + color:#3d59a9; +} +.note a{ + text-decoration: none; + color: #3d59a9; +} +ul{ + margin:10px 0px 0px 50px; + line-height: 25px; + list-style:none; + font-size:18px; + color:#3d59a9; +} +.design{ + margin:50px 0px 0px 600px; +} +.calender{ + font-size:20px; + font-family:arial; + margin:20px 0px 0px 50px; + padding:3% 0px 0px 20px; + color:#0d7377; +} +.one{ + width:90%; + margin:30px 0px 0px 60px; +} +.items,.fir,.sec,.third{ + display: flex; + justify-content: space-between; + font-size:18px; + font-family:arial; + width:80%; + margin:0px 0px 0px 120px; + padding-top:16px; +} +.two,.three,.four,.five,.linesix,.seven,.eight,.enimidhi,.line_nine{ + width:90%; + margin:13px 0px 0px 60px; +} +.theory,.theory1,.theory2{ + font-size:18px; + font-family: arial; + margin: 20px 0px 0px 1020px; +} +.sem1{ + margin:0px 0px 0px 10px; +} +.poly{ + margin:0px 20px 0px -30px; +} +.one_nine{ + margin:0px 0px 0px -80px; +} +.sem3{ + margin:0px 0px 0px 20px; +} +.six{ + margin:0px 0px 0px -900px; +} +.sem4{ + margin:0px 0px 0px 0px; +} +.eight{ + margin:0px 0px 0px 10px; +} +.two_three{ + margin:0px 0px 0px 80px; +} +.one_four{ + margin:0px 0px 0px -20px; +} +.industry{ + font-size:20px; + font-family: arial; + margin:60px 0px 0px 60px; + color:#0d7377; +} +.semister6{ + margin:10px 0px 0px 90px; + color:black; + font-size: 20px; + line-height: 30px; +} +.unit{ + font-size: 20px; + font-family: arial; + margin:60px 0px 0px 60px; + color: #0d7377; +} +.unit_items{ + display: flex; + justify-content: space-between; + font-size:18px; + font-family:arial; + width:75%; + margin:0px 0px 0px 120px; + padding-top:16px; +} +#emo{ + font-size:19px; + margin:0px 0px 0px 120px; + color: black; + line-height:100px; +} +.emo_ten,.emo_eleven{ + width:98%; + margin:13px 0px 0px -58px; +} +.emo_eleven{ + margin:-9px 0px 0px -58px; +} +.ver_1{ + width:25%; + margin:-180px 0px 0px 30px; + transform: rotate(90deg); +} +.tests{ + font-size:19px; + font-family:arial; + color:black; + margin:-125px 0px 0px 410px; + line-height: 33px; +} +.test_one,.test_two,.unit_3sem_line,.unit_6sem_line{ + width:96.5%; + margin:0px 0px 0px -50px; +} +.from_to,.unit_3and4sem{ + margin:-110px 0px 0px 820px; + line-height: 39px; + color: black; +} +.unit_3sem,.unit_6sem{ + font-size:19px; + font-family:arial; + color:black; + margin:7px 0px 0px 410px; + line-height:36px; +} +.unit_3and4sem{ + margin:-74px 0px 0px 820px; +} +.unit_5and6sem{ + margin:0px 0px 0px 0px; +} +.unit_5and6sem{ + margin:-74px 0px 0px 820px; + line-height: 39px; + color: black; +} +.last_unit_line,.inter_line,.tech_line,.holiday_line,.dasara_line,.pongal_line,.summer_line{ + width:90%; + margin:5px 0px 0px 60px; +} +.test_align{ + margin:0px 50px 0px -10px; +} +.inter_polytechnic,.tect_fest{ + font-family: arial; + font-size:18px; + margin:10px 0px 0px 70px; + padding-top:2px; +} +.holiday,.note{ + margin:10px 0px 0px 90px; + color: black; + font-family: arial; + font-size:19px; +} +.dasara,.pongal,.summer{ + font-size:18px; + font-family:arial; + color: black; + margin:0px 0px 0px 90px; + line-height: 30px; +} +.note{ + margin:40px 0px 0px 70px; +} +.govt{ + margin:10px 0px 0px 90px; + color: black; + font-family: arial; + font-size:19px; +} +li a{ + text-decoration: none; + color:#3d59a9; +} + + + + + + + + + + + + + + + + + + + + + +.nav li{color:white;} + + .nav { + margin-top:30px; + margin-left:35px; + width: 95%; + height: 10vh; + background: #0d7377; + + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + /* position:fixed; */ + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 18px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + color:white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + +.img12{ + background:linear-gradient(rgba(0, 0, 0, 0.811),rgba(0, 0, 0, 0.864)),url("google.jpg"); + background-repeat:no-repeat; + width:92%; + height:40%; + display:flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #FFFFFF; + font-size:30px; + font-family:Segoe UI; + background-position:center; + overflow:hidden; + margin-left:70px; + margin-top:220px; + margin-bottom:50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head{ + margin-top:85px;margin-bottom: 20px; + color:white; + border-bottom:0px solid black; + + } + + div .image-map1:hover{ + margin-top:10px; + background-color: white; + } + .map{ + + margin-top:140px; + margin-left: 10px; + z-index:1; + /* color:black; */ + } + /* #img-map:hover{ + background-color:#2e6ad1 ; + height:1000px; + margin-top:10px; + } */ + #our{ + margin-top:95px; + font-weight:500; + margin-left:10px; + } + #img-map:hover{ + background-color: #4876c7;} + + + .img-map:hover{ + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .image-map1{ + width:100%; + /* height:20%; */ + } + .part2{ + font-size:20px; + margin:50px; + font-family: 'Segoe UI'; + margin-top:130px; + margin-left:-6px; + } + .p2{padding-left:20px; + font-size:19px; + color:grey; + font-family: 'Dubai'; + border-left:2px solid rgb(0, 123, 255);} + .p3{ + font-size:22px; + margin:0px; + margin-top: 35px; + + } + .bt a{ + color: white; + text-decoration:none; + } + .bt{ + width:130px; + height:50px; + margin-top:-15px; + background-color: blue; + color: azure; + + border: none; + font-size:16px; + margin-left: -10px; + } + .bt:hover{ + background-color: black; + color: white; + } + .in{width:400px; + height:50px; + font-size:17px; + border:none; + background-color:rgba(118, 113, 113, 0.356); + margin-top:20px; + padding:15px; + color:white; + } + .icons{ + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top:10px; + margin-left:-20px; + + + } + .icons a:hover{ + color: white; + /* color: #0059b3; */ + } + .pin{ + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email{ + margin-top: 20px; + text-decoration: none; + color:white; + font-family: calibri; + } + .lin{ + margin-right:15px; + color:azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover{ + background-color:#2e6ad1 ; + height:38px; + margin-top:10px; + }#mail:hover{ + background-color:#b62020; + height:35px; + margin-top:10px; + }#instagram:hover{ + background-color: #e62d99; + height:38px; + margin-top:10px;} + #facebook:hover{ + background-color: #4876c7; + height:37px; + margin-top:10px; + } + #twitter:hover{ + background-color: #356dd0; + height:37px; + margin-top:10px; + } + .search-container{ + margin-top:0px; + + } + /* .image-map1{ + margin-bottom:20px; + } */ + .fom a{ + text-decoration:none; + + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + #phone{ + font-size: 16px; + } \ No newline at end of file diff --git a/academiccalender.html b/academiccalender.html new file mode 100644 index 0000000..389c98b --- /dev/null +++ b/academiccalender.html @@ -0,0 +1,247 @@ + + + + + + + examinations + + + + +
+ + +
Academic Calender
+
+
+
S.No
+
Courses
+
Commencement of class work
+
Last working day
+
Commencement of Examinations
+
+
+
+
1
+
1stYear
+
12.06.2018(As per POLYCET Admissions)
+
02.03.2019
+
Practical: 11.03.2019 to 16.03.2019
+
+
Theory: 25.03.2019 to 18.04.2019
+
+
+
2
+
III and IV Semisters
+
12.06.2018
+
06.10.2018
+
Practical: 08.10.2019 to 12.10.2018
+
+
Theory: 25.03.2019 to 18.04.2019
+
+
+
3
+
IV and VI Semesters
+
14.11.2018
+
23.03.2019
+
Practical: 25.03.2019 to 30.03.2019
+
+
Theory: 01.04.2019 to 24.04.2019
+
+
INDUSTRIAL IN-PLANT TRAINING
+
+
+
    +
  1. One-Semester (6 months) Industrial Training for C-16 Diploma in Mechanical Engineering for the academic year 2018-19 is from 09.05.2018 (for V semester students)
  2. +
  3. One- Semester (6 months) Industrail Training for C-16 Diploma in Civil Engineering for the academic year 2018-19 is from 09.11.2018 (for VI semester students)
  4. +
+
+
UNIT-TESTS
+
+
+
Course
+
Test
+
From
+
To
+
+
+
+
    +
  • I Sem
  • +
    +
  • III and IV Semisters
  • +
    +
  • V and Semisters
  • +
    +
+
+
+
    +
  • Unit Test-I
  • +
    +
  • Unit Test-II
  • +
    +
  • Unit Test-III
  • +
+
+
+
    +
  • 11.09.2018                                                               15.09.2018
  • +
  • 04.12.2018                                                               07.12.2018
  • +
  • 05.03.2019                                                               08.03.2019
  • +
+
+
+
    +
  • Unit Test-I
  • +
    +
  • Unit Test-II
  • +
+
+
+
    +
  • 01.08.2018                                                               04.08.2018
  • +
  • 03.10.2018                                                               06.10.2018
  • +
+
+
+
    +
  • Unit Test-I
  • +
    +
  • Unit Test-II
  • +
+
+
+
    +
  • 01.08.2018                                                               04.08.2018
  • +
  • 03.10.2018                                                               06.10.2018
  • +
+
+
+
Inter-Polytechnic Sports and Games Meet – 10.12.2018 to 22.12.2018
+
+
Tech Fest – 2018 District Level: 13.08.2018 to 14.08.2018 – State Level: 24.01.2019 to 25.01.2019
+
+
+
    +
  • Holidays / Vacation                                                                    From                                                       To
  • +
+
+
+
Dasara Holidays                                                                           13.10.2018                                                        21.10.2018
+
+
Pongal Holidays                                                                           12.01.2019                                                        20.01.2019
+
+
Summer Vacation                                                                         07.04.2019                                                        05.06.2019
+
+
Note:
+
Government Programmes like SwachAndhra (ODF), JanmaBhoomi, Neeru-Prgathi, Water Conservations etc., may be organized on After-Noon Sessions of Saturdays or as per the convenience of the Polytechnic.
+
+
——————–***——————–
+
+ +
+

Our Directions

+
+ + +
+ +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/best teacher-1 b/best teacher-1 new file mode 100644 index 0000000..4cf304a Binary files /dev/null and b/best teacher-1 differ diff --git a/best teacher-1.jpg b/best teacher-1.jpg new file mode 100644 index 0000000..4cf304a Binary files /dev/null and b/best teacher-1.jpg differ diff --git a/best teacher-2.jpg b/best teacher-2.jpg new file mode 100644 index 0000000..6c5025d Binary files /dev/null and b/best teacher-2.jpg differ diff --git a/c.html b/c.html new file mode 100644 index 0000000..e69de29 diff --git a/campus-view.jpg b/campus-view.jpg new file mode 100644 index 0000000..86662f3 Binary files /dev/null and b/campus-view.jpg differ diff --git a/civil-1.jpg b/civil-1.jpg new file mode 100644 index 0000000..f485ab9 Binary files /dev/null and b/civil-1.jpg differ diff --git a/civil-2.jpg b/civil-2.jpg new file mode 100644 index 0000000..3a19302 Binary files /dev/null and b/civil-2.jpg differ diff --git a/civil-3.jpg b/civil-3.jpg new file mode 100644 index 0000000..9c22347 Binary files /dev/null and b/civil-3.jpg differ diff --git a/civil.jpg b/civil.jpg new file mode 100644 index 0000000..b159d4b Binary files /dev/null and b/civil.jpg differ diff --git a/co.css b/co.css new file mode 100644 index 0000000..7dfe958 --- /dev/null +++ b/co.css @@ -0,0 +1,13 @@ +*{ + margin: 0; + padding: 0; + font-family:calibri; + box-sizing: border-box; +} +body{ + padding: 24px; +} +input,textarea,button{ + margin:4px 0; + padding: 8px; +} \ No newline at end of file diff --git a/co.html b/co.html new file mode 100644 index 0000000..f14908d --- /dev/null +++ b/co.html @@ -0,0 +1,27 @@ + + + + + + + Document + + + + + +
+
+
+
+
+ +
+ + + + \ No newline at end of file diff --git a/co.js b/co.js new file mode 100644 index 0000000..8c8d5d2 --- /dev/null +++ b/co.js @@ -0,0 +1,12 @@ +function SendMail(){ + var params={ + from_name : document.getElementById("fullName").value, + email_id : document.getElementById("email_id").value, + message : document.getElementById("Message").value + + + } + emailjs.send("service_r2fma2d","template_d7agwxl",params).then(function (res) { + alert("Success!" + res.status); + }) +} \ No newline at end of file diff --git a/collegehistory.html b/collegehistory.html new file mode 100644 index 0000000..6d54628 --- /dev/null +++ b/collegehistory.html @@ -0,0 +1,498 @@ + + + + gpw.com + + + + + + + + + + + + +
+
+

+ Origin & History +

+

+ Welcome to Government Polytechnic for women,kadapa. +

+

+

    +
  • Government Polytechnic For Women,Kadapa is established in 1985.
  • +
  • Government Polytechnic For Women is located in Kadapa. Within a decade of its establishment, the college has gained a good reputation after getting affiliation to the State Board of Technical Education and Training. Some of the top MNCs of the country are hiring students from this college.
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    S.NoParameterParameter Description
    1.Established1985
    2.Institute TypeAffiliated
    3.ApprovalsAICTE, PCI
    4.Student count630
    5.Faculty count52
    6.Campus size8 acres
    + + +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/com.php b/com.php new file mode 100644 index 0000000..a3c2907 --- /dev/null +++ b/com.php @@ -0,0 +1,113 @@ + + + + + + Contact Form + + + +
    + Email :-' .$email.'
    Phone No:-'.$phone.'
    Message:-'.$msg; +$headers = "MIME-Version: 1.0\n"; +$headers .= "Content-type: text/html; charset=iso-8859-1\n"; +$headers .= "From: ".$FromName." <".$FromEmail.">\n"; +$headers .= "Reply-To: ".$ReplyTo."\n"; +$headers .= "X-Sender: <".$FromEmail.">\n"; +$headers .= "X-Mailer: PHP\n"; +$headers .= "X-Priority: 1\n"; +$headers .= "Return-Path: <".$FromEmail.">\n"; + + if(mail($toemail, $subject, $message, $headers,'-f'.$FromEmail) ){ + + $hide=2; + echo '

    Thank you '.$name.', Your message has been sent. We will reply soon as possible.
    '; + + } else { + echo "The server failed to send the message. Please try again later or Make sure , you are using live server for email."; +} + } + ?> + +

    Contact Us ⛳

    +
    + + + + + + + + + + + + +
    + +
    + + \ No newline at end of file diff --git a/commisionerinformation.html b/commisionerinformation.html new file mode 100644 index 0000000..1a6af8e --- /dev/null +++ b/commisionerinformation.html @@ -0,0 +1,462 @@ + + + commissionerinformation + + + + + + + + + +
    +
    + +
    +

    + C Naga Rani IAS transferred as Director – Technical Education, Andhra Pradesh August 23, 2022 Smt C Naga Rani IAS (Andhra Pradesh 2010) presently Director – Handlooms & Textiles is transferred and posted as Director – Technical Education. Her appointment relieves Shri Pola Bhaskara IAS (2005) from the full additional charge of the department. +

    +
    +
    +
    +
    + +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/commitee.html b/commitee.html new file mode 100644 index 0000000..6ddb7bf --- /dev/null +++ b/commitee.html @@ -0,0 +1,572 @@ + + + + Anti Ragging commitee + + + + + + + + + +
    +
    +

    Anti Ragging committee

    +

    Anti Ragging Committee is formed with senior staff members for effective handling of ragging cases and grievances brought to its notice.

    +

    Mechanism of Anti-ragging Committe

    +
      +
    • Institution collects undertaking form from all the students and parents/guardians at the time of admission.
    • +
    +
      +
    • The aggrived students may directly report to any of the me,bers of committe/squad or they can report over phone.The mobile numbers of the committee members are made available in the notice boards, and instition website.
    • +
    +
      +
    • Display boards containing information about anti ragging & punishments are placed in important locations at institution and hostel.
    • +
    +
      +
    • CCTV cameras are installed at vantage points and monitored.
    • +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    S.NoNameDesignationPortfolio
    1Smt.Ch.JyothiPrincipalChairman
    2Sri.N.Raghava ReddyHead of Civil Engg.member
    3Sri N.Srinivasa RaoHead of Electronics & Communication Engg.member
    4Smt.K.Sudha RaniHead of Computer Engg.member
    5Sri.B.DamodaramHead of Electrical & Electronics Engg.Member
    6DR.P.SujathaI/C Head of PharmacyMember
    6Smt.S.Usha RaniI/C Head of General SectionMember
    7Smt.D.NagammaPhysical Director Member
    +

    Functions:

    +
      +
    • + Anti-Ragging sensitisation programme is organised at the begining of evey academic year with assistance of localPolice station. +
    • +
    • + Wide publicity is given about Anti ragging laws in vogue through Notice boards and posters at al common places like corridors etc. +
    • +
    • + Ensure that all first-year students are given the contact number of the Principal and the HODs to report raagging incidents,if any.These are been monitored by First Year Class Teacher Incharges of all branches. +
    • +
    +
    + +
    + +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/commitee1.html b/commitee1.html new file mode 100644 index 0000000..3400a12 --- /dev/null +++ b/commitee1.html @@ -0,0 +1,699 @@ + + + + inter complaint committe + + + + + + + + + +
    +
    +

    Internal Complaint Committee:

    +

    For any specific problems of Women staff members and girl students.The Cell is formed in the institution with senior faculty members.

    +
      +
    • It spreads awareness and follows the guidelines prescribed by AICTE.
    • +
    • Any student,staff member who are victim of the harrasment can approach the committe any time
      and immediate nd strict correctinve measures are undertaken.
    • +
    • It conducts awareness through meetings to encourage complaints against any suppression.
    • +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    S.NoNameDesignationPortfolio
    1Smt.Ch.JyothiPrincipleChairman
    2Smt.K.Sudha RaniHead of computer.Engg.Member
    3Smt.K.Usha RaniI/C Head of General SectionMember
    4Dr.P.SujathaI/C Head of PharmacyMember
    5Smt.D.NagammaPhysical DirectorMember
    6Smt.V.PadmajaSL/Civil Engg.Member
    +

    Functions:

    +
      +
    • + Create awareness on Gender Sentitization,Prevention and Prohibition of Sexual Harrasment of Women Employees and Students. +
    • +
    • + Solve the issues if any grievance is brought to thec notice of administration. +
    • + +
    +
    + +
    + +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/commitee2.html b/commitee2.html new file mode 100644 index 0000000..8ef273b --- /dev/null +++ b/commitee2.html @@ -0,0 +1,675 @@ + + + + Student Advisor commitee + + + + + + + + + +
    +
    +

    Student Advisor Committee:

    +

    Advisors are appointed,

    +
      +
    • To interact with students and bring their grieances to notice of administration.
    • +
    • To help the students in solving their personel,educational,social as well as psychological
      problems.
    • +
    • To crete awareness about issues and problems related to mental health of students.
    • +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    S.NoNameDesignationPortfolio
    1Smt.Ch.JyothiPrincipalChairman
    2Sri.B.DamodaramHEESCoordinator
    3Smt.K.Jhansi Lakshmi BaiLecturer/CivilCoordinator
    4Smt.B.LeelaPadmavathiLecturer/CmeCoordinator
    5Sri P.Veera ReddyLecturer/ECEMember
    6Smt.S.LavanyaLecturer/PHMember
    6Smt.T.Prasanna KumariLecturer/PhysicsMember
    +

    Functions:

    +
      +
    • + Solve personal problems of student by conducting individual counseling session. +
    • +
    • + Boost self-esteem of weaker/physically challenged students. +
    • +
    • + Diagnose the learning difficulties of students and help them to overcome the same. +
    • +
    • + Help the students to overcome examination stress or fear. +
    • +
    • + Conduct training program on councelling skills for faculty & staff. +
    • +
    • + Conduct seminars for students on mental health and addiction issues. +
    • +
    • + Inform the parents about psychological misbehaviour of the student. +
    • +
    +
    + +
    +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/commitee3.html b/commitee3.html new file mode 100644 index 0000000..f10269e --- /dev/null +++ b/commitee3.html @@ -0,0 +1,547 @@ + + + + Composition of Grievance Redressal commitee + + + + + + + + + +
    +
    +

    Composition of Grievance Redressal committee:

    +

    Grievance Redressal Committee is formed comprising of the Priciple,Head of the Departments,and staff members.

    +
      +
    • It convenes meetings regularly as per schedule once in monthto solve the grievances of the students/Parents of this institution for smooth functioning.
    • +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    S.NoNameDesignationPortfolio
    1Smt.Ch.JyothiPrincipalChairman
    2Sri.N.Raghava ReddyHead of Civil Engg.member
    3Sri N.Srinivasa RaoHead of Electronics & Communication Engg.member
    4Smt.K.Sudha RaniHead of Computer Engg.member
    5Sri.B.DamodaramHead of Electrical & Electronics Engg.Member
    6DR.P.SujathaI/C Head of PharmacyMember
    6Smt.S.Usha RaniI/C Head of PharmacyMember
    +

    Functions:

    +
      +
    • + Creating awareness about Grievance Redressal among the students and staff to express their grievances/problems,without any fear. +
    • +
    • + Complaints thus received would be discussed as per agenda and suitablemeasures shall be initiated. +
    • +
    • + Written complaints from staff members and students are catalogued and measures/actions/resolutions thus taken shall be recorded and their progress and execution is monitored. +
    • +
    +
    + +
    +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + \ No newline at end of file diff --git a/commiteee.html b/commiteee.html new file mode 100644 index 0000000..b327f10 --- /dev/null +++ b/commiteee.html @@ -0,0 +1,521 @@ + + + + Anti Ragging commitee + + + + + + + + + + + +
    + +
    +

    Our Directions

    +
    + + +
    + +
    +
    +

    Get In Touch

    +

    If you have any questions about the services we provide simply use the form
    below. We try and respond to all queries and comments within 24 hours.

    +

    Subscribe Our Newsletter

    +
    +
    + + +
    +
    +
      kadapa,Andhra Pradesh,India,Pin- 516001.
    +

      91-866 2476082, 2476984

    + +
    + + + + + +
    + +
    +
    +
    +
    + + + + + \ No newline at end of file diff --git a/contactus.css b/contactus.css new file mode 100644 index 0000000..a933396 --- /dev/null +++ b/contactus.css @@ -0,0 +1,77 @@ +*{ + padding: 0; + margin: 0; + box-sizing: border-box; +} +body{ + background-color: #1b1c1e; + text-align: center; +} +h1{ + font-family: 'Noto Sans', sans-serif; + /* font-family: 'Poppins', sans-serif; */ + font-size: 59px; + color: white; + font-weight: 600; + padding-bottom: 20px; +} +p{ + color: #d2d2d2; + +} +p,input,textarea,label{ + font-family: 'Noto Sans', sans-serif; + +} +.container{ + max-width:1320px; + margin: 0 auto; + padding: 5%; + +} +form{ + max-width: 500px; + margin: 0 auto; + text-align: left; + padding: 20px 0px; +} +input,textarea,label{ + display: block; + margin: 0 auto; + width:100%; + color: #828282; +} +input,textarea{ + border:0; + background-color: transparent; + border-bottom: 2px solid #828282; +} +input[type=submit]{ + background-color: #545557; + font-size: 18px; + padding: 15px 0; + color: white; + border-bottom: none; + margin-top: 30px ; + cursor: pointer; +} +input[type=submit]:hover{ + background-color: #fff; + color: #1b1c1e; +} +input,textarea{ + color: white; + font-size: 18px; + padding: 10px; + +}input:focus,textarea:focus{ + outline: 1px solid #828282; +} +a{ + color: #828282; + font-style: italic; +} +a:hover{ + color:#fff; + +} \ No newline at end of file diff --git a/contactus.html b/contactus.html new file mode 100644 index 0000000..527b5a1 --- /dev/null +++ b/contactus.html @@ -0,0 +1,56 @@ + + + + + + + contact us + + + + + + +
    + + +

    Contact Me

    +

    Feel free to contact us and we will get back to you as soon as we can.

    +
    + + + + + + + + + +
    +
    + + + \ No newline at end of file diff --git a/contactussss.html b/contactussss.html new file mode 100644 index 0000000..fc55a12 --- /dev/null +++ b/contactussss.html @@ -0,0 +1,18 @@ + + + + + + + contact us + + + + +
    +

    Thank you for contacting me. I will get back to you as soon as possible!

    +

    Go back to the home page.

    + +
    + + \ No newline at end of file diff --git a/curriculum.css b/curriculum.css new file mode 100644 index 0000000..e64c42b --- /dev/null +++ b/curriculum.css @@ -0,0 +1,365 @@ +*{ + margin:0; + padding: 0; + box-sizing:border-box +} +/*.border{ + margin:10px; + border-style:solid; + border-width:5px; + height:180vh; + border-color:crimson; +} +.academic{ + font-size:25px; + font-family:arial; + color: brown; + margin:30px 0px 0px 60px; +} +.one,.two,.three,.four,.five{ + font-size:17px; + font-family:arial; + color:navy; + margin:10px 0px 0px 60px; +} +.one a{ + text-decoration: none; +} +.two a{ + text-decoration: none; +} +.three a{ + text-decoration: none; +} +.four a{ + text-decoration: none; +} +.five a{ + text-decoration: none; +} +*/ +#head1{ + margin-top: 25px; + width:98%; + margin-bottom:15px; +} +a { + text-decoration: none; +} +/* a:hover { + background-color: #ddd; + color: black; +} */ + +#customers { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width: 95%; + margin-left: 2.5%; +} + +#customers td, +#customers th { + border: 1px solid rgb(72, 70, 70); + padding: 8px; +} + +#customers tr:nth-child(even) { + background-color: #f2f2f2; +} + +#customers tr:hover { + background-color: #ddd; +} + +#customers th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; +} +.c14{ + margin-top:70px; +} + + + + + + + + + + + + + + + + + + + +.nav li{color:white;} + + .nav { + margin-top:30px; + margin-left:35px; + width: 95%; + height: 10vh; + background: #0d7377; + + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + /* position:fixed; */ + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 18px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + color:white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + +.img1{ + background:linear-gradient(rgba(0, 0, 0, 0.811),rgba(0, 0, 0, 0.864)),url("google.jpg"); + background-repeat:no-repeat; + width:89%; + height:94%; + display:flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #FFFFFF; + font-size:30px; + font-family:Segoe UI; + background-position:center; + overflow:hidden; + margin-left:80px; + margin-top:100px; + margin-bottom:50px; + background-size: cover; + /* overflow:scroll; */ +} + +p.head{ +margin-top:85px;margin-bottom: 20px; +color:white; +border-bottom:0px solid black; + +} + +div .image-map1:hover{ +margin-top:10px; +background-color: white; +} +.map{ + + margin-top:140px; + margin-left: 10px; + z-index:1; + /* color:black; */ +} +/* #img-map:hover{ +background-color:#2e6ad1 ; +height:1000px; +margin-top:10px; +} */ +#our{ + margin-top:95px; + font-weight:500; + margin-left:10px; +} +#img-map:hover{ +background-color: #4876c7;} + + +.img-map:hover{ +top: -15px; +box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); +} +.part2{ +font-size:20px; +margin:50px; +font-family: 'Segoe UI'; +margin-top:130px; +margin-left:-6px; +} +.p2{padding-left:20px; +font-size:19px; +color:grey; +font-family: 'Dubai'; +border-left:2px solid rgb(0, 123, 255);} +.p3{ + font-size:22px; + margin:0px; + margin-top: 35px; + +} +.bt a{ + color: white; + text-decoration:none; +} +.bt{ + width:130px; + height:50px; + margin-top:-15px; + background-color: blue; + color: azure; + + border: none; + font-size:16px; + margin-left: -10px; +} +.bt:hover{ + background-color: black; + color: white; +} +.in{width:400px; + height:50px; + font-size:17px; + border:none; + background-color:rgba(118, 113, 113, 0.356); + margin-top:20px; + padding:15px; + color:white; +} +.icons{ + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top:10px; + margin-left:-20px; + + +} +.icons a:hover{ + color: white; + /* color: #0059b3; */ +} +.pin{ + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; +} +.email{ + margin-top: 20px; + text-decoration: none; + color:white; + font-family: calibri; +} +.lin{ + margin-right:15px; + color:azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; +} +/* .submit{ + font-size:18px; +} */ +#linkedin:hover{ + background-color:#2e6ad1 ; + height:38px; + margin-top:10px; +}#mail:hover{ + background-color:#b62020; + height:35px; + margin-top:10px; +}#instagram:hover{ + background-color: #e62d99; + height:38px; + margin-top:10px;} + #facebook:hover{ + background-color: #4876c7; + height:37px; + margin-top:10px; + } +#twitter:hover{ + background-color: #356dd0; + height:37px; + margin-top:10px; +} + .search-container{ + margin-top:0px; + + } + /* .image-map1{ + margin-bottom:20px; + } */ + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + #phone{ + font-size: 16px; + } diff --git a/curriculum.html b/curriculum.html new file mode 100644 index 0000000..7fb55f8 --- /dev/null +++ b/curriculum.html @@ -0,0 +1,159 @@ + + + + + + calender + + + + + + + +

    +

    +

    + Curriculum-C20 +

    +
    +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Name Of The SubjectQuestion Paper & Answer Key
    Computer Science Engineering + Click Here +
    Electronics And Communication Engineering + Click Here +
    Electrical And Electronics Engineering + Click Here +
    Civil Engineering + Click Here +
    Pharmacy + Click Here +
    +
+
+ +
+

Our Directions

+
+ + +
+ +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/dcivilstaff.css b/dcivilstaff.css new file mode 100644 index 0000000..b2cfaab --- /dev/null +++ b/dcivilstaff.css @@ -0,0 +1,470 @@ +*{margin:0; + padding:0; +} + + ul li { + list-style: none; + } + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:45px;} +.scse i{color: #0d7377;} +.right{ + width:60%; + height:100%; + } +.right a{ + text-decoration:none; +} +.Isem{width:118%; + margin:60px 0px; +height:50px; +border-radius:5px; +font-size:22px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +} +.refh{ + width:15%; + margin:0px 0px 0px 40px; + padding-left:40px; +} + +.refh,.refs{width:10%; +} + .refs{ + width:200px; + } +.cf .subname{ + margin:0px 30px; + padding-left:0px; +} +.head{ + width:120%; +} +.head,.eng,.mth,.phy,.chem,.cf,.c,.ed{ + width:120%; +border-radius:3px; +background:rgba(238, 237, 237, 0.226); +box-shadow: 1px 1px 1px 2px rgba(33, 255, 255, 0.253); + margin:-40px 0px; + height:40px; + font-size:22px; + display:flex; + font-family:"Calibri"; + font-weight:900; + padding:5px 0px 0px 20px; + } +.eng,.mth,.phy,.chem,.cf,.c,.ed{ + font-family:"Dubai Medium"; + padding:10px; + height:60px; + font-weight:530; + padding:20px 50px 0px 20px; + width:114.5%; + font-size:19px; + margin:50px 0px;} +.sn{width:3%; + /* background:red; */ + margin:0px 25px;} + .subcodh{width:25%; + /* background-color: #08d6dd; */ + padding-left:220px; + margin:0px 0px 0px 30px;} +.subcod{ + font-size:19px; + font-family:"Calibri"; + margin:0px 0px 0px 30px; + padding:0px 50px 0px 180px; + width:40%; + } +.subnameh{width:15%; + padding-left:60px; + margin:0px 0px 0px 60px; +} +.subname{ + margin:0px 0px 0px -70px; + font-size:19px; + /* background:red; */ + Font-family:"Calibri"; + padding:0px 60px 0px 0px; + width:30%; + } +.eng a{text-decoration:none;} +.snh{width:5%; +} + +.ref{width:30%; + margin:0px 0px 0px 10px; + padding:0px 0px 0px 0px; + font: size 17px; +} +.refcf{ + width:20%; + padding:10px 0px 0px 85px; + margin:0px -40px 0px 250px; +} +.ref a,.refcf a{ + color:rgba(0, 0, 0, 0.589); +} +.ref a:hover,.refcf a:hover{ + color:#08d6dd; + text-decoration:underline; +} + + +.cf .subname{ + width:22%; + margin-left:-70px;} +.cf .refcf{ + margin:0px 30px;} + +.mth{margin:-40px 0px;} +.chem{margin:-40px 0px;} +.c{margin:-40px 0px; + padding-top:-20px;} + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/dcivilstaff.html b/dcivilstaff.html new file mode 100644 index 0000000..6aefeeb --- /dev/null +++ b/dcivilstaff.html @@ -0,0 +1,191 @@ + + + + DCIVIL STAFF + + + + + + + +
+ +
+
+ STAFF OF DCIVIL +
+
+
S.NO
+
Name
+
Designation
+ +
+
+
1.
+
Raghava Reddy
+
Lecturer
+ + +
+
+
2.
+
Padmaja
+
Senior Lecturer
+ + +
+
+
3.
+
Nasiya Sana
+
Lecturer
+ +
+
+
4.
+
A.V Vara Prasad
+
Lecturer
+ +
+
+
5.
+
R.Lokanath Reddy
+
Lecturer
+ +
+
+
6.
+
N.Bhagya Sree
+
Lecturer
+ +
+
+
7.
+
K.Jhansi Lakshmi Bai
+
Lecturer
+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/dcmestaff.css b/dcmestaff.css new file mode 100644 index 0000000..747427b --- /dev/null +++ b/dcmestaff.css @@ -0,0 +1,475 @@ +*{margin:0; + padding:0; +} +ul li { + list-style: none; +} + + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:45px;} +.scse i{color: #0d7377;} +.right{ + width:60%; + height:100%; + margin-left:7px; + } +.right a{ + text-decoration:none; +} +.Isem{width:118%; + margin:60px 0px; +height:50px; +border-radius:5px; +font-size:22px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +} +.refh{ + width:15%; + margin:0px 0px 0px 40px; + padding-left:40px; +} + +.refh,.refs{width:10%; +} + .refs{ + width:200px; + } +.cf .subname{ + margin:0px 30px; + padding-left:0px; +} +.head{ + width:120%; +} +.head,.eng,.mth,.phy,.chem,.cf,.c,.ed,.eds{ + width:120%; +border-radius:3px; +background:rgba(238, 237, 237, 0.226); +box-shadow: 1px 1px 1px 2px rgba(33, 255, 255, 0.253); + margin:-40px 0px; + height:40px; + font-size:22px; + display:flex; + font-family:"Calibri"; + font-weight:900; + padding:5px 0px 0px 20px; + } +.eng,.mth,.phy,.chem,.cf,.c,.ed,.eds{ + font-family:"Dubai Medium"; + padding:10px; + height:60px; + font-weight:530; + padding:20px 50px 0px 20px; + width:114.5%; + font-size:19px; + margin:50px 0px;} +.eds{ + margin-top:-40px; +} +.sn{width:3%; + /* background:red; */ + margin:0px 25px;} + .subcodh{width:25%; + padding-left:220px; + margin:0px 0px 0px 30px;} +.subcod{ + font-size:19px; + font-family:"Calibri"; + margin:0px 0px 0px 30px; + padding:0px 50px 0px 180px; + width:40%; + } +.subnameh{width:15%; + /* background:red; */ + padding-left:60px; + margin:0px 0px 0px 60px; +} +.subname{ + margin:0px 0px 0px -70px; + font-size:19px; + /* background:red; */ + + Font-family:"Calibri"; + padding:0px 60px 0px -30px; + width:30%; + } +.eng a{text-decoration:none;} +.snh{width:5%; +} + +.ref{width:30%; + margin:0px 0px 0px 10px; + padding:0px 0px 0px 0px; + font: size 17px; +} +.refcf{ + width:20%; + padding:10px 0px 0px 85px; + margin:0px -40px 0px 250px; +} +.ref a,.refcf a{ + color:rgba(0, 0, 0, 0.589); +} +.ref a:hover,.refcf a:hover{ + color:#08d6dd; + text-decoration:underline; +} + + +.cf .subname{ + width:22%; + margin-left:-70px;} +.cf .refcf{ + margin:0px 30px;} + +.mth{margin:-40px 0px;} +.chem{margin:-40px 0px;} +.c{margin:-40px 0px; + padding-top:-20px;} + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/dcmestaff.html b/dcmestaff.html new file mode 100644 index 0000000..bf550f3 --- /dev/null +++ b/dcmestaff.html @@ -0,0 +1,197 @@ + + + + DCME STAFF + + + + + + + +
+ +
+
+ STAFF OF DCME +
+
+
S.NO
+
Name
+
Designation
+ +
+
+
1.
+
K.Sudha Rani
+
Head of Department(HOD)
+ + +
+
+
2.
+
U.Rajya Lakshmi
+
Senior Lecturer
+ + +
+
+
3.
+
Y.Venkata Prasad
+
Lecturer
+ +
+
+
4.
+
Keerthi
+
Lecturer
+ +
+
+
5.
+
Leela Padmavathi
+
Lecturer
+ +
+
+
6.
+
Hari prasad
+
Lecturer
+ +
+ + +
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/decestaff.css b/decestaff.css new file mode 100644 index 0000000..ffef3f8 --- /dev/null +++ b/decestaff.css @@ -0,0 +1,468 @@ +*{margin:0; + padding:0; +} + + ul li { + list-style: none; + } + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:45px;} +.scse i{color: #0d7377;} +.right{ + width:60%; + height:100%; + } +.right a{ + text-decoration:none; +} +.Isem{width:118%; + margin:60px 0px; +height:50px; +border-radius:5px; +font-size:22px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +} +.refh{ + width:15%; + margin:0px 0px 0px 40px; + padding-left:40px; +} + +.refh,.refs{width:10%; +} + .refs{ + width:200px; + } +.cf .subname{ + margin:0px 30px; + padding-left:0px; +} +.head{ + width:120%; +} +.head,.eng,.mth,.phy,.chem,.cf,.c,.ed{ + width:120%; +border-radius:3px; +background:rgba(238, 237, 237, 0.226); +box-shadow: 1px 1px 1px 2px rgba(33, 255, 255, 0.253); + margin:-40px 0px; + height:40px; + font-size:22px; + display:flex; + font-family:"Calibri"; + font-weight:900; + padding:5px 0px 0px 20px; + } +.eng,.mth,.phy,.chem,.cf,.c,.ed{ + font-family:"Dubai Medium"; + padding:10px; + height:60px; + font-weight:530; + padding:20px 50px 0px 20px; + width:114.5%; + font-size:19px; + margin:50px 0px;} +.sn{width:3%; + /* background:red; */ + margin:0px 25px;} + .subcodh{width:25%; + padding-left:220px; + margin:0px 0px 0px 30px;} +.subcod{ + font-size:19px; + font-family:"Calibri"; + margin:0px 0px 0px 30px; + padding:0px 50px 0px 180px; + width:40%; + } +.subnameh{width:15%; + padding-left:60px; + margin:0px 0px 0px 60px; +} +.subname{ + margin:0px 0px 0px -100px; + font-size:19px; + Font-family:"Calibri"; + padding:0px 60px 0px 40px; + width:30%; + } +.eng a{text-decoration:none;} +.snh{width:5%; +} + +.ref{width:30%; + margin:0px 0px 0px 10px; + padding:0px 0px 0px 0px; + font: size 17px; +} +.refcf{ + width:20%; + padding:10px 0px 0px 85px; + margin:0px -40px 0px 250px; +} +.ref a,.refcf a{ + color:rgba(0, 0, 0, 0.589); +} +.ref a:hover,.refcf a:hover{ + color:#08d6dd; + text-decoration:underline; +} + + +.cf .subname{ + width:22%; + margin-left:-60px;} +.cf .refcf{ + margin:0px 30px;} + +.mth{margin:-40px 0px;} +.chem{margin:-40px 0px;} +.c{margin:-40px 0px; + padding-top:-20px;} + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/decestaff.html b/decestaff.html new file mode 100644 index 0000000..80ccd29 --- /dev/null +++ b/decestaff.html @@ -0,0 +1,191 @@ + + + + DECE STAFF + + + + + + + +
+ +
+
+ STAFF OF DECE +
+
+
S.NO
+
Name
+
Designation
+ +
+
+
1.
+
N.Srinivasa Rao
+
Lecturer
+ + +
+
+
2.
+
Y.Sharath Babu
+
Senior Lecturer
+ + +
+
+
3.
+
G.Sathya Narayana Swami
+
Lecturer
+ +
+
+
4.
+
J.Sudha Mani
+
Lecturer
+ +
+
+
5.
+
A.Narayanamma
+
Lecturer
+ +
+
+
6.
+
D.Shailaja
+
Lecturer
+ +
+
+
7.
+
K.R.vera Reddy
+
Lecturer
+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/deeestaff.css b/deeestaff.css new file mode 100644 index 0000000..6a7336f --- /dev/null +++ b/deeestaff.css @@ -0,0 +1,472 @@ + *{margin:0; + padding:0; +} +ul li { + list-style: none; +} + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:45px;} +.scse i{color: #0d7377;} +.right{ + width:60%; + height:100%; + } +.right a{ + text-decoration:none; +} +.Isem{width:118%; + margin:60px 0px; +height:50px; +border-radius:5px; +font-size:22px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +} +.refh{ + width:15%; + margin:0px 0px 0px 40px; + padding-left:40px; +} + +.refh,.refs{width:10%; +} + .refs{ + width:200px; + } +.cf .subname{ + margin:0px 30px; + padding-left:0px; +} +.head{ + width:120%; +} +.head,.eng,.mth,.phy,.chem,.cf,.c,.ed,.eds{ + width:120%; +border-radius:3px; +background:rgba(238, 237, 237, 0.226); +box-shadow: 1px 1px 1px 2px rgba(33, 255, 255, 0.253); + margin:-40px 0px; + height:40px; + font-size:22px; + display:flex; + font-family:"Calibri"; + font-weight:900; + padding:5px 0px 0px 20px; + } +.eng,.mth,.phy,.chem,.cf,.c,.ed,.eds{ + font-family:"Dubai Medium"; + padding:10px; + height:60px; + font-weight:530; + padding:20px 50px 0px 20px; + width:114.5%; + font-size:19px; + margin:50px 0px;} +.eds{ + margin-top:-40px; +} +.sn{width:3%; + /* background:red; */ + margin:0px 25px;} + .subcodh{width:25%; + padding-left:220px; + margin:0px 0px 0px 30px;} +.subcod{ + font-size:19px; + font-family:"Calibri"; + margin:0px 0px 0px 30px; + padding:0px 50px 0px 180px; + width:40%; + } +.subnameh{width:15%; + padding-left:60px; + margin:0px 0px 0px 60px; +} +.subname{ + margin:0px 0px 0px -100px; + font-size:19px; + /* background:red; */ + Font-family:"Calibri"; + padding:0px 60px 0px 40px; + width:30%; + } +.eng a{text-decoration:none;} +.snh{width:5%; +} + +.ref{width:30%; + margin:0px 0px 0px 10px; + padding:0px 0px 0px 0px; + font: size 17px; +} +.refcf{ + width:20%; + padding:10px 0px 0px 85px; + margin:0px -40px 0px 250px; +} +.ref a,.refcf a{ + color:rgba(0, 0, 0, 0.589); +} +.ref a:hover,.refcf a:hover{ + color:#08d6dd; + text-decoration:underline; +} + + +.cf .subname{ + width:22%; + margin-left:-60px;} +.cf .refcf{ + margin:0px 30px;} + +.mth{margin:-40px 0px;} +.chem{margin:-40px 0px;} +.c{margin:-40px 0px; + padding-top:-20px;} + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 90px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } \ No newline at end of file diff --git a/deeestaff.html b/deeestaff.html new file mode 100644 index 0000000..b4694ba --- /dev/null +++ b/deeestaff.html @@ -0,0 +1,197 @@ + + + + DEEE STAFF + + + + + + + +
+ +
+
+ STAFF OF DEEE +
+
+
S.NO
+
Name
+
Designation
+ +
+
+
1.
+
B.Dhamodaram
+
Lecturer
+ + +
+
+
2.
+
T.Bhaskar
+
Senior Lecturer
+ + +
+
+
3.
+
T.Prasanthi
+
Lecturer
+ +
+
+
4.
+
N.Vasundhara
+
Lecturer
+ +
+
+
5.
+
G.Gayathri
+
Lecturer
+ +
+
+
6.
+
Menakshi
+
Lecturer
+ +
+
+
7.
+
D.Malliswari
+
Lecturer
+ +
+
+
8.
+
D.Swetha
+
Lecturer
+ +
+
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/departments.css b/departments.css new file mode 100644 index 0000000..8fc1706 --- /dev/null +++ b/departments.css @@ -0,0 +1,318 @@ +*{margin:0; + padding:0; + } + .collegelogo { + height: 15vh; + margin-left: 50px; +} + .nav li{color:white;} + + .nav { + margin-top:-90px; + margin-left:35px; + width: 95%; + height: 10vh; + background: #0d7377; + + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + position:fixed; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 18px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + color:white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + + .deh{ + text-align:center; + font-family:Calibri; + font-size:50px; + margin-top:100px;} + h2{ + margin-top: 140px; + } +.cards{display:flex; + justify-content:space-around; + margin:80px 50px; + /* width:95%; */ + height:90vh; + /* box-shadow: 1px 1px 4px 4px rgba(151, 151, 151, 0.516); */ + } + .te{display:flex; + justify-content: space-around; + position:absolute; + width:100%; + font-family:Dubai Medium; + font-size:25px; + margin:-20px 0px;} + .su{margin:0px 40px;} + .st{margin:0px 50px;} + .st{margin:0px 50px;} + + /* .te div{margin-left:250px;} */ +.cards ul{ + list-style:none; + font-size:20px; + margin:80px 90px; + /* text-align:center; */ + /* font-family:"Dubai Medium light"; */ +} +.cards i{color:#0d7377;} +.cards a{text-decoration:none; + color:rgba(0, 0, 0, 0.514); + font-family:"Verdana"; + font-weight:200; +} +.cards ul li{margin:30px;} +.d1 ul li{margin:20px 0px 0px 0px;} +.d1 ul{margin-top:60px;} + +.gs{ + font-size:17px; + font-weight:900; +} +/* .d1{ + padding-top:20px; +} */ +.d1,.d2,.d3{width:350px; + height:400px; + margin-top:-30px; + border-radius:5px; + /* margin:100px 200px 0px 200px; */ + /* border:2px solid red;*/ + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516); +} +.img1{ + background:linear-gradient(rgba(0, 0, 0, 0.811),rgba(0, 0, 0, 0.864)),url("google.jpg"); + background-repeat:no-repeat; + width:89%; + height:90%; + display:flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #FFFFFF; + font-size:30px; + font-family:Segoe UI; + background-position:center; + overflow:hidden; + margin-left:80px; + margin-top:-310px; + margin-bottom:50px; + background-size: cover; + /* overflow:scroll; */ +} + +p.head{ +margin-top:85px;margin-bottom: 20px; +color:white; +border-bottom:0px solid black; + +} + +div .image-map1:hover{ +margin-top:10px; +background-color: white; +} +.map{ + + margin-top:140px; + margin-left: 10px; + z-index:1; + /* color:black; */ +} +#img-map:hover{ +background-color:#2e6ad1 ; +height:1000px; +margin-top:10px; +} + +#img-map:hover{ +background-color: #4876c7;} + + +.img-map:hover{ +top: -15px; +box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); +} +.part2{ +font-size:20px; +margin:50px; +font-family: 'Segoe UI'; +margin-top:130px; +margin-left:-6px; +} +.p2{padding-left:20px; +font-size:19px; +color:grey; +font-family: 'Dubai'; +border-left:2px solid rgb(0, 123, 255);} +.p3{ + font-size:22px; + margin:0px; + margin-top: 35px; + +} +.bt a{ + color: white; + text-decoration:none; +} +.bt{ + width:130px; + height:50px; + margin-top:-15px; + background-color: blue; + color: azure; + + border: none; + font-size:16px; + margin-left: -10px; +} +.bt:hover{ + background-color: black; + color: white; +} +.in{width:400px; + height:50px; + font-size:17px; + border:none; + background-color:rgba(118, 113, 113, 0.356); + margin-top:20px; + padding:15px; + color:white; +} +.icons{ + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top:10px; + margin-left:-20px; + + +} +.icons a:hover{ + color: white; + /* color: #0059b3; */ +} +.pin{ + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; +} +.email{ + margin-top: 20px; + text-decoration: none; + color:white; + font-family: calibri; +} +.lin{ + margin-right:15px; + color:azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; +} +/* .submit{ + font-size:18px; +} */ +#linkedin:hover{ + background-color:#2e6ad1 ; + height:38px; + margin-top:10px; +}#mail:hover{ + background-color:#b62020; + height:35px; + margin-top:10px; +}#instagram:hover{ + background-color: #e62d99; + height:38px; + margin-top:10px;} + #facebook:hover{ + background-color: #4876c7; + height:37px; + margin-top:10px; + } +#twitter:hover{ + background-color: #356dd0; + height:37px; + margin-top:10px; +} + .search-container{ + margin-top:0px; + + } + + #phone{ + font-size: 16px; + } + + .form{ + margin-left: -10%; + font-size: 16px; + + + } + + \ No newline at end of file diff --git a/departments.html b/departments.html new file mode 100644 index 0000000..07ee6b9 --- /dev/null +++ b/departments.html @@ -0,0 +1,134 @@ + + + + thids is departments section + + + + + + +

Departments

+ +
+ +
+

our Directions

+
+ +
+
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ + +
+
+
+
+ + + \ No newline at end of file diff --git a/documents.css b/documents.css new file mode 100644 index 0000000..c2c671d --- /dev/null +++ b/documents.css @@ -0,0 +1,363 @@ +*{ + margin:0; + padding:0; + box-sizing:border-box; + /* border:2px solid black; */ +} +.whole_border{ + margin-top:500px; + border-style:solid; + border-width:5px; + height:200vh; + border-color:#0d7377; +} +.admission{ + margin:50px 0px 0px 50px; + font-size:22px; + font-family:arial; + color:#0d7377; +} +.document,.reservation,.three{ + margin:20px 0px 0px 50px; + font-size:17px; + color: #7d8584; +} +.list{ + margin:20px 0px 0px 50px; + color:#0d7377; + font-size:18px; + text-align: center; +} +.twocopies{ + margin:20px 0px 0px 50px; + font-family:arial; + font-size:15px; + color: #495e5c; +} +.documents{ + margin:15px 0px 0px 60px; + color:#495e5c; + line-height: 40px; + font-size:14px; + font-family: arial; +} +.along{ + margin:20px 0px 0px 50px; + color:#495e5c; + font-size:14px; + font-family: arial; +} +.design{ + margin:40px 0px 0px 600px; +} +ol,ul{ + margin:70px 0px 0px 65px; + color:#495e5c; + font-size:18px; + font-family: arial; + line-height: 36px; +} +ul{ + margin:-470px 0px 0px 580px; + list-style: none; +} +.three_hundred{ + margin:46px 0px 0px 0px; +} +.number,.fees,.rs{ + margin:-510px 0px 0px 40px; + font-size:22px; + font-family:arial; + color: #0d7377; +} +.fees{ + margin:-25px 0px 0px 130px; +} +.rs{ + margin:-25px 0px 0px 580px; +} +.end1{ + margin-left:25%; +} +.no{ + margin-left: 70px; +} + + + + + + + + + + + + + + + + + +.nav li{color:white;} + + .nav { + margin-top:30px; + margin-left:35px; + width: 95%; + height: 10vh; + background: #0d7377; + + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + /* position:absolute/; */ + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 18px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + color:white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + +.img1{ + background:linear-gradient(rgba(0, 0, 0, 0.811),rgba(0, 0, 0, 0.864)),url("google.jpg"); + background-repeat:no-repeat; + width:89%; + height:94%; + display:flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #FFFFFF; + font-size:30px; + font-family:Segoe UI; + background-position:center; + overflow:hidden; + margin-left:80px; + margin-top:100px; + margin-bottom:50px; + background-size: cover; + /* overflow:scroll; */ +} + +p.head{ +margin-top:85px;margin-bottom: 20px; +color:white; +border-bottom:0px solid black; + +} + +div .image-map1:hover{ +margin-top:10px; +background-color: white; +} +.map{ + + margin-top:140px; + margin-left: 10px; + z-index:1; + /* color:black; */ +} +/* #img-map:hover{ +background-color:#2e6ad1 ; +height:1000px; +margin-top:10px; +} */ +#our{ + margin-top:95px; + font-weight:500; + margin-left:10px; +} +#img-map:hover{ +background-color: #4876c7;} + + +.img-map:hover{ +top: -15px; +box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); +} +.part2{ +font-size:20px; +margin:50px; +font-family: 'Segoe UI'; +margin-top:130px; +margin-left:-6px; +} +.p2{padding-left:20px; +font-size:19px; +color:grey; +font-family: 'Dubai'; +border-left:2px solid rgb(0, 123, 255);} +.p3{ + font-size:22px; + margin:0px; + margin-top: 35px; + +} +.bt a{ + color: white; + text-decoration:none; +} +.bt{ + width:130px; + height:50px; + margin-top:-15px; + background-color: blue; + color: azure; + + border: none; + font-size:16px; + margin-left: -10px; +} +.bt:hover{ + background-color: black; + color: white; +} +.in{width:400px; + height:50px; + font-size:17px; + border:none; + background-color:rgba(118, 113, 113, 0.356); + margin-top:20px; + padding:15px; + color:white; +} +.icons{ + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top:10px; + margin-left:-20px; + + +} +.icons a:hover{ + color: white; + /* color: #0059b3; */ +} +.pin{ + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; +} +.email{ + margin-top: 20px; + text-decoration: none; + color:white; + font-family: calibri; +} +.lin{ + margin-right:15px; + color:azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; +} +/* .submit{ + font-size:18px; +} */ +#linkedin:hover{ + background-color:#2e6ad1 ; + height:38px; + margin-top:10px; +}#mail:hover{ + background-color:#b62020; + height:35px; + margin-top:10px; +}#instagram:hover{ + background-color: #e62d99; + height:38px; + margin-top:10px;} + #facebook:hover{ + background-color: #4876c7; + height:37px; + margin-top:10px; + } +#twitter:hover{ + background-color: #356dd0; + height:37px; + margin-top:10px; +} + .search-container{ + margin-top:0px; + + } + /* .image-map1{ + margin-bottom:20px; + } */ + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + #phone{ + font-size: 16px; + } diff --git a/documents.html b/documents.html new file mode 100644 index 0000000..7a351cf --- /dev/null +++ b/documents.html @@ -0,0 +1,129 @@ + + + + + + Admissions + + + + +
+ + +
Admissions
+
Document retension policy
+
Reservation policy
+
Reservation policy chapter ||| continuation
+
List of documents to be submitted at the time of admission AT COLLEGE:
+
TWO XEROX COPIES OF THE FOLLOWING CERTIFICATES
+
    +
  1. POLYCET HALLTICKET
  2. +
  3. POLYCET RANK CARD
  4. +
  5. SSC MARKS MEMO
  6. +
  7. STUDY CERTIFICATE (IV TO X) OR RESIDENCE CERTIFICATE OF PARENT
  8. +
  9. TRANSFER CERTIFICATE (TC)
  10. +
  11. CASTE CERTIFICATE (if applicable)
  12. +
  13. INCOME CERTIFICATE / WHITE RATION CARD (if applicable)
  14. +
  15. MINIORITY CERTIFICATE (if applicable)
  16. +
  17. AADHAR CARD
  18. +
+
ALONG WITH THREE(3) PASSPORT SIZE PHOTOGRAPHS
+
——————–***——————–
+
+
    +
  1.             Tution Fees
  2. +
  3.             Couse work fee
  4. +
  5.             Games fee
  6. +
  7.             Assosiation fee
  8. +
  9.             Labaratory and workshop
  10. +
  11.             Labaratory-Nonrefundable Fee
  12. +
  13.             Admission Fee
  14. +
  15.             Syllabus Book
  16. +
  17.             Board Recognition Fee
  18. +
  19.             Alumni Fee(Only at the time of admission)
                Management information System
  20. +
  21.             Services Fees per year
  22. +
  23.             TECH Fest per year
  24. +
+ +
    +
  • 2,000/-
  • +
  • 300/-
  • +
  • 100/-
  • +
  • 100/-
  • +
  • 900/-
  • +
  • 400/-
  • +
  • 100/-
  • +
  • 100/-
  • +
  • 250/-
  • +
  • 100/-
  • +
  • 300/-
  • +
  • 50/-
  • +
+ +
S.No
+
Fee Govt
+
RS
+ +
+
+ + + + + + \ No newline at end of file diff --git a/dpharmacystaff.css b/dpharmacystaff.css new file mode 100644 index 0000000..c4a2891 --- /dev/null +++ b/dpharmacystaff.css @@ -0,0 +1,473 @@ +*{margin:0; + padding:0; +} +ul li { + list-style: none; +} + + .sub1{ + display:flex; + box-sizing: border-box; + width:100%; + height: 120vh;; + } + .scse{width:260px; + height:300px; + position:sticky; + margin-top:500px; + margin:320px 60px; + border-radius:5px; + box-shadow: 1px 1px 5px 5px rgba(151, 151, 151, 0.516);} +.scse a{text-decoration:none; + color:grey; + font-family:"Dubai Medium"; + font-weight:300; + } +.scse li{margin:20px;} +.scse ul{margin:0px 24px; + padding-top:60px;} +.scse i{color: #0d7377;} +.right{ + width:60%; + height:100%; + } +.right a{ + text-decoration:none; +} +.Isem{width:118%; + margin:60px 0px; +height:50px; +border-radius:5px; +font-size:22px; +box-shadow: 1px 1px 4px 4px rgba(33, 255, 255, 0.375); +font-family:"Dubai Medium"; +padding:12px 0px 0px 40px; +background:#0d747765; +} +.refh{ + width:15%; + margin:0px 0px 0px 40px; + padding-left:40px; +} + +.refh,.refs{width:10%; +} + .refs{ + width:200px; + } +.cf .subname{ + margin:0px 30px; + padding-left:0px; +} +.head{ + width:120%; +} +.head,.eng,.mth,.phy,.chem,.cf,.c,.ed,.eds{ + width:120%; +border-radius:3px; +background:rgba(238, 237, 237, 0.226); +box-shadow: 1px 1px 1px 2px rgba(33, 255, 255, 0.253); + margin:-40px 0px; + height:40px; + font-size:22px; + display:flex; + font-family:"Calibri"; + font-weight:900; + padding:5px 0px 0px 20px; + } +.eng,.mth,.phy,.chem,.cf,.c,.ed,.eds{ + font-family:"Dubai Medium"; + padding:10px; + height:60px; + font-weight:530; + padding:20px 50px 0px 20px; + width:114.5%; + font-size:19px; + margin:50px 0px;} +.eds{ + margin-top:-40px; +} +.sn{width:3%; + /* background:red; */ + margin:0px 25px;} + .subcodh{width:25%; + padding-left:220px; + margin:0px 0px 0px 30px;} +.subcod{ + font-size:19px; + font-family:"Calibri"; + margin:0px 0px 0px 30px; + padding:0px 50px 0px 180px; + width:40%; + } +.subnameh{width:15%; + padding-left:60px; + margin:0px 0px 0px 60px; +} +.subname{ + margin:0px 0px 0px -100px; + font-size:19px; + Font-family:"Calibri"; + padding:0px 60px 0px 40px; + width:30%; + } +.eng a{text-decoration:none;} +.snh{width:5%; +} + +.ref{width:30%; + margin:0px 0px 0px 10px; + padding:0px 0px 0px 0px; + font: size 17px; +} +.refcf{ + width:20%; + padding:10px 0px 0px 85px; + margin:0px -40px 0px 250px; +} +.ref a,.refcf a{ + color:rgba(0, 0, 0, 0.589); +} +.ref a:hover,.refcf a:hover{ + color:#08d6dd; + text-decoration:underline; +} + + +.cf .subname{ + width:22%; + margin-left:-60px;} +.cf .refcf{ + margin:0px 30px;} + +.mth{margin:-40px 0px;} +.chem{margin:-40px 0px;} +.c{margin:-40px 0px; + padding-top:-20px;} + + .scse{ + margin-top: 50px;; + } + + .scse{ + margin-top: 50px;; + } + +.dropdown i{color: #0d7377;} + .dropdown a{ + background:white; + font-family:"Dubai Medium"; + font-weight:300; + color: grey; + padding: 16px; + font-size: 16px; + border: none; + } + + .dropdown { + display: inline-block; + } + + .dropdown-c { + display: none; + position: absolute; + background-color: #f1f1f1; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + } + + .dropdown-c a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + .dropdown-c a:hover {background-color: #ddd; + width:60%; + margin:10px;} + .dropdown:hover .dropdown-c {display: block;} + + + + + + + + + #home { + margin-top:21px; + } + #departments { + margin-top: 13px; + } + #gallery { + margin-top:20px; + } + #contactus { + margin-top: 20px; + } + #about { + margin-top: 12px; + } + #academics { + margin-top: 13px; + } + + .nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; + } + .nav li { + color: white; + } + .nav ul { + display: flex; + justify-content: space-around; + } + .nav a { + text-decoration: none; + font-size: 16px; + margin: 20px; + font-family: "Dubai Medium"; + } + ul li { + list-style: none; + } + + .nav i { + font-size: 12px; + + color: white; + } + .pm i { + margin-top: 30px; + } + /* .pm a { + font-size: 40px; + } */ + .about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; + } + + .dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #5fb8bb; + } + + .about:hover .dropdown-content { + display: block; + } + + .img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 80px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ + } + + p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; + } + + div .image-map1:hover { + margin-top: 10px; + background-color: white; + } + .map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ + } + #img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; + } + + #img-map:hover { + background-color: #4876c7; + } + + .img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); + } + .part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; + } + .p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); + } + .p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; + } + .bt a { + color: white; + text-decoration: none; + } + .bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; + } + .bt:hover { + background-color: black; + color: white; + } + .in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; + } + .icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; + } + .icons a:hover { + color: white; + /* color: #0059b3; */ + } + .pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; + } + .email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; + } + .lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; + } + /* .submit{ + font-size:18px; + } */ + #linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; + } + #mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; + } + #instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; + } + #facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; + } + #twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; + } + .search-container { + margin-top: 0px; + } + .image-map1{ + margin-bottom:30px; + } + .fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + \ No newline at end of file diff --git a/dpharmacystaff.html b/dpharmacystaff.html new file mode 100644 index 0000000..3080ecf --- /dev/null +++ b/dpharmacystaff.html @@ -0,0 +1,198 @@ + + + + DPHARMACY STAFF + + + + + + + +
+ +
+
+ STAFF OF DPHARMACY +
+
+
S.NO
+
Name
+
Designation
+ +
+
+
1.
+
P.Sujitha
+
Head of Department(HOD) &
Senior Lecturer
+ + +
+
+
2.
+
T.shireesha
+
Lecturer
+ + +
+
+
3.
+
D.Sai Padmavathi
+
Lecturer
+ +
+
+
4.
+
S.Lavanya
+
Lecturer
+ +
+
+
5.
+
Vasija
+
Lecturer
+ +
+
+
6.
+
Sree Pavani
+
Lecturer
+ +
+ + +
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/drone view.jpg b/drone view.jpg new file mode 100644 index 0000000..a9d2969 Binary files /dev/null and b/drone view.jpg differ diff --git a/ecetpreviousqp.css b/ecetpreviousqp.css new file mode 100644 index 0000000..5e80381 --- /dev/null +++ b/ecetpreviousqp.css @@ -0,0 +1,557 @@ +.button { + background-color: #009999; /* Green */ + border: none; + color: white; + padding: 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 20px; + /* margin: 4px 2px;*/ + cursor: pointer; + } + .button4 { + border-radius: 12px; + margin-top: 20px; + margin-right: 60px; + margin-left: 15px; + } + a { + text-decoration: none; + } + /* a:hover { + background-color: #ddd; + color: black; + } */ + .button5 { + margin-left: 1000px; + border-radius: 12px; + } + a.btn { + text-decoration: none; + color: white; + border-radius: 27px; + } + .button1 { + background-color: #009999; + border: none; + color: white; + margin-left: 650px; + text-align: center; + text-decoration: none; + font-size: 25px; + height: 50px; + } + .buttone { + border-radius: 30px; + width: 150px; + } + button:hover { + background-color: grey; + color: white; + transition: 0.5s; + cursor: pointer; + } + #customers { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #customers td, + #customers th { + border: 1px solid black; + padding: 8px; + } + + #customers tr:nth-child(even) { + background-color: #f2f2f2; + } + + #customers tr:hover { + background-color: #ddd; + } + + #customers th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + #ecet { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #ecet td, + #ecet th { + border: 1px solid black; + padding: 8px; + } + #ecet tr:nth-child(even) { + background-color: #f2f2f2; + } + + #ecet tr:hover { + background-color: #ddd; + } + + #ecet th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + #exam { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #exam td, + #exam th { + border: 1px solid black; + padding: 8px; + } + #exam tr:nth-child(even) { + background-color: #f2f2f2; + } + + #exam tr:hover { + background-color: #ddd; + } + + #exam th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + #mouni { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #mouni td, + #mouni th { + border: 1px solid black; + padding: 8px; + } + #mouni tr:nth-child(even) { + background-color: #f2f2f2; + } + + #mouni tr:hover { + background-color: #f2f2f2; + } + + #mouni th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + #a { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #a td, + #a th { + border: 1px solid black; + padding: 8px; + } + #a tr:nth-child(even) { + background-color: #f2f2f2; + } + + #a tr:hover { + background-color: #ddd; + } + + #a th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + + #b { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #b td, + #b th { + border: 1px solid black; + padding: 8px; + } + #b tr:nth-child(even) { + background-color: #f2f2f2; + } + + #b tr:hover { + background-color: #ddd; + } + + #b th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + #c { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #c td, + #c th { + border: 1px solid blaCK; + padding: 8px; + } + #c tr:nth-child(even) { + background-color: #f2f2f2; + } + + #c tr:hover { + background-color: #ddd; + } + + #c th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + #d { + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; + width:95%; + margin-left: 2.5%; + } + + #d td, + #d th { + border: 1px solid black; + padding: 8px; + } + #d tr:nth-child(even) { + background-color: #f2f2f2; + } + + #d tr:hover { + background-color: #ddd; + } + + #d th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #4d4d4d; + color: white; + } + + + + + + + + + + + + + + + + + + + + + + +.nav li{color:white;} + +.nav { + margin-top:30px; + margin-left:35px; + width: 95%; + height: 10vh; + background: #0d7377; + + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + /* position:fixed; */ +} +.nav ul { + display: flex; + justify-content: space-around; +} +.nav a { + text-decoration: none; + font-size: 16px; + margin: 18px; + font-family: "Dubai Medium"; +} +ul li { + list-style: none; +} + +.nav i { + font-size: 12px; + color:white; +} +.pm i { + margin-top: 30px; +} +/* .pm a { + font-size: 40px; +} */ +.about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; +} + +.dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; +} + +.dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; +} + +.dropdown-content a:hover { + background-color: #5fb8bb; +} + +.about:hover .dropdown-content { + display: block; +} + + +.img1{ + background:linear-gradient(rgba(0, 0, 0, 0.811),rgba(0, 0, 0, 0.864)),url("google.jpg"); + background-repeat:no-repeat; + width:89%; + height:94%; + display:flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #FFFFFF; + font-size:30px; + font-family:Segoe UI; + background-position:center; + overflow:hidden; + margin-left:80px; + margin-top:100px; + margin-bottom:50px; + background-size: cover; + /* overflow:scroll; */ +} + +p.head{ +margin-top:85px;margin-bottom: 20px; +color:white; +border-bottom:0px solid black; + +} + +div .image-map1:hover{ +margin-top:10px; +background-color: white; +} +.map{ + + margin-top:140px; + margin-left: 10px; + z-index:1; + /* color:black; */ +} +/* #img-map:hover{ +background-color:#2e6ad1 ; +height:1000px; +margin-top:10px; +} */ +#our{ + margin-top:95px; + font-weight:500; + margin-left:10px; +} +#img-map:hover{ +background-color: #4876c7;} + + +.img-map:hover{ +top: -15px; +box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); +} +.part2{ +font-size:20px; +margin:50px; +font-family: 'Segoe UI'; +margin-top:130px; +margin-left:-6px; +} +.p2{padding-left:20px; +font-size:19px; +color:grey; +font-family: 'Dubai'; +border-left:2px solid rgb(0, 123, 255);} +.p3{ + font-size:22px; + margin:0px; + margin-top: 35px; + +} +.bt a{ + color: white; + text-decoration:none; +} +.bt{ + width:130px; + height:50px; + margin-top:-15px; + background-color: blue; + color: azure; + + border: none; + font-size:16px; + margin-left: -10px; +} +.bt:hover{ + background-color: black; + color: white; +} +.in{width:400px; + height:50px; + font-size:17px; + border:none; + background-color:rgba(118, 113, 113, 0.356); + margin-top:20px; + padding:15px; + color:white; +} +.icons{ + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top:10px; + margin-left:-20px; + + +} + +/* .icons a:hover{ + color: white; + color: #0059b3; +} */ +.pin{ + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; +} +.email{ + margin-top: 20px; + text-decoration: none; + color:white; + font-family: calibri; +} +.lin{ + margin-right:15px; + color:azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; +} +/* .submit{ + font-size:18px; +} */ +#linkedin:hover{ + background-color:#2e6ad1 ; + height:38px; + margin-top:10px; +}#mail:hover{ + background-color:#b62020; + height:35px; + margin-top:10px; +}#instagram:hover{ + background-color: #e62d99; + height:38px; + margin-top:10px;} + #facebook:hover{ + background-color: #4876c7; + height:37px; + margin-top:10px; + } +#twitter:hover{ + background-color: #356dd0; + height:37px; + margin-top:10px; +} + .search-container{ + margin-top:0px; + + } + .image-map1{ + margin-bottom:30px; + } +.fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; +} +.fom a:hover{ + text-decoration:underline; + color:aqua; +} + #phone{ + font-size: 16px; + } diff --git a/ecetpreviousqp.html b/ecetpreviousqp.html new file mode 100644 index 0000000..df68155 --- /dev/null +++ b/ecetpreviousqp.html @@ -0,0 +1,790 @@ + + + + + + Ap Ecet.com + + + + + +

+

+

+ The question paper of AP ECET 2022 is as follows: +

+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

The question paper of AP ECET 2021 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

The question paper of AP ECET 2020 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

>

The question paper of AP ECET 2019 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

The question paper of AP ECET 2018 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

The question paper of AP ECET 2017 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

The question paper of AP ECET 2016 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Click Here +
AP ECET Metallurgical Engineering + Click Here +
AP ECET Mining Engineering + Click Here +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Click Here +
AP ECET Ceramic Engineering + Click Here +
+

The question paper of AP ECET 2015 is as follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Of The SubjectQuestion Paper & Answer Key
AP ECET Computer Science Engineering + Click Here +
AP ECET Electronics And Communication Engineering + Click Here +
AP ECET Electrical And Electronics Engineering + Click Here +
AP ECET Mechanical Engineering + Not Available +
AP ECET Metallurgical Engineering + Not Available +
AP ECET Mining Engineering + Not Available +
AP ECET Civil Engineering + Click Here +
AP ECET Chemical Engineering + Not Available +
AP ECET Ceramic Engineering + Click Here +
+
+ +
+

Our Directions

+
+ + +
+ +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/facilities.html b/facilities.html new file mode 100644 index 0000000..7330dab --- /dev/null +++ b/facilities.html @@ -0,0 +1,505 @@ + + + + + gpw.com + + + + + + + +
+
+ +
+
    + +
  • Girls Hostel
  • +
  • Library
  • +
  • Wi-Fi
  • +
  • Computer Center
  • +
  • Laboratories
  • +
  • I.T Infrastructure
  • +
  • Auditorium
  • +
  • Sports
  • +
+
+
+ + + +
+
no image
+
+
+
+
no image
+
no image
+
+ + + +
+ + +
+ +
+

Our Directions

+
+ + +
+ +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/facilities.png b/facilities.png new file mode 100644 index 0000000..33e28d7 Binary files /dev/null and b/facilities.png differ diff --git a/facilities1.png b/facilities1.png new file mode 100644 index 0000000..0ef2fd2 Binary files /dev/null and b/facilities1.png differ diff --git a/facilities2.png b/facilities2.png new file mode 100644 index 0000000..02ed3f8 Binary files /dev/null and b/facilities2.png differ diff --git a/fifth.png b/fifth.png new file mode 100644 index 0000000..9fbe31f Binary files /dev/null and b/fifth.png differ diff --git a/first.jpg b/first.jpg new file mode 100644 index 0000000..89b88e9 Binary files /dev/null and b/first.jpg differ diff --git a/first.png b/first.png new file mode 100644 index 0000000..15baf0f Binary files /dev/null and b/first.png differ diff --git a/fourth.png b/fourth.png new file mode 100644 index 0000000..3726cce Binary files /dev/null and b/fourth.png differ diff --git a/gallery.css b/gallery.css new file mode 100644 index 0000000..a8e5a68 --- /dev/null +++ b/gallery.css @@ -0,0 +1,362 @@ +* { + padding: 0px; + margin: 0px; + box-sizing: border-box; +} + +.card { + background-color: white; + box-shadow: 2px solid rgb(78, 75, 75); + padding-left: 10%; +} +.head { + color: black; + font-size: 30px; + font-family: arial; + margin: 20px 0px 0px 0px; +} +#center, +#centerh { + text-align: center; + margin: 100px 0px 20px 0px; + font-family: arial; +} +.inspect { + /* display:flex; + justify-content: space-between; */ + /* background:url("inspect-1.jpg"); + background-image: url("inspect-1.jpg"); + background-image: url("inspect-1.jpg"); + background-image: url("inspect-1.jpg"); + background-image: url("inspect-1.jpg"); */ + margin: 20px 0px 0px 0px; + margin-top: 30px; +} +.polyfest { + margin: 20px; +} +.republic { + margin: 20px; +} +.civil { + margin: 20px; +} +.footer { + display: flex; + background-color: #00000fd8; + color: rgb(245, 245, 245); + font-size: 30px; + padding: 20px; + font-family: arial; + width: 100%; + height: 300px; +} +.left { + margin: 40px; + font-size: 15px; + font-family: arial; + margin-bottom: 20px; +} +.center { + margin: 40px; + font-size: 15px; + font-family: arial; + /* margin-bottom: 20px; */ + margin-left: 100px; +} +#centerh { + margin: 80px 0px 20px 0px; +} +.right { + font-size: 15px; + margin-left: 200px; +} +.last { + margin-top: -50px; + text-align: center; + color: rgb(215, 220, 220); +} +.line { + width: 350px; + margin-top: -15px; + border-bottom: 1px solid rgb(245, 245, 245); + color: azure; + margin-left: 10px; +} + +#home { + margin-top:21px; +} +#departments { + margin-top: 13px; +} +#gallery { + margin-top:20px; +} +#contactus { + margin-top: 20px; +} +#about { + margin-top: 12px; +} +#academics { + margin-top: 13px; +} + +.nav { + width: 95%; + height: 10vh; + margin: 30px 0px 0px 30px; + box-shadow: 0px 8px 16px 0px rgba(83, 83, 83, 0.527); + background: #0d7377; +} +.nav li { + color: white; +} +.nav ul { + display: flex; + justify-content: space-around; +} +.nav a { + text-decoration: none; + font-size: 16px; + margin: 10px; + font-family: "Dubai Medium"; +} +ul li { + list-style: none; +} + +.nav i { + font-size: 12px; + + color: white; +} +.pm i { + margin-top: 30px; +} +/* .pm a { + font-size: 40px; +} */ +.about .abtn { + font-size: 16px; + border: none; + outline: none; + color: white; + /* margin: 20px; */ + padding: 18px 16px; + background-color: inherit; + font-family: "Dubai Medium"; + margin: 0; +} + +.dropdown-content { + display: none; + position: absolute; + background-color: #0d7377; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 2; +} + +.dropdown-content a { + float: none; + color: white; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; +} + +.dropdown-content a:hover { + background-color: #5fb8bb; +} + +.about:hover .dropdown-content { + display: block; +} + +.img1 { + background: linear-gradient(rgba(0, 0, 0, 0.811), rgba(0, 0, 0, 0.864)), + url("google.jpg"); + background-repeat: no-repeat; + width: 89%; + height: 90%; + display: flex; + justify-content: space-around; + /* position:f; */ + /* margin-left:100px; + margin-right:100px; */ + color: #ffffff; + font-size: 30px; + font-family: Segoe UI; + background-position: center; + overflow: hidden; + margin-left: 90px; + margin-top: 30px; + margin-bottom: 50px; + background-size: cover; + /* overflow:scroll; */ +} + +p.head1 { + margin-top: 85px; + margin-bottom: 20px; + color: white; + border-bottom: 0px solid black; +} + +div .image-map1:hover { + margin-top: 10px; + background-color: white; +} +.map { + margin-top: 140px; + margin-left: 10px; + z-index: 1; + /* color:black; */ +} +#img-map:hover { + background-color: #2e6ad1; + height: 1000px; + margin-top: 10px; +} + +#img-map:hover { + background-color: #4876c7; +} + +.img-map:hover { + top: -15px; + box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); +} +.part2 { + font-size: 20px; + margin: 50px; + font-family: "Segoe UI"; + margin-top: 130px; + margin-left: -6px; +} +.p2 { + padding-left: 20px; + font-size: 19px; + color: grey; + font-family: "Dubai"; + border-left: 2px solid rgb(0, 123, 255); +} +.p3 { + font-size: 22px; + margin: 0px; + margin-top: 35px; +} +.bt a { + color: white; + text-decoration: none; +} +.bt { + width: 130px; + height: 50px; + margin-top: -15px; + background-color: blue; + color: azure; + + border: none; + font-size: 16px; + margin-left: -10px; +} +.bt:hover { + background-color: black; + color: white; +} +.in { + width: 400px; + height: 50px; + font-size: 17px; + border: none; + background-color: rgba(118, 113, 113, 0.356); + margin-top: 20px; + padding: 15px; + color: white; +} +.icons { + /* width: 50px; + height: 50px; + background-color:#0059b3; */ + color: white; + display: flex; + padding: 15px; + margin-top: 10px; + margin-left: -20px; +} +.icons a:hover { + color: white; + /* color: #0059b3; */ +} +.pin { + margin-top: 20px; + margin-bottom: 20px; + font-family: calibri; +} +.email { + margin-top: 20px; + text-decoration: none; + color: white; + font-family: calibri; +} +.lin { + margin-right: 15px; + color: azure; + /* background-color: rgb(43, 43, 197); */ + /* height: 2px; */ + margin-top: 5px; + margin-left: 5px; +} +/* .submit{ + font-size:18px; + } */ +#linkedin:hover { + background-color: #2e6ad1; + height: 38px; + margin-top: 10px; +} +#mail:hover { + background-color: #b62020; + height: 35px; + margin-top: 10px; +} +#instagram:hover { + background-color: #e62d99; + height: 38px; + margin-top: 10px; +} +#facebook:hover { + background-color: #4876c7; + height: 37px; + margin-top: 10px; +} +#twitter:hover { + background-color: #356dd0; + height: 37px; + margin-top: 10px; +} +.search-container { + margin-top: 0px; +} +.image-map1{ + margin-bottom:30px; +} +.fom a{ + /* width:100px; + height:3vh; */ + color:white; + font-size:17px; + /* background:red; */ + margin:10px 0px 0px 10px; + padding-bottom:40px; + text-decoration:none; + } + .fom a:hover{ + text-decoration:underline; + color:aqua; + } + diff --git a/gallery.html b/gallery.html new file mode 100644 index 0000000..7d95984 --- /dev/null +++ b/gallery.html @@ -0,0 +1,179 @@ + + + + + + + + +
+
+ +

INSPECTION VISIT

+ + + + + +
+
+

POLYTECH FEST 2022

+ + +
+
+

REPUBLIC DAY

+ + +
+
+

BEST TEACHER AWARD

+ + +
+
+

CIVIL

+ + + + +
+

JOURNALS

+ + + + + + + + + + + + + + + + + + + + + +
+

VIDEOS

+ + + + + +
+
+ +
+
+ +
+ +
+

Our Directions

+
+ +
+ + +
+
+

Get In Touch

+

If you have any questions about the services we provide simply use the form
below. We try and respond to all queries and comments within 24 hours.

+

Subscribe Our Newsletter

+
+
+ + +
+
+
  kadapa,Andhra Pradesh,India,Pin- 516001.
+

  91-866 2476082, 2476984

+ +
+ + + + + +
+ +
+
+
+
+ + \ No newline at end of file