Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>JQuery Lab Exercise</title>
  7. <link href="css/bootstrap.min.css" rel="stylesheet">
  8. <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  9. <link rel="stylesheet" href="/resources/demos/style.css">
  10. <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  11. <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  12. <script>
  13.  
  14. $(document).ready(function(){
  15. $("button").click(function(){
  16. $("accordion").fadeIn("slow");
  17. });
  18. });
  19.  
  20. $(document).ready(function(){
  21. $("button").click(function(){
  22. $("accordion").fadeOut("slow");
  23. });
  24. });
  25. </script>
  26. </head>
  27. <body>
  28. <div class="container" id="main" >
  29. <div class="row">
  30. <div id="buttons">
  31. <center>
  32. <br>
  33. <input type="button" name="submitButton" value="Fade In" class="btn btn-success" >&nbsp; &nbsp;&nbsp;
  34. <input type="button" name="resetbutton"class="btn btn-info" value="Fade Out" >
  35. </center>
  36. </div>
  37.  
  38. <div id="accordion" style="display:none;">
  39. <h3>BS Information of Technology Specialize in Animation and Game Development</h3>
  40. <div>
  41. <p>
  42. The Bachelor of Science in Information Technology program is designed to provide students with a methodological and systematic knowledge of the concepts, preproduction, production and testing stages of the information and technology resources and services. Students will be introduced to different theories, examples and practices of gaming environment and 3D animation. They will also experience to unleash their potential as future game programmers and designers. By specializing in the field of Animation and Game Development, students will obtain skills and knowledge in game conceptualization, mechanics, story, interactivity, design and 3D animation. The discipline is towards the approach in the studies of games, game genres and software package that delivers game across different platforms.
  43. </p>
  44. </div>
  45. <h3>Web and Mobile Application Development</h3>
  46. <div>
  47. <p>
  48. The Bachelor of Science in Information Technology program aims to provide students with a methodological approach in advanced understanding on the deployment, acquirement and management of information resources and applications. Students taking up BSIT with specialization in Web and Mobile Applications will be introduced to different techniques of technology assimilation and deployment in a real-world environment. They will design, employ and deploy the needs of information resources to support an organization. By specializing on Web and Mobile Applications, they will gain a broad foundation in user interaction and global communication as well as digital technologies using the state of the art computer system focused on the development of mobile web.
  49. </p>
  50. </div>
  51. <h3>Digital Arts</h3>
  52. <div>
  53. <p>
  54. The Bachelor of Science in Information Technology program is designed to provide students with methodological and systematic knowledge on the acquisition, deployment and management of information technology resources and services. Students will be introduced to different techniques and processes of technology assimilation in an Information Technology environment. Students will experience ways in delivering rich creative experiences across various media. By specializing in the field of Digital arts, students will obtain foundation in print, web, interactive and mobile Technology. The course is focused on the production of powerful creative environment and expansion of students’ creative capacity to deliver across media platforms. The program will enhance the mastery of the user interaction, design, application, and other digital experience from prototype to final output.
  55. </p>
  56. </div>
  57. <h3>Business Analytics and/or Service Management</h3>
  58. <div>
  59. <p>
  60. The Bachelor of Science in Information Technology is the study of utilization of computers and computer software to plan, install, customize, operate, manage, administer and maintain information technology infrastructure. Moreover, the program being offered also deals with the study of design, development and implementation of solutions that integrate information technology to businesses and organizations. The program aims to prepare students to be IT professionals, well-versed on IT infrastructure development and administration as well as expert on systems design and development for implementation in an organization.<br><br>
  61. By specializing on Service Management and Business Analytics, the program aims to instill and to nurture important qualities and skills to students that are essential for future business leadership and organizational success in the industry. In addition, this specialization track is a supplement to the existing ITE programs which aims to develop student’s skills and knowledge in the application of data and information that can be used by the industry for operational optimization, effective decision-making and competitive advantages.
  62. </p>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67.  
  68.  
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement