Moved assets to their correct place
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
@ -26,7 +26,7 @@ twig:
|
||||
assetic:
|
||||
debug: %kernel.debug%
|
||||
use_controller: false
|
||||
bundles: [ ]
|
||||
bundles: [ GergelyPolonkaiFrontBundle ]
|
||||
#java: /usr/bin/java
|
||||
filters:
|
||||
cssrewrite: ~
|
||||
|
0
web/images/deviantart_16.png → src/GergelyPolonkai/FrontBundle/Resources/public/images/deviantart_16.png
Executable file → Normal file
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 660 B |
0
web/images/email_16.png → src/GergelyPolonkai/FrontBundle/Resources/public/images/email_16.png
Executable file → Normal file
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
0
web/images/facebook_16.png → src/GergelyPolonkai/FrontBundle/Resources/public/images/facebook_16.png
Executable file → Normal file
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 529 B |
0
web/images/googletalk_16.png → src/GergelyPolonkai/FrontBundle/Resources/public/images/googletalk_16.png
Executable file → Normal file
Before Width: | Height: | Size: 867 B After Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 714 B |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 805 B |
@ -3,7 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Gergely Polonkai{% block title %}{% endblock %}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('css/front.css') }}" media="screen" />
|
||||
{% stylesheets 'bundles/gergelypolonkaifront/css/*' filter='cssrewrite' output='css/gergelypolonkaiweb.css' %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset_url }}" media="screen" />
|
||||
{% endstylesheets %}
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@ -12,16 +14,16 @@
|
||||
<h1><a href="{{ path('GergelyPolonkaiFrontBundle_homepage') }}">Gergely Polonkai</a></h1>
|
||||
<h2>developer, systems engineer and administrator</h2>
|
||||
<div id="contact-list">
|
||||
<a href="mailto:gergely@polonkai.eu" target="_blank"><img src="{{ asset('images/email_16.png') }}" alt="E-mail" /></a>
|
||||
<a href="http://www.linkedin.com/in/gergelypolonkai" target="_blank"><img src="{{ asset('images/linkedin_16.png') }}" alt="LinkedIn profile" /></a>
|
||||
<a href="skype:w00dhun" target="_blank"><img src="{{ asset('images/skype_16.png') }}" alt="Skype" /></a>
|
||||
<a href="http://facebook.com/Polesz" target="_blank"><img src="{{ asset('images/facebook_16.png') }}" alt="Facebook profile" /></a>
|
||||
<a href="https://plus.google.com/u/1/112207716393987962329/about" target="_blank"><img src="{{ asset('images/google_plus_16.png') }}" alt="Google+ profile" /></a>
|
||||
<a href="gtalk:chat?jid=gergely@polonkai.eu" target="_blank"><img src="{{ asset('images/googletalk_16.png') }}" alt="Google Talk" /></a>
|
||||
<a href="http://twitter.com/W00d5t0ck" target="_blank"><img src="{{ asset('images/twitter_16.png') }}" alt="Twitter" /></a>
|
||||
<a href="http://tumblr.w00d5t0ck.info" target="_blank"><img src="{{ asset('images/tumblr_16.png') }}" alt="Tumblr" /></a>
|
||||
<a href="msnim:chat?contact=polesz@w00d5t0ck.info" target="_blank"><img src="{{ asset('images/windows_16.png') }}" alt="Windows Live" /></a>
|
||||
<a href="http://w00d5t0ck.deviantart.com" target="_blank"><img src="{{ asset('images/deviantart_16.png') }}" alt="deviantArt" /></a>
|
||||
<a href="mailto:gergely@polonkai.eu" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/email_16.png') }}" alt="E-mail" /></a>
|
||||
<a href="http://www.linkedin.com/in/gergelypolonkai" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/linkedin_16.png') }}" alt="LinkedIn profile" /></a>
|
||||
<a href="skype:w00dhun" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/skype_16.png') }}" alt="Skype" /></a>
|
||||
<a href="http://facebook.com/Polesz" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/facebook_16.png') }}" alt="Facebook profile" /></a>
|
||||
<a href="https://plus.google.com/u/1/112207716393987962329/about" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/google_plus_16.png') }}" alt="Google+ profile" /></a>
|
||||
<a href="gtalk:chat?jid=gergely@polonkai.eu" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/googletalk_16.png') }}" alt="Google Talk" /></a>
|
||||
<a href="http://twitter.com/W00d5t0ck" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/twitter_16.png') }}" alt="Twitter" /></a>
|
||||
<a href="http://tumblr.w00d5t0ck.info" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/tumblr_16.png') }}" alt="Tumblr" /></a>
|
||||
<a href="msnim:chat?contact=polesz@w00d5t0ck.info" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/windows_16.png') }}" alt="Windows Live" /></a>
|
||||
<a href="http://w00d5t0ck.deviantart.com" target="_blank"><img src="{{ asset('bundles/gergelypolonkaifront/images/deviantart_16.png') }}" alt="deviantArt" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
|