A Pen by Alon Parag on CodePen.
Created
January 1, 2018 12:14
-
-
Save anonymous/40212afba3e3db778d8a615921ced167 to your computer and use it in GitHub Desktop.
Portfolio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header></header> | |
<div></div><!-- Home --> | |
<div> | |
<div> | |
<svg viewBox="0 0 452 520"> | |
<title>HTML5 Logo Badge</title> | |
<path fill='RGB(227,79,38)' d='M 41,460 L 0,0 451,0 410,460 225,512'/> | |
<path fill='RGB(239,101,42)' d='M 226,472 L 375,431 410,37 226,37'/> | |
<path fill='RGB(236,237,238)' d='M 226,208 L 151,208 146,150 226,150 226,94 84,94 99,265 226,265 z M 226,355 L162,338 158,293 102,293 109,382 226,414 z'/> | |
<path fill='RGB(255,255,255)' d='M 226,265 L 295,265 288,338 226,355 226,414 341,382 357,208 226,208 z M 226,94 L226,150 362,150 367,94 z'/> | |
</svg> | |
</div> | |
</div><!-- Languages --> | |
<!-- CV --><div> | |
<h2 class="cv">Curriculum Vitae</h2> | |
<!-- Personal Data --><p><h3 class="cv-header">Personal Data</h3> | |
<ul class="cv-list"> | |
<li><strong>Name:</strong> Allon Parag</li> | |
<li><strong>Birth Date:</strong> 15th August 1990</li> | |
<li><strong>City of birth:</strong> Haifa, Israel.</li> | |
<li><strong>Citizenships:</strong> German, Canadian, Israeli</li> | |
<li><strong>Relationship Status:</strong> Single</li> | |
<li><strong>Current Address:</strong> Afarsemon 5 P.O.B 505, Ramat Yishay 30095, Israel.</li> | |
<li><strong>Mobile Number:</strong> +972-544-694-322</li> | |
<li><strong>Email Address:</strong> [email protected]</li> | |
</ul> | |
</p> | |
<!-- Work Experience --><p><h3 class="cv-header">Work Experience</h3> | |
<ul class="cv-list"> | |
<li><strong>2017</strong></li> | |
<li><strong>2017-2018</strong>Line Coock at <em>Nadav Kinuchim</em></li> | |
<li><strong>2014-2016</strong>Studying German as a foreign language in Berlin</li> | |
<li><strong>2013-2014</strong> Guitar Teacher</li> | |
<li><strong>2012-2013</strong> Owner of A.D.P Roadside Assistance</li> | |
<li><strong>2012</strong> Barista at<em>Black Burger</em></li> | |
<li><strong>2009-2012</strong> Mandatory Military Service | |
<ul class="military"> | |
<li><strong>2011-2012</strong> Company Master Sergeant at <em>"Hadas Batallion"</em>, I.D.F Officers Academy ("Bahad 1")</li> | |
<li><strong>2010-2011</strong> Platoon sergeant (2nd in command) in the I.D.F Military Preparatory School at the Reali High School, Haifa</li> | |
<li><strong>2009-2010</strong> Airborne infantry and squad commander at the 35th Paratroopers Brigade</li> | |
</ul></li> | |
<li><strong>2008-2009</strong> Military leadership preparatory year at Maagan Michael</li> | |
</ul> | |
</p> | |
<!-- Education --><p><h3 class="cv-header">Education</h3> | |
<ul class="cv-list"> | |
<li><strong>2017</strong> Shopify and Facebook Advertising through a private course</li> | |
<li><strong>2016</strong> Received TestDAF Certificate (German Language Level C1)</li> | |
<li><strong>2010</strong> Certified as section leader by the I.D.F Infantry Command School</li> | |
<li><strong>2008</strong> Graduated Haémek Hamaáravi high school</li></ul> | |
</p> | |
<!-- Personal Achievments --><p><h3 class="cv-header">Personal Achievments</h3> | |
<ul class="cv-list"> | |
<li>During 2017 I managed to teach myself Spanish and completed Chemistry and Microbiology courses at the Virtual University of Bavaria (4 credits each)</li> | |
</ul> | |
</p> | |
<!-- Skills --><p><h3 class="cv-header">Skills</h3> | |
<ul class="cv-list"> | |
<li>Experienced with MS Office Word, Excel and Powerpoint.</li> | |
<li>Fluent in Hebrew, English, German Spanish.</li> | |
<li>Photographer</li> | |
</ul> | |
</p> | |
<!-- Personality Traits --><p><h3 class="cv-header">Personality Traits</h3> | |
<ul class="cv-list"> | |
<li>Objective Oriented</li> | |
<li>Skilled time manager</li> | |
<li>Disciplined</li> | |
<li>Self Motivated</li> | |
<li>Independent</li> | |
<li>High Work Ethic</li> | |
<li>Esteemed interperson</li> | |
</ul> | |
</p> | |
</div> | |
<div></div><!-- Projects --> | |
<div></div><!--Testimonies and Recommendations --> | |
<div></div><!-- Contact --> | |
<footer></footer> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div{ | |
display: inline-block; | |
width: 15em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment