Move styles to $lib
This commit is contained in:
15
src/components/portfolio/work.css.ts
Normal file
15
src/components/portfolio/work.css.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { sprinkles } from '$lib/styles/sprinkles.css'
|
||||
|
||||
export const workFooterClass = sprinkles({
|
||||
marginTop: '1x',
|
||||
paddingTop: '1x',
|
||||
fontSize: 'sm',
|
||||
lineHeight: '1x',
|
||||
})
|
||||
|
||||
export const workAddressNameClass = sprinkles({
|
||||
fontStyle: 'italic',
|
||||
fontWeight: 'normal',
|
||||
margin: 'none',
|
||||
fontSize: 'base',
|
||||
})
|
@ -1,35 +0,0 @@
|
||||
<section id="workhistory">
|
||||
<h3>Work Experience</h3>
|
||||
<p>
|
||||
I am doing web development for approximately 14 years.
|
||||
I've started at very young age of 14.
|
||||
My very first web site was for promotion web of my own Counter-Strike clan.
|
||||
Then I had an opportunity to create a important registration system
|
||||
for marathon runners for Europe's oldest marathon event.
|
||||
That basically started off my career as a web developer. I had some projects while I was studying in high school and university.
|
||||
After that I started to work full-time as a web developer and gain more experience in developing real-time web applications.
|
||||
</p>
|
||||
|
||||
<article>
|
||||
<h4>localhost.company s.r.o</h4>
|
||||
<p>localhost.company is a small company which has only around 40 developers and most of them are students.
|
||||
I work in <em>localhost</em> as a <strong>Senior front end developer</strong>. I am focused on delivering a high quality product and to teach and help other colleagues.
|
||||
</p>
|
||||
<p>I've started to work there in October 2018.</p>
|
||||
<span class="location"><em>localhost.company s.r.o</em> Boženy Nemcovej 30, 040 01 Košice, Slovakia</span>
|
||||
</article>
|
||||
<article>
|
||||
<h4>Ness KE s.r.o</h4>
|
||||
<p>I worked in Ness as a <strong>Senior front end developer</strong>. In Ness, I've been able to work for different clients on various projects.</p>
|
||||
<p>I joined Ness as a Junior front end developer and I've been able to quickly proceed to Senior level with my engagement</p>
|
||||
<p>I started to work in March 2013 and left in October 2018.</p>
|
||||
<span class="location"><em>Ness KE s.r.o.</em>Moldavská cesta 10/B, 040 11 Košice, Slovakia</span>
|
||||
</article>
|
||||
<article>
|
||||
<h4>eSOLUTIONS s.r.o.</h4>
|
||||
<p>I worked in eSOLUTIONS as a <strong>extern web developer</strong></p>
|
||||
<p>I was building front-end and back-end for websites and web applications. Mostly using <em>PHP</em>, <em>MySQL</em>, <em>JavaScript</em>, <em>HTML</em>, <em>CSS</em></p>
|
||||
<p>I started to work in 2007 and stopped in 2012.</p>
|
||||
<span class="location"><em>eSOLUTIONS s.r.o.</em> Hroncová 2, Košice, Slovakia</span>
|
||||
</article>
|
||||
</section>
|
Reference in New Issue
Block a user