fix: remove education
This commit is contained in:
		
							parent
							
								
									3e47f07885
								
							
						
					
					
						commit
						c04f24a6f9
					
				@ -19,10 +19,10 @@ czech = Česky
 | 
			
		||||
english = Anglicky
 | 
			
		||||
skills-languages = Jazyky
 | 
			
		||||
skills-technology = Technologie/Frameworky
 | 
			
		||||
Master = expert
 | 
			
		||||
Master = master
 | 
			
		||||
Expert = expert
 | 
			
		||||
Intermediate = pokročilá znalost
 | 
			
		||||
Beginer = malá znalost
 | 
			
		||||
Intermediate = intermediate
 | 
			
		||||
Beginer = beginer
 | 
			
		||||
tools = nástroje
 | 
			
		||||
operating-systems = operační systémy
 | 
			
		||||
skills-frameworks = Frameworky
 | 
			
		||||
 | 
			
		||||
@ -110,37 +110,6 @@
 | 
			
		||||
               {{macros::job_row(job_entity=job)}}
 | 
			
		||||
               {% endfor %}
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="part">
 | 
			
		||||
                <div class="section-header">
 | 
			
		||||
                    <h2>{{ "education" | translate(lang=lang) }}</h2>
 | 
			
		||||
               </div>
 | 
			
		||||
               <div class="job part-content">
 | 
			
		||||
                    {% for education in cv.education %}
 | 
			
		||||
                    <div class="flex-container-experience">
 | 
			
		||||
                        <div class="flex-items-experience">
 | 
			
		||||
                            {% if education.degree %}
 | 
			
		||||
                                <div class="title">{{ education.degree | lang_entity(lang=lang) }}</div>
 | 
			
		||||
                            {% else %}
 | 
			
		||||
                                <div class="title">{{ education.school }}</div>
 | 
			
		||||
                            {% endif %}
 | 
			
		||||
                            {% if education.description %}
 | 
			
		||||
                                <p>
 | 
			
		||||
 | 
			
		||||
                                    {{ education.description | lang_entity(lang=lang) }}
 | 
			
		||||
                                </p>
 | 
			
		||||
                            {% endif %}
 | 
			
		||||
                        </div>
 | 
			
		||||
 | 
			
		||||
                        <div class="flex-items-experience">
 | 
			
		||||
                            {% if education.degree %}
 | 
			
		||||
                                <div class="company">@{{ education.school }}</div>
 | 
			
		||||
                            {% endif %}
 | 
			
		||||
                            <div class="dates">{{ education.from | format_date(type="job") }} - {{ education.to | format_date(type="job") }}</div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    {% endfor %}
 | 
			
		||||
               </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="flex-items">
 | 
			
		||||
            <div class="contact-bar">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user