templates/Default/es/why.html.twig line 1

Open in your IDE?
  1. {% extends 'layout.html.twig' %}
  2. {% block content %}
  3.     <div class="container">
  4.         <section class="why section">
  5.             <div class="why__picture-wrap">
  6.                 <div class="why__picture"></div>
  7.             </div>
  8.             <p class="why__title h1">If it's not on Wikipedia, then it doesnt's exist</p>
  9.             <div class="why__desc">
  10.                 <p class="why__text-1 p3">
  11.                     Writing articles on Wikipedia is unlike any other writing task. The complex Wikipedia rules
  12.                     regarding content and references makes the involvement of experts experienced in writing and
  13.                     editing Wikipedia content important.
  14.                 </p>
  15.                 <p class="why__text-2 p3">
  16.                     Writers who instead rely on their PR, advertising, journalistic, academic or legal writing
  17.                     skills often find Wikipedia writing frustrating and fail to accomplish their objectives.
  18.                 </p>
  19.             </div>
  20.         </section>
  21.     </div>
  22.     <section class="writing">
  23.         <div class="writing__wrap-1">
  24.             <div class="container">
  25.                 <div class="writing__block-1">
  26.                     <h2 class="writing__title h1">WikiWriting</h2>
  27.                     <p class="writing__desc p2">
  28.                         Many Wikipedia entries are the result of hundreds of edits submitted over time by dozens of
  29.                         contributors. This mode of content-shaping is also confusing to writers who are accustomed
  30.                         to thinking in terms of "writing an article."
  31.                     </p>
  32.                 </div>
  33.                 <div class="writing__block-2">
  34.                     <p class="writing__text-1 p3">
  35.                         The most profound difference is that Wikipedia writing is "crowd writing" rather than
  36.                         individual writing. Whereas in writing a press release, ad copy, a news article, a research
  37.                         paper or a legal brief, the writer has full control over the content, such control is absent
  38.                         in Wikipedia writing. In fact, after posting material that is not written in Wikipedia
  39.                         style, the outcome of a page may have nothing in common with the originally submitted text.
  40.                         That's why it is important to get things right the first time.
  41.                     </p>
  42.                     <p class="writing__text-1 p3">
  43.                         When a PR professional uploads a press-release-like profile of its client, the submission is
  44.                         likely to be promptly removed for lack of proper referencing, failing to demonstrate
  45.                         notability, and not complying with the neutral point of view required on Wikipedia. The
  46.                         Wikipedia community may even search for additional information on the company and post a
  47.                         profile based much more on media articles critical of your organization. Basically, adding
  48.                         to Wikipedia improperly will hurt your company.
  49.                     </p>
  50.                 </div>
  51.                 <div class="writing__block-3">
  52.                     <div class="writing__picture-wrap">
  53.                         <div class="writing__picture writing__picture--1"></div>
  54.                     </div>
  55.                     <div class="writing__text-2-wrap">
  56.                         <p class="writing__text-2 p2">
  57.                             Our specialists have extensive experience in editing Wikipedia content and can
  58.                             anticipate the likely reaction of the community. As a part of the Wikipedia community
  59.                             ourselves we "talk the talk and walk the walk", representing our clients in a manner
  60.                             that the community can embrace.
  61.                         </p>
  62.                         <p class="writing__text-2 p3">
  63.                             Not every company or subject meets Wikipedia's criteria for eligibility. Wikipedia has
  64.                             many policies and guidelines about encyclopaedic content. These standards require
  65.                             verifiability, neutrality, special rules for the biographies of living people, and more.
  66.                             To check if your company or your subject meets the Wikipedia criteria, fill out our free
  67.                             consultation form.
  68.                         </p>
  69.                     </div>
  70.                 </div>
  71.                 <div class="writing__arrow">
  72.                     <div class="arrow"></div>
  73.                 </div>
  74.             </div>
  75.         </div>
  76.         <div class="writing__wrap-2 container">
  77.             <div class="writing__block-4">
  78.                 <div class="writing__text-2-wrap writing__text-2-wrap--left">
  79.                     <p class="writing__text-2 p2 writing__text-2--border-blue">
  80.                         Anybody can change your Wikipedia profile and WikiExperts can monitor it for you,
  81.                         protecting your online reputation from cyber-vandals.
  82.                     </p>
  83.                     <p class="writing__text-2 p3">
  84.                         Not every company or subject meets Wikipedia's criteria for eligibility. Wikipedia has
  85.                         many policies and guidelines about encyclopaedic content. These standards require
  86.                         verifiability, neutrality, special rules for the biographies of living people, and more.
  87.                         To check if your company or your subject meets the Wikipedia criteria, fill out our free
  88.                         consultation form.
  89.                     </p>
  90.                 </div>
  91.                 <div class="writing__picture-wrap writing__picture-wrap--right">
  92.                     <div class="writing__picture writing__picture--2"></div>
  93.                 </div>
  94.             </div>
  95.         </div>
  96.     </section>
  97. {% endblock %}