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

Open in your IDE?
  1. {% extends 'layout.html.twig' %}
  2. {% block content %}
  3.     <div class="container">
  4.         <section class="presence section-first">
  5.             <h2 class="presence__title h1">Wikipedia presence</h2>
  6.             <p class="presence__desc p2">
  7.                 Maintaining your Wikipedia presence is a daunting task for any business. Wikipedia has a complex
  8.                 set of rules and guidelines on how articles should be written. Those rules exist to protect the
  9.                 quality and objectivity of the information posted on their website, and articles that do not
  10.                 comply with these rules are deleted. Writing articles that comply with the stringent rules of
  11.                 Wikipedia has become the work of experts. WikiExperts™, as its name suggests, has a team of
  12.                 Wikipedia professionals, that can provide your company with top-notch articles that comply with
  13.                 all Wikipedia standards, and represent your company in a positive, but objective, manner.
  14.             </p>
  15.             <div class="presence__block">
  16.                 <div class="presence__text-wrap">
  17.                     <p class="presence__block-title h2">WikiExperts™</p>
  18.                     <p class="presence__block-desc p2">
  19.                         WikiExperts™ is the first comprehensive Wikipedia service for businesses, offering
  20.                         article writing, monitoring and repair services, fulfilling an increasing demand for
  21.                         professional Wikipedia guidance.
  22.                     </p>
  23.                 </div>
  24.                 <div class="presence__picture-wrap">
  25.                     <div class="presence__picture"></div>
  26.                 </div>
  27.             </div>
  28.         </section>
  29.     </div>
  30.     <section class="work section">
  31.         <div class="container">
  32.             <h2 class="work__title h1">How does it works</h2>
  33.             <div class="work__block">
  34.                 <p class="work__text-left p2">
  35.                     False information on Wikipedia, posted by&nbsp;competitors or disgruntled former employees,
  36.                     can greatly damage your company's image and sales, especially if&nbsp;picked up by the
  37.                     mainstream media.
  38.                 </p>
  39.                 <div class="work__text-right p3">
  40.                     <p>
  41.                         With millions of people surfing Wikipedia every day, and increasing numbers of people
  42.                         using Wikipedia instead of Google and other search engines, companies can greatly
  43.                         enhance their web visibility, gaining another opportunity to create a positive brand
  44.                         image.
  45.                     </p>
  46.                     <p>
  47.                         To protect your Wikipedia presence, WikiExperts has also introduced a 24/7 monitoring
  48.                         and repair service. When erroneous content is spotted, the changes will be undone by our
  49.                         staff.
  50.                     </p>
  51.                 </div>
  52.             </div>
  53.             <div class="work__block">
  54.                 <p class="work__text-left p3">Wikipedia's user base</p>
  55.                 <p class="work__text-right p2">
  56.                     Thanks to WikiExperts, you can now tap into the vast user base of Wikipedia with the
  57.                     greatest of ease. Your Wikipedia presence is completely safe against those who would misuse
  58.                     the website, if you entrust it to us. WikiExperts is the safe haven for your Wikipedia
  59.                     presence.
  60.                 </p>
  61.             </div>
  62.         </div>
  63.     </section>
  64.     <div class="container">
  65.         <section class="team section">
  66.             <div class="team__wrap">
  67.                 <div class="team__member">
  68.                     <div class="team__member-picture team__member-picture--1"></div>
  69.                     <div class="team__member-name h2">Alex Konanykhin</div>
  70.                     <div class="team__member-position p3">President</div>
  71.                 </div>
  72.                 <div class="team__member">
  73.                     <div class="team__member-picture team__member-picture--2"></div>
  74.                     <div class="team__member-name h2">Yuri Vider</div>
  75.                     <div class="team__member-position p3">Sr. Vice President</div>
  76.                 </div>
  77.                 <div class="team__member">
  78.                     <div class="team__member-picture team__member-picture--3"></div>
  79.                     <div class="team__member-name h2">James Cummins</div>
  80.                     <div class="team__member-position p3">COO</div>
  81.                 </div>
  82.             </div>
  83.         </section>
  84.     </div>
  85. {% endblock %}