Moved assets to their correct place
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
136
src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css
Normal file
@@ -0,0 +1,136 @@
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #333333;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#content-wrapper {
|
||||
background-color: #ffffff;
|
||||
width: 960px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 120px;
|
||||
background-color: #4d4d4d;
|
||||
color: #ffffff;
|
||||
position: absolute;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
text-align: right;
|
||||
margin: 0 10px 0 0;
|
||||
font-size: 41px;
|
||||
font-weight: bold;
|
||||
padding-top: 45px;
|
||||
}
|
||||
|
||||
#header h1 a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#header h2 {
|
||||
text-align: right;
|
||||
margin: 0 10px 0 0;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#contact-list {
|
||||
position: absolute;
|
||||
right: -22px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#contact-list a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#content-padding {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
#content h3 {
|
||||
margin: .5em 0 .2em 0;
|
||||
}
|
||||
|
||||
#content p {
|
||||
margin: .2em 0;
|
||||
text-indent: 2em;
|
||||
}
|
||||
|
||||
#content a {
|
||||
color: black;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#content p.article-date {
|
||||
text-indent: 0;
|
||||
font-size: 80%;
|
||||
color: #7f7f7f;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
dd p {
|
||||
text-indent: 0 !important;
|
||||
margin-top: .5em !important;
|
||||
}
|
||||
|
||||
#page-disclaimer {
|
||||
margin-top: 2em;
|
||||
text-align: right;
|
||||
font-size: 80%;
|
||||
color: #7f7f7f;
|
||||
}
|
||||
|
||||
#page-disclaimer a {
|
||||
color: #7f7f7f;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#bottombar-wrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#bottombar-padding {
|
||||
clear: both;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
#bottombar {
|
||||
position: fixed;
|
||||
background-color: #4d4d4d;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
z-index: 70000;
|
||||
width: 100%;
|
||||
padding: 1em;
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
color: #b3b3b3;
|
||||
font-size: 10px;
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
#bottombar a {
|
||||
color: #b3b3b3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
After Width: | Height: | Size: 660 B |
After Width: | Height: | Size: 608 B |
After Width: | Height: | Size: 502 B |
After Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 867 B |
After Width: | Height: | Size: 714 B |
After Width: | Height: | Size: 801 B |
After Width: | Height: | Size: 748 B |
After Width: | Height: | Size: 684 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">
|
||||
|