templates/Default/it/ethics.html.twig line 1

Open in your IDE?
  1. {% extends 'layout.html.twig' %}
  2. {% block content %}
  3.     <div class="container">
  4.         <section class="ethics section-first">
  5.             <h2 class="ethics__title section-title h1">Ethics</h2>
  6.             <div class="ethics__wrap ethics__wrap--1">
  7.                 <div class="ethics__picture-wrap">
  8.                     <div class="ethics__picture ethics__picture--1"></div>
  9.                 </div>
  10.                 <div class="ethics__text ethics__text--1">
  11.                     <h3 class="ethics__text-title h2">Our services</h3>
  12.                     <p class="ethics__text-desc p2">
  13.                         We provide consultation, research, writing, and translation services that adhere to Wikipedia
  14.                         content principles of Neutrality, Notability, Verifiability, and No Original Research. Without
  15.                         compromising the integrity of Wikipedia, our clients, and our own enterprise, we create,
  16.                         monitor, and update Wikipedia articles on behalf of our clients. In doing so, we implement
  17.                         strict internal rules that preclude us from uploading any disinformation or biased content.
  18.                     </p>
  19.                 </div>
  20.             </div>
  21.             <div class="ethics__wrap ethics__wrap--2">
  22.                 <div class="ethics__text ethics__text--2">
  23.                     <p class="ethics__text-p p3">
  24.                         Our due diligence and commitment to Wikipedia’s principles is the sole reason behind our ability
  25.                         to provide superior service to our clients. We are dedicated to protecting the global image of
  26.                         our clients from inaccuracies. By understanding and adhering to the guidelines set forth by
  27.                         Wikipedia, our WikiExperts are highly effective at catching and correcting misinformation and
  28.                         creating neutral accurate articles that will not be changed or removed shortly after their
  29.                         creation.
  30.                     </p>
  31.                     <p class="ethics__text-p p3">
  32.                         We believe that our work benefits Wikipedia. In addition to working to improve the quality and
  33.                         accuracy of encyclopaedic content about our clients, our WikiExperts spend many unpaid hours
  34.                         developing Wikipedia content of common interest. Wikipedia is a powerful global resource for
  35.                         education. We are proud to be contributors to its continued growth and success.
  36.                     </p>
  37.                 </div>
  38.                 <div class="ethics__picture-wrap">
  39.                     <div class="ethics__picture ethics__picture--2"></div>
  40.                 </div>
  41.             </div>
  42.         </section>
  43.     </div>
  44.     <section class="resources section">
  45.         <div class="container">
  46.             <h2 class="resources__title h1">WikiExperts resources</h2>
  47.             <div class="resources__table">
  48.                 <div class="resources__item resources__item--1">
  49.                     <h3 class="resources__item-title resources__item-title--1 h2">Notability verification</h3>
  50.                     <div class="resources__item-icon resources__item-icon--1"></div>
  51.                     <p class="resources__text-title">We Do</p>
  52.                     <p class="resources__text p3">
  53.                         WikiExperts can tell you if you or your subject meet notability criteria. If you are not a
  54.                         candidate, we assess if the potential exists, and what steps you may need to take to meet
  55.                         this criteria in the future.
  56.                     </p>
  57.                     <p class="resources__text-title">We Do Not</p>
  58.                     <p class="resources__text p3">
  59.                         WikiExperts does NOT assist in posting Wikipedia articles on subjects that are inherently
  60.                         not notable.
  61.                     </p>
  62.                 </div>
  63.                 <div class="resources__item resources__item--2">
  64.                     <h3 class="resources__item-title resources__item-title--2 h2">Researching, writing and submitting wikis</h3>
  65.                     <div class="resources__item-icon resources__item-icon--2"></div>
  66.                     <p class="resources__text-title">We Do</p>
  67.                     <p class="resources__text p3">
  68.                         If your subject is notable and supported by Reliable Sources, we will assign the writing and
  69.                         uploading task to the best suited professional out of our affiliated experts.
  70.                     </p>
  71.                     <p class="resources__text-title">We Do Not</p>
  72.                     <p class="resources__text p3">
  73.                         WikiExperts does NOT write and/or post opinionated, biased, or unsupported articles. We do
  74.                         NOT upload articles provided by clients. We do NOT upload press-releases, advertorials, or
  75.                         other material not in compliance with Wikipedia standards.
  76.                     </p>
  77.                 </div>
  78.                 <div class="resources__item resources__item--3">
  79.                     <h3 class="resources__item-title resources__item-title--3 h2">Monitoring and repair service</h3>
  80.                     <div class="resources__item-icon resources__item-icon--3"></div>
  81.                     <p class="resources__text-title">We Do</p>
  82.                     <p class="resources__text p3">
  83.                         WikiExperts protects your listings from vandalism and unverified negative statements
  84.                         inconsistent with Wikipedia guidelines.
  85.                     </p>
  86.                     <p class="resources__text-title">We Do Not</p>
  87.                     <p class="resources__text p3">
  88.                         WikiExperts does NOT ignore or remove verifiable negative information if it is supported by
  89.                         authoritative sources.
  90.                     </p>
  91.                 </div>
  92.                 <div class="resources__item resources__item--4">
  93.                     <h3 class="resources__item-title resources__item-title--4 h2">Consultations</h3>
  94.                     <div class="resources__item-icon resources__item-icon--4"></div>
  95.                     <p class="resources__text-title">We Do</p>
  96.                     <p class="resources__text p3">
  97.                         WikiExperts tells you which steps you can take to increase your visibility on Wikipedia
  98.                         while meeting all Wikipedia submission criteria.
  99.                     </p>
  100.                     <p class="resources__text-title">We Do Not</p>
  101.                     <p class="resources__text p3">
  102.                         WikiExperts does NOT assist in any activity that would be contrary to Wikipedia principles
  103.                     </p>
  104.                 </div>
  105.             </div>
  106.         </div>
  107.     </section>
  108. {% endblock %}