Advertisement
sconetto

About - Dr. Down

Apr 24th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 8.66 KB | None | 0 0
  1. {% extends "core/base.html" %}
  2. {% load static %}
  3. {% load i18n %}
  4.  
  5. {% block script %}
  6. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  7. <script>
  8. jQuery(document).ready(function($) {
  9.     $(".scroll").click(function(event){
  10.         event.preventDefault();
  11.         $('html,body').animate({scrollTop:$(this.hash).offset().top}, 600);
  12.    });
  13. });
  14. </script>
  15. {% endblock %}
  16.  
  17.  
  18. {% block css %}
  19.     {{ block.super }}
  20.   <link href="{% static 'core/css/info.css' %}" rel="stylesheet">
  21.   <link href="{% static 'core/css/home.css' %}" rel="stylesheet">
  22.  
  23. {% endblock css %}
  24.  
  25. {% block title %}{% trans "Down's Syndrome infos" %}{% endblock title %}
  26.  
  27. {% block content %}
  28.  
  29. <section class="mb-0 sumary marginl-1">
  30.   <div class="container border-blue pt-4 pb-4" id="sumary">
  31.     <h2 class="text-center text-uppercase text-secondary">{% trans "Summary" %}</h2>
  32.     <hr class="star-dark mb-5">
  33.     <div class="row">
  34.       <div class="col-lg-4 ml-auto">
  35.         <li><a class="lead scroll hover-yellow text-blue-1" href="#text-about-sd", alt="">{% trans "About Down's syndrome" %}</a></li>
  36.         <li><a class="lead scroll hover-yellow text-blue-1" href="#faq", alt="">{% trans "Frequently Asked Questions (FAQ)" %}</a></li>
  37.         <li><a class="lead scroll hover-yellow text-blue-1" href="#question-1", alt="">{% trans "What can be done to prevent Down's Syndrome?" %}</a></li>
  38.       </div>
  39.       <div class="col-lg-4 mr-auto sum">
  40.         <li><a class="lead scroll hover-yellow text-blue-1" href="#question-2", alt="">{% trans "Is Down Syndrome a Disease? Can I catch it during my life?" %}</a></li>
  41.         <li><a class="lead scroll hover-yellow text-blue-1" href="#question-3", alt="">{% trans "How can I identify Down Syndrome?" %}</a></li>
  42.         <li><a class="lead scroll hover-yellow text-blue-1" href="#question-4", alt="">{% trans "How far does the autonomy of a child with Down syndrome develop?" %}</a></li>
  43.       </div>
  44.     </div>
  45.   </div>
  46. </section>
  47.  
  48. <section class="mb-0" id="text-about-sd">
  49.     <div class="container">
  50.         <h2 class="text-center text-uppercase text-blue-1">{% trans "About Down's Syndrome" %}</h2>
  51.         <hr class="star-dark mb-5">
  52.         <div class="row">
  53.             <div class="col-lg-4 ml-auto">
  54.                 <p class="lead">
  55.                     {% trans "Down syndrome is a genetic condition caused by a mutation. Its characterized by the presence of an extra chromosome in all or most of a person's cells." %}
  56.                 </p>
  57.                 <p class="lead">
  58.                     {% trans "A person with Down syndrome is able to live healthily and integrate with society. But the accompaniment of health professionals is of paramount importance to help this person reach his full potential and live with quality." %}
  59.                 </p>
  60.                 <p class="lead">
  61.                     {% trans "A person with Down syndrome is able to live healthily and integrate with society. But the accompaniment of health professionals is of paramount importance to help this person reach his full potential and live with quality." %}
  62.                 </p>
  63.                 <p class="lead">
  64.                     {% trans "Some health risks arise in a way related to the presence of the syndrome. One of them is the increased risk of heart problems, especially during the first years of life, which causes several people with Down Syndrome to undergo the need to perform surgeries while they are still young." %}
  65.                 </p>
  66.             </div>
  67.             <div class="col-lg-4 mr-auto">
  68.                 <p class="lead">
  69.                     {% trans "People with Down Syndrome have several characteristics that are generated by their genetic mutation, but there is a common point in all of them: an intellectual deficit. But this does not prevent the person with Down Syndrome from succeeding in his professional, academic and personal life." %}
  70.                 </p>
  71.                 <p class="lead">
  72.                     {% trans "A person with Down Syndrome is a capable human being who can work in many areas, ranging from the performing arts, or a career in the field of education to political positions." %}
  73.                 </p>
  74.                 <p class="lead">
  75.                     {% trans "The lack of information about the syndrome and the people affected by it is the main cause of the segregation to which these people can be subjected. Therefore, it is essential to have comprehension and understatement from society and, above all, family members about the care and duties needed by those around them." %}
  76.                 </p>
  77.             </div>
  78.         </div>
  79.     </div>
  80. </section>
  81.  
  82. <section class="bg-primary text-white text-center" id="faq">
  83.     <div class="container">
  84.        <!-- <img class="img-fluid mb-5 d-block mx-auto img-short" src="{% static 'images/img-question.png' %}" alt=""> -->
  85.         <h1 class="text-uppercase text-secondary mb-0 text-size-9">FAQ</h1>
  86.         <hr class="star-dark bg-star-blue">
  87.         <h2 class="font-weight-light mb-0 text-secondary">
  88.             <p class="lead text-white text-center text-secondary">{% trans "Frequently Asked Questions" %}</p>
  89.         </h2>
  90.     </div>
  91. </section>
  92.  
  93. <div class="container">
  94.   <br>
  95.   <section class="mb-0 border-blue margin-1" >
  96.  
  97.         <div class="container" id="question-1">
  98.         <h2 class="text-center text-uppercase text-size-2 text-blue-1" >{% trans "What can be done to prevent Down's Syndrome?" %}</h2>
  99.         <div class="row">
  100.             <div class="col-lg-8 mx-auto text-center">
  101.             <p class="lead"> {% trans "Even though the chance of Down's syndrome increases according to the age range of the child's parents, Down's syndrome is not caused by the parents, it's no one's fault and there's nothing you can do to avoid it. This syndrome affects people of all races, levels of study, social classes and others." %}</p>
  102.             </div>
  103.         </div>
  104.  
  105.         <div class="container" id="question-2">
  106.           <hr class="star-dark mb-5" >
  107.           <h2 class="text-center text-uppercase text-size-2 text-blue-1" >{% trans "Is Down Syndrome a Disease? Can I catch it during my life?" %}</h2>
  108.           <div class="row">
  109.             <div class="col-lg-8 mx-auto text-center">
  110.               <p class="lead">{% trans "Down Syndrome is not a disease, just a condition that affects the life of an individual since birth and requires greater attention and care from the parents." %}</p>
  111.             </div>
  112.           </div>
  113.         </div>
  114.  
  115.         <div class="container" id="question-3">
  116.             <hr class="star-dark mb-5">
  117.             <h2 class="text-center text-uppercase text-size-2 text-blue-1" >{% trans "How can I identify Down Syndrome?" %}</h2>
  118.             <div class="row">
  119.             <div class="col-lg-8 mx-auto text-center">
  120.               <p class="lead">{% trans "Down Syndrome can be detected during pregnancy. You should see a doctor for the diagnosis." %}</p>
  121.             </div>
  122.             </div>
  123.         </div>
  124.  
  125.         <div class="container" id="question-4">
  126.             <hr class="star-dark mb-5" >
  127.             <h2 class="text-center text-uppercase text-size-2 text-blue-1" >{% trans "How far does the autonomy of a child with Down syndrome develop?" %}</h2>
  128.             <div class="row">
  129.             <div class="col-lg-8 mx-auto text-center">
  130.               <p class="lead">{% trans "There is no fixed limit that represents a developmental apex of a child with Down Syndrome. It is common for medical monitoring and the help of family members or caregivers to facilitate a child's development." %}</p>
  131.             </div>
  132.             </div>
  133.         </div>
  134.       </div>
  135.   </section>
  136.  
  137.   <section class="mb-0 border-blue margin-1" id="further-reading">
  138.       <div class="container ">
  139.         <h2 class="text-center text-uppercase text-size-2 text-secondary text-blue-1">{% trans "Further reading" %}</h2>
  140.         <hr class="star-dark mb-5">
  141.         <div class="row">
  142.             <div class="col-lg-8 mx-auto text-center">
  143.               <p class="lead">
  144.                 <p><a class="lead hover-yellow text-blue-1 link" href="http://www.movimentodown.org.br/sindrome-de-down/o-que-e/">O que é Síndrome de Down? - Movimento Down</a></p>
  145.                 <p><a class="lead hover-yellow text-blue-1 link" href="http://www.fsdown.org.br/sobre-a-sindrome-de-down/o-que-e-sindrome-de-down/">O que é Síndrome de Down? - Fundação Síndrome de Down</a></p>
  146.                 <p><a class="lead hover-yellow text-blue-1 link" href="http://bvsms.saude.gov.br/bvs/publicacoes/cuidados_saude_pessoas_sindorme_down.pdf">CUIDADOS DE SAÚDE ÀS PESSOAS COM SÍNDROME DE DOWN - MINISTÉRIO DA SAÚDE (PDF)</a></p>
  147.                 <p><a class="lead hover-yellow text-blue-1 link" href="http://bvsms.saude.gov.br/bvs/publicacoes/diretrizes_atencao_pessoa_sindrome_down.pdf">Diretrizes de Atenção à Pessoa com Síndrome de Down - MINISTÉRIO DA SAÚDE (PDF)</a></p>
  148.               </p>
  149.             </div>
  150.         </div>
  151.       </div>
  152.   </section>
  153. </div>
  154. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement