EN

وثائق للتحميل

Headings

Here are some examples of headings

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading
markup
[heading size="h1"]H1 Heading[/heading]

Heading with underline

To use the conventional module title underline, use the uk-module-title style. To have a fancy module title, use the uk-module-title-alt style. You can also highlight the first word of a title using the [highlight] shortcode. Example:


Module title

Module title

Alternative module title

Centered alternative module title

markup
[heading size="h3" style="uk-module-title"]Module title[/heading]
[heading size="h3" style="uk-module-title"][highlight]Module [/highlight] title[/heading]
[heading size="h3" style="uk-module-title-alt"]Alternative module title[/heading]
[text align="center"]
   [heading size="h3" style="uk-module-title-alt"]Centered alternative module title[/heading]
[/text]

To add a line break use the [line_break/] shortcode. To create a divider use the [divider/] shortcode.



Blocks

Blocks are distinct ways of enumarating points in paragraphs with numbers, dates or icons. For block-numbers, you can use any numbering or alphabetical format.


Block numbers

1
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition of success
2
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition of success
3
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition of success
4
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition of success
5
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition of success
6
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition of success


markup

[block_number text="{text}"]Your content here[/block_number]

Block Dates

Jan 29
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition.
apr 19
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition.
Jun 30
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition.
aug 03
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition.
sep 23
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition.
dec 10
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Accept no one's definition.

To use the date block style create a paragraph in the following format

markup

[block_date date="03" month="dec"] your content here[/block_date]

Block Icons


Creativity

Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.

Design

Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.

Strategy

Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.

markup
[block_icon icon="icon-leaf"]Your content here[/block_icon]


To view a list of available icons that you can use in block icons, click here.




Blockquotes

Blockquotes are a nice way to show some commentary or slogan accompanied by the author or name of the commenter. To create a standard blockquote, use the [blockquote] shortcode. Inline quotations can also be defined by using the <q> element.


Blockquote example

Life is a series of natural and spontaneous changes. Don't resist them - that only creates sorrow. Let reality be reality. Let things flow naturally

John Doe
markup

[blockquote author="author_name"]
   your quote goes here
[/blockquote]

The [testimonial] shortcode adds an avatar and icon attribute to the native blockquote. avatar attribute shows an image of the author by specifying a url to the image. icon attribute is used to add a transparent icon that is positioned bottom left.


Testimonial example

John DoeBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.

John Doe Head of Sales, envato
markup
[testimonial author="author name" title="author's title" avatar="url-path-to-avatar" icon="icon"]
   your quote goes here
[/testimonial]

important

You can omit any of the parameters of testimonial (author, title) but not the 'avatar' parameter. If you'd like to use the testimonial without the avatar, use the blockquote shortcode instead


Inline code

To define a short inline computer code use the <code> element. For a larger code snippet use the [code] shortcode which defines preformatted text. It creates a new text block which preserves both spaces and line breaks.

markup
[code].my-class {
    margin: 15px 0;
    padding: 10px;
}[/code]



Lists

You can create an unordered list using the [list]. The li element defines the list item.


Simple List

  • List Item 1
  • List Item 2
  • List Item 3

markup
[list]
   [li]List Item 1[/li]
   [li]List Item 2[/li]
   [li]List Item 3[/li]
[/list]

You can create lists with different style variations. E.g Lists with alternative stripes, lists with icons etc.


Lists with stripes

  • List Item 1
  • List Item 2
  • List Item 3

markup
[list style="uk-list-striped"]
   [li]List Item 1[/li]
   [li]List Item 2[/li]
   [li]List Item 3[/li]
[/list]

Lists with icons

Adding icons to your list, makes them even look more outstanding. Check out the entire collection of icon fonts that you can use with lists here

  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor

markup
[list style="list-icons"]
   [li icon="icon-asterisk"]List Item 1[/li]
   [li icon="icon-asterisk"]List Item 2[/li]
   [li icon="icon-asterisk"]List Item 3[/li]
[/list]

Nested Lists

  • Lorem ipsum dolor
  • consectetur adipisicing elit
  • sed do eiusmod tempor
    • Lorem ipsum dolor
    • consectetur adipisicing elit
    • sed do eiusmod tempor
  • dolor adipisicing elit

markup
[list style="list-icons"]
   [li icon="icon-asterisk"]List Item 1[/li]
   [li icon="icon-asterisk"]List Item 2[/li]
      [nested_list]
         [li icon="icon-asterisk"]Child Item 1[/li]
         [li icon="icon-asterisk"]Child Item 2[/li]
      [/nested_list]
   [li icon="icon-asterisk"]List Item 3[/li]
[/list]



Tags

Tags can be used to highlight keywords within your content. To create a tag, use the [tag] shortcode


Themeforest envato youtube action web design

markup
[tag url="#"]Themeforest[/tag]
[tag url="#"]envato[/tag]
[tag url="#"]youtube[/tag]
[tag url="#"]web design[/tag]



Ratings

To create a rating review stars, use one of these rating shortcodes:


ShortcodeDescription
[five_star/] 5 star rating
[four_half_star/] 4 and a half star rating
[four_star/] 4 star rating
[three_star/] 3 star rating
[two_star/] 2 star rating
[one_star/] 1 star rating
[no_star/] blank star rating



markup
[five_star/]
[four_half_star/]
[four_star/]
[three_star/]
[two_star/]
[one_star/]
[no_star/]



Text level semantics

ElementDescription
<a> Turn text into hypertext using the a element.
<em> Emphasize text using the em element.
<strong> Imply any extra importance using the strong element.
<code> Define inline code snippets using the code element.
<del> Mark document changes as deleted text using the del element.
<ins> Mark document changes as inserted text using the ins element.
<mark> Highlight text with no semantic meaning using the mark element.
<q> Define inline quotations using q element inside a q element.
<abbr> Define an abbreviation using the abbr element with a title.
<dfn> Define a definition term using the dfn element with a title.
<small> De-emphasize text for small print using the small element.

You can find more html tags and classes that you can use from here




Module Classes

Module ClassDescription
uk-panel-box-primary Change the module background to have the primary background; You can specify the primary background from the customizer panel.
uk-panel-box-secondary Change the module background to have the secondary background; You can specify the secondary background from the customizer panel.
tm-primary-background Change an element's background to have the primary background; You can specify the primary background from the customizer panel.
tm-secondary-background Change an element's background to have the secondary background; You can specify the secondary background from the customizer panel.
tm-primary-color Change an element's font color to have the primary color; You can specify the primary color from the customizer panel.
tm-overlay-primary Add a primary overlay
tm-overlay-secondary Add a secondary overlay
tm-secondary-color Change an element's font color to have the secondary color; You can specify the secondary background from the color customizer panel.
tm-muted-background Set the module background to a light-grey muted background.
tm-caps Set the module caption to be in capitalized words with letter spacing
tm-small-caps Set the module caption to be in capitalized words with letter spacing and a small font
tm-padding Add extra padding to an element
ttm-padding-sides Add padding on the side of an element
tm-padding-small-sides Add small padding on the side of an elemeny
tm-padding-small-left Add small left padding on an elemeny
tm-inner-padding-large Add a large padding to the inner container. Used in conjuction with modules that have a background image
tm-padding-remove Remove all padding on an element
tm-text-large Add this class to make the text large
tm-text-xlarge Add this class to make the text extra large
tm-border-bottom Add this class to an image to add a bottom border
tm-thin-font Add this class to make the font weight thinner

             

    أحداث المركز

      • امتحان تحديد المستوى في اللغة الإنجليزية لطلبة الدكتوراه 2024-2025‎

        امتحان تحديد المستوى في اللغة الإنجليزية لطلبة الدكتوراه 2024-2025‎

      • تأطير ومتابعة ورشات اللغة الإنجليزية لطلبة الدكتوراه ( مارس 2024)

        تأطير ومتابعة ورشات اللغة الإنجليزية لطلبة الدكتوراه ( مارس 2024)

      • استقبل مدير المركز لمديرة مؤسسة اليابان (القاهرة)

        استقبل مدير المركز لمديرة مؤسسة اليابان (القاهرة)

        استقبل مدير المركز البروفيسور دويفي محمد السيدة ايومي هاشيموتو مديرة مؤسسة اليابان (القاهرة) حيث قدمت عرضا حول طرق تعليم اللغة اليابانية و برامج الشراكة والتكوين

      • تأطير الامتحان النهائي في اللغة الإنجليزية لطلبة الدكتوراه

        تأطير الامتحان النهائي في اللغة الإنجليزية لطلبة الدكتوراه

      • احتضان الورشات الخاصة باللغة الإنجليزية لطلبة الدكتوراه

        احتضان الورشات الخاصة باللغة الإنجليزية لطلبة الدكتوراه

      • تخرج الدفعة الخامسة من الطلبة الصينيين في إطار برنامج متابعة التكوين في اللغة العربية للسنة الجامعية 2023/2022

        تخرج الدفعة الخامسة من الطلبة الصينيين في إطار برنامج متابعة التكوين في اللغة العربية للسنة الجامعية 2023/2022

      • تكريم الأساتذة المتميزين وكذا الطلبة المتفوقين للدورة التعليمية الأولى 2023/2022

        تكريم الأساتذة المتميزين وكذا الطلبة المتفوقين للدورة التعليمية الأولى 2023/2022

      • الدورة التكوينية الأولى في تقنيات التعليم عن بعد لفائدة أساتذة المركز

        الدورة التكوينية الأولى في تقنيات التعليم عن بعد لفائدة أساتذة المركز

      • إستقبال مدير المركز للطلبة الصينيين

        إستقبال مدير المركز للطلبة الصينيين

      • مشاركة المركز بالأبواب المفتوحة بجامعة الجزائر 02

        مشاركة المركز بالأبواب المفتوحة بجامعة الجزائر 02

      • انطلاق الدروس بقاعة المحاضرات اليوم الأحد 6 نوفمبر

        انطلاق الدروس بقاعة المحاضرات اليوم الأحد 6 نوفمبر

      تدريس اللغات في المركز

      اللغة الإنجليزية

      يعرض مركز التعليم المكثف للغات على المتعلمين الراغبين في تحسين مستواهم في اللغة الانجليزية برنامجا مكثفا ضمن الإطار المرجعي الأوروبي لتعليم اللغات على مدار دورتين في السنة,مدة كل دورة 12 أسبوع تحت إشراف أساتذة ذو كفاءة عالية في تدريس اللغات,تسلم شهادة نجاح في نهاية كل دورة تعليمية.
      إقرأ المزيد

      اللغة الفرنسية

      يعتبر تعليم اللغة الفرنسية نشاطا ذو أولوية في مخبر اللغات، إذ يهدف البرنامج إلى جعل الطالب يكتسب قدرات لغوية تسمح له باستيعاب الدروس بنسبة أكبر مما يؤثر إيجابا على نتائجه خلال مشواره الدراسي و يستطيع بعد نهاية البرنامج:قراءة و فهم النص بسهولة.التعبير الشفوي و الكتابي عن أي فكرة.إكتساب رصيد لغوي.

      إقرأ المزيد

      اللغات الأسيوية و الأوروبية

      يقدم المركز عروضا تكوينية في العديد من اللغات الأوروبية و الأسيوية و التي أصبحت تستهوي الطلبة الجزائرين

      للبحث عن فرص الشغل خارج البلد الاستفادة من المنح الدراسية أو التعمق في التخصص الجامعي المدروس

      إقرأ المزيد

      Our school goals

      التعريف بالمركز

      أنشئ مركز التعليم المكثف للغات بجامعة الجزائر 2 سنة 2011 ، وقد عرف شهرة وطنية و دولية، وحاز على المركز الأول من طرف وزارة التعليم العالي على المستوى الوطني، يعتبر المركز من خلال المكانة التي يشغلها المركز الأول للامتحانات وعلامات الجودة

      يشرف على المركز فريق بيداغوجي خبير في مجال تعليم اللغات ( أساتذة محليين وغير محليين)

      من أولوياته تقديم الدعم اللغوي للطلبة الذين يسعون إلى تحسين مكتسباتهم اللغوية والانفتاح على لغات وثقافات أخرى مثل اللغة الصينية واللغة اليابانية واللغة التركية

      هذا كما يقدم المركز خدمات لكل من يرغب في تعلم لغة جديدة أو تحسين مستواه اللغوي ، مع منح تكوين لموظفيه في إطار التكوين المتواصل وتنظيم دوارات حسب لطلب

      إقرأ المزيد