page-home-hcoded.php 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. <?php
  2. /**
  3. * Template Name: Home - Hard Coded
  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. <h3>
  57. United International University
  58. </h3>
  59. </div>
  60. </div>
  61. </li>
  62. </ul>
  63. </div>
  64. </section>
  65. <main id="main" class="site-main" role="main">
  66. <div class="sections">
  67. <section class="container-fluid white-bg">
  68. <div class="container">
  69. <h1>We evolve with technology</h1>
  70. <p>
  71. 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.
  72. </p>
  73. <button class="primary-c">Learn more</button>
  74. <div class="grid">
  75. <div class="program">
  76. <div class="img-cont-2">
  77. <img src="<?php echo (get_template_directory_uri()) ?>/img/student_03.jpg" alt="">
  78. </div>
  79. <div class="program-details">
  80. <h2>Graduate Program</h2>
  81. <p>
  82. <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.
  83. </p>
  84. <button class="primary-c"> View All Programs </button>
  85. </div>
  86. </div>
  87. <div class="program">
  88. <div class="img-cont-2">
  89. <img src="<?php echo (get_template_directory_uri()) ?>/img/undergrad.jpg" alt="">
  90. </div>
  91. <div class="program-details">
  92. <h2>Undergraduate Program</h2>
  93. <p>
  94. 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.
  95. </p>
  96. <button class="primary-c"> View All Programs </button>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </section>
  102. <section id="faculty-section" class="container-fluid white-bg">
  103. <div class="container">
  104. <h1>World Class Faculty</h1>
  105. <p>
  106. The Department of Computer Science and Engineering at UIU boasts one of the biggest faculty bodies
  107. amongst all private universities in the country and is bolstered by a rich and diverse battery of published research work.
  108. </p>
  109. </div>
  110. <div class="container">
  111. <div id="faculty-img">
  112. <img src="<?php echo (get_template_directory_uri()) ?>/img/faculty-grp.jpg" alt="">
  113. </div>
  114. <p>
  115. 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.
  116. </p>
  117. <a href="https://uiu.revinr.work/cse/faculty/">
  118. <button class="primary-c">
  119. View complete faculty list
  120. </button>
  121. </a>
  122. </div>
  123. </section>
  124. <section class="container-fluid car" id="faculty-carousel">
  125. <div class="car-buttons">
  126. <button class="car-control primary-c" id="prev-car" onclick="scrollToPrev()">
  127. >
  128. </button>
  129. <button class="car-control primary-c" id="next-car" onclick="scrollToNext()">
  130. >
  131. </button>
  132. </div>
  133. <div class="profile-carousel">
  134. <div class="car-item">
  135. <div class="car-item-holder">
  136. <div class="car-img-holder">
  137. <img src="<?php echo (get_template_directory_uri()) ?>/img/saim.jpg" alt="">
  138. </div>
  139. <div class="faculty-details">
  140. <h2>Islam, Salekul<span class="degree">, Ph.D.</span></h2>
  141. <h3><span class="degree">Professor & Head of the Dept.</span></h3>
  142. </div>
  143. </div>
  144. </div>
  145. <div class="car-item">
  146. <div class="car-item-holder">
  147. <div class="car-img-holder">
  148. <img src="<?php echo (get_template_directory_uri()) ?>/img/mamun.jpg" alt="">
  149. </div>
  150. <div class="faculty-details">
  151. <h2>Mamun, Khondaker Abdullah Al<span class="degree">, Ph.D.</span></h2>
  152. <h3><span class="degree">Professor & Director - AIMS Lab</span></h3>
  153. </div>
  154. </div>
  155. </div>
  156. <div class="car-item">
  157. <div class="car-item-holder">
  158. <div class="car-img-holder">
  159. <img src="<?php echo (get_template_directory_uri()) ?>/img/swakkhar.jpg" alt="">
  160. </div>
  161. <div class="faculty-details">
  162. <h2>Shatabda, Swakkhar<span class="degree">, Ph.D</span></h2>
  163. <h3><span class="degree">Professor & Director - IQAC</span></h3>
  164. </div>
  165. </div>
  166. </div>
  167. <div class="car-item">
  168. <div class="car-item-holder">
  169. <div class="car-img-holder">
  170. <img src="<?php echo (get_template_directory_uri()) ?>/img/ShahriarRahman.jpg" alt="">
  171. </div>
  172. <div class="faculty-details">
  173. <h2>Rahman, Mohammad Shahriar<span class="degree">, Ph.D</span></h2>
  174. <h3><span class="degree">Professor & Director - CITS</span></h3>
  175. </div>
  176. </div>
  177. </div>
  178. <div class="car-item">
  179. <div class="car-item-holder">
  180. <div class="car-img-holder">
  181. <img src="<?php echo (get_template_directory_uri()) ?>/img/mofizur.jpg" alt="">
  182. </div>
  183. <div class="faculty-details">
  184. <h2>Rahman, Chowdhury Mofizur<span class="degree">, Ph.D</span></h2>
  185. <h3><span class="degree">Professor & Advisor to Board of Trustees</span></h3>
  186. </div>
  187. </div>
  188. </div>
  189. <div class="car-item">
  190. <div class="car-item-holder">
  191. <div class="car-img-holder">
  192. <img src="<?php echo (get_template_directory_uri()) ?>/img/nurul-huda.png" alt="">
  193. </div>
  194. <div class="faculty-details">
  195. <h2>Huda, Mohammad Nurul<span class="degree">, Ph.D</span></h2>
  196. <h3><span class="degree">Professor & Director - MSCSE</span></h3>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </section>
  202. <section id="Success-section" class="container-fluid white-bg">
  203. <div class="container">
  204. <h1>Success Stories</h1>
  205. <p>
  206. 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.
  207. </p>
  208. </div>
  209. <div class="container">
  210. <div id="us-imgs" class="grid student-stories">
  211. <div>
  212. <div class="img-cont">
  213. <img src="<?php echo (get_template_directory_uri()) ?>/img/story_hasan_shaharear.jpg" alt="">
  214. </div>
  215. <div>
  216. <h2>Mohammad Hasan Shaharear</h2>
  217. <h5>Senior Database Engineer,Therap (BD) Ltd</h5>
  218. <p>
  219. It was a complete unknown territory for me when I admitted to BSCSE of UIU in 2003. In fact, I had never operate a computer before. Initially I was a bit exited as well as scared. Though I had tough time in the beginning, gradually I became familiar with logic of computing and programming languages. With the course of time, I had start enjoying different courses.
  220. </p>
  221. <a href="#">Learn more</a>
  222. </div>
  223. </div>
  224. <div>
  225. <div class="img-cont">
  226. <img src="<?php echo (get_template_directory_uri()) ?>/img/story_foysal-ahmed.jpg" alt="">
  227. </div>
  228. <div>
  229. <h2>Foysal Ahamed</h2>
  230. <h5>Software Engineer, TigerIT Bangladesh Limited</h5>
  231. <p>
  232. I still remember the day I first stepped into the UIU campus. I really did not know what kind of career path I would choose. Two weeks into the SPL (Structured Programming Language) course, I discovered something that was driving me, something amazing happened and finally I found myself in a position where I knew what I was going to do. Dr.
  233. </p>
  234. <a href="#">Learn more</a>
  235. </div>
  236. </div>
  237. <div>
  238. <div class="img-cont">
  239. <img src="<?php echo (get_template_directory_uri()) ?>/img/story_kamrul_islam.jpg" alt="">
  240. </div>
  241. <div>
  242. <h2>Kamrul Islam Shahin</h2>
  243. <h5>Programmer, Big Web Technologies Limited</h5>
  244. <p>
  245. It’s still like a dream. The day I accomplished my goal by finishing my studies, all the struggles of the past years seemed nothing. My hard work showed its result finally. When I started my educational journey with United International University (UIU), the path seemed dark, confusing and quite uncertain.
  246. </p>
  247. <a href="#">Learn more </a>
  248. </div>
  249. </div>
  250. </div>
  251. <div>
  252. <h1>Notable Alumni</h1>
  253. <p>
  254. Pellentesque est est, luctus non iaculis sed, congue non diam. In efficitur gravida ipsum vitae finibus. Etiam sollicitudin placerat leo.
  255. </p>
  256. </div>
  257. <a href="https://uiu.revinr.work/cse/alumni/">
  258. <button class="primary-c">
  259. View complete Alumni list
  260. </button>
  261. </a>
  262. </div>
  263. </section>
  264. <section class="container-fluid car" id="alumni-carousel">
  265. <div class="car-buttons">
  266. <button class="car-control primary-c" onclick="scrollToPrevAl()">
  267. < </button>
  268. <button class="car-control primary-c" onclick="scrollToNextAl()">
  269. >
  270. </button>
  271. </div>
  272. <div class="profile-carousel">
  273. <div class="car-item">
  274. <div class="car-item-holder">
  275. <div class="car-img-holder">
  276. <img src="<?php echo (get_template_directory_uri()) ?>/img/tazbir_ur_rahman.jpeg" alt="">
  277. </div>
  278. <div class="faculty-details">
  279. <h2>Md. Tazbir Ur Rahman Bhuiyan</h2>
  280. <h3><span class="degree">Lead Engineer at Brain Station 23 Limited</span></h3>
  281. </div>
  282. </div>
  283. </div>
  284. <div class="car-item">
  285. <div class="car-item-holder">
  286. <div class="car-img-holder">
  287. <img src="<?php echo (get_template_directory_uri()) ?>/img/saifur_rahman_sazib.jpeg" alt="">
  288. </div>
  289. <div class="faculty-details">
  290. <h2>Saifur Rahman Sazib</h2>
  291. <h3><span class="degree">Lead Engineer at Objectstream Inc, USA</span></h3>
  292. </div>
  293. </div>
  294. </div>
  295. <div class="car-item">
  296. <div class="car-item-holder">
  297. <div class="car-img-holder">
  298. <img src="<?php echo (get_template_directory_uri()) ?>/img/faisal_kabir.jpeg" alt="">
  299. </div>
  300. <div class="faculty-details">
  301. <h2>Md Faisal Kabir</h2>
  302. <h3><span class="degree">PhD student at North Dakota State University (NDSU)</span></h3>
  303. </div>
  304. </div>
  305. </div>
  306. <div class="car-item">
  307. <div class="car-item-holder">
  308. <div class="car-img-holder">
  309. <img src="<?php echo (get_template_directory_uri()) ?>/img/achia_nila.jpeg" alt="">
  310. </div>
  311. <div class="faculty-details">
  312. <h2>Achia Nila</h2>
  313. <h3><span class="degree"> Founder, Women In Digital - Empowerment through Technology</span></h3>
  314. </div>
  315. </div>
  316. </div>
  317. <div class="car-item">
  318. <div class="car-item-holder">
  319. <div class="car-img-holder">
  320. <img src="<?php echo (get_template_directory_uri()) ?>/img/hussain_kmr.jpeg" alt="">
  321. </div>
  322. <div class="faculty-details">
  323. <h2>Hussain KMR Behestee</h2>
  324. <h3><span class="degree">Mobile Device Specialist, K.K. Innovative Solutions</span></h3>
  325. </div>
  326. </div>
  327. </div>
  328. </div>
  329. </section>
  330. <section id="dept-notices" class="container-fluid mid-roll">
  331. <div class="bg-tint">
  332. <div class="container">
  333. <h1>Department Notices</h1>
  334. <div class="notice-main">
  335. <a href="#">
  336. <div class="notice-container">
  337. <div class="event-date">
  338. <h3>Dec</h3>
  339. <h3>16</h3>
  340. </div>
  341. <div>
  342. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  343. <h4>List of Candidates for Fall 2022 semester</h4>
  344. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  345. </div>
  346. </div>
  347. </a>
  348. <a href="#">
  349. <div class="notice-container">
  350. <div class="event-date">
  351. <h3>Dec</h3>
  352. <h3>12</h3>
  353. </div>
  354. <div>
  355. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  356. <h4>List of Candidates for Fall 2022 semester</h4>
  357. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  358. </div>
  359. </div>
  360. </a>
  361. <a href="#">
  362. <div class="notice-container">
  363. <div class="event-date">
  364. <h3>Dec</h3>
  365. <h3>03</h3>
  366. </div>
  367. <div>
  368. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  369. <h4>List of Candidates for Fall 2022 semester</h4>
  370. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  371. </div>
  372. </div>
  373. </a>
  374. <a href="#">
  375. <div class="notice-container">
  376. <div class="event-date">
  377. <h3>Nov</h3>
  378. <h3>25</h3>
  379. </div>
  380. <div>
  381. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  382. <h4>List of Candidates for Fall 2022 semester</h4>
  383. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  384. </div>
  385. </div>
  386. </a>
  387. <a href="#">
  388. <div class="notice-container">
  389. <div class="event-date">
  390. <h3>Nov</h3>
  391. <h3>12</h3>
  392. </div>
  393. <div>
  394. <h6><span class="subtitle">8 Dec, 2022</span></h6>
  395. <h4>List of Candidates for Fall 2022 semester</h4>
  396. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
  397. </div>
  398. </div>
  399. </a>
  400. <a href="https://uiu.revinr.work/cse/notice/">
  401. <button>View All Notices</button>
  402. </a>
  403. </div>
  404. </div>
  405. </div>
  406. </section>
  407. <section id="dept-news" class="container-fluid white-bg">
  408. <div class="container">
  409. <h1>Department News</h1>
  410. <p>
  411. Catch up with what's happening at the Department of CSE
  412. </p>
  413. <div class="grid news-row">
  414. <div class="news-big-img">
  415. <div class="news-big-img-holder">
  416. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  417. </div>
  418. <div class="news-big-img-text">
  419. <h5>28th March, 2016</h5>
  420. <h4> <a href=""> Seminar</a></h4>
  421. <a href="">
  422. <p>Development and Mining of a Volatile Organic Compound Database</p>
  423. </a>
  424. </div>
  425. </div>
  426. <div class="grid">
  427. <div class="news-small-img">
  428. <div class="news-sm-img-holder">
  429. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  430. </div>
  431. <div class="news-sm-img-text">
  432. <h5>28th March, 2016</h5>
  433. <h4> <a href=""> Seminar</a></h4>
  434. <a href="">
  435. <p>Development and Mining of a Volatile Compounds</p>
  436. </a>
  437. </div>
  438. </div>
  439. <div class="news-small-img">
  440. <div class="news-sm-img-holder">
  441. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
  442. </div>
  443. <div class="news-sm-img-text">
  444. <h5>28th March, 2016</h5>
  445. <h4> <a href=""> Seminar</a></h4>
  446. <a href="">
  447. <p>Development and Mining of a Volatile Compounds</p>
  448. </a>
  449. </div>
  450. </div>
  451. </div>
  452. </div>
  453. <div class="grid news-row">
  454. <div class="grid">
  455. <div class="news-small-img">
  456. <div class="news-sm-img-holder">
  457. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  458. </div>
  459. <div class="news-sm-img-text">
  460. <h5>28th March, 2016</h5>
  461. <h4> <a href=""> Seminar</a></h4>
  462. <a href="">
  463. <p>Development and Mining of a Volatile Compounds</p>
  464. </a>
  465. </div>
  466. </div>
  467. <div class="news-small-img">
  468. <div class="news-sm-img-holder">
  469. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
  470. </div>
  471. <div class="news-sm-img-text">
  472. <h5>28th March, 2016</h5>
  473. <h4> <a href=""> Seminar</a></h4>
  474. <a href="">
  475. <p>Development and Mining of a Volatile Compounds</p>
  476. </a>
  477. </div>
  478. </div>
  479. </div>
  480. <div class="news-big-img">
  481. <div class="news-big-img-holder">
  482. <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
  483. </div>
  484. <div class="news-big-img-text">
  485. <h5>28th March, 2016</h5>
  486. <h4> <a href=""> Seminar</a></h4>
  487. <a href="">
  488. <p>Development and Mining of a Volatile Organic Compound Database</p>
  489. </a>
  490. </div>
  491. </div>
  492. </div>
  493. <a href="https://uiu.revinr.work/cse/news/">
  494. <button class="primary-c">View All News</button> </a>
  495. </div>
  496. </section>
  497. <section id="events" class="container-fluid mid-roll">
  498. <div class="bg-tint">
  499. <div class="container">
  500. <h1>Upcoming Events</h1>
  501. <div class="grid">
  502. <div class="event-holder">
  503. <div class="event-img-holder">
  504. <img src="<?php echo (get_template_directory_uri()) ?>/img/0555.jpg" alt="">
  505. </div>
  506. <div class="event-date primary-c">
  507. <h3>Dec</h3>
  508. <h3>17</h3>
  509. </div>
  510. <div class="event-details">
  511. <a href="">
  512. <h3>Seminar</h3>
  513. <h2>Blockchain: The Coming Revolution</h2>
  514. </a>
  515. </div>
  516. </div>
  517. <div class="event-holder">
  518. <div class="event-img-holder">
  519. <img src="<?php echo (get_template_directory_uri()) ?>/img/2.jpg" alt="">
  520. </div>
  521. <div class="event-date primary-c">
  522. <h3>Nov</h3>
  523. <h3>27</h3>
  524. </div>
  525. <div class="event-details">
  526. <a href="">
  527. <h3>Pre-Advising</h3>
  528. <h2>Blockchain: The Coming Revolution</h2>
  529. </a>
  530. </div>
  531. </div>
  532. <div class="event-holder">
  533. <div class="event-img-holder">
  534. <img src="<?php echo (get_template_directory_uri()) ?>/img/research_01.jpg" alt="">
  535. </div>
  536. <div class="event-date primary-c">
  537. <h3>Nov</h3>
  538. <h3>22</h3>
  539. </div>
  540. <div class="event-details">
  541. <a href="">
  542. <h3>Cultural Event</h3>
  543. <h2>Blockchain: The Coming Revolution</h2>
  544. </a>
  545. </div>
  546. </div>
  547. <div class="event-holder">
  548. <div class="event-img-holder">
  549. <img src="<?php echo (get_template_directory_uri()) ?>/img/research_03.jpg" alt="">
  550. </div>
  551. <div class="event-date primary-c">
  552. <h3>Nov</h3>
  553. <h3>12</h3>
  554. </div>
  555. <div class="event-details">
  556. <a href="">
  557. <h3>Seminar</h3>
  558. <h2>Blockchain: The Coming Revolution</h2>
  559. </a>
  560. </div>
  561. </div>
  562. </div>
  563. <a href="https://uiu.revinr.work/cse/event/">
  564. <button class="primary-c">View all events</button>
  565. </a>
  566. </div>
  567. </div>
  568. </section>
  569. <section id="research-grants" class="white-bg">
  570. <div class="container">
  571. <h1>Research &amp; Grants</h1>
  572. <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.
  573. Mus mauris vitae ultricies leo integer malesuada nunc vel. Mus mauris vitae ultricies leo integer malesuada nunc vel.
  574. </p>
  575. <div id="research-pointers" class="grid">
  576. <div>
  577. <h3>32 Research Projects</h3>
  578. <p>Spread across Undergraduate and Graduate Programs</p>
  579. </div>
  580. <div>
  581. <h3>Tk 5 Crores in grants</h3>
  582. <p>Spread across Undergraduate and Graduate Programs</p>
  583. </div>
  584. <div>
  585. <h3>32 Research Projects</h3>
  586. <p>Spread across Undergraduate and Graduate Programs</p>
  587. </div>
  588. </div>
  589. </div>
  590. </section>
  591. </div>
  592. </main><!-- #main -->
  593. <!-- </div> -->
  594. <!-- .row -->
  595. <!-- </div> -->
  596. <!-- .container -->
  597. <?php get_footer(); ?>