page-home.php 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. <?php
  2. /**
  3. * Template Name: Home
  4. *
  5. * @package UIU_CSE
  6. */
  7. get_header(); ?>
  8. <!-- <div class="container full-width">
  9. <div class="row"> -->
  10. <section id="banner" class="container-fluid">
  11. <div class="banner-slider" data-banner-slider>
  12. <button class="banner-slider-button prev" data-banner-slider-button="prev">
  13. <span class="material-symbols-outlined">
  14. arrow_back_ios
  15. </span>
  16. </button>
  17. <button class="banner-slider-button next" data-banner-slider-button="next">
  18. <span class="material-symbols-outlined">
  19. arrow_forward_ios
  20. </span>
  21. </button>
  22. <ul data-slides>
  23. <li class="slide" data-active>
  24. <div class="slider-single-div">
  25. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
  26. <div class="banner-overlay">
  27. <h4>Welcome to </h4>
  28. <h1>United<br> International<br> University</h1>
  29. <h3>
  30. Department of <br>
  31. Computer Science &amp; Engineering
  32. </h3>
  33. </div>
  34. </div>
  35. </li>
  36. <li class="slide">
  37. <div class="slider-single-div">
  38. <img src="<?php echo (get_template_directory_uri()) ?>/img/Slider_Swan2.jpg" alt="">
  39. <div class="banner-overlay">
  40. <h4>Welcome to </h4>
  41. <h1>United International University</h1>
  42. <h3>
  43. Department of <br>
  44. Computer Science &amp; Engineering
  45. </h3>
  46. </div>
  47. </div>
  48. </li>
  49. <li class="slide">
  50. <div class="slider-single-div">
  51. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_02.jpg" alt="">
  52. <div class="banner-overlay">
  53. <h4>Welcome to </h4>
  54. <h1>Department of <br>
  55. Computer Science &amp; Engineering</h1>
  56. United International University
  57. </h3>
  58. </div>
  59. </div>
  60. </li>
  61. </ul>
  62. </div>
  63. </section>
  64. <main id="main" class="site-main" role="main">
  65. <div class="sections">
  66. <section class="container-fluid white-bg">
  67. <div class="container">
  68. <h1>We evolve with technology</h1>
  69. <p>
  70. The CSE Department of UIU has been involved in several projects in last five years including projects under Thrust/Emerging Areas, Modernization and Removal of Obsolescence, Industry-Institution Interaction.
  71. </p>
  72. <button class="primary-c">Learn more</button>
  73. <div class="grid">
  74. <div class="program">
  75. <div class="img-cont-2">
  76. <img src="<?php echo (get_template_directory_uri()) ?>/img/student_03.jpg" alt="">
  77. </div>
  78. <div class="program-details">
  79. <h2>Graduate Program</h2>
  80. <p>
  81. <b>United International University (UIU)</b> has been running its M.Sc. in Computer Science and Engineering program since its inception and has attracted not only fresh undergraduates but also a handful number of ICT professionals from the industry.
  82. </p>
  83. <button class="primary-c"> View All Programs </button>
  84. </div>
  85. </div>
  86. <div class="program">
  87. <div class="img-cont-2">
  88. <img src="<?php echo (get_template_directory_uri()) ?>/img/undergrad.jpg" alt="">
  89. </div>
  90. <div class="program-details">
  91. <h2>Undergraduate Program</h2>
  92. <p>
  93. Bachelor of Science in Computer Science and Engineering primarily involves the study of a number of core courses, which every CSE graduate should know, and a significant number of courses from specialized areas.
  94. </p>
  95. <button class="primary-c"> View All Programs </button>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. </section>
  101. <section id="faculty-section" class="container-fluid white-bg">
  102. <div class="container">
  103. <h1>World Class Faculty</h1>
  104. <p>
  105. The Department of Computer Science and Engineering at UIU boasts one of the biggest faculty bodies
  106. amongst all private universities in the country and is bolstered by a rich and diverse battery of published research work.
  107. </p>
  108. </div>
  109. <div class="container">
  110. <div id="faculty-img">
  111. <img src="<?php echo (get_template_directory_uri()) ?>/img/faculty-grp.jpg" alt="">
  112. </div>
  113. <p>
  114. The Department of Computer Science and Engineering faculty members are an impressive group, bearing the academic tradition of higher excellence. World renowned, they are engaged in ground-breaking research. Further, they are so attuned to what’s happening in business that they are shaping its future.
  115. </p>
  116. <a href="/faculty/">
  117. <button class="primary-c">
  118. View complete faculty list
  119. </button>
  120. </a>
  121. </div>
  122. </section>
  123. <section class="container-fluid car" id="faculty-carousel">
  124. <div class="car-buttons">
  125. <button class="car-control primary-c" id="prev-car" onclick="scrollToPrev()">
  126. >
  127. </button>
  128. <button class="car-control primary-c" id="next-car" onclick="scrollToNext()">
  129. >
  130. </button>
  131. </div>
  132. <div class="profile-carousel">
  133. <?php
  134. $args = array(
  135. 'post_type' => 'faculty',
  136. 'posts_per_page' => 10,
  137. //'post__not_in' => array(get_the_ID()),
  138. 'orderby' => 'date',
  139. 'order' => 'DESC',
  140. );
  141. $query = new WP_Query($args);
  142. if ($query->have_posts()) :
  143. while ($query->have_posts()) :
  144. $query->the_post(); ?>
  145. <div class="car-item">
  146. <div class="car-item-holder">
  147. <div class="car-img-holder">
  148. <img src="<?php the_field('profile_photo') ?>" alt="">
  149. </div>
  150. <a class="faculty-name" href="<?php echo get_the_permalink(); ?>">
  151. <div class="faculty-details">
  152. <h2><?php echo get_the_title(); ?><span class="degree">, Ph.D.</span></h2>
  153. <h3><span class="degree">Department of Computer Science and Engineering</span></h3>
  154. </div>
  155. </a>
  156. </div>
  157. </div>
  158. <?php
  159. endwhile;
  160. else :
  161. echo '<div class="no-post-found">No faculty profile has found! </div>';
  162. endif; ?>
  163. </div>
  164. </section>
  165. <section id="Success-section" class="container-fluid white-bg">
  166. <div class="container">
  167. <h1>Success Stories</h1>
  168. <p>
  169. Our students inspire us by their courage and perseverance, and are a reminder that obstacles can be overcome when you have just one person cheering you on to the finish line.
  170. </p>
  171. </div>
  172. <div class="container">
  173. <div id="us-imgs" class="grid student-stories">
  174. <?php
  175. $args = array(
  176. 'post_type' => 'success_story',
  177. 'posts_per_page' => 3,
  178. //'post__not_in' => array(get_the_ID()),
  179. 'orderby' => 'date',
  180. 'order' => 'DESC',
  181. );
  182. $query = new WP_Query($args);
  183. if ($query->have_posts()) :
  184. while ($query->have_posts()) :
  185. $query->the_post(); ?>
  186. <div>
  187. <div class="img-cont">
  188. <img src="<?php the_field('profile_image'); ?>" alt="">
  189. </div>
  190. <div>
  191. <h2><?php echo get_the_title() ?></h2>
  192. <h5><?php the_field('student_designation'); ?></h5>
  193. <p>
  194. <?php the_excerpt(); ?>
  195. </p>
  196. <a href="<?php echo get_the_permalink() ?>">Learn more</a>
  197. </div>
  198. </div>
  199. <?php
  200. endwhile;
  201. else :
  202. echo '<div class="no-post-found">No success story has found! </div>';
  203. endif; ?>
  204. </div>
  205. <div>
  206. <h1>Notable Alumni</h1>
  207. <p>
  208. Pellentesque est est, luctus non iaculis sed, congue non diam. In efficitur gravida ipsum vitae finibus. Etiam sollicitudin placerat leo.
  209. </p>
  210. </div>
  211. <a href="/alumni/">
  212. <button class="primary-c">
  213. View complete Alumni list
  214. </button>
  215. </a>
  216. </div>
  217. </section>
  218. <section class="container-fluid car" id="alumni-carousel">
  219. <div class="car-buttons">
  220. <button class="car-control primary-c" onclick="scrollToPrevAl()">
  221. < </button>
  222. <button class="car-control primary-c" onclick="scrollToNextAl()">
  223. >
  224. </button>
  225. </div>
  226. <div class="profile-carousel">
  227. <?php
  228. $args = array(
  229. 'post_type' => 'alumni',
  230. 'posts_per_page' => 10,
  231. //'post__not_in' => array(get_the_ID()),
  232. 'orderby' => 'date',
  233. 'order' => 'DESC',
  234. );
  235. $query = new WP_Query($args);
  236. if ($query->have_posts()) :
  237. while ($query->have_posts()) :
  238. $query->the_post(); ?>
  239. <div class="car-item">
  240. <div class="car-item-holder">
  241. <div class="car-img-holder">
  242. <img src="<?php the_field('profile_photo'); ?>" alt="">
  243. </div>
  244. <a class="faculty-name" href="<?php echo get_the_permalink(); ?>">
  245. <div class="faculty-details">
  246. <h2><?php echo get_the_title(); ?></h2>
  247. <h3><span class="degree"><?php the_field('alumni_designation'); ?></span></h3>
  248. </div>
  249. </a>
  250. </div>
  251. </div>
  252. <?php
  253. endwhile;
  254. else :
  255. echo '<div class="no-post-found">No alumni has found! </div>';
  256. endif; ?>
  257. </div>
  258. </section>
  259. <section id="dept-notices" class="container-fluid mid-roll">
  260. <div class="bg-tint">
  261. <div class="container">
  262. <h1>Department Notices</h1>
  263. <div class="notice-main">
  264. <a href="#">
  265. <div class="notice-container">
  266. <div class="event-date">
  267. <h3>Dec</h3>
  268. <h3>16</h3>
  269. </div>
  270. <div>
  271. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  272. <h4>List of Candidates for Fall 2022 semester</h4>
  273. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  274. </div>
  275. </div>
  276. </a>
  277. <a href="#">
  278. <div class="notice-container">
  279. <div class="event-date">
  280. <h3>Dec</h3>
  281. <h3>12</h3>
  282. </div>
  283. <div>
  284. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  285. <h4>List of Candidates for Fall 2022 semester</h4>
  286. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  287. </div>
  288. </div>
  289. </a>
  290. <a href="#">
  291. <div class="notice-container">
  292. <div class="event-date">
  293. <h3>Dec</h3>
  294. <h3>03</h3>
  295. </div>
  296. <div>
  297. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  298. <h4>List of Candidates for Fall 2022 semester</h4>
  299. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  300. </div>
  301. </div>
  302. </a>
  303. <a href="#">
  304. <div class="notice-container">
  305. <div class="event-date">
  306. <h3>Nov</h3>
  307. <h3>25</h3>
  308. </div>
  309. <div>
  310. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  311. <h4>List of Candidates for Fall 2022 semester</h4>
  312. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  313. </div>
  314. </div>
  315. </a>
  316. <a href="#">
  317. <div class="notice-container">
  318. <div class="event-date">
  319. <h3>Nov</h3>
  320. <h3>12</h3>
  321. </div>
  322. <div>
  323. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  324. <h4>List of Candidates for Fall 2022 semester</h4>
  325. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  326. </div>
  327. </div>
  328. </a>
  329. <a href="https://uiu.revinr.work/cse/notice/">
  330. <button>View All Notices</button>
  331. </a>
  332. </div>
  333. </div>
  334. </div>
  335. </section>
  336. <section id="dept-news" class="container-fluid white-bg">
  337. <div class="container">
  338. <h1>Department News</h1>
  339. <p>
  340. Catch up with what's happening at the Department of CSE
  341. </p>
  342. <div class="grid news-row">
  343. <div class="news-big-img">
  344. <div class="news-big-img-holder">
  345. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  346. </div>
  347. <div class="news-big-img-text">
  348. <h5>28th March, 2016</h5>
  349. <h4> <a href=""> Seminar</a></h4>
  350. <a href="">
  351. <p>Development and Mining of a Volatile Organic Compound Database</p>
  352. </a>
  353. </div>
  354. </div>
  355. <div class="grid">
  356. <div class="news-small-img">
  357. <div class="news-sm-img-holder">
  358. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  359. </div>
  360. <div class="news-sm-img-text">
  361. <h5>28th March, 2016</h5>
  362. <h4> <a href=""> Seminar</a></h4>
  363. <a href="">
  364. <p>Development and Mining of a Volatile Compounds</p>
  365. </a>
  366. </div>
  367. </div>
  368. <div class="news-small-img">
  369. <div class="news-sm-img-holder">
  370. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
  371. </div>
  372. <div class="news-sm-img-text">
  373. <h5>28th March, 2016</h5>
  374. <h4> <a href=""> Seminar</a></h4>
  375. <a href="">
  376. <p>Development and Mining of a Volatile Compounds</p>
  377. </a>
  378. </div>
  379. </div>
  380. </div>
  381. </div>
  382. <div class="grid news-row">
  383. <div class="grid">
  384. <div class="news-small-img">
  385. <div class="news-sm-img-holder">
  386. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  387. </div>
  388. <div class="news-sm-img-text">
  389. <h5>28th March, 2016</h5>
  390. <h4> <a href=""> Seminar</a></h4>
  391. <a href="">
  392. <p>Development and Mining of a Volatile Compounds</p>
  393. </a>
  394. </div>
  395. </div>
  396. <div class="news-small-img">
  397. <div class="news-sm-img-holder">
  398. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
  399. </div>
  400. <div class="news-sm-img-text">
  401. <h5>28th March, 2016</h5>
  402. <h4> <a href=""> Seminar</a></h4>
  403. <a href="">
  404. <p>Development and Mining of a Volatile Compounds</p>
  405. </a>
  406. </div>
  407. </div>
  408. </div>
  409. <div class="news-big-img">
  410. <div class="news-big-img-holder">
  411. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  412. </div>
  413. <div class="news-big-img-text">
  414. <h5>28th March, 2016</h5>
  415. <h4> <a href=""> Seminar</a></h4>
  416. <a href="">
  417. <p>Development and Mining of a Volatile Organic Compound Database</p>
  418. </a>
  419. </div>
  420. </div>
  421. </div>
  422. <a href="https://uiu.revinr.work/cse/news/">
  423. <button class="primary-c">View All News</button> </a>
  424. </div>
  425. </section>
  426. <section id="events" class="container-fluid mid-roll">
  427. <div class="bg-tint">
  428. <div class="container">
  429. <h1>Upcoming Events</h1>
  430. <div class="grid">
  431. <div class="event-holder">
  432. <div class="event-img-holder">
  433. <img src="<?php echo (get_template_directory_uri()) ?>/img/0555.jpg" alt="">
  434. </div>
  435. <div class="event-date primary-c">
  436. <h3>Dec</h3>
  437. <h3>17</h3>
  438. </div>
  439. <div class="event-details">
  440. <a href="">
  441. <h3>Seminar</h3>
  442. <h2>Blockchain: The Coming Revolution</h2>
  443. </a>
  444. </div>
  445. </div>
  446. <div class="event-holder">
  447. <div class="event-img-holder">
  448. <img src="<?php echo (get_template_directory_uri()) ?>/img/2.jpg" alt="">
  449. </div>
  450. <div class="event-date primary-c">
  451. <h3>Nov</h3>
  452. <h3>27</h3>
  453. </div>
  454. <div class="event-details">
  455. <a href="">
  456. <h3>Pre-Advising</h3>
  457. <h2>Blockchain: The Coming Revolution</h2>
  458. </a>
  459. </div>
  460. </div>
  461. <div class="event-holder">
  462. <div class="event-img-holder">
  463. <img src="<?php echo (get_template_directory_uri()) ?>/img/research_01.jpg" alt="">
  464. </div>
  465. <div class="event-date primary-c">
  466. <h3>Nov</h3>
  467. <h3>22</h3>
  468. </div>
  469. <div class="event-details">
  470. <a href="">
  471. <h3>Cultural Event</h3>
  472. <h2>Blockchain: The Coming Revolution</h2>
  473. </a>
  474. </div>
  475. </div>
  476. <div class="event-holder">
  477. <div class="event-img-holder">
  478. <img src="<?php echo (get_template_directory_uri()) ?>/img/research_03.jpg" alt="">
  479. </div>
  480. <div class="event-date primary-c">
  481. <h3>Nov</h3>
  482. <h3>12</h3>
  483. </div>
  484. <div class="event-details">
  485. <a href="">
  486. <h3>Seminar</h3>
  487. <h2>Blockchain: The Coming Revolution</h2>
  488. </a>
  489. </div>
  490. </div>
  491. </div>
  492. <a href="https://uiu.revinr.work/cse/event/">
  493. <button class="primary-c">View all events</button>
  494. </a>
  495. </div>
  496. </div>
  497. </section>
  498. <section id="research-grants" class="white-bg">
  499. <div class="container">
  500. <h1>Research &amp; Grants</h1>
  501. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.
  502. Mus mauris vitae ultricies leo integer malesuada nunc vel. Mus mauris vitae ultricies leo integer malesuada nunc vel.
  503. </p>
  504. <div id="research-pointers" class="grid">
  505. <div>
  506. <h3>32 Research Projects</h3>
  507. <p>Spread across Undergraduate and Graduate Programs</p>
  508. </div>
  509. <div>
  510. <h3>Tk 5 Crores in grants</h3>
  511. <p>Spread across Undergraduate and Graduate Programs</p>
  512. </div>
  513. <div>
  514. <h3>32 Research Projects</h3>
  515. <p>Spread across Undergraduate and Graduate Programs</p>
  516. </div>
  517. </div>
  518. </div>
  519. </section>
  520. </div>
  521. </main><!-- #main -->
  522. <!-- </div> .row -->
  523. <!-- </div>.container -->
  524. <?php get_footer(); ?>