/
/
home
/
u523034047
/
domains
/
wayzoneconsultancy.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/home/u523034047/domains/wayzoneconsultancy.com/public_html
Edit:
/home/u523034047/domains/wayzoneconsultancy.com/public_html/usa-overseas-education-consultants.php
<!doctype html> <html class="no-js" lang=""> <meta http-equiv="content-type" content="text/html;charset=UTF-8" />< <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>USA | Abroad Consultancies in Rudrapur | Immigration consultancy & in Rudrapur | Study in USA | Best USA Education Consultancies</title> <!-- InstanceBeginEditable name="seo" --> <meta name="keywords" content="Australia overseas education consultancy, best Australia overseas consultancy in Rudrapur , Australia overseas consultancy in , Australia overseas consultancy in Mumbai, Overseas education consultancy , Overseas education consultancy in Rudrapur, Overseas education consultancy in , Overseas education Mumbai"/><meta name="description" content="Akkam immigration deals with Australia overseas education Immigration and Allied requirements for Australia and also America, Canada, UK, Denmark, Hongkong, & Singapore. Akkam Immigration Services is one of the best Immigration Consultants in Rudrapur, , Mumbai, Chandigarh."/> <meta name="description" content="Akkam Overseas is an outstanding aid for USA education & consultants in Rudrapur by providing useful guidance and promptings to do M.S in USA."/> <!-- InstanceEndEditable --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicon --> <link href="favicon.png" rel="shortcut icon" /> <!-- Normalize CSS --> <link rel="stylesheet" href="css/normalize.css"> <!-- Main CSS --> <link rel="stylesheet" href="css/main.css"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Animate CSS --> <link rel="stylesheet" href="css/animate.min.css"> <!-- Font-awesome CSS--> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- Owl Caousel CSS --> <link rel="stylesheet" href="vendor/OwlCarousel/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/OwlCarousel/owl.theme.default.min.css"> <!-- Main Menu CSS --> <link rel="stylesheet" href="css/meanmenu.min.css"> <!-- nivo slider CSS --> <link rel="stylesheet" href="vendor/slider/css/nivo-slider.css" type="text/css" /> <link rel="stylesheet" href="vendor/slider/css/preview.css" type="text/css" media="screen" /> <!-- Datetime Picker Style CSS --> <link rel="stylesheet" href="css/jquery.datetimepicker.css"> <!-- Select2 CSS --> <link rel="stylesheet" href="css/select2.min.css"> <!-- Magic popup CSS --> <link rel="stylesheet" href="css/magnific-popup.css"> <!-- Switch Style CSS --> <link rel="stylesheet" href="css/hover-min.css"> <!-- Nouislider Style CSS --> <link rel="stylesheet" href="vendor/noUiSlider/nouislider.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="style.css"> <!-- Modernizr Js --> <script src="js/modernizr-2.8.3.min.js"></script> <!-- jquery--> <script src="js/jquery-2.2.4.min.js" type="text/javascript"></script> <style> .modal-backdrop{ z-index:7 !important; } #loading { display: none; } #loading1 { display: none; } </style> <script> function submitform(){ document.getElementById('namee').style.display = 'none'; document.getElementById('phonee').style.display = "none"; document.getElementById('emaile').style.display = "none"; document.getElementById('emailv').style.display = "none"; document.getElementById('statee').style.display = "none"; var name = document.getElementById('name').value; var email = document.getElementById('email').value; var phone = document.getElementById('phone').value; var state = document.getElementById('state').value; var description = document.getElementById('description').value; var typeofserv = document.getElementById('test3').value; //alert(typeofserv); if(name == ""){ alert("Please select your name"); document.getElementById('namee').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please select your email"); document.getElementById('emaile').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee').style.display = "block"; return false; } if(phone == ""){ alert("Please select your phone"); document.getElementById('phonee').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#loading").show(); }).ajaxStop(function() { $("#loading").hide(); }); $.ajax({ type: 'POST', url: 'home_form.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { window.location.href="thank-you.html"; } }); } function submitform1(){ document.getElementById('namee1').style.display = 'none'; document.getElementById('phonee1').style.display = "none"; document.getElementById('emaile1').style.display = "none"; document.getElementById('emailv1').style.display = "none"; document.getElementById('statee1').style.display = "none"; var name = document.getElementById('name1').value; var email = document.getElementById('email1').value; var phone = document.getElementById('phone1').value; var state = document.getElementById('state1').value; var description = document.getElementById('description1').value; var typeofserv = document.getElementById('test4').value; //alert(typeofserv); if(name == ""){ alert("Please select your name"); document.getElementById('namee1').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please select your email"); document.getElementById('emaile1').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile1').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee1').style.display = "block"; return false; } if(phone == ""){ alert("Please select your phone"); document.getElementById('phonee1').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#loading1").show(); }).ajaxStop(function() { $("#loading1").hide(); }); $.ajax({ type: 'POST', url: 'home_form.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { window.location.href="thank-you.html"; } }); } function removenamee(){ //alert('hi'); document.getElementById('namee').style.display = 'none'; document.getElementById('phonee').style.display = "none"; document.getElementById('emaile').style.display = "none"; document.getElementById('emailv').style.display = "none"; document.getElementById('statee').style.display = "none"; document.getElementById('namee1').style.display = 'none'; document.getElementById('phonee1').style.display = "none"; document.getElementById('emaile1').style.display = "none"; document.getElementById('emailv1').style.display = "none"; document.getElementById('statee1').style.display = "none"; } $(document).on("click", "#CI", function(){ var vlfor=document.getElementById("CI").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#AI", function(){ var vlfor=document.getElementById("AI").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#GJSV", function(){ var vlfor=document.getElementById("GJSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#SACSV", function(){ var vlfor=document.getElementById("SACSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#USV", function(){ var vlfor=document.getElementById("USV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKSV", function(){ var vlfor=document.getElementById("UKSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#CSV", function(){ var vlfor=document.getElementById("CSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#ASV", function(){ var vlfor=document.getElementById("ASV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UVV", function(){ var vlfor=document.getElementById("UVV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UTV", function(){ var vlfor=document.getElementById("UTV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKVV", function(){ var vlfor=document.getElementById("UKVV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKTV", function(){ var vlfor=document.getElementById("UKTV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#OVIS", function(){ var vlfor=document.getElementById("OVIS").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); }); </script> <script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101193205);</script> <script async src="http://static.getclicky.com/js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div id="wrapper"> <!-- Header Area Start Here --> <script src="../cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" type="text/javascript"></script> <meta name="ahrefs-site-verification" content="84ec98196057403e8d6ac00ba66b32d930a8f30fe359d45d0b0b4ce24a996142"> <link rel="canonical" href="usa-overseas-education-consultants.html" /> <script> $(document).on("click", "#oe", function(){ $('#otherenq').modal("show"); //alert(vlfor); }); function openFancybox() { $('#oe').trigger('click'); } </script> <script> var timerID = setInterval(myStartFunction, 1000); function myStartFunction() { setTimeout( function() { var visited = $.cookie('visited'); if (visited == 'yes') { console.log(visited); setTimeout( function() {$('#oe').trigger('click'); },60000); $.removeCookie("visited"); $.cookie('visited', 'yes1', { expires: 1 }); } else if (visited == 'yes1') { console.log(visited+"1"); myStopFunction(); } else { openFancybox(); $.cookie('visited', 'yes', { expires: 1 }); console.log($.cookie('visited')+"2"); } },15000); } function myStopFunction() { clearInterval(timerID); } </script> <script> $(document).ajaxStart(function() { $("#loading1").show(); }).ajaxStop(function() { $("#loading1").hide(); }); function submitenqform(){ document.getElementById('namee2').style.display = 'none'; document.getElementById('phonee2').style.display = "none"; document.getElementById('emaile2').style.display = "none"; document.getElementById('emailv2').style.display = "none"; document.getElementById('statee2').style.display = "none"; document.getElementById('descriptione').style.display = "none"; var name = document.getElementById('name2').value; var email = document.getElementById('email2').value; var phone = document.getElementById('phone2').value; var state = document.getElementById('state2').value; var description = document.getElementById('description2').value; var typeofserv = 'Website Online Enquiry'; //alert(typeofserv); if(name == ""){ alert("Please enter your name"); document.getElementById('namee2').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please enter your email"); document.getElementById('emaile2').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile2').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee2').style.display = "block"; return false; } if(phone == ""){ alert("Please enter your phone"); document.getElementById('phonee2').style.display = "block"; return false; } if(description == ""){ alert("Please enter your message"); document.getElementById('descriptione').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#enqloading").show(); }).ajaxStop(function() { $("#enqloading").hide(); }); $.ajax({ type: 'POST', url: 'online-enquiry.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { // alert(response); window.location.href="thank-you.html"; } }); } </script> <script> document.onkeydown = function(e) { if (e.ctrlKey && (e.keyCode === 67 || e.keyCode === 86 || e.keyCode === 85 || e.keyCode === 117)) { // alert('not allowed'); return false; } else { return true; } }; document.addEventListener('contextmenu', event => event.preventDefault()); </script> <style> .freeass{ color:#fff !important; } .freeass:hover{ color:#002147 !important; } #enqloading{ display: none; } </style> <header> <?php include ('menu.php');?> <style> .enqry{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:42px; z-index: 1100; border-radius:10px; background-color:#002147; border:1px solid #fff; cursor: pointer; } .enqry:hover{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:42px; z-index: 1100; border-radius:10px; background-color:#f92222; border:1px solid #fff; cursor: pointer; } .rotated { float:right; color:#fff; margin-top:10px; font-size:16px; line-height:20px padding-bottom:10px; padding-left:8px; padding-top:10px; padding-right:5px; writing-mode: tb-rl; transform: rotate(180deg); } @media only screen and (max-width: 600px) { .enqry{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:35px; z-index: 1100; border-radius:10px; background-color:#002147; border:1px solid #fff; cursor: pointer; } .enqry:hover{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:35px; z-index: 1100; border-radius:10px; background-color:#f92222; border:1px solid #fff; cursor: pointer; } .rotated { float:right; color:#fff; margin-top:10px; font-size:16px; line-height:20px padding-bottom:10px; padding-left:3px; padding-top:10px; padding-right:5px; writing-mode: tb-rl; transform: rotate(180deg); } } </style> <!-- Inner Page Banner Area Start Here --> <div class="inner-page-banner-area" style="background-image: url('img/banner/usa.jpg');"> <div class="container"> <div class="pagination-area"> <h1>USA Student Visa</h1> <ul> <li><a href="index.html">Home</a> -</li> <li>Student Visa</li> </ul> </div> </div> </div> <!-- Inner Page Banner Area End Here --> <!-- Courses Page 1 Area Start Here --> <div class="courses-page-area"> <div class="container" style="margin-top:35px; margin-bottom:25px"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 "> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="courses-page-top-area"> <div style="padding:15px"> <div class="courses-content-wrapper"> <h2 class="sidebar-title">USA Student Visa</h2> <p>Wayzone Immigration aspiring students who wish to study abroad to achieve their higher educational goals in a country of their choice, thereby exposing the student to global and cross-cultural opportunities in a highly competitive scenario. We offer them multiple choices to in a Global scenario across multiple cultural back ground to achieve higher academic objectives.</p> <p>The consultants at AKKAM work along with the student aspirants to explore the best possible options that match their academic back ground and future goals in environments most suitable to them. The salient points for consideration for any student before selecting an academic institution abroad are - professional career goals, quality of education available in an institute, facilities offered by the institution/government to foreign students during the course of education and post course incentives, the finances involved, cultural and social environment and personal preferences of the student.</p> <p>AKKAM staff with their expertise/knowledge help the students after discussing all the pros and cons, to shortlist their choices to a few academic institutions which most fulfils their requirements. We assist students get admission into a varied number of courses in US, Australia, Canada, UK and other European Countries</p> <h3 class="sidebar-title">Services</h3> <p>The services we provide are totally client oriented catering to specific requirements of each student in a multiple option global academic environments.</p> <h5><b>1. Assessment and Options</b></h5> <p>Our consultants help the student to assess the academic achievements and any work experience related to that and future academic requirements that would enable them to fulfil their career dreams.</p> <h5><b>2. Selection of the Academic Institution</b></h5> <p>Our consultants with their experienced back ground work with the student to select the country / academic institution most suitable after considering the Academic, financial, cultural, and social environments.</p> <h5><b>3. Processing of Application</b></h5> <p>AKKAM plays a significant role in the application processing by providing specialized guidance to applicants regarding documentation, Affidavits, forms, guidance in preparation of Recommendation Letters, Statement of Purpose etc and other requirements.</p> <h5><b>4. Financial Planning</b></h5> <p>Planning of financial aspect is important as at their face value some academic institutions appear to be beyond financial means. However there are is a variety of financial assistance like student loans and other funding sources.</p> <h5><b>5. Visa Processing</b></h5> <p>Filing and visa processing needs meticulous inputs. Being immigration experts, AKKAM team of consultants professionally manage the processing and the approval of your Student visa applications.</p> <h5><b>6. Travel Arrangements and Accommodation</b></h5> <p>We have an associate travel agency that caters for your travel requirements depending on your needs. We provide information and assistance to students regarding the availability of hostel accommodation and finances involved.</p> <h3 class="sidebar-title">Universities</h3> <h3 class="sidebar-title">United States Universities</h3> <ol> <li>Arizona State University, Phoenix, Arizona (All UG programs, Thunderbird School of Global Management)</li> <li>University of Arizona, Tucson, Arizona (Only UG)</li> <li>Navitas- Virginia Commonwealth University, Public University (UG, PG Pathway and Direct Entry)</li> <li>West Virginia University, Public land grant university in Morgantown, West Virginia</li> <li>INTO - George Mason University, Fairfax County, Virginia</li> <li>INTO - Oregon State University, Corvallis, Oregon</li> <li>INTO - Colorado State University, Fort Collins, Colorado</li> <li>INTO - University of South Florida, Tampa, Florida</li> <li>INTO - Saint Louis University, St. Louis, Missouri</li> <li>INTO- Washington State University, Pullman, Washington</li> <li>INTO - University of Alabama at Birmingham</li> <li>INTO - Suffolk University, Boston, Massachusetts (Private University)</li> <li>INTO - Marshall University Huntington, West Virginia</li> <li>INTO - Drew University, Madison, New Jersey (Only UG)</li> <li>Ohio University, Athens, Ohio</li> <li>University of Illinois at Chicago, Illinois (Only UG)</li> <li>University of Cincinnati, Ohio</li> <li>Kaplan - Northeastern University, Boston, Massachusetts -D`Amore-McKim School of Business, The College of Professional Studies (CPS)</li> <li>Claremont Graduate University, Claremont, California</li> <li>Brandeis International Business School (IBS), Waltham, Massachusetts</li> <li>University of Colorado Denver, Colorado</li> <li>University of Texas, San Antonio</li> <li>The City College of New York</li> <li>University of Albany, The State University of New York, Albany (SUNY Albany)</li> <li>SUNY Polytechnic Institute, Utica, New York</li> <li>The State University of New York at New Paltz (SUNY New Paltz)</li> <li>State University of New York at Brockport (SUNY Brockport)</li> <li>State University of New York at Plattsburgh (SUNY Plattsburgh)</li> <li>State University of New York, College at Old Westbury</li> <li>University of Tennessee, Knoxville, Tennessee (Only UG)</li> <li>University of Vermont, Burlington, Vermont (UG & Only PG Pathway)</li> <li>Baylor University, Waco, Texas (Only UG - Direct entry)</li> <li>Auburn University, Alabama</li> <li>Graduate School at UMBC, University of Maryland, Baltimore County</li> <li>American University Washington D.C.</li> <li>University of the Pacific, Stockton, California (Only UG)</li> <li>University of Kansas, Lawrence, Kansas</li> <li>University of South Carolina, Columbia, South Carolina</li> <li>Louisiana State University, Baton Rouge, Louisiana (Only UG)</li> <li>The University of Nebraska-Lincoln</li> <li>Navitas- University of Massachusetts, Lowell, Massachusetts (UG/PG Pathway)</li> <li>Navitas- University of Massachusetts, Dartmouth, Massachusetts (UG/PG Pathway)</li> <li>Navitas- University of Massachusetts, Boston, Massachusetts (UG/PG Pathway)</li> <li>University of New Hampshire, Durham, New Hampshire - Direct Entry and UG/PG Pathway</li> <li>University of Central Florida, Orlando, Florida (Only UG)</li> <li>University of Idaho, Moscow, Idaho</li> <li>California State University, Northridge</li> <li>California State University, East Bay</li> <li>California State University, Sacramento</li> <li>California State University, Fresno</li> <li>California State University, Bakersfield</li> <li>California State University, Channel Islands</li> <li>California State University, Dominguez Hills</li> <li>California State University, Stanislaus</li> <li>California Baptist University, Riverside, California</li> <li>California State University, San Bernardino</li> <li>California State University, Monterey Bay</li> <li>Sonoma State University, Rohnert Park, California</li> <li>San Jose State University, San Jose, California</li> <li>San Francisco State University, San Francisco, California</li> <li>University of St. Thomas, Saint Paul, Minnesota</li> <li>Kent State University, Kent, Ohio</li> <li>Mississippi State University, Oktibbeha County, Mississippi</li> <li>Montana State University, Bozeman, Montana</li> <li>Wright State University, Dayton, Ohio</li> <li>Wichita State University, Wichita, Kansas</li> <li>Gannon University, Erie, Pennsylvania</li> <li>The University of Memphis</li> <li>Tennessee Tech University, Tennessee</li> <li>University of Nevada, Reno</li> <li>Milwaukee School of Engineering, Milwaukee, Wisconsin</li> <li>University of New Mexico, Albuquerque</li> <li>Auburn University at Montgomery, Alabama</li> <li>Arkansas State University, Jonesboro, Arkansas</li> <li>Long Island University, Brooklyn</li> <li>Northern Arizona University, Flagstaff, Arizona</li> <li>University of North Texas, Denton, Texas</li> <li>Florida International University, Miami, Florida (All UG Programs, Graduate Chapman Schoolof Business)</li> <li>Florida Institute of Technology</li> <li>New Jersey Institute of Technology, Newark, New Jersey</li> <li>Midwestern State University, Wichita Falls, Texas</li> <li>West Texas A & M University, Canyon, Texas</li> <li>Texas A & M University, Corpus Christi, Texas</li> <li>Southeast Missouri State University, Cape Girardeau, Missouri</li> <li>University of Missouri�St. Louis (UMSL), Missouri</li> <li>Youngstown State University of Youngstown, Ohio</li> <li>Roosevelt University, Illinois</li> <li>University of New Haven, West Haven, Connecticut</li> <li>Humboldt State University, Arcata, California</li> <li>Adelphi University, Garden City, New York</li> <li>Western Kentucky University, Bowling Green, Kentucky</li> <li>Kaplan - Pace University, New York City</li> <li>Long Island University, Post, New York</li> <li>Widener University, Pennsylvania</li> <li>Dakota State University, Madison, South Dakota</li> <li>Pittsburg State University, Pittsburg, Kansas</li> <li>Navitas- Florida Atlantic University, Boca Raton, Florida (UG /PG Pathway)</li> <li>University of Bridgeport, Bridgeport, Connecticut</li> <li>Murray State University, Murray, Kentucky</li> <li>Kaplan- University of Tulsa, Tulsa, Oklahoma (Only UG)</li> <li>Duquesne University, Pittsburgh, Pennsylvania</li> <li>University of Central Oklahoma, Edmond, Oklahoma</li> </ol> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="modal fade" id="addBookDialog"> <div class="modal-header"> <button class="close" data-dismiss="modal">�</button> <h3>Modal header</h3> </div> <div class="modal-body"> <p>some content</p> <input type="text" name="bookId" id="bookId" value=""/> </div> </div> <!-- Courses Page 1 Area End Here --> <!-- Footer Area Start Here --> <footer> <?php include ('footer.php');?> </html>
Ukuran: 28.8 KB