remove degree
This commit is contained in:
		
							parent
							
								
									4382b361b2
								
							
						
					
					
						commit
						d563577a16
					
				@ -258,33 +258,6 @@
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="shadow-1-strong bg-white my-5 p-5" id="education">
 | 
			
		||||
<div class="education-section">
 | 
			
		||||
  <h2 class="h2 fw-light mb-4">{{ "education" | translate(lang=lang) }}</h2>
 | 
			
		||||
  <div class="timeline">
 | 
			
		||||
    {% for education in cv.education %}
 | 
			
		||||
    <div class="timeline-card timeline-card-success" data-aos="fade-in" data-aos-delay="0">
 | 
			
		||||
      <div class="timeline-head px-4 pt-3">
 | 
			
		||||
        {% if education.degree %}
 | 
			
		||||
          <div class="h5">{{ education.degree | lang_entity(lang=lang) }} <span class="text-muted h6">{{ education.school }}</span>          </div>
 | 
			
		||||
        {% else %}
 | 
			
		||||
          <div class="h5">{{ education.school }}</div>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="timeline-body px-4 pb-4">
 | 
			
		||||
 | 
			
		||||
        {% if education.description %}
 | 
			
		||||
          <div class="text-muted text-small mb-3">{{ education.from | format_date(type="job") }} - {{ education.to | format_date(type="job") }}</div>
 | 
			
		||||
          <div>{{ education.description | lang_entity(lang=lang) }}</div>
 | 
			
		||||
        {% else %}
 | 
			
		||||
          {{ education.from | format_date(type="job") }}
 | 
			
		||||
        {% endif %}
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="shadow-1-strong bg-white my-5 p-5" id="contact">
 | 
			
		||||
  <div class="contant-section">
 | 
			
		||||
    <h2 class="h2 fw-light text mb-4">{{ "contact" | translate(lang=lang) }}</h2>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user