| ... | ... |
@@ -1,4 +1,6 @@ |
| 1 |
-@import url('http://fonts.googleapis.com/css?family=Muli');
|
|
| 1 |
+/*@import url('http://fonts.googleapis.com/css?family=Muli');*/
|
|
| 2 |
+@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro&subset=latin-ext,latin); |
|
| 3 |
+ |
|
| 2 | 4 |
/*! |
| 3 | 5 |
* Bootstrap v2.1.1 |
| 4 | 6 |
* |
| ... | ... |
@@ -144,11 +146,12 @@ textarea {
|
| 144 | 144 |
} |
| 145 | 145 |
body {
|
| 146 | 146 |
margin: 0; |
| 147 |
- font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
| 147 |
+ font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
| 148 | 148 |
font-size: 14px; |
| 149 | 149 |
line-height: 21px; |
| 150 | 150 |
color: #2d2d2d; |
| 151 | 151 |
background-color: #ffffff; |
| 152 |
+ padding-top: 80px; |
|
| 152 | 153 |
} |
| 153 | 154 |
a {
|
| 154 | 155 |
color: #558bc4; |
| ... | ... |
@@ -541,7 +544,7 @@ h6 small {
|
| 541 | 541 |
} |
| 542 | 542 |
h1 {
|
| 543 | 543 |
font-size: 36px; |
| 544 |
- line-height: 40px; |
|
| 544 |
+ line-height: 50px; |
|
| 545 | 545 |
} |
| 546 | 546 |
h2 {
|
| 547 | 547 |
font-size: 30px; |
| ... | ... |
@@ -780,7 +783,7 @@ input, |
| 780 | 780 |
button, |
| 781 | 781 |
select, |
| 782 | 782 |
textarea {
|
| 783 |
- font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
| 783 |
+ font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
| 784 | 784 |
} |
| 785 | 785 |
label {
|
| 786 | 786 |
display: block; |
| ... | ... |
@@ -1,425 +1,223 @@ |
| 1 |
- |
|
| 2 | 1 |
<!DOCTYPE html> |
| 3 |
-<html lang="en"> |
|
| 4 |
- <head> |
|
| 5 |
- <meta charset="utf-8"> |
|
| 6 |
- <title>Philip I. Thomas Curriculum Vitae</title> |
|
| 7 |
- <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| 8 |
- <meta name="description" content="Curriculum Vitae for Philip I. Thomas"> |
|
| 9 |
- <meta name="author" content="Philip I. Thomas"> |
|
| 10 |
- |
|
| 11 |
- <!-- Le styles --> |
|
| 12 |
- <link href="../assets/css/bootstrap.css" rel="stylesheet"> |
|
| 13 |
- <style> |
|
| 14 |
- body {
|
|
| 15 |
- padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ |
|
| 16 |
- } |
|
| 17 |
- </style> |
|
| 18 |
- <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> |
|
| 19 |
- |
|
| 20 |
- <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> |
|
| 21 |
- <!--[if lt IE 9]> |
|
| 22 |
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
|
| 23 |
- <![endif]--> |
|
| 24 |
- |
|
| 25 |
- <!-- Le fav and touch icons --> |
|
| 26 |
- <link rel="shortcut icon" href="../assets/ico/favicon.ico"> |
|
| 27 |
- <script type="text/javascript"> |
|
| 28 |
- |
|
| 29 |
- var _gaq = _gaq || []; |
|
| 30 |
- _gaq.push(['_setAccount', 'UA-9939917-3']); |
|
| 31 |
- _gaq.push(['_setDomainName', 'philipithomas.com']); |
|
| 32 |
- _gaq.push(['_trackPageview']); |
|
| 33 |
- |
|
| 34 |
- (function() {
|
|
| 35 |
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
| 36 |
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
| 37 |
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
| 38 |
- })(); |
|
| 39 |
- |
|
| 40 |
- </script> |
|
| 41 |
- |
|
| 42 |
- </head> |
|
| 43 |
- |
|
| 2 |
+<html lang="sk"> |
|
| 3 |
+<head> |
|
| 4 |
+ <meta charset="utf-8"> |
|
| 5 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| 6 |
+ <meta name="description" content="Curriculum Vitae - Frantisek Elias"> |
|
| 7 |
+ <meta name="author" content="Frantisek Elias"> |
|
| 8 |
+ <title>František Eliáš - Curriculum Vitae</title> |
|
| 9 |
+ |
|
| 10 |
+ <link href="/assets/css/bootstrap.css" rel="stylesheet"> |
|
| 11 |
+ <link href="/assets/css/bootstrap-responsive.css" rel="stylesheet"> |
|
| 12 |
+ |
|
| 13 |
+ <!--[if lt IE 9]> |
|
| 14 |
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
|
| 15 |
+ <![endif]--> |
|
| 16 |
+</head> |
|
| 44 | 17 |
<body class="preview" data-spy="scroll" data-target=".subnav" data-offset="80"> |
| 45 |
-<!-- |
|
| 46 |
- <div class="navbar navbar-fixed-top"> |
|
| 47 |
- <div class="navbar-inner"> |
|
| 48 |
- <div class="container"> |
|
| 49 |
- <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
|
| 50 |
- </a> |
|
| 51 |
- <a class="brand" href="#">Curriculum Vitae</a> |
|
| 52 |
- <div class="nav-collapse collapse"> |
|
| 53 |
- <ul class="nav"> |
|
| 54 |
- <li><a href="#about">About</a></li> |
|
| 55 |
- <li><a href="#education">Education</a></li> |
|
| 56 |
- <li><a href="#experience">Experience</a></li> |
|
| 57 |
- <li><a href="#technical">Technical</a></li> |
|
| 58 |
- <li><a href="#honors">Honors</a></li> |
|
| 59 |
- |
|
| 60 |
- </ul> |
|
| 61 |
- <div class="nav-collapse collapse pull-right"> |
|
| 62 |
- <ul class="nav"> |
|
| 63 |
- <li><a href="http://philipithomas.com" target="_blank>">Homepage</a></li> |
|
| 64 |
- <li class="dropdown "> |
|
| 65 |
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"> |
|
| 66 |
- Links <i class="caret"></i> |
|
| 67 |
- </a> |
|
| 68 |
- |
|
| 69 |
- <ul class="dropdown-menu "> |
|
| 70 |
- <li><a href="http://linkedin.com/in/philiptihomas" target="_blank">LinkedIn</a></li> |
|
| 71 |
- <li><a href="http://github.com/philipithomas" target="_blank">Github</a></li> |
|
| 72 |
- <li><a href="http://twitter.com/philipithomas" target="_blank"><i class="icon-off"></i> Sign Out</a></li> |
|
| 73 |
- </ul> |
|
| 74 |
- </li> |
|
| 75 |
- <li><a href="/resume.pdf">Download PDF</a></li> |
|
| 76 |
- </ul> |
|
| 77 |
- </div> |
|
| 78 |
- </div> |
|
| 79 |
- </div> |
|
| 80 |
- </div> |
|
| 81 |
- </div> |
|
| 82 |
- <div class="container"> |
|
| 83 |
- |
|
| 84 |
- <header class="jumbotron"> |
|
| 85 |
- |
|
| 86 |
- <div class="row"> |
|
| 87 |
- <div class="span12"> |
|
| 88 |
- <h3 style="text-align: center; text-style: italic">Curriculum Vitae for</h3> |
|
| 89 |
- |
|
| 90 |
- <h1 style="padding: 10px 0px; text-align: center; font-size: 60px">Philip I. Thomas</h1> |
|
| 91 |
- <span class="" style="text-align: center;"> |
|
| 92 |
- <address> |
|
| 93 |
- <a href="http://philipithomas.com" target="_blank">www.philipithomas.com</a><br /> |
|
| 94 |
- <a href="mailto:#">mail@philipithomas.com</a><br /> |
|
| 95 |
- <a>+1.209.867.7445</a> |
|
| 96 |
- </address> |
|
| 97 |
- </span> |
|
| 98 |
- </div> |
|
| 99 |
- </div> |
|
| 100 |
- |
|
| 101 |
- </header> |
|
| 102 |
- |
|
| 103 |
-<section id="about"> |
|
| 104 |
- <div class="row"> |
|
| 105 |
- |
|
| 106 |
- <div class="page-header"> |
|
| 107 |
- <h2>About</h2> |
|
| 108 |
- </div> |
|
| 109 |
- </div> |
|
| 110 |
- <div class="row"> |
|
| 111 |
- |
|
| 112 |
- <div class="span12">Philip I. Thomas is a senior at Washington University majoring in systems engineering and physics. He also works for Cultivation Capital as an analyst and is a founder of two startups — the Food Trucks Near Me website and Automation Kit, a company focused on helping companies automate their digital marketing. He plans to work in data analysis after graduation, and is currently seeking employment opportunities. </div> |
|
| 113 |
- </div> |
|
| 114 |
- |
|
| 115 |
- </section> |
|
| 116 |
- |
|
| 117 |
- <section id="education"> |
|
| 118 |
- <div class="row"> |
|
| 119 |
- |
|
| 120 |
- <div class="page-header"> |
|
| 121 |
- <h2>Education</h2> |
|
| 122 |
- </div> |
|
| 123 |
- </div> <!-- end row --> |
|
| 124 |
-<?php |
|
| 125 |
-position("Washington University in Saint Louis","Saint Louis, MO","Bachelor of Science in Systems Engineering and Physics","Expected 5/13",'
|
|
| 126 |
-<ul> |
|
| 127 |
-<li><span style="font-weight: bold">Honors:</span> J. Alan and Marcia K. Ritter Scholar.</li> |
|
| 128 |
-<li><span style="font-weight: bold">Relevant Coursework:</span> Operations Research, Stochastic Models, Signals Analysis.</li> |
|
| 129 |
-<li><span style="font-weight: bold">Senior Project:</span> Analysis of <a href="http://aisle411.com/" target="_BLANK">Aisle411</a> Usage Data <span style="font-style:italic">(In Progress)</span></li> |
|
| 130 |
-</ul>',""); |
|
| 131 |
-position("Case Western Reserve University","Cleveland, OH","Organic chemistry lecture and laboratory","6/10-8/10","","");
|
|
| 132 |
- |
|
| 133 |
-?> |
|
| 134 |
- |
|
| 135 |
- </section> |
|
| 136 |
- |
|
| 137 |
- |
|
| 138 |
- |
|
| 139 |
- <section id="experience"> |
|
| 140 |
- <div class="row"> |
|
| 141 |
- |
|
| 142 |
- <div class="page-header"> |
|
| 143 |
- <h2>Professional and Leadership Experience </h2> |
|
| 144 |
- </div> |
|
| 145 |
- </div> <!-- end row --> |
|
| 146 |
- <?php |
|
| 147 |
- |
|
| 18 |
+ <div class="container"> |
|
| 19 |
+ <header class="jumbotron"> |
|
| 20 |
+ <div class="row"> |
|
| 21 |
+ <div class="span12"> |
|
| 22 |
+ <hgroup> |
|
| 23 |
+ <h1 style="padding: 10px 0px; text-align: center; font-size: 60px">František Eliáš</h1> |
|
| 24 |
+ <h2 style="text-align: center; text-style: italic">curriculum vitae</h2> |
|
| 25 |
+ </hgroup> |
|
| 26 |
+ <address style="text-align: center"> |
|
| 27 |
+ <a href="http://cinan.sk" target="_blank">www.cinan.sk</a><br /> |
|
| 28 |
+ <a href="mailto:elias.frantisek@gmail.com">elias.frantisek@gmail.com</a><br /> |
|
| 29 |
+ <a href="tel:+421949376613">+421 949 376 613</a> |
|
| 30 |
+ </address> |
|
| 31 |
+ </div> |
|
| 32 |
+ </div> |
|
| 33 |
+ </header> |
|
| 148 | 34 |
|
| 149 |
- position("Automation Kit","Saint Louis, MO","Managing Partner","6/12-Present",'
|
|
| 150 |
- <ul> |
|
| 151 |
- <li>Equipped over a dozen clients with marketing tools to capture, convert, and cultivate leads automatically.</li> |
|
| 152 |
- <li><span style="font-weight: bold">Selected Clients:</span> Hostirian, Systematic Revenue, Venture Draft, St. Louis Arch Angels.</li> |
|
| 153 |
- </ul>','http://automationkit.com'); |
|
| 154 |
- |
|
| 155 |
- |
|
| 156 |
- position("Food Trucks Near Me","Saint Louis, MO","Founder","6/12-Present",'
|
|
| 157 |
- <ul> |
|
| 158 |
- <li>Developed, launched, and marketed food truck finder website with successful launches in five cities, resulting in extensive media coverage and sustained web traffic.</li> |
|
| 159 |
- <li>Designed cross-platform CRM system to infer user cities of interest based on interactions with email updates and website, resulting in increased advertising relevancy for users.</li> |
|
| 160 |
- <li>Implemented automated cross-platform social media system resulting in high return traffic.</li> |
|
| 161 |
- </ul>',"http://foodtrucksnearme.com"); |
|
| 162 |
- |
|
| 163 |
- |
|
| 164 |
- position("Cultivation Capital","Saint Louis, MO","Analyst","3/12-Present",'
|
|
| 165 |
- <up |
|
| 166 |
- <li>Performed screening of potential investments with a focus on technical analysis of technology and operations for due diligence reporting. </li> |
|
| 167 |
- </ul>',"http://cultivationcapital.com"); |
|
| 168 |
- |
|
| 169 |
- |
|
| 170 |
- position("Washington University Tech Entrepreneurs (wute)","Saint Louis, MO","Director - wute.vc","9/11-Present",'
|
|
| 171 |
- <ul> |
|
| 172 |
- <li>Launched wute.vc, a lecture series connecting students with venture capitalists and seasoned entrepreneurs, resulting in sponsorship by <a href="http://cultivationcaptital.com" target="_BLANK">Cultivation Capital</a>.</li> |
|
| 173 |
- <li>Attracted over 200 students to <a href="http://wute.vc/2012/10/press-release-alexis-ohanian-kicks-off-student-run-venture-capital-lecture-series-at-wustl/">first wute.vc speech by Reddit Co-Founder Alexis Ohanian</a> using a paperless marketing campaign.</li> |
|
| 174 |
- <li>Designed <a href="http://wute.vc" target="_BLANK">wute.vc</a> and re-designed <a href="http://wute.org" target="_BLANK">wute.org</a> websites.</li> |
|
| 175 |
- </ul>', "http://wute.org"); |
|
| 176 |
- |
|
| 177 |
- |
|
| 178 |
- position("Washington University in St. Louis Department of Physics","Saint Louis, MO","Teaching Assistant, General Physics I and General Physics II","8/11-Present","", "");
|
|
| 179 |
- |
|
| 180 |
- |
|
| 181 |
- position("WUSauce","St. Louis, MO","Communication Chair","9/10-Present",'
|
|
| 182 |
- <ul> |
|
| 183 |
- <li>Performed with audition-only salsa dance team, taught salsa lessons, and participated in community outreach.</li> |
|
| 184 |
- <li>Implemented improved website and email marketing system, resulting in 20% increase in annual audition attendance and 200% increase in weekly lesson retention throughout each semester.</li> |
|
| 185 |
- <li>Served as Communication Director for annual Dance-Off event in 2011 and 2012, resulting in over 500 students attending each event.</li> |
|
| 186 |
- </ul>',"http://wusauce.wustl.edu"); |
|
| 187 |
- |
|
| 188 |
- |
|
| 189 |
- position("Sapientia Media","St. Louis, MO","President","5/10-Present",'
|
|
| 190 |
- <ul> |
|
| 191 |
- <li>Spearheaded client relation management, digital marketing strategy, website design, and brand positioning services.</li> |
|
| 192 |
- <li><span style="font-style:italic;">Selected Clients:</span> Evetos, On The Edge, St. Albans Promotions.</li> |
|
| 193 |
- </ul>',"http://sapientiamedia.com"); |
|
| 194 |
- |
|
| 195 |
- |
|
| 196 |
- position("Washington University Student Investment Fund","St. Louis, MO","Communication Chair","1/10-6/12",'
|
|
| 197 |
- <ul> |
|
| 198 |
- <li>Managed the investment of over $100,000 of the university endowment via qualitative, multiples, and DCF analysis, resulting in growth exceeding S&P 500 Midcap Index on invested funds.</li> |
|
| 199 |
- <li>Competed nationally in investment competitions, and was a Finalist in the Spring 2011 <a href="http://miiuic.org/" target="_BLANK">Michigan Interactive Investments Competition</a>.</li> |
|
| 200 |
- <li><span style="font-style:italic;">Previous Positions:</span> Technology Portfolio Manager (2010), Webmaster (2010-2011), Healthcare Analyst (2010).</li> |
|
| 201 |
- </ul>',"http://wusif.org"); |
|
| 202 |
- |
|
| 203 |
- |
|
| 204 |
- position("Washington University in St. Louis Department of Computer Science","St. Louis, MO","Teaching Assistant, Introduction to Computing Tools: MATLAB","1/11-6/11","","");
|
|
| 205 |
- |
|
| 206 |
- |
|
| 207 |
- position("Washington University School of Medicine in St. Louis","St. Louis, MO","Research Assistant, Dr. Jennifer Lodge Laboratory","9/09-1/12",'
|
|
| 208 |
- <ul> |
|
| 209 |
- <li>Studied pathogenic fungus <a href="http://en.wikipedia.org/wiki/Cryptococcus_neoformans" target="_BLANK"><span style="font-style:italic;">Cryptococcus neoformans</span></a> with in vitro, in vivo, and computational techniques.</li> |
|
| 210 |
- <li>Selected Project Experience: |
|
| 211 |
- <ul> |
|
| 212 |
- <li>Bioinformatics – Designed, developed, and implemented a scalable <span style="font-style:italic;">C. neoformans</span> Strain Database for collaborative use in the scientific community. </li> |
|
| 213 |
- <li>Gene research – Studied stress sensors involved with nitrositive stress.</li> |
|
| 214 |
- <li>Animal testing – Analyzed strain virulence with <span style="font-style"italic;">in vitro</span> studies in mice.</li> |
|
| 215 |
- <ul> |
|
| 35 |
+ <section id="about"> |
|
| 36 |
+ <div class="row"> |
|
| 37 |
+ <div class="page-header"> |
|
| 38 |
+ <h2>O mne</h2> |
|
| 39 |
+ </div> |
|
| 40 |
+ </div> |
|
| 41 |
+ <div class="row"> |
|
| 42 |
+ <div class="span12">Študujem na Fakulte fyziky, matematiky a informatiky na Univerzite Komenského. Som v 3. ročníku odboru Aplikovaná informatika. Rád programujem moderné webové stránky a aplikácie. Zvyčajne vyvíjam na platforme Linux + Apache + Mysql + PHP, ale mám skúsenosti aj so svetom Ruby On Rails. |
|
| 43 |
+ <br />Na internet nechodím, ja tu žijem.</div> |
|
| 44 |
+ </div> |
|
| 45 |
+ </section> |
|
| 216 | 46 |
|
| 47 |
+ <section id="education"> |
|
| 48 |
+ <div class="row"> |
|
| 49 |
+ <div class="page-header"> |
|
| 50 |
+ <h2>Vzdelanie</h2> |
|
| 51 |
+ </div> |
|
| 52 |
+ </div> |
|
| 53 |
+ <? |
|
| 54 |
+ position("Fakulta matematiky, fyziky a informatiky, Univerzita Komenského, Bratislava","Aplikovaná informatika","2010 - súčasnosť",'',"");
|
|
| 55 |
+ echo '<br />'; |
|
| 56 |
+ position("Osemročné gymnázium sv. Jána Bosca, Bardejov","","2002 - 2010",'',"");
|
|
| 57 |
+ ?> |
|
| 58 |
+ </section> |
|
| 59 |
+ |
|
| 60 |
+ <section id="experience"> |
|
| 61 |
+ <div class="row"> |
|
| 62 |
+ <div class="page-header"> |
|
| 63 |
+ <h2>Zamestnania</h2> |
|
| 64 |
+ </div> |
|
| 65 |
+ </div> |
|
| 66 |
+ <? |
|
| 67 |
+ position("Backbone s.r.o.","Programátor","Júl 2012 - súčasnosť",'<ul>
|
|
| 68 |
+ <li>Programovanie stránok na zakázku</li> |
|
| 69 |
+ <li>PHP (firemný MVC framework), Javascript, MySQL, templatovací systém Twig, SCSS</li> |
|
| 70 |
+ <li>Práca v tíme</li></ul>', 'http://backbone.sk' |
|
| 71 |
+ ); |
|
| 217 | 72 |
|
| 218 |
- </li> |
|
| 219 |
- </ul>',""); |
|
| 220 |
- |
|
| 221 |
- |
|
| 222 |
- ?> |
|
| 223 |
- |
|
| 224 |
- |
|
| 225 |
- </section> |
|
| 226 |
- |
|
| 227 |
- <section id="technical"> |
|
| 228 |
- <div class="row"> |
|
| 229 |
- |
|
| 230 |
- <div class="page-header"> |
|
| 231 |
- <h2>Technical</h2> |
|
| 232 |
- </div> |
|
| 233 |
- </div> <!-- end row --> |
|
| 234 |
-<div class="row"> |
|
| 73 |
+ position("212 s.r.o.","Správa webstránok","Február 2012 - súčasnosť",'<ul>
|
|
| 74 |
+ <li>Úprava webstránok podľa pokynov zadávateľa</li> |
|
| 75 |
+ <li>Spravovanie stránok bežiacich na Drupale</li> |
|
| 76 |
+ <li>Samostatná práca</li></ul>', 'http://212.sk' |
|
| 77 |
+ ); |
|
| 78 |
+ ?> |
|
| 79 |
+ </section> |
|
| 80 |
+ |
|
| 81 |
+ <section id="technical"> |
|
| 82 |
+ <div class="row"> |
|
| 83 |
+ <div class="page-header"> |
|
| 84 |
+ <h2>Vedomosti</h2> |
|
| 85 |
+ </div> |
|
| 86 |
+ </div> |
|
| 87 |
+ <div class="row"> |
|
| 88 |
+ <div class="span8"> |
|
| 89 |
+ <? |
|
| 90 |
+ iprogram('PHP','85');
|
|
| 91 |
+ iprogram('Java','55');
|
|
| 92 |
+ iprogram('CSS','40');
|
|
| 93 |
+ iprogram('Ruby','45');
|
|
| 94 |
+ iprogram('MySQL','85');
|
|
| 95 |
+ iprogram('MongoDB','55');
|
|
| 96 |
+ iprogram('Javascript','20');
|
|
| 97 |
+ iprogram('Git','70');
|
|
| 98 |
+ iprogram('C++','70');
|
|
| 99 |
+ iprogram('Haskell','70');
|
|
| 100 |
+ iprogram('Bash','70');
|
|
| 101 |
+ iprogram('Linux a tak','40');
|
|
| 102 |
+ ?> |
|
| 103 |
+ </div> |
|
| 104 |
+ <div class="span4"> |
|
| 105 |
+ <div class="well"> |
|
| 106 |
+ <h4>Vlastné a školské projekty</h4> |
|
| 107 |
+ <hr /> |
|
| 108 |
+ <ul> |
|
| 109 |
+ <?php |
|
| 110 |
+ project('Food Trucks Near Me','http://www.foodtrucksnearme.com','');
|
|
| 111 |
+ project('Computational Analysis of Diffusion as a Stochastic System','','http://github.com/philipithomas/diffusion');
|
|
| 112 |
+ project('CSE131 Java','','https://github.com/philipithomas/cse131Java');
|
|
| 113 |
+ project('Curriculum Vitae','','https://github.com/philipithomas/cv-philipithomas');
|
|
| 114 |
+ project('Kill The Landline','http://killthelandline.com','');
|
|
| 115 |
+ ?> |
|
| 116 |
+ </ul> |
|
| 117 |
+ <a class="pull-right btn btn-small btn-inverse" href="http://github.com/philipithomas">Môj git <i class="icon-arrow-right icon-white"></i></a><br /> |
|
| 118 |
+ </div> |
|
| 119 |
+ </div> |
|
| 120 |
+ </div> |
|
| 121 |
+ </section> |
|
| 122 |
+ <section id="foreign-languages"> |
|
| 123 |
+ <div class="row"> |
|
| 124 |
+ <div class="page-header"> |
|
| 125 |
+ <h2>Jazykové znalosti</h2> |
|
| 126 |
+ </div> |
|
| 127 |
+ </div> |
|
| 128 |
+ <div class="row"> |
|
| 129 |
+ <div class="span12"> |
|
| 130 |
+ <ul> |
|
| 131 |
+ <li><span title="Vyhral som 1. miesto v okresnom kole súťaže zo slovenskej gramatiky" style="border-bottom: 1px dotted #BBB">Slovenský jazyk</span> – materinský jazyk</li> |
|
| 132 |
+ <li>Anglický jazyk – aktívne</li> |
|
| 133 |
+ <li>Ruský jazyk – základy</li> |
|
| 134 |
+ <li>Francúzsky jazyk – základy</li> |
|
| 135 |
+ </ul> |
|
| 136 |
+ </div> |
|
| 137 |
+ </div> |
|
| 138 |
+ </section> |
|
| 139 |
+ <section id="driver-license"> |
|
| 140 |
+ <div class="row"> |
|
| 141 |
+ <div class="page-header"> |
|
| 142 |
+ <h2>Vodičský preukaz</h2> |
|
| 143 |
+ </div> |
|
| 144 |
+ </div> |
|
| 145 |
+ <div class="row"> |
|
| 146 |
+ <div class="span12"> |
|
| 147 |
+ <ul> |
|
| 148 |
+ <li>Skupina B</li> |
|
| 149 |
+ </ul> |
|
| 150 |
+ </div> |
|
| 151 |
+ </div> |
|
| 152 |
+ </section> |
|
| 153 |
+ <footer> |
|
| 154 |
+ <small style="text-align: center; display: block;">František Eliáš, 2012</small> |
|
| 155 |
+ </footer> |
|
| 156 |
+ </div> |
|
| 157 |
+</body> |
|
| 158 |
+</html> |
|
| 235 | 159 |
|
| 236 |
- |
|
| 237 |
- <div class="span8"> |
|
| 238 | 160 |
<?php |
| 239 |
-iprogram('Matlab','90');
|
|
| 240 |
-iprogram('PHP','85');
|
|
| 241 |
-iprogram('Java','55');
|
|
| 242 |
-iprogram('CSS','40');
|
|
| 243 |
-iprogram('Python','45');
|
|
| 244 |
-iprogram('Relational Databases','85');
|
|
| 245 |
-iprogram('NoSQL Databases','55');
|
|
| 246 |
-iprogram('Javascript','20');
|
|
| 247 |
-iprogram('Adobe CS6','40');
|
|
| 248 |
-iprogram('Git','70');
|
|
| 249 |
-iprogram('Unix System Administration','40');
|
|
| 250 |
-iprogram('Mathematica','60');
|
|
| 251 |
- |
|
| 161 |
+function position($company,$job,$dates,$blob,$link) {
|
|
| 162 |
+ $linkhtml = empty($link) |
|
| 163 |
+ ? '' |
|
| 164 |
+ : '<a href="'.$link.'" target="_BLANK"><span class="badge">Link <span class="icon-arrow-right icon-white" style="margin-top:0"></span></span></a>'; |
|
| 252 | 165 |
|
| 166 |
+ $blobhtml = empty($blob) |
|
| 167 |
+ ? '' |
|
| 168 |
+ : '<div class="row" style="padding-top: 8px;"><div class="span12">'.$blob.'</div></div>'; |
|
| 253 | 169 |
|
| 254 |
-?> |
|
| 255 |
-</div> |
|
| 256 |
-<div class="span4"> |
|
| 257 |
- <div class="well"> |
|
| 258 |
- <h4>Selected Projects</h4> |
|
| 259 |
- <hr /> |
|
| 260 |
- <ul> |
|
| 261 |
- <?php |
|
| 262 |
- project('Food Trucks Near Me','http://www.foodtrucksnearme.com','');
|
|
| 263 |
- project('Computational Analysis of Diffusion as a Stochastic System','','http://github.com/philipithomas/diffusion');
|
|
| 264 |
- project('CSE131 Java','','https://github.com/philipithomas/cse131Java');
|
|
| 265 |
- project('Curriculum Vitae','','https://github.com/philipithomas/cv-philipithomas');
|
|
| 266 |
- project('Kill The Landline','http://killthelandline.com','');
|
|
| 267 |
- ?> |
|
| 268 |
- </ul> |
|
| 269 |
- <a class="pull-right btn btn-small btn-inverse" href="http://github.com/philipithomas">Github Profile <i class="icon-arrow-right icon-white"></i></a><br /> |
|
| 270 |
- </div> |
|
| 271 |
-</div> |
|
| 272 |
-</div> |
|
| 273 |
- |
|
| 274 |
- </section> |
|
| 275 |
- |
|
| 276 |
- |
|
| 277 |
- <section id="honors"> |
|
| 278 |
- <div class="row"> |
|
| 279 |
- |
|
| 280 |
- <div class="page-header"> |
|
| 281 |
- <h2>Honors and Skills</h2> |
|
| 282 |
- </div> |
|
| 283 |
- </div> <!-- end row --> |
|
| 284 |
- <div class="row"> |
|
| 170 |
+ echo <<<EOD |
|
| 171 |
+<div class="row"> |
|
| 285 | 172 |
<div class="span8"> |
| 286 |
- <?php |
|
| 287 |
- |
|
| 288 |
- extra('Awards','Eagle Scout<br />Honorable Mention at 2012 Startup Weekend Columbia (<a href="http://killthelandline.com" target="_BLANK">Kill the Landline</a>)<br />Finalist in Spring
|
|
| 289 |
- 2011 Michigan Interactive Investments Competition'); |
|
| 290 |
- extra('Language','Conversational Proficiency in Spanish');
|
|
| 291 |
- extra('Organizations','The Engineers\' Club of St. Louis');
|
|
| 292 |
- extra('Interests','Salsa Dancing<br /><a href="http://beer.philipithomas.com" target="_BLANK">Craft Beer</a><br />Coffee<br />Rock Climbing');
|
|
| 293 |
- |
|
| 294 |
- ?> |
|
| 173 |
+ <hgroup> |
|
| 174 |
+ <h4>$company $linkhtml</h4> |
|
| 175 |
+ </hgroup> |
|
| 295 | 176 |
</div> |
| 296 | 177 |
<div class="span4"> |
| 297 |
- <div class="well"> |
|
| 298 |
- <h4>Selected Press</h4> |
|
| 299 |
- <hr /> |
|
| 300 |
- <ul> |
|
| 301 |
- <li>St. Louis Business Journal: <a href="http://www.bizjournals.com/stlouis/blog/BizNext/2012/10/community-voices-philip-thomas-at.html?page=all">Philip Thomas at Startup Weekend </a></li> |
|
| 302 |
- <li>Fox 2 Now: <a href="http://philipithomas.com/2012/07/food-truck-stl-on-fox-2-news-in-the-morning/">Live Interview with Food Truck Site Founder Philip I. Thomas </a></li> |
|
| 303 |
- <li>Forbes: <a href="http://www.forbes.com/sites/kaipetainen/2011/11/11/washu-students-provide-teva-some-healthy-love/">WashU Students Provide Teva Some Healthy Love</a></li> |
|
| 304 |
- <li>St. Louis Business Journal: <a href="http://www.bizjournals.com/stlouis/blog/BizNext/2012/09/wutevc-starts-venture-capital-lecture.html">wute.vc starts venture capital lecture series</li> |
|
| 305 |
- </ul> |
|
| 306 |
- <a class="pull-right btn btn-small btn-inverse" href="http://philipithomas.com/press">View Full Press <i class="icon-arrow-right icon-white"></I></a><br /> |
|
| 307 |
- </div> |
|
| 308 |
- </div> |
|
| 178 |
+ <span class="visible-phone label">$dates</span> |
|
| 179 |
+ <span class="hidden-phone pull-right" style="font-style:italic; font-size: 15px;" >$dates</span> |
|
| 309 | 180 |
</div> |
| 181 |
+</div> |
|
| 182 |
+<div class="row"> |
|
| 183 |
+ <div class="span6"><span style="font-style:italic; font-size: 15px;">$job</span></div> |
|
| 184 |
+</div> |
|
| 185 |
+$blobhtml |
|
| 186 |
+EOD; |
|
| 310 | 187 |
|
| 311 |
- |
|
| 312 |
- </section> |
|
| 313 |
- |
|
| 314 |
- <footer style="padding-top: 20px;"> |
|
| 315 |
- <hr /> |
|
| 316 |
- <p style="text-align: center">© <a href="#">Philip I Thomas</a> 2012</p> |
|
| 317 |
- </footer> |
|
| 318 |
- |
|
| 319 |
- </div> <!-- /container --> |
|
| 320 |
- |
|
| 321 |
- <!-- Le javascript |
|
| 322 |
- ================================================== --> |
|
| 323 |
- <!-- Placed at the end of the document so the pages load faster --> |
|
| 324 |
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> |
|
| 325 |
- <script src="../assets/js/bootstrap.js"></script> |
|
| 326 |
- |
|
| 327 |
- </body> |
|
| 328 |
-</html> |
|
| 329 |
- |
|
| 330 |
-<?php |
|
| 331 |
-// ========================================================= |
|
| 332 |
-/* |
|
| 333 |
- |
|
| 334 |
-These are some functions to make uniform sections |
|
| 335 |
- |
|
| 336 |
-*/ |
|
| 337 |
- |
|
| 338 |
-function position($company,$city,$job,$dates,$blob,$link) {
|
|
| 339 |
- /* |
|
| 340 |
- This function is for use in the experience section. It unififes formatting for the various positions. |
|
| 341 |
- */ |
|
| 342 |
- |
|
| 343 |
- echo ' |
|
| 344 |
- <div class="row" style="padding: 35px 0 4px 0;"> |
|
| 345 |
- <div class="span8"><h4 style="margin: 0">'.$company; |
|
| 346 |
- if (!empty($link)) {
|
|
| 347 |
- echo ' <a href="'.$link.'" target="_BLANK"><span class="badge">Website <i class="icon-arrow-right icon-white"></i></span></a>'; |
|
| 348 |
- } |
|
| 349 |
- echo '</h4> |
|
| 350 |
- |
|
| 351 |
- </div> |
|
| 352 |
- <div class="span4"><h4 class="pull-right hidden-phone" style="margin: 0">'.$city.'</h4> |
|
| 353 |
- </div> |
|
| 354 |
- |
|
| 355 |
- </div> <!-- end row--> |
|
| 356 |
- |
|
| 357 |
- <div class="row"> |
|
| 358 |
- <div class="span6"><span style="font-style:italic; font-size: 15px;">'.$job.'</span></div> |
|
| 359 |
- <div class="span6"> |
|
| 360 |
- <span class="visible-phone label">'.$dates.'</span> |
|
| 361 |
- <span class="hidden-phone pull-right" style="font-style:italic; font-size: 15px;" >'.$dates.'</span> |
|
| 362 |
- |
|
| 363 |
- </div> |
|
| 364 |
- </div> <!-- end row--> |
|
| 365 |
- '; |
|
| 366 |
- if (!empty($blob)) {
|
|
| 367 |
- echo ' |
|
| 368 |
- <div class="row" style="padding-top: 8px;"><div class="span12">'.$blob.'</div></div>'; |
|
| 369 |
- } |
|
| 370 |
- |
|
| 371 | 188 |
} |
| 372 | 189 |
|
| 373 | 190 |
|
| 374 | 191 |
function iprogram($language,$percent) {
|
| 375 |
- // Progress bars for technical section |
|
| 376 |
- echo ' |
|
| 377 |
- <div class="row"> |
|
| 378 |
- <div class="span3" |
|
| 379 |
- <p><h4 style="text-align: right" class="hidden-phone">'.$language.'</h4></p> |
|
| 380 |
- <p><span class="badge visible-phone" style="text-align: center">'.$language.'</span></p> |
|
| 192 |
+ echo <<<EOD |
|
| 193 |
+<div class="row"> |
|
| 194 |
+ <div class="span3"> |
|
| 195 |
+ <h4 style="text-align: right" class="hidden-phone">$language</h4> |
|
| 196 |
+ <span class="badge visible-phone" style="text-align: center">$language</span> |
|
| 197 |
+ </div> |
|
| 198 |
+ <div class="span4"> |
|
| 199 |
+ <div class="progress" style="margin: 10px 0 10px 0; height: 22px;"> |
|
| 200 |
+ <div class="bar" style="width: $percent%;"></div> |
|
| 381 | 201 |
</div> |
| 382 |
- <div class="span4"> |
|
| 383 |
- <div class="progress" style="margin: 10px 0 10px 0; height: 22px;"> |
|
| 384 |
- <div class="bar" style="width: '.$percent.'%;"></div> |
|
| 385 |
- </div> |
|
| 386 |
- </div> |
|
| 387 |
- <div class="span1"></div> |
|
| 388 | 202 |
</div> |
| 389 |
- '; |
|
| 203 |
+</div> |
|
| 204 |
+EOD; |
|
| 390 | 205 |
|
| 391 | 206 |
} |
| 392 | 207 |
|
| 393 | 208 |
function project($name,$look,$code) {
|
| 394 |
- // Makes lists for displaying projects |
|
| 395 | 209 |
echo '<li style="padding-top: 12px">'; |
| 396 | 210 |
|
| 397 | 211 |
if (!empty($look)) {
|
| 398 |
- // link to look at completed project |
|
| 399 |
- echo '<a href="'.$look.'" target="_BLANK" >'.$name.'</a>'; |
|
| 212 |
+ echo '<a href="'.$look.'" target="_BLANK">'.$name.'</a>'; |
|
| 400 | 213 |
} |
| 401 | 214 |
else {
|
| 402 | 215 |
echo $name; |
| 403 | 216 |
} |
| 404 | 217 |
|
| 405 | 218 |
if (!empty($code)) {
|
| 406 |
- // link to look at completed project |
|
| 407 |
- echo ' <a href="'.$code.'" target="_BLANK""><span class="badge badge-info">Code <i class="icon-arrow-right icon-white"></i></span></a>'; |
|
| 219 |
+ echo ' <a href="'.$code.'" target="_BLANK"><span class="badge badge-info">Zdrojáky <i class="icon-arrow-right icon-white"></i></span></a>'; |
|
| 408 | 220 |
} |
| 409 | 221 |
echo '</li>'; |
| 410 | 222 |
} |
| 411 |
- |
|
| 412 |
-function extra($title,$blob) {
|
|
| 413 |
- echo '<div class="row" style="padding-top:30px"> |
|
| 414 |
- <div class="span3"> |
|
| 415 |
- <span class="pull-right hidden-phone"><strong>'.$title.'</strong></span> |
|
| 416 |
- <span class="visible-phone badge">'.$title.'</span> |
|
| 417 |
- </div> |
|
| 418 |
- <div class="span5"> |
|
| 419 |
- '.$blob.' |
|
| 420 |
- </div> |
|
| 421 |
- </div>'; |
|
| 422 |
- |
|
| 423 |
-} |
|
| 424 |
-?> |
|
| 425 | 223 |
\ No newline at end of file |
| 224 |
+?> |