www.avc-agbu.org Open in urlscan Pro
170.10.160.21  Public Scan

Submitted URL: http://www.avc-agbu.org/
Effective URL: https://www.avc-agbu.org/
Submission: On January 06 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

<form action="" class="login-form" id="user-login-form" data-once="form-updated" data-drupal-form-fields="id_password">
  <div class="div-form-custom ">
    <input type="text" class="form-control" placeholder="Email" name="email">
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom ">
    <input type="password" class="form-control" placeholder="Password" name="password" id="id_password" onkeyup="updateValue()">
    <span class="p-viewer">
      <i id="myeye" class="mystyle eye slash icon"></i>
    </span>
    <span class="error-reg"></span>
  </div>
  <style>
    .mystyle {
      visibility: hidden;
    }

    .p-viewer {
      z-index: 9999;
      position: absolute;
      top: 44%;
      right: 100px;
    }

    .pass-viewer {
      z-index: 9999;
      position: absolute;
      top: 71%;
      right: 100px;
    }
  </style>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.5.0/semantic.min.css" integrity="sha512-KXol4x3sVoO+8ZsWPFI/r5KBVB/ssCGB5tsv2nVOKwLg33wTFP3fmnXa47FdSVIshVTgsYk/1734xSk9aFIa4A==" crossorigin="anonymous"
    referrerpolicy="no-referrer">
  <script>
    let passwordInput = document.querySelector('#id_password');
    let eye = document.querySelector('#myeye');

    function updateValue() {
      if (passwordInput.value !== '') {
        eye.classList.remove("mystyle");
      } else {
        eye.classList.add("mystyle");
      }
    }
    eye.addEventListener('click', function(e) {
      if (passwordInput.getAttribute('type') === 'password') {
        passwordInput.setAttribute('type', 'text');
      } else {
        passwordInput.setAttribute('type', 'password');
      }
      eye.classList.toggle("slash");
    });
  </script>
  <a href="https://avc-agbu.org/edu/login/forgot_password.php?lang=" target="_blank" class="forgot-pass">Forgot your password?</a>
  <button type="submit" class="login-button button">Log In</button>
  <div class="div-form-custom">
    <br>
    <span class="footer-content">Don't have an account? <a href="#" data-close-target="#loginModal" data-target="#signUpModal" class="open-modal">Sign Up</a>
    </span>
  </div>
</form>

<form action="" class="login-form" id="user-final-register-form" data-once="form-updated" data-drupal-form-fields="">
  <div class="div-form-custom">
    <select type="text" class="form-control border-blue country-select" name="country">
      <option value="0" disabled="" selected="">Country</option>
      <option value="AF">Afghanistan</option>
      <option value="AX">Åland Islands</option>
      <option value="AL">Albania</option>
      <option value="DZ">Algeria</option>
      <option value="AS">American Samoa</option>
      <option value="AD">Andorra</option>
      <option value="AO">Angola</option>
      <option value="AI">Anguilla</option>
      <option value="AQ">Antarctica</option>
      <option value="AG">Antigua and Barbuda</option>
      <option value="AR">Argentina</option>
      <option value="AM">Armenia</option>
      <option value="AW">Aruba</option>
      <option value="AU">Australia</option>
      <option value="AT">Austria</option>
      <option value="BS">Bahamas</option>
      <option value="BH">Bahrain</option>
      <option value="BD">Bangladesh</option>
      <option value="BB">Barbados</option>
      <option value="BY">Belarus</option>
      <option value="BE">Belgium</option>
      <option value="BZ">Belize</option>
      <option value="BJ">Benin</option>
      <option value="BM">Bermuda</option>
      <option value="BT">Bhutan</option>
      <option value="BO">Bolivia (Plurinational State of)</option>
      <option value="BQ">Bonaire, Sint Eustatius and Saba</option>
      <option value="BA">Bosnia and Herzegovina</option>
      <option value="BW">Botswana</option>
      <option value="BV">Bouvet Island</option>
      <option value="BR">Brazil</option>
      <option value="IO">British Indian Ocean Territory</option>
      <option value="BN">Brunei Darussalam</option>
      <option value="BG">Bulgaria</option>
      <option value="BF">Burkina Faso</option>
      <option value="BI">Burundi</option>
      <option value="CV">Cabo Verde</option>
      <option value="KH">Cambodia</option>
      <option value="CM">Cameroon</option>
      <option value="CA">Canada</option>
      <option value="KY">Cayman Islands</option>
      <option value="CF">Central African Republic</option>
      <option value="TD">Chad</option>
      <option value="CL">Chile</option>
      <option value="CN">China</option>
      <option value="CX">Christmas Island</option>
      <option value="CC">Cocos (Keeling) Islands</option>
      <option value="CO">Colombia</option>
      <option value="KM">Comoros</option>
      <option value="CG">Congo</option>
      <option value="CD">Congo (the Democratic Republic of the)</option>
      <option value="CK">Cook Islands</option>
      <option value="CR">Costa Rica</option>
      <option value="CI">Côte d'Ivoire</option>
      <option value="HR">Croatia</option>
      <option value="CU">Cuba</option>
      <option value="CW">Curaçao</option>
      <option value="CY">Cyprus</option>
      <option value="CZ">Czechia</option>
      <option value="DK">Denmark</option>
      <option value="DJ">Djibouti</option>
      <option value="DM">Dominica</option>
      <option value="DO">Dominican Republic</option>
      <option value="EC">Ecuador</option>
      <option value="EG">Egypt</option>
      <option value="SV">El Salvador</option>
      <option value="GQ">Equatorial Guinea</option>
      <option value="ER">Eritrea</option>
      <option value="EE">Estonia</option>
      <option value="SZ">Eswatini</option>
      <option value="ET">Ethiopia</option>
      <option value="FK">Falkland Islands (Malvinas)</option>
      <option value="FO">Faroe Islands</option>
      <option value="FJ">Fiji</option>
      <option value="FI">Finland</option>
      <option value="FR">France</option>
      <option value="GF">French Guiana</option>
      <option value="PF">French Polynesia</option>
      <option value="TF">French Southern Territories</option>
      <option value="GA">Gabon</option>
      <option value="GM">Gambia</option>
      <option value="GE">Georgia</option>
      <option value="DE">Germany</option>
      <option value="GH">Ghana</option>
      <option value="GI">Gibraltar</option>
      <option value="GR">Greece</option>
      <option value="GL">Greenland</option>
      <option value="GD">Grenada</option>
      <option value="GP">Guadeloupe</option>
      <option value="GU">Guam</option>
      <option value="GT">Guatemala</option>
      <option value="GG">Guernsey</option>
      <option value="GN">Guinea</option>
      <option value="GW">Guinea-Bissau</option>
      <option value="GY">Guyana</option>
      <option value="HT">Haiti</option>
      <option value="HM">Heard Island and McDonald Islands</option>
      <option value="VA">Holy See</option>
      <option value="HN">Honduras</option>
      <option value="HK">Hong Kong</option>
      <option value="HU">Hungary</option>
      <option value="IS">Iceland</option>
      <option value="IN">India</option>
      <option value="ID">Indonesia</option>
      <option value="IR">Iran (Islamic Republic of)</option>
      <option value="IQ">Iraq</option>
      <option value="IE">Ireland</option>
      <option value="IM">Isle of Man</option>
      <option value="IL">Israel</option>
      <option value="IT">Italy</option>
      <option value="JM">Jamaica</option>
      <option value="JP">Japan</option>
      <option value="JE">Jersey</option>
      <option value="JO">Jordan</option>
      <option value="KZ">Kazakhstan</option>
      <option value="KE">Kenya</option>
      <option value="KI">Kiribati</option>
      <option value="KP">Korea (the Democratic People's Republic of)</option>
      <option value="KR">Korea (the Republic of)</option>
      <option value="KW">Kuwait</option>
      <option value="KG">Kyrgyzstan</option>
      <option value="LA">Lao People's Democratic Republic</option>
      <option value="LV">Latvia</option>
      <option value="LB">Lebanon</option>
      <option value="LS">Lesotho</option>
      <option value="LR">Liberia</option>
      <option value="LY">Libya</option>
      <option value="LI">Liechtenstein</option>
      <option value="LT">Lithuania</option>
      <option value="LU">Luxembourg</option>
      <option value="MO">Macao</option>
      <option value="MG">Madagascar</option>
      <option value="MW">Malawi</option>
      <option value="MY">Malaysia</option>
      <option value="MV">Maldives</option>
      <option value="ML">Mali</option>
      <option value="MT">Malta</option>
      <option value="MH">Marshall Islands</option>
      <option value="MQ">Martinique</option>
      <option value="MR">Mauritania</option>
      <option value="MU">Mauritius</option>
      <option value="YT">Mayotte</option>
      <option value="MX">Mexico</option>
      <option value="FM">Micronesia (Federated States of)</option>
      <option value="MD">Moldova (the Republic of)</option>
      <option value="MC">Monaco</option>
      <option value="MN">Mongolia</option>
      <option value="ME">Montenegro</option>
      <option value="MS">Montserrat</option>
      <option value="MA">Morocco</option>
      <option value="MZ">Mozambique</option>
      <option value="MM">Myanmar</option>
      <option value="NA">Namibia</option>
      <option value="NR">Nauru</option>
      <option value="NP">Nepal</option>
      <option value="NL">Netherlands</option>
      <option value="NC">New Caledonia</option>
      <option value="NZ">New Zealand</option>
      <option value="NI">Nicaragua</option>
      <option value="NE">Niger</option>
      <option value="NG">Nigeria</option>
      <option value="NU">Niue</option>
      <option value="NF">Norfolk Island</option>
      <option value="MK">North Macedonia</option>
      <option value="MP">Northern Mariana Islands</option>
      <option value="NO">Norway</option>
      <option value="OM">Oman</option>
      <option value="PK">Pakistan</option>
      <option value="PW">Palau</option>
      <option value="PS">Palestine, State of</option>
      <option value="PA">Panama</option>
      <option value="PG">Papua New Guinea</option>
      <option value="PY">Paraguay</option>
      <option value="PE">Peru</option>
      <option value="PH">Philippines</option>
      <option value="PN">Pitcairn</option>
      <option value="PL">Poland</option>
      <option value="PT">Portugal</option>
      <option value="PR">Puerto Rico</option>
      <option value="QA">Qatar</option>
      <option value="RE">Réunion</option>
      <option value="RO">Romania</option>
      <option value="RU">Russian Federation</option>
      <option value="RW">Rwanda</option>
      <option value="BL">Saint Barthélemy</option>
      <option value="SH">Saint Helena, Ascension and Tristan da Cunha</option>
      <option value="KN">Saint Kitts and Nevis</option>
      <option value="LC">Saint Lucia</option>
      <option value="MF">Saint Martin (French part)</option>
      <option value="PM">Saint Pierre and Miquelon</option>
      <option value="VC">Saint Vincent and the Grenadines</option>
      <option value="WS">Samoa</option>
      <option value="SM">San Marino</option>
      <option value="ST">Sao Tome and Principe</option>
      <option value="SA">Saudi Arabia</option>
      <option value="SN">Senegal</option>
      <option value="RS">Serbia</option>
      <option value="SC">Seychelles</option>
      <option value="SL">Sierra Leone</option>
      <option value="SG">Singapore</option>
      <option value="SX">Sint Maarten (Dutch part)</option>
      <option value="SK">Slovakia</option>
      <option value="SI">Slovenia</option>
      <option value="SB">Solomon Islands</option>
      <option value="SO">Somalia</option>
      <option value="ZA">South Africa</option>
      <option value="GS">South Georgia and the South Sandwich Islands</option>
      <option value="SS">South Sudan</option>
      <option value="ES">Spain</option>
      <option value="LK">Sri Lanka</option>
      <option value="SD">Sudan</option>
      <option value="SR">Suriname</option>
      <option value="SJ">Svalbard and Jan Mayen</option>
      <option value="SE">Sweden</option>
      <option value="CH">Switzerland</option>
      <option value="SY">Syrian Arab Republic</option>
      <option value="TW">Taiwan</option>
      <option value="TJ">Tajikistan</option>
      <option value="TZ">Tanzania, the United Republic of</option>
      <option value="TH">Thailand</option>
      <option value="TL">Timor-Leste</option>
      <option value="TG">Togo</option>
      <option value="TK">Tokelau</option>
      <option value="TO">Tonga</option>
      <option value="TT">Trinidad and Tobago</option>
      <option value="TN">Tunisia</option>
      <option value="TR">Turkey</option>
      <option value="TM">Turkmenistan</option>
      <option value="TC">Turks and Caicos Islands</option>
      <option value="TV">Tuvalu</option>
      <option value="UG">Uganda</option>
      <option value="UA">Ukraine</option>
      <option value="AE">United Arab Emirates</option>
      <option value="GB">United Kingdom</option>
      <option value="US">United States</option>
      <option value="UM">United States Minor Outlying Islands</option>
      <option value="UY">Uruguay</option>
      <option value="UZ">Uzbekistan</option>
      <option value="VU">Vanuatu</option>
      <option value="VE">Venezuela (Bolivarian Republic of)</option>
      <option value="VN">Viet Nam</option>
      <option value="VG">Virgin Islands (British)</option>
      <option value="VI">Virgin Islands (U.S.)</option>
      <option value="WF">Wallis and Futuna</option>
      <option value="EH">Western Sahara</option>
      <option value="YE">Yemen</option>
      <option value="ZM">Zambia</option>
      <option value="ZW">Zimbabwe</option>
    </select>
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <input type="text" class="form-control" placeholder="City" name="city">
    <span class="error-reg"></span>
  </div>
  <button type="submit" class="login-button button">Log In</button>
</form>

<form action="" class="login-form" id="user-register-form" data-once="form-updated" data-drupal-form-fields="id_pass">
  <div class="div-form-custom">
    <input type="text" class="form-control" placeholder="First Name" name="firstName">
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <input type="text" class="form-control" placeholder="Last Name" name="lastName">
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <select type="text" class="form-control border-blue country-select" name="country">
      <option value="0" disabled="" selected="">Country</option>
      <option value="AF">Afghanistan</option>
      <option value="AX">Åland Islands</option>
      <option value="AL">Albania</option>
      <option value="DZ">Algeria</option>
      <option value="AS">American Samoa</option>
      <option value="AD">Andorra</option>
      <option value="AO">Angola</option>
      <option value="AI">Anguilla</option>
      <option value="AQ">Antarctica</option>
      <option value="AG">Antigua and Barbuda</option>
      <option value="AR">Argentina</option>
      <option value="AM">Armenia</option>
      <option value="AW">Aruba</option>
      <option value="AU">Australia</option>
      <option value="AT">Austria</option>
      <option value="BS">Bahamas</option>
      <option value="BH">Bahrain</option>
      <option value="BD">Bangladesh</option>
      <option value="BB">Barbados</option>
      <option value="BY">Belarus</option>
      <option value="BE">Belgium</option>
      <option value="BZ">Belize</option>
      <option value="BJ">Benin</option>
      <option value="BM">Bermuda</option>
      <option value="BT">Bhutan</option>
      <option value="BO">Bolivia (Plurinational State of)</option>
      <option value="BQ">Bonaire, Sint Eustatius and Saba</option>
      <option value="BA">Bosnia and Herzegovina</option>
      <option value="BW">Botswana</option>
      <option value="BV">Bouvet Island</option>
      <option value="BR">Brazil</option>
      <option value="IO">British Indian Ocean Territory</option>
      <option value="BN">Brunei Darussalam</option>
      <option value="BG">Bulgaria</option>
      <option value="BF">Burkina Faso</option>
      <option value="BI">Burundi</option>
      <option value="CV">Cabo Verde</option>
      <option value="KH">Cambodia</option>
      <option value="CM">Cameroon</option>
      <option value="CA">Canada</option>
      <option value="KY">Cayman Islands</option>
      <option value="CF">Central African Republic</option>
      <option value="TD">Chad</option>
      <option value="CL">Chile</option>
      <option value="CN">China</option>
      <option value="CX">Christmas Island</option>
      <option value="CC">Cocos (Keeling) Islands</option>
      <option value="CO">Colombia</option>
      <option value="KM">Comoros</option>
      <option value="CG">Congo</option>
      <option value="CD">Congo (the Democratic Republic of the)</option>
      <option value="CK">Cook Islands</option>
      <option value="CR">Costa Rica</option>
      <option value="CI">Côte d'Ivoire</option>
      <option value="HR">Croatia</option>
      <option value="CU">Cuba</option>
      <option value="CW">Curaçao</option>
      <option value="CY">Cyprus</option>
      <option value="CZ">Czechia</option>
      <option value="DK">Denmark</option>
      <option value="DJ">Djibouti</option>
      <option value="DM">Dominica</option>
      <option value="DO">Dominican Republic</option>
      <option value="EC">Ecuador</option>
      <option value="EG">Egypt</option>
      <option value="SV">El Salvador</option>
      <option value="GQ">Equatorial Guinea</option>
      <option value="ER">Eritrea</option>
      <option value="EE">Estonia</option>
      <option value="SZ">Eswatini</option>
      <option value="ET">Ethiopia</option>
      <option value="FK">Falkland Islands (Malvinas)</option>
      <option value="FO">Faroe Islands</option>
      <option value="FJ">Fiji</option>
      <option value="FI">Finland</option>
      <option value="FR">France</option>
      <option value="GF">French Guiana</option>
      <option value="PF">French Polynesia</option>
      <option value="TF">French Southern Territories</option>
      <option value="GA">Gabon</option>
      <option value="GM">Gambia</option>
      <option value="GE">Georgia</option>
      <option value="DE">Germany</option>
      <option value="GH">Ghana</option>
      <option value="GI">Gibraltar</option>
      <option value="GR">Greece</option>
      <option value="GL">Greenland</option>
      <option value="GD">Grenada</option>
      <option value="GP">Guadeloupe</option>
      <option value="GU">Guam</option>
      <option value="GT">Guatemala</option>
      <option value="GG">Guernsey</option>
      <option value="GN">Guinea</option>
      <option value="GW">Guinea-Bissau</option>
      <option value="GY">Guyana</option>
      <option value="HT">Haiti</option>
      <option value="HM">Heard Island and McDonald Islands</option>
      <option value="VA">Holy See</option>
      <option value="HN">Honduras</option>
      <option value="HK">Hong Kong</option>
      <option value="HU">Hungary</option>
      <option value="IS">Iceland</option>
      <option value="IN">India</option>
      <option value="ID">Indonesia</option>
      <option value="IR">Iran (Islamic Republic of)</option>
      <option value="IQ">Iraq</option>
      <option value="IE">Ireland</option>
      <option value="IM">Isle of Man</option>
      <option value="IL">Israel</option>
      <option value="IT">Italy</option>
      <option value="JM">Jamaica</option>
      <option value="JP">Japan</option>
      <option value="JE">Jersey</option>
      <option value="JO">Jordan</option>
      <option value="KZ">Kazakhstan</option>
      <option value="KE">Kenya</option>
      <option value="KI">Kiribati</option>
      <option value="KP">Korea (the Democratic People's Republic of)</option>
      <option value="KR">Korea (the Republic of)</option>
      <option value="KW">Kuwait</option>
      <option value="KG">Kyrgyzstan</option>
      <option value="LA">Lao People's Democratic Republic</option>
      <option value="LV">Latvia</option>
      <option value="LB">Lebanon</option>
      <option value="LS">Lesotho</option>
      <option value="LR">Liberia</option>
      <option value="LY">Libya</option>
      <option value="LI">Liechtenstein</option>
      <option value="LT">Lithuania</option>
      <option value="LU">Luxembourg</option>
      <option value="MO">Macao</option>
      <option value="MG">Madagascar</option>
      <option value="MW">Malawi</option>
      <option value="MY">Malaysia</option>
      <option value="MV">Maldives</option>
      <option value="ML">Mali</option>
      <option value="MT">Malta</option>
      <option value="MH">Marshall Islands</option>
      <option value="MQ">Martinique</option>
      <option value="MR">Mauritania</option>
      <option value="MU">Mauritius</option>
      <option value="YT">Mayotte</option>
      <option value="MX">Mexico</option>
      <option value="FM">Micronesia (Federated States of)</option>
      <option value="MD">Moldova (the Republic of)</option>
      <option value="MC">Monaco</option>
      <option value="MN">Mongolia</option>
      <option value="ME">Montenegro</option>
      <option value="MS">Montserrat</option>
      <option value="MA">Morocco</option>
      <option value="MZ">Mozambique</option>
      <option value="MM">Myanmar</option>
      <option value="NA">Namibia</option>
      <option value="NR">Nauru</option>
      <option value="NP">Nepal</option>
      <option value="NL">Netherlands</option>
      <option value="NC">New Caledonia</option>
      <option value="NZ">New Zealand</option>
      <option value="NI">Nicaragua</option>
      <option value="NE">Niger</option>
      <option value="NG">Nigeria</option>
      <option value="NU">Niue</option>
      <option value="NF">Norfolk Island</option>
      <option value="MK">North Macedonia</option>
      <option value="MP">Northern Mariana Islands</option>
      <option value="NO">Norway</option>
      <option value="OM">Oman</option>
      <option value="PK">Pakistan</option>
      <option value="PW">Palau</option>
      <option value="PS">Palestine, State of</option>
      <option value="PA">Panama</option>
      <option value="PG">Papua New Guinea</option>
      <option value="PY">Paraguay</option>
      <option value="PE">Peru</option>
      <option value="PH">Philippines</option>
      <option value="PN">Pitcairn</option>
      <option value="PL">Poland</option>
      <option value="PT">Portugal</option>
      <option value="PR">Puerto Rico</option>
      <option value="QA">Qatar</option>
      <option value="RE">Réunion</option>
      <option value="RO">Romania</option>
      <option value="RU">Russian Federation</option>
      <option value="RW">Rwanda</option>
      <option value="BL">Saint Barthélemy</option>
      <option value="SH">Saint Helena, Ascension and Tristan da Cunha</option>
      <option value="KN">Saint Kitts and Nevis</option>
      <option value="LC">Saint Lucia</option>
      <option value="MF">Saint Martin (French part)</option>
      <option value="PM">Saint Pierre and Miquelon</option>
      <option value="VC">Saint Vincent and the Grenadines</option>
      <option value="WS">Samoa</option>
      <option value="SM">San Marino</option>
      <option value="ST">Sao Tome and Principe</option>
      <option value="SA">Saudi Arabia</option>
      <option value="SN">Senegal</option>
      <option value="RS">Serbia</option>
      <option value="SC">Seychelles</option>
      <option value="SL">Sierra Leone</option>
      <option value="SG">Singapore</option>
      <option value="SX">Sint Maarten (Dutch part)</option>
      <option value="SK">Slovakia</option>
      <option value="SI">Slovenia</option>
      <option value="SB">Solomon Islands</option>
      <option value="SO">Somalia</option>
      <option value="ZA">South Africa</option>
      <option value="GS">South Georgia and the South Sandwich Islands</option>
      <option value="SS">South Sudan</option>
      <option value="ES">Spain</option>
      <option value="LK">Sri Lanka</option>
      <option value="SD">Sudan</option>
      <option value="SR">Suriname</option>
      <option value="SJ">Svalbard and Jan Mayen</option>
      <option value="SE">Sweden</option>
      <option value="CH">Switzerland</option>
      <option value="SY">Syrian Arab Republic</option>
      <option value="TW">Taiwan</option>
      <option value="TJ">Tajikistan</option>
      <option value="TZ">Tanzania, the United Republic of</option>
      <option value="TH">Thailand</option>
      <option value="TL">Timor-Leste</option>
      <option value="TG">Togo</option>
      <option value="TK">Tokelau</option>
      <option value="TO">Tonga</option>
      <option value="TT">Trinidad and Tobago</option>
      <option value="TN">Tunisia</option>
      <option value="TR">Turkey</option>
      <option value="TM">Turkmenistan</option>
      <option value="TC">Turks and Caicos Islands</option>
      <option value="TV">Tuvalu</option>
      <option value="UG">Uganda</option>
      <option value="UA">Ukraine</option>
      <option value="AE">United Arab Emirates</option>
      <option value="GB">United Kingdom</option>
      <option value="US">United States</option>
      <option value="UM">United States Minor Outlying Islands</option>
      <option value="UY">Uruguay</option>
      <option value="UZ">Uzbekistan</option>
      <option value="VU">Vanuatu</option>
      <option value="VE">Venezuela (Bolivarian Republic of)</option>
      <option value="VN">Viet Nam</option>
      <option value="VG">Virgin Islands (British)</option>
      <option value="VI">Virgin Islands (U.S.)</option>
      <option value="WF">Wallis and Futuna</option>
      <option value="EH">Western Sahara</option>
      <option value="YE">Yemen</option>
      <option value="ZM">Zambia</option>
      <option value="ZW">Zimbabwe</option>
    </select>
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <input type="text" class="form-control" placeholder="City" name="city">
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <input type="date" class="form-control" placeholder="Birth Date" name="birthDate">
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <input type="email" class="form-control" placeholder="Email" name="email">
    <span class="error-reg"></span>
  </div>
  <div class="div-form-custom">
    <input type="password" class="form-control" placeholder="Password" name="password" id="id_pass" onkeyup="updatePassValue()">
    <span class="pass-viewer">
      <i id="passeye" class="mystyle eye slash icon"></i>
    </span>
    <span class="error-reg"></span>
  </div>
  <script>
    let passInput = document.querySelector('#id_pass');
    let passeye = document.querySelector('#passeye');

    function updatePassValue() {
      if (passInput.value !== '') {
        passeye.classList.remove("mystyle");
      } else {
        passeye.classList.add("mystyle");
      }
    }
    passeye.addEventListener('click', function(e) {
      if (passInput.getAttribute('type') === 'password') {
        passInput.setAttribute('type', 'text');
      } else {
        passInput.setAttribute('type', 'password');
      }
      passeye.classList.toggle("slash");
    });
  </script>
  <span class="footer-content"> By clicking "Sign Up" button you agree with our <a href="/privacy-policy">Privacy Policy</a>
  </span>
  <button type="submit" class="login-button button">SIGN UP</button>
</form>

GET /results

<form method="GET" action="/results" data-once="form-updated" data-drupal-form-fields="">
  <input required="" type="text" name="search" value="" placeholder="Search for Courses" class="search-input">
</form>

GET /results

<form method="GET" action="/results" data-once="form-updated" data-drupal-form-fields="">
  <input required="" type="text" name="search" value="" placeholder="Search for Courses" class="search-input">
</form>

POST /

<form class="contact-message-homepage-form-form contact-message-form contact-form" data-user-info-from-browser="" data-drupal-selector="contact-message-homepage-form-form" action="/" method="post" id="contact-message-homepage-form-form"
  accept-charset="UTF-8" data-once="form-updated user-info-from-browser"
  data-drupal-form-fields="edit-field-fullname-home-form-0-value,edit-field-email-home-form-0-value,edit-field-subject-home-form,edit-field-country-home-form,edit-message-0-value">
  <div class="form-inputs-wrapp">
    <!-- THEME DEBUG -->
    <!-- THEME HOOK: 'input__hidden' -->
    <!-- FILE NAME SUGGESTIONS:
   * input--hidden.html.twig
   x input.html.twig
-->
    <!-- BEGIN OUTPUT from 'core/modules/system/templates/input.html.twig' -->
    <input autocomplete="off" data-drupal-selector="form-hninb-nad0lfcn2uelqkbvt7tmu5jvvx3-yy01b8tpc" type="hidden" name="form_build_id" value="form-HnInb_Nad0Lfcn2uELqkbVT7TMU5JvvX3-YY01B8Tpc">
    <!-- END OUTPUT from 'core/modules/system/templates/input.html.twig' -->
    <!-- THEME DEBUG -->
    <!-- THEME HOOK: 'input__hidden' -->
    <!-- FILE NAME SUGGESTIONS:
   * input--hidden.html.twig
   x input.html.twig
-->
    <!-- BEGIN OUTPUT from 'core/modules/system/templates/input.html.twig' -->
    <input data-drupal-selector="edit-contact-message-homepage-form-form" type="hidden" name="form_id" value="contact_message_homepage_form_form">
    <!-- END OUTPUT from 'core/modules/system/templates/input.html.twig' -->
    <div class="container-fullname-email-subject-city">
      <div class="text">
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'field_multiple_value_form' -->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/field-multiple-value-form.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element' -->
        <!-- BEGIN OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element_label' -->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <label for="edit-field-fullname-home-form-0-value" class="js-form-required form-required">Full Name</label>
        <!-- END OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'input__textfield' -->
        <!-- FILE NAME SUGGESTIONS:
   * input--textfield.html.twig
   x input.html.twig
-->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/input.html.twig' -->
        <input class="js-text-full text-full form-text required" data-drupal-selector="edit-field-fullname-home-form-0-value" type="text" id="edit-field-fullname-home-form-0-value" name="field_fullname_home_form[0][value]" value="" size="60"
          maxlength="255" placeholder="Fullname" required="required" aria-required="true">
        <!-- END OUTPUT from 'core/modules/system/templates/input.html.twig' -->
        <!-- END OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
        <!-- END OUTPUT from 'core/modules/system/templates/field-multiple-value-form.html.twig' -->
      </div>
      <div class="text">
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'field_multiple_value_form' -->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/field-multiple-value-form.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element' -->
        <!-- BEGIN OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element_label' -->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <label for="edit-field-email-home-form-0-value" class="js-form-required form-required">Email</label>
        <!-- END OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'input__email' -->
        <!-- FILE NAME SUGGESTIONS:
   * input--email.html.twig
   x input.html.twig
-->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/input.html.twig' -->
        <input data-drupal-selector="edit-field-email-home-form-0-value" type="email" id="edit-field-email-home-form-0-value" name="field_email_home_form[0][value]" value="" size="60" maxlength="254" placeholder="Email" class="form-email required"
          required="required" aria-required="true">
        <!-- END OUTPUT from 'core/modules/system/templates/input.html.twig' -->
        <!-- END OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
        <!-- END OUTPUT from 'core/modules/system/templates/field-multiple-value-form.html.twig' -->
      </div>
    </div>
    <div class="container-fullname-email-subject-city">
      <div class="select">
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element' -->
        <!-- BEGIN OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element_label' -->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <label for="edit-field-subject-home-form" class="js-form-required form-required">Subject</label>
        <!-- END OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'select' -->
        <!-- BEGIN OUTPUT from 'themes/avc/templates/select.html.twig' -->
        <select data-drupal-selector="edit-field-subject-home-form" id="edit-field-subject-home-form" name="field_subject_home_form" class="form-select required" required="required" aria-required="true">
          <option value="_none">Subject</option>
          <option value="Individual Learners">Individual Learners</option>
          <option value="Hybrid Program">Hybrid Program</option>
          <option value="e-Books">e-Books</option>
          <option value="Other">Other</option>
        </select>
        <!-- END OUTPUT from 'themes/avc/templates/select.html.twig' -->
        <!-- END OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
      </div>
      <div class="select">
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element' -->
        <!-- BEGIN OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'form_element_label' -->
        <!-- BEGIN OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <label for="edit-field-country-home-form" class="js-form-required form-required">Country</label>
        <!-- END OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
        <!-- THEME DEBUG -->
        <!-- THEME HOOK: 'select' -->
        <!-- BEGIN OUTPUT from 'themes/avc/templates/select.html.twig' -->
        <select data-drupal-selector="edit-field-country-home-form" id="edit-field-country-home-form" name="field_country_home_form" class="form-select required" required="required" aria-required="true">
          <option value="_none">Country</option>
          <option value="Afghanistan">Afghanistan</option>
          <option value="Albania">Albania</option>
          <option value="Algeria">Algeria</option>
          <option value="Andorra">Andorra</option>
          <option value="Angola">Angola</option>
          <option value="Antigua &amp; Deps">Antigua &amp; Deps</option>
          <option value="Argentina">Argentina</option>
          <option value="Armenia">Armenia</option>
          <option value="Australia">Australia</option>
          <option value="Austria">Austria</option>
          <option value="Azerbaijan">Azerbaijan</option>
          <option value="Bahamas">Bahamas</option>
          <option value="Bahrain">Bahrain</option>
          <option value="Bangladesh">Bangladesh</option>
          <option value="Barbados">Barbados</option>
          <option value="Belarus">Belarus</option>
          <option value="Belgium">Belgium</option>
          <option value="Belize">Belize</option>
          <option value="Benin">Benin</option>
          <option value="Bhutan">Bhutan</option>
          <option value="Bolivia">Bolivia</option>
          <option value="Bosnia Herzegovina">Bosnia Herzegovina</option>
          <option value="Botswana">Botswana</option>
          <option value="Brazil">Brazil</option>
          <option value="Brunei">Brunei</option>
          <option value="Bulgaria">Bulgaria</option>
          <option value="Burkina">Burkina</option>
          <option value="Burundi">Burundi</option>
          <option value="Cambodia">Cambodia</option>
          <option value="Cameroon">Cameroon</option>
          <option value="Canada">Canada</option>
          <option value="Cape Verde">Cape Verde</option>
          <option value="Central African Rep">Central African Rep</option>
          <option value="Chad">Chad</option>
          <option value="Chile">Chile</option>
          <option value="China">China</option>
          <option value="Colombia">Colombia</option>
          <option value="Comoros">Comoros</option>
          <option value="Congo">Congo</option>
          <option value="Congo {Democratic Rep}">Congo {Democratic Rep}</option>
          <option value="Costa Rica">Costa Rica</option>
          <option value="Croatia">Croatia</option>
          <option value="Cuba">Cuba</option>
          <option value="Cyprus">Cyprus</option>
          <option value="Czech Republic">Czech Republic</option>
          <option value="Denmark">Denmark</option>
          <option value="Djibouti">Djibouti</option>
          <option value="Dominica">Dominica</option>
          <option value="Dominican Republic">Dominican Republic</option>
          <option value="East Timor">East Timor</option>
          <option value="Ecuador">Ecuador</option>
          <option value="Egypt">Egypt</option>
          <option value="El Salvador">El Salvador</option>
          <option value="Equatorial Guinea">Equatorial Guinea</option>
          <option value="Eritrea">Eritrea</option>
          <option value="Estonia">Estonia</option>
          <option value="Ethiopia">Ethiopia</option>
          <option value="Fiji">Fiji</option>
          <option value="Finland">Finland</option>
          <option value="France">France</option>
          <option value="Gabon">Gabon</option>
          <option value="Gambia">Gambia</option>
          <option value="Georgia">Georgia</option>
          <option value="Germany">Germany</option>
          <option value="Ghana">Ghana</option>
          <option value="Greece">Greece</option>
          <option value="Grenada">Grenada</option>
          <option value="Guatemala">Guatemala</option>
          <option value="Guinea">Guinea</option>
          <option value="Guinea-Bissau">Guinea-Bissau</option>
          <option value="Guyana">Guyana</option>
          <option value="Haiti">Haiti</option>
          <option value="Honduras">Honduras</option>
          <option value="Hungary">Hungary</option>
          <option value="Iceland">Iceland</option>
          <option value="India">India</option>
          <option value="Indonesia">Indonesia</option>
          <option value="Iran">Iran</option>
          <option value="Iraq">Iraq</option>
          <option value="Ireland {Republic}">Ireland {Republic}</option>
          <option value="Israel">Israel</option>
          <option value="Italy">Italy</option>
          <option value="Ivory Coast">Ivory Coast</option>
          <option value="Jamaica">Jamaica</option>
          <option value="Japan">Japan</option>
          <option value="Jordan">Jordan</option>
          <option value="Kazakhstan">Kazakhstan</option>
          <option value="Kenya">Kenya</option>
          <option value="Kiribati">Kiribati</option>
          <option value="Korea North">Korea North</option>
          <option value="Korea South">Korea South</option>
          <option value="Kosovo">Kosovo</option>
          <option value="Kuwait">Kuwait</option>
          <option value="Kyrgyzstan">Kyrgyzstan</option>
          <option value="Laos">Laos</option>
          <option value="Latvia">Latvia</option>
          <option value="Lebanon">Lebanon</option>
          <option value="Lesotho">Lesotho</option>
          <option value="Liberia">Liberia</option>
          <option value="Libya">Libya</option>
          <option value="Liechtenstein">Liechtenstein</option>
          <option value="Lithuania">Lithuania</option>
          <option value="Luxembourg">Luxembourg</option>
          <option value="Macedonia">Macedonia</option>
          <option value="Madagascar">Madagascar</option>
          <option value="Malawi">Malawi</option>
          <option value="Malaysia">Malaysia</option>
          <option value="Maldives">Maldives</option>
          <option value="Mali">Mali</option>
          <option value="Malta">Malta</option>
          <option value="Marshall Islands">Marshall Islands</option>
          <option value="Mauritania">Mauritania</option>
          <option value="Mauritius">Mauritius</option>
          <option value="Mexico">Mexico</option>
          <option value="Micronesia">Micronesia</option>
          <option value="Moldova">Moldova</option>
          <option value="Monaco">Monaco</option>
          <option value="Mongolia">Mongolia</option>
          <option value="Montenegro">Montenegro</option>
          <option value="Morocco">Morocco</option>
          <option value="Mozambique">Mozambique</option>
          <option value="Myanmar, {Burma}">Myanmar, {Burma}</option>
          <option value="Namibia">Namibia</option>
          <option value="Nauru">Nauru</option>
          <option value="Nepal">Nepal</option>
          <option value="Netherlands">Netherlands</option>
          <option value="New Zealand">New Zealand</option>
          <option value="Nicaragua">Nicaragua</option>
          <option value="Niger">Niger</option>
          <option value="Nigeria">Nigeria</option>
          <option value="Norway">Norway</option>
          <option value="Oman">Oman</option>
          <option value="Pakistan">Pakistan</option>
          <option value="Palau">Palau</option>
          <option value="Panama">Panama</option>
          <option value="Papua New Guinea">Papua New Guinea</option>
          <option value="Paraguay">Paraguay</option>
          <option value="Peru">Peru</option>
          <option value="Philippines">Philippines</option>
          <option value="Poland">Poland</option>
          <option value="Portugal">Portugal</option>
          <option value="Qatar">Qatar</option>
          <option value="Romania">Romania</option>
          <option value="Russian Federation">Russian Federation</option>
          <option value="Rwanda">Rwanda</option>
          <option value="St Kitts &amp; Nevis">St Kitts &amp; Nevis</option>
          <option value="St Lucia">St Lucia</option>
          <option value="Saint Vincent &amp; the Grenadines">Saint Vincent &amp; the Grenadines</option>
          <option value="Samoa">Samoa</option>
          <option value="San Marino">San Marino</option>
          <option value="Sao Tome &amp; Principe">Sao Tome &amp; Principe</option>
          <option value="Saudi Arabia">Saudi Arabia</option>
          <option value="Senegal">Senegal</option>
          <option value="Serbia">Serbia</option>
          <option value="Seychelles">Seychelles</option>
          <option value="Sierra Leone">Sierra Leone</option>
          <option value="Singapore">Singapore</option>
          <option value="Slovakia">Slovakia</option>
          <option value="Slovenia">Slovenia</option>
          <option value="Solomon Islands">Solomon Islands</option>
          <option value="Somalia">Somalia</option>
          <option value="South Africa">South Africa</option>
          <option value="South Sudan">South Sudan</option>
          <option value="Spain">Spain</option>
          <option value="Sri Lanka">Sri Lanka</option>
          <option value="Sudan">Sudan</option>
          <option value="Suriname">Suriname</option>
          <option value="Swaziland">Swaziland</option>
          <option value="Sweden">Sweden</option>
          <option value="Switzerland">Switzerland</option>
          <option value="Syria">Syria</option>
          <option value="Taiwan">Taiwan</option>
          <option value="Tajikistan">Tajikistan</option>
          <option value="Tanzania">Tanzania</option>
          <option value="Thailand">Thailand</option>
          <option value="Togo">Togo</option>
          <option value="Tonga">Tonga</option>
          <option value="Trinidad &amp; Tobago">Trinidad &amp; Tobago</option>
          <option value="Tunisia">Tunisia</option>
          <option value="Turkey">Turkey</option>
          <option value="Turkmenistan">Turkmenistan</option>
          <option value="Tuvalu">Tuvalu</option>
          <option value="Uganda">Uganda</option>
          <option value="Ukraine">Ukraine</option>
          <option value="United Arab Emirates">United Arab Emirates</option>
          <option value="United Kingdom">United Kingdom</option>
          <option value="United States">United States</option>
          <option value="Uruguay">Uruguay</option>
          <option value="Uzbekistan">Uzbekistan</option>
          <option value="Vanuatu">Vanuatu</option>
          <option value="Vatican City">Vatican City</option>
          <option value="Venezuela">Venezuela</option>
          <option value="Vietnam">Vietnam</option>
          <option value="Yemen">Yemen</option>
          <option value="Zambia">Zambia</option>
          <option value="Zimbabwe">Zimbabwe</option>
        </select>
        <!-- END OUTPUT from 'themes/avc/templates/select.html.twig' -->
        <!-- END OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
      </div>
    </div>
    <div class="textarea">
      <!-- THEME DEBUG -->
      <!-- THEME HOOK: 'field_multiple_value_form' -->
      <!-- BEGIN OUTPUT from 'core/modules/system/templates/field-multiple-value-form.html.twig' -->
      <!-- THEME DEBUG -->
      <!-- THEME HOOK: 'form_element' -->
      <!-- BEGIN OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
      <!-- THEME DEBUG -->
      <!-- THEME HOOK: 'form_element_label' -->
      <!-- BEGIN OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
      <label for="edit-message-0-value" class="js-form-required form-required">Message</label>
      <!-- END OUTPUT from 'core/modules/system/templates/form-element-label.html.twig' -->
      <!-- THEME DEBUG -->
      <!-- THEME HOOK: 'textarea' -->
      <!-- BEGIN OUTPUT from 'core/modules/system/templates/textarea.html.twig' -->
      <div>
        <textarea class="js-text-full text-full form-textarea required" data-drupal-selector="edit-message-0-value" id="edit-message-0-value" name="message[0][value]" rows="12" cols="60" placeholder="" required="required"
          aria-required="true"></textarea>
      </div>
      <!-- END OUTPUT from 'core/modules/system/templates/textarea.html.twig' -->
      <!-- END OUTPUT from 'themes/avc/templates/form-element.html.twig' -->
      <!-- END OUTPUT from 'core/modules/system/templates/field-multiple-value-form.html.twig' -->
    </div>
    <div class="contact-send">
      <button type="submit" class="button send-btn">Submit</button>
    </div>
  </div>
</form>

Text Content

x
×
Your browser does not support the audio element.


LOG IN


Forgot your password? Log In

Don't have an account? Sign Up



FINALIZE REGISTRATION

To finalize registration please complete following fields

Country Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola
Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia
Austria Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda
Bhutan Bolivia (Plurinational State of) Bonaire, Sint Eustatius and Saba Bosnia
and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory
Brunei Darussalam Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon
Canada Cayman Islands Central African Republic Chad Chile China Christmas Island
Cocos (Keeling) Islands Colombia Comoros Congo Congo (the Democratic Republic of
the) Cook Islands Costa Rica Côte d'Ivoire Croatia Cuba Curaçao Cyprus Czechia
Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador
Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands (Malvinas)
Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern
Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland
Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti
Heard Island and McDonald Islands Holy See Honduras Hong Kong Hungary Iceland
India Indonesia Iran (Islamic Republic of) Iraq Ireland Isle of Man Israel Italy
Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea (the Democratic
People's Republic of) Korea (the Republic of) Kuwait Kyrgyzstan Lao People's
Democratic Republic Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania
Luxembourg Macao Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands
Martinique Mauritania Mauritius Mayotte Mexico Micronesia (Federated States of)
Moldova (the Republic of) Monaco Mongolia Montenegro Montserrat Morocco
Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand
Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana
Islands Norway Oman Pakistan Palau Palestine, State of Panama Papua New Guinea
Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Réunion
Romania Russian Federation Rwanda Saint Barthélemy Saint Helena, Ascension and
Tristan da Cunha Saint Kitts and Nevis Saint Lucia Saint Martin (French part)
Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino Sao
Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore
Sint Maarten (Dutch part) Slovakia Slovenia Solomon Islands Somalia South Africa
South Georgia and the South Sandwich Islands South Sudan Spain Sri Lanka Sudan
Suriname Svalbard and Jan Mayen Sweden Switzerland Syrian Arab Republic Taiwan
Tajikistan Tanzania, the United Republic of Thailand Timor-Leste Togo Tokelau
Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands
Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States United
States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Venezuela (Bolivarian
Republic of) Viet Nam Virgin Islands (British) Virgin Islands (U.S.) Wallis and
Futuna Western Sahara Yemen Zambia Zimbabwe

Log In




CREATE ACCOUNT

Country Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola
Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia
Austria Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda
Bhutan Bolivia (Plurinational State of) Bonaire, Sint Eustatius and Saba Bosnia
and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory
Brunei Darussalam Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon
Canada Cayman Islands Central African Republic Chad Chile China Christmas Island
Cocos (Keeling) Islands Colombia Comoros Congo Congo (the Democratic Republic of
the) Cook Islands Costa Rica Côte d'Ivoire Croatia Cuba Curaçao Cyprus Czechia
Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador
Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands (Malvinas)
Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern
Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland
Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti
Heard Island and McDonald Islands Holy See Honduras Hong Kong Hungary Iceland
India Indonesia Iran (Islamic Republic of) Iraq Ireland Isle of Man Israel Italy
Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea (the Democratic
People's Republic of) Korea (the Republic of) Kuwait Kyrgyzstan Lao People's
Democratic Republic Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania
Luxembourg Macao Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands
Martinique Mauritania Mauritius Mayotte Mexico Micronesia (Federated States of)
Moldova (the Republic of) Monaco Mongolia Montenegro Montserrat Morocco
Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand
Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana
Islands Norway Oman Pakistan Palau Palestine, State of Panama Papua New Guinea
Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Réunion
Romania Russian Federation Rwanda Saint Barthélemy Saint Helena, Ascension and
Tristan da Cunha Saint Kitts and Nevis Saint Lucia Saint Martin (French part)
Saint Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino Sao
Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore
Sint Maarten (Dutch part) Slovakia Slovenia Solomon Islands Somalia South Africa
South Georgia and the South Sandwich Islands South Sudan Spain Sri Lanka Sudan
Suriname Svalbard and Jan Mayen Sweden Switzerland Syrian Arab Republic Taiwan
Tajikistan Tanzania, the United Republic of Thailand Timor-Leste Togo Tokelau
Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands
Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States United
States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Venezuela (Bolivarian
Republic of) Viet Nam Virgin Islands (British) Virgin Islands (U.S.) Wallis and
Futuna Western Sahara Yemen Zambia Zimbabwe




By clicking "Sign Up" button you agree with our Privacy Policy SIGN UP
Already have an account? Log In

   
   
   
   
   
   
   
   
 * News
 * About Us
 * Contact Us
 * 
   
 * Log In
   
   
 * EN
   
   Choose language
   
    * EN
    * FR
    * РУС
    * SP
    * TR
    * ԱԵ. ՀՅ
    * ԱՄ. ՀՅ
    * PT

What we offer
 * e-Learning
 * Program Offerings
 * Hybrid Program

Departments
 * Armenian Language
 * Armenian Culture
 * Armenian History
 * Chess

Admissions
 * Academic Policies

e-Experience
 * e-Books
 * Webinar Series
 * Online Social Events
 * Special Programs

×

What we offer
 * e-Learning
 * Program Offerings
 * Hybrid Program

Departments
 * Armenian Language
 * Armenian Culture
 * Armenian History
 * Chess

Admissions
 * Academic Policies

e-Experience
 * e-Books
 * Webinar Series
 * Online Social Events
 * Special Programs

NewsAbout UsContact Us
English

Choose language

 * English
 * Française
 * Русский
 * Espanol
 * Türk
 * ԱԵ. Հայերեն
 * ԱՄ. Հայերէն
 * PT




ARMENIAN VIRTUAL COLLEGE

Armenian Education Anytime, Anywhere Explore AVC



HAPPY NEW YEAR AND MERRY CHRISTMAS

Watch AVC Year-End Video



FREE WINTER TERM 2024 ENROLL NOW

Learn Core Armenian Subjects Learn More



LEARN ARMENIAN ONLINE

Courses instructed in eight languages Language Course



ARMENIA AT YOUR FINGERTIPS

Rich multimedia e-book experience Explore eBooks



ARMENIAN VIRTUAL COLLEGE

Armenian Education Anytime, Anywhere Explore AVC



HAPPY NEW YEAR AND MERRY CHRISTMAS

Watch AVC Year-End Video






E-LEARNING

39,211 Students

AVC offers online learning opportunities to anyone interested in Armenian
Studies. 
Our courses are available in eight languages of instruction. The academic
programs and 
flexible course timelines are designed to best meet your educational needs and
schedules.


Learn More

--------------------------------------------------------------------------------


HYBRID EDUCATION PROGRAM

66 Schools

The Hybrid Education Program blends traditional and online education and targets

schools that wish to introduce innovative and attractive learning methods

into their curricula, as well as supplement the program with additional
resources.



Explore the Program

--------------------------------------------------------------------------------


E-BOOK SERIES

36,381 Users

Watch videos, listen to descriptive narratives, browse 3D and panoramic images,

and follow timelines as you discover a whole new side of Armenia with AVC’s

multimedia e-book series available in seven languages.

Previous

Next
 * 1
 * 2
 * 3
 * 4
 * 5

All e-Books

--------------------------------------------------------------------------------


OUR DEPARTMENTS

Learn the Armenian language, history and culture with AVC’s online courses, or
master the fundamentals of chess and build your skills with our online chess
program.

Armenian language EXPLORE
Armenian history EXPLORE
Armenian culture EXPLORE
Chess EXPLORE

--------------------------------------------------------------------------------

AVC holds a license granted by the Ministry of Education and
Science of the Republic of Armenia.

--------------------------------------------------------------------------------


TESTIMONIALS

Read what our students and alumni say about their experience with AVC.
Previous
Aram Shrestinian AVC student, USA

The AVC has been the best way for me to learn Armenian and explore my heritage.
Because of these courses, I can now converse with my in-laws in Armenia. Mane
and Marina are wonderful instructors and very nice people. I look forward to
continuing my studies and using my language skills to help the nation of
Armenia.

Eric Grigoryan AVC student, Georgia

AVC creates great opportunities for every Armenian to learn our language and
culture. Now I can proudly say that I’m Armenian because I can read, write, and
speak in my mother tongue.

Mike Cunningham AVC e-learner, USA

AGBU AVC changed the course of my life in so many ways. If you are looking to
learn, if you want to come across the best teachers in the world, then look no
further than the AGBU Armenian Virtual College. You will be very glad that you
did.

Violette Khachaturian Principal, Ararat school, Toronto, Canada

I absolutely love your successful program. First of all, it is very convenient
and user-friendly. The pictures and exercises are very attractive and
interesting for kids. The dialogues and vocabulary really help the children to
learn and spell, which results in a noticeably stronger ability to speak
Armenian. The teachers, children, and I are very happy with AVC.

Tsovinar Sargsyan Hybrid program instructor, SFedU, Rostov-on-Don, Russia

I love working with AVC, and I use an online language course as a learning
option.

The content and methodology of the course fully meet the requirements of
different age groups. The various e-learning tools used in the course make the
learning even more interesting and accessible.

Halle Butvin Smithsonian Institution, USA

The Vayots Dzor e-book puts a tremendous amount of information at your
fingertips – whether historical, cultural or simply practical. The format is
user-friendly and immensely accessible. I know that the next time I have free
time while working in Armenia, I’ll be using the e-book to navigate my way to
explore some of the region’s lesser-known treasures.

Ricardo Torres AVC student, Argentina

I do not have any Armenian roots. I am of Spanish and Italian descent, but I
have been to Armenia several times. I am learning Western Armenian. I recommend
AVC courses because they are very professional and very well-organized, and it
is a very good way to learn Armenian online.

Julien Lecouturier AVC student, France

I think their program is particularly useful for busy people working on a tight
schedule, and for those who live far from traditional educational centers,
schools, and universities. In addition, their "slow" mode is ideal for working
people, who cannot spend too much time on studying every day.

Janice Okoomian AVC student, USA

I am learning Armenian because I want to see the world through a new lens and
taste the full Armenian lexicon on my lips.  I know that the words I am speaking
are the same ones that my grandparents and great-grandparents used every day,
and I imagine myself closer to them now through the sound and meaning of all the
words, the phrases, the sentences I am learning.

Joseph Syren AVC student, USA

The Armenian Virtual College has been such a blessing to me, because very few
resources exist to learn Armenian. AVC has given me the chance to learn Armenian
with the help of a native speaker as a teacher.

Nima Sadat-Tehrani AVC student, Canada

I strongly recommend the Armenian Virtual College (AVC) to anyone interested in
this beautiful language. I’ve been learning Armenian at AVC online for about a
year and a half now, and I appreciate the high-quality education. A big thank
you to my wonderful teachers Marina and Mane!

Aram Shrestinian AVC student, USA

The AVC has been the best way for me to learn Armenian and explore my heritage.
Because of these courses, I can now converse with my in-laws in Armenia. Mane
and Marina are wonderful instructors and very nice people. I look forward to
continuing my studies and using my language skills to help the nation of
Armenia.

Eric Grigoryan AVC student, Georgia

AVC creates great opportunities for every Armenian to learn our language and
culture. Now I can proudly say that I’m Armenian because I can read, write, and
speak in my mother tongue.

Mike Cunningham AVC e-learner, USA

AGBU AVC changed the course of my life in so many ways. If you are looking to
learn, if you want to come across the best teachers in the world, then look no
further than the AGBU Armenian Virtual College. You will be very glad that you
did.

Violette Khachaturian Principal, Ararat school, Toronto, Canada

I absolutely love your successful program. First of all, it is very convenient
and user-friendly. The pictures and exercises are very attractive and
interesting for kids. The dialogues and vocabulary really help the children to
learn and spell, which results in a noticeably stronger ability to speak
Armenian. The teachers, children, and I are very happy with AVC.

Tsovinar Sargsyan Hybrid program instructor, SFedU, Rostov-on-Don, Russia

I love working with AVC, and I use an online language course as a learning
option.

The content and methodology of the course fully meet the requirements of
different age groups. The various e-learning tools used in the course make the
learning even more interesting and accessible.

Halle Butvin Smithsonian Institution, USA

The Vayots Dzor e-book puts a tremendous amount of information at your
fingertips – whether historical, cultural or simply practical. The format is
user-friendly and immensely accessible. I know that the next time I have free
time while working in Armenia, I’ll be using the e-book to navigate my way to
explore some of the region’s lesser-known treasures.

Ricardo Torres AVC student, Argentina

I do not have any Armenian roots. I am of Spanish and Italian descent, but I
have been to Armenia several times. I am learning Western Armenian. I recommend
AVC courses because they are very professional and very well-organized, and it
is a very good way to learn Armenian online.

Julien Lecouturier AVC student, France

I think their program is particularly useful for busy people working on a tight
schedule, and for those who live far from traditional educational centers,
schools, and universities. In addition, their "slow" mode is ideal for working
people, who cannot spend too much time on studying every day.

Janice Okoomian AVC student, USA

I am learning Armenian because I want to see the world through a new lens and
taste the full Armenian lexicon on my lips.  I know that the words I am speaking
are the same ones that my grandparents and great-grandparents used every day,
and I imagine myself closer to them now through the sound and meaning of all the
words, the phrases, the sentences I am learning.

Joseph Syren AVC student, USA

The Armenian Virtual College has been such a blessing to me, because very few
resources exist to learn Armenian. AVC has given me the chance to learn Armenian
with the help of a native speaker as a teacher.

Nima Sadat-Tehrani AVC student, Canada

I strongly recommend the Armenian Virtual College (AVC) to anyone interested in
this beautiful language. I’ve been learning Armenian at AVC online for about a
year and a half now, and I appreciate the high-quality education. A big thank
you to my wonderful teachers Marina and Mane!

Aram Shrestinian AVC student, USA

The AVC has been the best way for me to learn Armenian and explore my heritage.
Because of these courses, I can now converse with my in-laws in Armenia. Mane
and Marina are wonderful instructors and very nice people. I look forward to
continuing my studies and using my language skills to help the nation of
Armenia.

Eric Grigoryan AVC student, Georgia

AVC creates great opportunities for every Armenian to learn our language and
culture. Now I can proudly say that I’m Armenian because I can read, write, and
speak in my mother tongue.

Mike Cunningham AVC e-learner, USA

AGBU AVC changed the course of my life in so many ways. If you are looking to
learn, if you want to come across the best teachers in the world, then look no
further than the AGBU Armenian Virtual College. You will be very glad that you
did.

Violette Khachaturian Principal, Ararat school, Toronto, Canada

I absolutely love your successful program. First of all, it is very convenient
and user-friendly. The pictures and exercises are very attractive and
interesting for kids. The dialogues and vocabulary really help the children to
learn and spell, which results in a noticeably stronger ability to speak
Armenian. The teachers, children, and I are very happy with AVC.

Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


SPECIAL PROGRAMS

Our Special Programs offer interesting and unique learning experiences to
individuals and communities worldwide and provide an online education and
communication platform to professional networks in different knowledge areas.
Previous
TV School

The AGBU Armenian Virtual College, in collaboration with the RA Ministry of
Diaspora, presented the AVC TV School project, which was aired on the Armenian
Public Satellite TV Channel.

Armenian Virtual Bridge

The goal of the Armenian Virtual Bridge Accelerator AVB program is to connect
Armenia with the world's leading technological centers, using the Armenian
scientific mindset, talent, and the potential of the Diaspora.

Pan-Armenian Chess Community

AGBU Armenian Virtual College in association with the Chess Academy of Armenia
hosted the First Pan Armenian Chess Tournament (PACT), held online on June 8-26,
2020.

Scenario-Based Strategic Planning

In the aftermath of the 44-day war, the AGBU Armenian Virtual College (AVC)
created a dedicated course on Scenario-based Strategic Planning authored by
world renown experts and provided it on its e-learning platform, with the intent
of disseminating strategic planning practices among decision makers in the
homeland and diaspora.

Pan-Armenian Educational Forum

The first online version of the biennial Pan-Armenian Educational Forum took
place on August 22-24, 2020 and was co-organized by the AGBU Armenian Virtual
College and Armenia’s Ministry of Education, Science, Culture and Sport. 

AVC Learning Zone

The AVC Learning Zone (ALZ) was launched by the AGBU Armenian Virtual College on
March 26, 2020, to meet the high demand for continuous online Armenian education
during the global COVID-19 crisis. 

The Resilience Summit

In response to the collective toll the global pandemic and the trauma of the
Artsakh War has taken on Armenians everywhere, a virtual summit on  the
psycho-social dynamics of these transformative crises was organized by AGBU in
conjunction with the American University of Armenia (AUA) and the Armenian
Mental Health Initiative (AMHI).

My Armenian Story of Survival

In remembrance of the 108th anniversary of the Armenian Genocide, AGBU Armenian
Virtual College launches a new project on our website where our e-learners from
all corners of the world are invited to share the stories of their grandparents
who have experienced the horrible massacres in the beginning of the 20th
century.

TV School

The AGBU Armenian Virtual College, in collaboration with the RA Ministry of
Diaspora, presented the AVC TV School project, which was aired on the Armenian
Public Satellite TV Channel.

Armenian Virtual Bridge

The goal of the Armenian Virtual Bridge Accelerator AVB program is to connect
Armenia with the world's leading technological centers, using the Armenian
scientific mindset, talent, and the potential of the Diaspora.

Pan-Armenian Chess Community

AGBU Armenian Virtual College in association with the Chess Academy of Armenia
hosted the First Pan Armenian Chess Tournament (PACT), held online on June 8-26,
2020.

Scenario-Based Strategic Planning

In the aftermath of the 44-day war, the AGBU Armenian Virtual College (AVC)
created a dedicated course on Scenario-based Strategic Planning authored by
world renown experts and provided it on its e-learning platform, with the intent
of disseminating strategic planning practices among decision makers in the
homeland and diaspora.

Pan-Armenian Educational Forum

The first online version of the biennial Pan-Armenian Educational Forum took
place on August 22-24, 2020 and was co-organized by the AGBU Armenian Virtual
College and Armenia’s Ministry of Education, Science, Culture and Sport. 

AVC Learning Zone

The AVC Learning Zone (ALZ) was launched by the AGBU Armenian Virtual College on
March 26, 2020, to meet the high demand for continuous online Armenian education
during the global COVID-19 crisis. 

The Resilience Summit

In response to the collective toll the global pandemic and the trauma of the
Artsakh War has taken on Armenians everywhere, a virtual summit on  the
psycho-social dynamics of these transformative crises was organized by AGBU in
conjunction with the American University of Armenia (AUA) and the Armenian
Mental Health Initiative (AMHI).

My Armenian Story of Survival

In remembrance of the 108th anniversary of the Armenian Genocide, AGBU Armenian
Virtual College launches a new project on our website where our e-learners from
all corners of the world are invited to share the stories of their grandparents
who have experienced the horrible massacres in the beginning of the 20th
century.

TV School

The AGBU Armenian Virtual College, in collaboration with the RA Ministry of
Diaspora, presented the AVC TV School project, which was aired on the Armenian
Public Satellite TV Channel.

Armenian Virtual Bridge

The goal of the Armenian Virtual Bridge Accelerator AVB program is to connect
Armenia with the world's leading technological centers, using the Armenian
scientific mindset, talent, and the potential of the Diaspora.

Pan-Armenian Chess Community

AGBU Armenian Virtual College in association with the Chess Academy of Armenia
hosted the First Pan Armenian Chess Tournament (PACT), held online on June 8-26,
2020.

Scenario-Based Strategic Planning

In the aftermath of the 44-day war, the AGBU Armenian Virtual College (AVC)
created a dedicated course on Scenario-based Strategic Planning authored by
world renown experts and provided it on its e-learning platform, with the intent
of disseminating strategic planning practices among decision makers in the
homeland and diaspora.

Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8


CALENDAR


JANUARY 2024



MTWTFSS

1234567

891011121314



15161718192021

22232425262728

2930311234

567891011

08 December
Winter Term 2024
ENROLL NOW
at 09:00

View Details

 * Term Start
 * Term End
 * Events

--------------------------------------------------------------------------------


LATEST NEWS

12/18/2023 Celebrating 10 Years of Continuous Collaboration With AVC-AGBU Egypt
In 2023, AVC-AGBU Egypt, along with AGBU AVC, celebrated its 10 years of service
to t...
11/20/2023 AGBU Armenian Virtual College Hosts Webinars on the Preservation of
Artsakh's Cultura... The AGBU Armenian Virtual College (AVC) initiated a webinar
series dedicated to the A...
11/15/2023 Successful continuation of AGBU AVC AI Course in Armenian Schools The
AGBU Armenian Virtual College (AVC) actively promotes STEM education in Armenian
...
See All News

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


PARTNERS



--------------------------------------------------------------------------------


CONTACT US

+37460 612261 +37460 612260 +37496 512261

9 Alek Manukyan St, Yerevan 0070

Full Name
Email
Subject SubjectIndividual LearnersHybrid Programe-BooksOther
Country CountryAfghanistanAlbaniaAlgeriaAndorraAngolaAntigua &
DepsArgentinaArmeniaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBhutanBoliviaBosnia
HerzegovinaBotswanaBrazilBruneiBulgariaBurkinaBurundiCambodiaCameroonCanadaCape
VerdeCentral African RepChadChileChinaColombiaComorosCongoCongo {Democratic
Rep}Costa RicaCroatiaCubaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican
RepublicEast TimorEcuadorEgyptEl SalvadorEquatorial
GuineaEritreaEstoniaEthiopiaFijiFinlandFranceGabonGambiaGeorgiaGermanyGhanaGreeceGrenadaGuatemalaGuineaGuinea-BissauGuyanaHaitiHondurasHungaryIcelandIndiaIndonesiaIranIraqIreland
{Republic}IsraelItalyIvory CoastJamaicaJapanJordanKazakhstanKenyaKiribatiKorea
NorthKorea
SouthKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMauritaniaMauritiusMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMoroccoMozambiqueMyanmar,
{Burma}NamibiaNauruNepalNetherlandsNew
ZealandNicaraguaNigerNigeriaNorwayOmanPakistanPalauPanamaPapua New
GuineaParaguayPeruPhilippinesPolandPortugalQatarRomaniaRussian
FederationRwandaSt Kitts & NevisSt LuciaSaint Vincent & the GrenadinesSamoaSan
MarinoSao Tome & PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra
LeoneSingaporeSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth
SudanSpainSri
LankaSudanSurinameSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTongaTrinidad
& TobagoTunisiaTurkeyTurkmenistanTuvaluUgandaUkraineUnited Arab EmiratesUnited
KingdomUnited StatesUruguayUzbekistanVanuatuVatican
CityVenezuelaVietnamYemenZambiaZimbabwe
Message

Submit



CHESS ACADEMY OF ARMENIA



The Chess Academy of Armenia and AVC partnered up to bring innovative approaches
to teaching chess through online courses. As a result of further collaboration
with the Armenian Chess Federation, the AVC Chess Program was created.

 

The Chess Academy of Armenia, founded in 2002, is one of the leading
chess-teaching institutions in the country, which has about 50 branches both in
Yerevan (head office) and various regions of the Republic of Armenia.

 


THE COLLABORATION BETWEEN THE ARMENIAN CHESS FEDERATION AND AVC STARTED IN 2013.



Read More


CHINAHAY



ChinaHay (the Armenian Community of China) partnered up with AVC to offer online
classes onArmenian language, history, and culture to its community members.

 

The ChinaHay community was established to connect individuals of Armenian
descent who are based in the Greater China region.

 

The collaboration between ChinaHay and AVC was established in 2013 at the
opening ceremony of the newly established Jack & Julie Maxian Hong Kong Armenian
Center.



Read More


CALOUSTE GULBENKIAN FOUNDATION



In June 2019, the AGBU Armenian Virtual College, the Calouste Gulbenkian
Foundation, together with Portugal-Armenia Friendship Association, presented an
exclusive online tour of an exhibition dedicated to the 150th birth anniversary
of philanthropist, founder of the charitable foundation, and AGBU’s second
President, Calouste Gulbenkian.

 

The Armenian Language and Culture Program at the University of Lisbon, which
combines in-class learning and the AVC online courses, is also sponsored by the
Calouste Gulbenkian Foundation.

 

The Foundation, established in 1956 by the last will and testament of Calouste
Sarkis Gulbenkian, is a Portuguese institution dedicated to the promotion of the
arts, philanthropy, science, and education.



Read More


YEREVAN STATE UNIVERSITY



The long-term partnership between the AGBU Armenian Virtual College and Yerevan
State University has been mutually beneficial.  The technology at the heart of
the AVC educational program has been developed in collaboration with the
scientists and engineers from the YSU Information Technology Center for
Education and Research.

 

In 2021, a new memorandum of cooperation was signed between YSU and AVC, along
with other institutions, allowing the university to utilize AVC's online courses
and multimedia educational resources.

 

Yerevan State University, founded in 1919, is the oldest and largest and public
university in Armenia.



Read More


MINISTRY OF EDUCATION, SCIENCE, CULTURE AND SPORT



The long-term partnership between the RA Ministry of Education, Science, Culture
and Sport and AVC spans across multiple programs.

In December 2017, the Ministry of Education and Science of Armenia and AVC
signed a partnership agreement to provide Armenian language education for
refugees and long-term migrants, including Syrian-Armenians.

 

The AVC Learning Zone was co-launched in March 2020, to offer online learning
experiences in an innovative and engaging format during the school closures.

 

In August 2020, the Pan-Armenian Educational Forum was co-organized to discuss
and address key issues facing Armenian schools. The collaboration continues
through a series of public webinars, discussions, and other ongoing initiatives.



Read More


KOMITAS STATE CONSERVATORY



Komitas State Conservatory of Yerevan partnered with AVC in developing one of
the AVC Armenian Studies courses. The “Introduction to Armenian music” course
covering the main components and features of the Armenian music culture, from
folklore to sacred music, from medieval songs to works of famous Armenian
composers was introduced in the AVC curriculum In September 2010. The core
material of the course was based on the works of renowned scholars from the
Conservatory. 


Komitas State Conservatory of Yerevan, founded in 1921, and re-founded in 1923,
is the largest higher education musical institution in Armenia.



Read More


JOOMAG



Joomag is an all-in-one platform offering a suite of integrated solutions for
every content marketing, digital publishing, corporate communications, and sales
engagement need.

 

Through cooperating with Joomag, the AVC multimedia e-Book series covering a
variety of themes about Armenia, including history, culture, tourism, and
contemporary topics in economy, politics, popular culture, and more, has been
available online since 2014.



Read More


UNIVERSITY OF GRANADA



The Translation and Interpreting Studies Department of the University of Granada
(UGR) partnered with AVC to provide online Armenian Language courses to UGR
students as a third foreign language option. Upon completing the course, the
students get credits that they can use to meet their study requirements.

 

The University of Granada, rated among the top ten universities in Spain, is
considered to have the bestTranslation and Interpreting Studies program.

 

The collaboration between UGR and AVC was established in 2013.



Read More


CATHOLIC UNIVERSITY OF LOUVAIN



The Catholic University of Louvain (UCL) integrated the AVC online courses into
its curriculum. Graduate students in the Oriental Studies Program had the
opportunity to take AVC’s courses in Armenian language, history, and culture as
part of their program of study and to benefit from other educational
opportunities provided by AVC.

 

The Catholic University of Louvain, founded in 1425, is the largest
French-speaking university in Belgium.

 

A Memorandum of Understanding between UCL and AVC was signed on September 1,
2018, in Yerevan.



Read More


RUSSIAN-ARMENIAN SLAVONIC UNIVERSITY



The Russian-Armenian Slavonic University (RAU) adopted AVC’s online Armenian
Language courses along with other educational opportunities offered by AVC into
its onsite learning program to ensure the best learning experience for the RAU
students.

 

The Russian-Armenian University was established after the inter-state agreement
between Armenia and the Russian Federation in 1997. The university holds the
status of a higher educational institution in both states, and the languages of
instruction are Russian and Armenian.

 

The partnership between RAU and AVC was initiated during the academic year 2016.



Read More


UNIVERSITY OF LISBON



The School of Arts and Humanities of the University of Lisbon combined in-class
learning and the AVC online courses as part of its Armenian Language and Culture
Program, which helps students practice and advance their language skills.


Being the first Armenian Studies course available in Portugal, the program was
made possible thanks to the Portugal-Armenia Friendship Association (AAPA) and
the University of Lisbon. The funding was provided by the Calouste Gulbenkian
Foundation.


The program was first introduced into the university curriculum in the academic
year 2018-2019.



Read More


MACQUARIE UNIVERSITY



Macquarie University partnered with AVC to initiate evening language classes
designed for adults who wish to learn Armenian.

 

The university was established in 1964 in Sydney, Australia. It is an innovative
research-focused university with a unique interdisciplinary approach to
learning.

 

The partnership between Macquarie University and AVC was established within the
framework of the AVC Hybrid Education program.



Read More


TEACH FOR ARMENIA



Teach For Armenia (TFA) and AVC established a collaboration with the prospect of
providing technology-based quality education to various groups of learners,
especially, to school students in regions of Armenia.

Teach For Armenia is a non-profit organization that aims to expand educational
opportunities for all children in Armenia, regardless of their socio-economic
circumstances.

 

The partnership agreement between TFA and AVC was signed on September 3, 2018.



Read More


KARDES



KARDÉS, together with AVC, AGBU Armenia, and RA Ministry of Education and
Science, formed a partnership to introduce Geographic Information Systems (GIS)
in schools across Armenia as a new method of education, based on e-learning
technologies.

 

KARDÉS is a non-profit organization specializing in GIS consulting, training,
and capacity building, as well as its integration into the school curriculum.

 

In 2018, a Memorandum of Understanding was signed between KARDÉS and AVC during
a workshop, facilitated by KARDÉS to boost science, technology, engineering, and
mathematics (STEM) education in Armenia.



Read More


ASOCIACIÓN DE AMISTAD PORTUGAL-ARMENIA



En junio de 2019, el CVA de la UGAB junto con la Asociación de Amistad
Portugal-Armenia y la Fundación Calouste Gulbenkian presentaron un recorrido
exclusivo en línea de una exposición dedicada al 150 aniversario del nacimiento
de Calouste Gulbenkian: filántropo, fundador de la fundación benéfica y segundo
presidente de la UGAB.


En septiembre de 2021, la Asociación de Amistad Portugal-Armenia y el Colegio
Virtual Armenio de la UGAB establecieron un nuevo acuerdo de cooperación con la
Universidad de Lisboa y la Universidad Estatal de Ereván. Reconociendo el valor
de la educación superior, los socios acordaron trabajar juntos para fomentar la
cooperación internacional en educación e investigación.


La Asociación de Amistad Portugal-Armenia se estableció en Lisboa para mejorar
los lazos amistosos y culturales y la cooperación entre los pueblos de Portugal
y Armenia.



Read More


AGBU ARMENIA



The Armenian General Benevolent Union (AGBU) is the founder and sponsor of the
Armenian Virtual College.  AVC offers Armenian language classes and organizes
virtual cultural events for the participants of AGBU summer programs in Armenia,
including the Global Leadership Program and Musical Armenia. 


During the worldwide closures, AVC hosted major AGBU events on its platform. The
sessions of the AGBU Armenia WE programs were also conducted in the
virtual/hybrid mode within the AVC online learning environment.



Read More


SOUTHERN FEDERAL UNIVERSITY



The Southern Federal University (SFedU) in Rostov-on-Don, Russia integrated the
AVC online courses into its curriculum to provide students with an opportunity
to explore such aspects of Armenian Studies as the language, culture, and
history.

 

The SFedU Armenian Studies Center was established in close partnership with the
Nakhichevan-on-Don Armenian community and became the 40th in the growing number
of educational institutions to use the AVC Hybrid Education program.

 

The collaboration between SFedU and AVC was established In February 2021.



Read More


NATIONAL UNIVERSITY OF ROSARIO



The National University of Rosario (UNR) incorporated the AVC online courses
into its curriculum in 2021. Through this partnership, students of the Faculty
of Arts and Culture at UNR take Armenian language courses and benefit from other
educational opportunities offered by AVC.

 

The National University of Rosario, established in 1968, is one of the largest
universities in Argentina. It became the first university in Latin America to
utilize the AVC Hybrid Education program.

 

The agreement on cooperation between UNR and AVC was signed on March 30, 2021,
during an online ceremony marking the launch of the Armenian Language course at
the university.



Read More


WORLD AFFAIRS COUNCIL OF AUSTIN



The World Affairs Council of Austin, within the framework of the Global Scholars
Diploma Program, partnered with AVC to bring its Armenian History courses to
international high schools - SEK International High School (Guatemala), Del
Valle High School (Texas, USA) and Affiliated High School of Chung-Hsing
University (Taichung, Taiwan).

 

The World Affairs Council of Austin is the largest non-partisan, non-profit,
grassroots organization in the United States dedicated to educating and engaging
the American public on global issues.

 

The partnership between the World Affairs Council of Austin and AVC commenced in
fall 2021.



Read More


ARMENIAN NATIONAL EDUCATION COMMITTEE (ANEC)



The Armenian National Education Committee (ANEC) incorporated AVC’s online
courses and other educational opportunities provided within the framework of the
AVC Hybrid Education program.

 

ANEC provides educational leadership and guidance to affiliated Armenian one-day
and every-day schools.

 

In May 2021, the importance of the partnership between ANEC and AVC was
reinstated during the end-of-year school meeting held by the affiliated Siamanto
Academy.



Read More


SMITHSONIAN INSTITUTION



The Smithsonian Institution and its “My Armenia” Program joined efforts with AVC
to boost tourism and cultural preservation in different regions of Armenia.

 

The partners co-published the multimedia e-book “VayotsDzor” and the interactive
virtual e-guide “From Kumayri to Gyumri,” both of which feature the renowned
historical, cultural, and natural attractions of the regions in Armenia.

 

Founded in 1846, the Smithsonian Institution is the world's largest museum,
education, and research complex.

 

The partnership between the Smithsonian Institution and AVC was established in
October 2016.



Read More


CITY RESEARCH CENTER (GYUMRI)



The City Research Center (CRC) collaborated with AVC in creating the first
interactive multimedia virtual e-guide “From Kumayri to Gyumri”, as a
continuation of the AVC multimedia e-book series.

 

The City Research Center, founded in 2000 in Gyumri contributes to the economic,
cultural, and social development of the city.

 

The collaboration between the City Research Center (Gyumri) and AVC was
established in December 2021.



Read More


OFFICE OF THE HIGH COMMISSIONER FOR DIASPORA AFFAIRS



The partnership between AVC and the Office of the High Commissioner for Diaspora
Affairs in Armenia aims to preserve the Armenian identity in the Diaspora.

 

The long-standing partnership between the former Ministry of Diaspora of Armenia
and AVC was formalized by a Memorandum of Understanding signed in October 2018.

 

AVC supported the Ministry in implementing educational activities within the
framework of the Ministry’s educational, youth, and other programs, such as the
“Step Towards Home” initiative.

 

The collaboration continued after the Ministry of Diaspora was replaced by the
Office of the High Commissioner for Diaspora Affairs.



Read More


RA MINISTRY OF HIGH-TECH INDUSTRY



In 2020, RA Ministry of High-Tech Industry and the AGBU Silicon Valley chapter
launched the Armenian Virtual Bridge Accelerator (AVB) program aiming to connect
Armenia with the world’s leading technological centers by using the Armenian
scientific mindset and the potential of the Diaspora. The program was
implemented on the AVC online educational platform.

 

AVB incorporated workshops headed by Silicon Valley’s leading executives and
experts, as well as mentorship, networking, and a series of “Distinguished
Executive Talks” for the participating startups from Armenia.



Read More


YEREVAN MUNICIPALITY



The partnership between Yerevan Municipality and AVC involved several joint
projects.

 

In April 2015, the interactive e-book “Exploring Yerevan – A Look Inside the
City’s Past and Present” was co-launched as part of the AVC multimedia e-series
at a ceremony held in the municipality hall.

 

The joint initiative aimed to promote the growth of Yerevan’s tourism industry
by presenting the city in a dynamic virtual format with an emphasis on its
historical, demographic, social, and cultural offerings.



Read More


UNION OF EMPLOYERS OF INFORMATION AND COMMUNICATION TECHNOLOGY



AGBU Armenian Virtual College partnered with the Union of Employers of
Information and Communication Technology (UEICT) and Synopsys Armenia to develop
interactive multimedia courses aimed at promoting STEM (Science, Technology,
Engineering, and Mathematics) education in Armenian schools. The “Artificial
Intelligence” course, initiated by the AGBU Silicon Valley and sponsored by
Synopsys Foundation, was developed by UEICT and Synopsys Armenia Educational
Department, and virtualized and hosted in the AVC e-learning platform. The
course is intended for high school students in the 10th, 11th and 12th grades in
Armenia and Artsakh.
 

UEICT was established in 2015 in Armenia by Unicomp, Viva-MTS, Synopsys Armenia,
IntellCors and several other large ICT companies.



Read More


THE GOVERNMENT OF ARTSAKH



The collaboration between AGBU AVC and the Government of Artsakh started in
November 2021, when AVC Founding President Dr. Yervant Zorian met with the State
Minister Artak Beglaryan during the Artsakh delegation visit to Silicon Valley. 
 

The first educational program introduced in Artsakh schools was the "Artificial
Intelligence” course, initiated by the AGBU Silicon Valley, developed by the
Union of Information and Communication Technology Employers and Synopsys
Armenia, and virtualized and hosted in the AVC e-learning platform.  The first
group of 30 high school students from Artsakh started the course in April 2022.
 



Read More


AGBU SILICON VALLEY



AGBU Silicon Valley and the Armenian Virtual College partnered together in
implementing the Armenian Virtual Bridge (AVB) Accelerator Program. The program
initiated by AGBU Silicon Valley and RA Ministry of High-Tech Industry aimed at
connecting the innovative and scientific talent in Armenia to the world’s
leading technology center, Silicon Valley.  AVC offered its expertise in
virtualization and the online platform to ensure the successful implementation
of the program that had to be held virtually due to the pandemic restrictions. 



Read More


ARARAT BOX



Ararat Box is a company that delivers thoroughly selected collections of
Armenian souvenirs, snacks and other items to people all around the world, with
the goal of putting a spotlight on Armenia and Armenian-owned brands. 


The collaboration between AVC and Ararat Box started in May 2022. A specially
designed AVC booklet was included in the Ararat Box deliveries.
 



Read More
   
   
   
   
   
   
   
   
 * Contact Us Opportunities
 * FAQ Useful Materials
 * Privacy Policy Terms & Conditions
 * Technical Requirements
   
   

 * 
 * 
 * 
 * 

© 2024 AGBU. All Rights Reserved.