{"id":62919,"date":"2026-02-09T00:01:29","date_gmt":"2026-02-08T21:01:29","guid":{"rendered":"https:\/\/www.qu.edu.sa\/?page_id=62919"},"modified":"2026-02-09T09:12:13","modified_gmt":"2026-02-09T06:12:13","slug":"myqu-app","status":"publish","type":"page","link":"https:\/\/www.qu.edu.sa\/en\/myqu-app\/","title":{"rendered":"MyQU application"},"content":{"rendered":"<style>\n\n    :root {\n      --sa-25: #f7fdf9;\n      --sa-50: #f3fcf6;\n      --sa-100: #dff6e7;\n      --sa-200: #b8eacb;\n      --sa-300: #88d8ad;\n      --sa-400: #54c08a;\n      --sa-500: #25935f;\n      --sa-600: #1b8354;\n      --sa-700: #166a45;\n      --sa-800: #14573a;\n      --sa-900: #104631;\n      --sa-950: #092a1e;\n\n      --gold-25: #fffef7;\n      --gold-50: #fffef2;\n      --gold-100: #fffce6;\n      --gold-200: #fcf3bd;\n      --gold-300: #fae996;\n      --gold-400: #f7d54d;\n      --gold-500: #f5bd02;\n      --gold-600: #dba102;\n      --gold-700: #b87b02;\n      --gold-800: #945c01;\n      --gold-900: #6e3c00;\n      --gold-950: #472400;\n\n      --lavender-25: #fefcff;\n      --lavender-50: #f9f5fa;\n      --lavender-100: #f2e9f5;\n      --lavender-200: #e1cce8;\n      --lavender-300: #ccadd9;\n      --lavender-400: #a57bba;\n      --lavender-500: #80519f;\n      --lavender-600: #6d428f;\n      --lavender-700: #532d75;\n      --lavender-800: #3d1d5e;\n      --lavender-900: #281047;\n      --lavender-950: #16072e;\n\n      --text: var(--sa-900);\n      --text-soft: #3b5c4b;\n      --surface: #ffffff;\n      --line: #d8e7dd;\n      --container: min(1200px, calc(100vw - 2rem));\n      --radius-xl: 26px;\n      --radius-lg: 18px;\n      --radius-md: 14px;\n      --shadow-soft: 0 20px 60px rgba(9, 42, 30, 0.09);\n      --shadow-card: 0 12px 28px rgba(22, 106, 69, 0.1);\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    html,\n    body {\n      min-height: 100%;\n    }\n\n    body {\n      font-family: 'IBM Plex Sans Arabic', sans-serif;\n      color: var(--text);\n      background:\n        radial-gradient(circle at 8% 5%, var(--sa-100) 0%, rgba(223, 246, 231, 0) 32%),\n        radial-gradient(circle at 95% 10%, var(--gold-100) 0%, rgba(255, 252, 230, 0) 35%),\n        linear-gradient(180deg, var(--sa-25) 0%, #ffffff 100%);\n      line-height: 1.65;\n      overflow-x: hidden;\n    }\n\n    .container {\n      width: var(--container);\n      margin-inline: auto;\n    }\n\n    .topbar {\n      position: sticky;\n      top: 0;\n      z-index: 30;\n      border-bottom: 1px solid color-mix(in srgb, var(--sa-200) 56%, white 44%);\n      background: color-mix(in srgb, white 80%, var(--sa-25) 20%);\n      backdrop-filter: blur(8px);\n    }\n\n    .topbar-inner {\n      min-height: 78px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 1rem;\n    }\n\n    .brand-block {\n      display: inline-flex;\n      align-items: center;\n      gap: .75rem;\n    }\n\n    .brand-app-icon {\n      width: 46px;\n      height: 46px;\n      border-radius: 14px;\n      background: linear-gradient(140deg, var(--sa-500), var(--sa-700));\n      padding: 6px;\n      box-shadow: 0 10px 20px rgba(37, 147, 95, .25);\n    }\n\n    .brand-app-icon img {\n      width: 100%;\n      height: 100%;\n      display: block;\n      object-fit: contain;\n      filter: brightness(0) invert(1);\n    }\n\n    .uni-logo {\n      height: 40px;\n      width: auto;\n      object-fit: contain;\n    }\n\n    .topbar-cta {\n      display: inline-flex;\n      align-items: center;\n      border-radius: 999px;\n      background: var(--sa-600);\n      color: #fff;\n      padding: .55rem 1rem;\n      font-weight: 700;\n      text-decoration: none;\n      transition: transform .25s ease, background .25s ease;\n    }\n\n    .topbar-cta:hover {\n      transform: translateY(-1px);\n      background: var(--sa-700);\n    }\n\n    .hero {\n      padding: clamp(2.2rem, 6vw, 5.5rem) 0 3rem;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.1fr .9fr;\n      align-items: center;\n      gap: clamp(1.4rem, 4vw, 3rem);\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: .45rem;\n      border: 1px solid var(--sa-300);\n      background: var(--sa-50);\n      color: var(--sa-800);\n      border-radius: 999px;\n      padding: .42rem .85rem;\n      font-size: .9rem;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    h1 {\n      font-size: clamp(2rem, 5vw, 3.65rem);\n      line-height: 1.12;\n      color: var(--sa-950);\n      margin-bottom: .9rem;\n      font-weight: 700;\n      letter-spacing: -.01em;\n    }\n\n    .lead {\n      font-size: clamp(1rem, 2vw, 1.13rem);\n      color: var(--text-soft);\n      margin-bottom: 1.25rem;\n      max-width: 58ch;\n    }\n\n    .cta-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: .75rem;\n      margin-bottom: .85rem;\n    }\n\n    .login-note {\n      color: var(--sa-700);\n      font-size: .93rem;\n    }\n\n    .graduate-callout {\n      margin-top: .9rem;\n      padding: .9rem 1rem;\n      border-radius: 14px;\n      border: 1px solid color-mix(in srgb, var(--gold-300) 50%, var(--sa-200) 50%);\n      background: linear-gradient(140deg, var(--gold-100) 0%, var(--sa-50) 100%);\n      box-shadow: 0 8px 18px rgba(16, 70, 49, .08);\n    }\n\n    .graduate-callout h3 {\n      margin-bottom: .28rem;\n      color: var(--sa-900);\n      font-size: 1.02rem;\n      font-weight: 700;\n    }\n\n    .graduate-callout p {\n      margin: 0;\n      color: var(--text-soft);\n      font-size: .95rem;\n      line-height: 1.55;\n    }\n\n    .showcase {\n      position: relative;\n      min-height: 560px;\n      display: grid;\n      place-items: center;\n    }\n\n    .aura {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(0px);\n      z-index: 0;\n      opacity: .75;\n    }\n\n    .aura.sa {\n      width: 260px;\n      height: 260px;\n      background: radial-gradient(circle, var(--sa-200) 0%, rgba(184, 234, 203, 0) 70%);\n      top: 4%;\n      right: 15%;\n    }\n\n    .aura.gold {\n      width: 220px;\n      height: 220px;\n      background: radial-gradient(circle, var(--gold-200) 0%, rgba(252, 243, 189, 0) 70%);\n      bottom: 12%;\n      left: 10%;\n    }\n\n    .phone {\n      width: min(330px, 88%);\n      border-radius: 42px;\n      padding: 14px;\n      background: linear-gradient(160deg, var(--sa-900), var(--sa-700));\n      box-shadow: var(--shadow-soft);\n      position: relative;\n      z-index: 1;\n      animation: floatY 5s ease-in-out infinite;\n    }\n\n    .phone::before {\n      content: '';\n      position: absolute;\n      top: 10px;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 100px;\n      height: 22px;\n      border-radius: 12px;\n      background: rgba(9, 42, 30, .85);\n    }\n\n    .screen {\n      aspect-ratio: 830 \/ 1790;\n      border-radius: 30px;\n      background: #04120d;\n      overflow: hidden;\n    }\n\n    .screen-stack {\n      position: relative;\n      width: 100%;\n      height: 100%;\n    }\n\n    .app-screenshot {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: top center;\n      opacity: 0;\n      animation: screenshotCycle 18s ease-in-out infinite;\n    }\n\n    .app-screenshot.shot-1 {\n      animation-delay: 0s;\n    }\n\n    .app-screenshot.shot-2 {\n      animation-delay: 6s;\n    }\n\n    .app-screenshot.shot-3 {\n      animation-delay: 12s;\n    }\n\n    .floating-badge {\n      position: absolute;\n      background: rgba(255, 255, 255, .92);\n      border: 1px solid var(--sa-200);\n      color: var(--sa-800);\n      border-radius: 12px;\n      padding: .6rem .75rem;\n      box-shadow: 0 10px 24px rgba(16, 70, 49, .12);\n      font-size: .86rem;\n      z-index: 2;\n    }\n\n    .floating-badge.gold {\n      background: color-mix(in srgb, var(--gold-100) 70%, #fff 30%);\n      border-color: var(--gold-300);\n      color: var(--gold-900);\n      top: 18%;\n      left: 0;\n      animation: drift 4.2s ease-in-out infinite;\n    }\n\n    .floating-badge.lavender {\n      background: color-mix(in srgb, var(--lavender-100) 75%, #fff 25%);\n      border-color: var(--lavender-300);\n      color: var(--lavender-900);\n      right: 0;\n      bottom: 22%;\n      animation: drift 5.1s ease-in-out infinite reverse;\n    }\n\n    .section {\n      padding: 2.5rem 0;\n    }\n\n    .section-head {\n      margin-bottom: 1.2rem;\n    }\n\n    .section-head h2 {\n      color: var(--sa-950);\n      font-size: clamp(1.35rem, 3vw, 2.3rem);\n      line-height: 1.2;\n      margin-bottom: .45rem;\n      font-weight: 700;\n    }\n\n    .section-head p {\n      color: var(--text-soft);\n      max-width: 68ch;\n    }\n\n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: .95rem;\n    }\n\n    .feature {\n      background: var(--surface);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n      border: 1px solid var(--line);\n      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n    }\n\n    .feature:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 26px rgba(9, 42, 30, .08);\n      border-color: var(--sa-300);\n    }\n\n    .tag {\n      display: inline-flex;\n      border-radius: 999px;\n      font-size: .73rem;\n      font-weight: 700;\n      padding: .25rem .52rem;\n      margin-bottom: .55rem;\n    }\n\n    .tag.sa {\n      background: var(--sa-100);\n      color: var(--sa-800);\n    }\n\n    .tag.gold {\n      background: var(--gold-100);\n      color: var(--gold-900);\n    }\n\n    .tag.lavender {\n      background: var(--lavender-100);\n      color: var(--lavender-900);\n    }\n\n    .feature h3 {\n      font-size: 1.02rem;\n      line-height: 1.35;\n      color: var(--sa-900);\n      margin-bottom: .35rem;\n      font-weight: 600;\n    }\n\n    .feature p {\n      color: #4c6758;\n      font-size: .92rem;\n    }\n\n    .metrics {\n      margin-top: 1.1rem;\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: .95rem;\n    }\n\n    .metric {\n      border-radius: var(--radius-lg);\n      padding: 1rem;\n      border: 1px solid transparent;\n    }\n\n    .metric.sa {\n      background: linear-gradient(155deg, var(--sa-700) 0%, var(--sa-900) 100%);\n      color: #e9fff3;\n    }\n\n    .metric.gold {\n      background: linear-gradient(155deg, var(--gold-500) 0%, var(--gold-700) 100%);\n      color: #2e1b00;\n    }\n\n    .metric.lavender {\n      background: linear-gradient(155deg, var(--lavender-600) 0%, var(--lavender-800) 100%);\n      color: #f7f1ff;\n    }\n\n    .metric strong {\n      display: block;\n      font-family: 'Space Grotesk', sans-serif;\n      font-size: 1.45rem;\n      line-height: 1.15;\n      margin-bottom: .2rem;\n    }\n\n    .metric strong.metric-local-font {\n      font-family: inherit;\n    }\n\n    .metric p {\n      font-size: .9rem;\n      line-height: 1.5;\n    }\n\n    .final-cta {\n      margin-top: 1rem;\n      border-radius: var(--radius-xl);\n      padding: 1.5rem;\n      background:\n        radial-gradient(circle at 8% 20%, rgba(245, 189, 2, .25) 0%, rgba(245, 189, 2, 0) 30%),\n        linear-gradient(140deg, var(--sa-900) 0%, var(--sa-700) 52%, var(--sa-600) 100%);\n      color: #f0fff6;\n      border: 1px solid rgba(255, 255, 255, .16);\n    }\n\n    .final-cta h3 {\n      color: #fff;\n      font-size: clamp(1.2rem, 2.8vw, 1.95rem);\n      margin-bottom: .38rem;\n      font-weight: 700;\n    }\n\n    .final-cta p {\n      color: #dff6e7;\n      margin-bottom: .88rem;\n    }\n\n    footer {\n      padding: 1.5rem 0 2.2rem;\n      text-align: center;\n      color: #527061;\n      font-size: .9rem;\n    }\n\n    @keyframes floatY {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-8px); }\n    }\n\n    @keyframes drift {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes screenshotCycle {\n      0%, 28% { opacity: 1; }\n      33%, 100% { opacity: 0; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .app-screenshot {\n        animation: none;\n        opacity: 0;\n      }\n\n      .app-screenshot.shot-1 {\n        opacity: 1;\n      }\n    }\n\n    @media (max-width: 1080px) {\n      .hero-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .showcase {\n        min-height: auto;\n      }\n\n      .floating-badge {\n        display: none;\n      }\n    }\n\n    @media (max-width: 900px) {\n      .feature-grid,\n      .metrics {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    @media (max-width: 620px) {\n      .topbar-inner {\n        min-height: 70px;\n      }\n\n      .uni-logo {\n        height: 32px;\n      }\n\n      .feature-grid,\n      .metrics {\n        grid-template-columns: 1fr;\n      }\n\n      .hero {\n        padding-top: 1.7rem;\n      }\n\n      .section {\n        padding: 2rem 0;\n      }\n    }\n  \n<\/style>\n\n<main>\n    <section class=\"hero\">\n      <div class=\"container hero-grid\">\n        <div>\n          <span class=\"eyebrow\">Qassim University Official App<\/span>\n          <h1>MyQU - Qassim University application; your university services in one application<\/h1>\n          <p class=\"lead\">\n            Your official portal to manage your university life with ease. From class schedule and grades, to attendance tracking, study plan and rewards, everything in a unified and elegant experience.\n          <\/p>\n          <div class=\"cta-row\" id=\"download\">\n            <a href=\"https:\/\/apps.apple.com\/sa\/app\/myqu-qassim-university\/id6739521806?itscg=30200&#038;itsct=apps_box_badge&#038;mttnsubad=6739521806\" style=\"display: inline-block;\" target=\"_blank\" rel=\"noopener noreferrer\">\n              <img decoding=\"async\" src=\"https:\/\/toolbox.marketingtools.apple.com\/api\/v2\/badges\/download-on-the-app-store\/white\/ar-ar?releaseDate=1741651200\" alt=\"Download on the App Store\" style=\"width: 246px; height: 82px; vertical-align: middle; object-fit: contain;\" \/>\n            <\/a>\n\n            <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=edu.qu.app\" style=\"display: inline-block;\" target=\"_blank\" rel=\"noopener noreferrer\">\n              <img decoding=\"async\" src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/02\/GetItOnGooglePlay_Badge_Web_color_Arabic-Saudi-Arabia.svg\" alt=\"Get it from Google Play\" style=\"width: 276px; height: auto; vertical-align: middle; object-fit: contain;\" \/>\n            <\/a>\n          <\/div>\n          <p class=\"login-note\">Note: Requires logging in with your Qassim University MyQU account.<\/p>\n          <div class=\"graduate-callout\">\n            <h3>Dear graduate<\/h3>\n            <p>We congratulate you on your graduation and you can get your graduation invitation card electronically via the Academic page and then Events.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"showcase\" aria-hidden=\"true\">\n          <div class=\"aura sa\"><\/div>\n          <div class=\"aura gold\"><\/div>\n          <div class=\"floating-badge gold\">Real-time lecture notifications<\/div>\n          <div class=\"floating-badge lavender\">Widget Schedule<\/div>\n\n          <div class=\"phone\">\n            <div class=\"screen\">\n              <div class=\"screen-stack\">\n                <img decoding=\"async\"\n                  class=\"app-screenshot shot-1\"\n                  src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-08-at-11.42.16-PM.png\"\n                  alt=\"Screenshot from the MyQU app - Academic\"\n                  loading=\"eager\"\n                \/>\n                <img decoding=\"async\"\n                  class=\"app-screenshot shot-2\"\n                  src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-08-at-11.38.29-PM.png\"\n                  alt=\"Screenshot from the MyQU app - University Card\"\n                  loading=\"lazy\"\n                \/>\n                <img decoding=\"async\"\n                  class=\"app-screenshot shot-3\"\n                  src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-05-at-11.47.56-PM.png\"\n                  alt=\"Screenshot from the MyQU app - Academic Services\"\n                  loading=\"lazy\"\n                \/>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\">\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <h2>Basic services that every student needs<\/h2>\n          <p>A clean and fast interface to access everything that matters to you academically and administratively without complexity.<\/p>\n        <\/div>\n\n        <div class=\"feature-grid\">\n          <article class=\"feature\">\n            <span class=\"tag sa\">Daily organization<\/span>\n            <h3>Follow your class schedule and receive lecture alerts<\/h3>\n            <p>A quick overview of the school day with accurate alerts before each lecture.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag sa\">Academic performance<\/span>\n            <h3>View your grades and GPA directly<\/h3>\n            <p>A clear picture of your academic results and progress each semester.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag sa\">Academic performance<\/span>\n            <h3>Track your attendance and absences in the courses<\/h3>\n            <p>Track attendance for each course to make early decisions before you get stuck.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag gold\">Planning<\/span>\n            <h3>View your study plan and track your academic progress<\/h3>\n            <p>A clear plan for what has been accomplished and what remains until graduation.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag gold\">University ID<\/span>\n            <h3>View your digital university card<\/h3>\n            <p>Direct and secure access to your digital card when needed.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag gold\">Learning Updates<\/span>\n            <h3>Browse your course content from Blackboard directly within the app<\/h3>\n            <p>Download files, save them for offline viewing, and add your notes to PDFs with ease.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag lavender\">Academic support<\/span>\n            <h3>Communicating with your academic advisor<\/h3>\n            <p>A live channel for guidance and follow-up when needed.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag lavender\">Productivity<\/span>\n            <h3>Widget Schedule + Lecture Notifications<\/h3>\n            <p>Quick access to what matters most from the home screen.<\/p>\n          <\/article>\n          <article class=\"feature\">\n            <span class=\"tag lavender\">Digital learning<\/span>\n            <h3>Follow the contents of the courses and the blackboard<\/h3>\n            <p>Daily integration with educational content and e-learning services.<\/p>\n          <\/article>\n        <\/div>\n\n        <div class=\"metrics\">\n          <article class=\"metric sa\">\n            <strong>24\/7<\/strong>\n            <p>Academic and administrative services are available all the time.<\/p>\n          <\/article>\n          <article class=\"metric gold\">\n            <strong class=\"metric-local-font\">Momentarily<\/strong>\n            <p>Lecture alerts and updates as soon as they are released.<\/p>\n          <\/article>\n          <article class=\"metric lavender\">\n            <strong class=\"metric-local-font\">One application<\/strong>\n            <p>Manage your entire college life from one app.<\/p>\n          <\/article>\n        <\/div>\n        <div class=\"final-cta\">\n          <h3>Download MyQU today and start a smarter college experience<\/h3>\n          <p>We are constantly developing and improving the app to give you the best possible experience. We welcome your feedback and suggestions.<\/p>\n          <div class=\"cta-row\">\n            <a href=\"https:\/\/apps.apple.com\/sa\/app\/myqu-qassim-university\/id6739521806?itscg=30200&#038;itsct=apps_box_badge&#038;mttnsubad=6739521806\" style=\"display: inline-block;\" target=\"_blank\" rel=\"noopener noreferrer\">\n              <img decoding=\"async\" src=\"https:\/\/toolbox.marketingtools.apple.com\/api\/v2\/badges\/download-on-the-app-store\/white\/ar-ar?releaseDate=1741651200\" alt=\"Download on the App Store\" style=\"width: 246px; height: 82px; vertical-align: middle; object-fit: contain;\" \/>\n            <\/a>\n            <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=edu.qu.app\" style=\"display: inline-block;\" target=\"_blank\" rel=\"noopener noreferrer\">\n              <img decoding=\"async\" src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/02\/GetItOnGooglePlay_Badge_Web_color_Arabic-Saudi-Arabia.svg\" alt=\"Get it from Google Play\" style=\"width: 276px; height: auto; vertical-align: middle; object-fit: contain;\" \/>\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>","protected":false},"excerpt":{"rendered":"<p>Qassim University Official App MyQU &#8211; \u062a\u0637\u0628\u064a\u0642 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0642\u0635\u064a\u0645\u061b \u062e\u062f\u0645\u062a\u0643 \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629 \u0641\u064a \u062a\u0637\u0628\u064a\u0642 \u0648\u0627\u062d\u062f \u0628\u0648\u0627\u0628\u062a\u0643 \u0627\u0644\u0631\u0633\u0645\u064a\u0629 \u0644\u0625\u062f\u0627\u0631\u0629 \u062d\u064a\u0627\u062a\u0643 \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629 \u0628\u0643\u0644 \u0633\u0647\u0648\u0644\u0629. \u0645\u0646 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u062f\u0631\u0627\u0633\u064a \u0648\u0627\u0644\u062f\u0631\u062c\u0627\u062a\u060c \u0625\u0644\u0649 \u0645\u062a\u0627\u0628\u0639\u0629 \u0627\u0644\u062d\u0636\u0648\u0631 \u0648\u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u0645\u0643\u0627\u0641\u0622\u062a\u060c \u0643\u0644 \u0634\u064a\u0621 \u0641\u064a \u062a\u062c\u0631\u0628\u0629 \u0645\u0648\u062d\u062f\u0629 \u0648\u0623\u0646\u064a\u0642\u0629. \u0645\u0644\u0627\u062d\u0638\u0629: \u064a\u062a\u0637\u0644\u0628 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0633\u0627\u0628 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0642\u0635\u064a\u0645 MyQU. \u0639\u0632\u064a\u0632\u064a \u0627\u0644\u062e\u0631\u064a\u062c \u0646\u0628\u0627\u0631\u0643 \u0644\u0643 \u062a\u062e\u0631\u062c\u0643 \u0648\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0643\u0631\u062a [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"departments-pages-type":[],"class_list":["post-62919","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/pages\/62919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/comments?post=62919"}],"version-history":[{"count":4,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/pages\/62919\/revisions"}],"predecessor-version":[{"id":64001,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/pages\/62919\/revisions\/64001"}],"wp:attachment":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/media?parent=62919"}],"wp:term":[{"taxonomy":"departments-pages-type","embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/departments-pages-type?post=62919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}