Improve contact data
This commit is contained in:
parent
2a57a39bdf
commit
fe615f0822
6 changed files with 11 additions and 6 deletions
content
static/images
themes/marcriera/static/css
|
@ -4,12 +4,16 @@
|
|||
|
||||
**Contact:**
|
||||
|
||||
<img src="/images/icon-mail.png" alt="E-mail:" height="64" width="64"> [contacte@mrtraduccions.cat](mailto:contacte@mrtraduccions.cat)
|
||||
<img src="/images/icon-mail.png" alt="E-mail:" height="32" width="32" style="vertical-align:middle"> <a href="mailto:contacte@mrtraduccions.cat"target="_blank">contacte@mrtraduccions.cat</a>
|
||||
|
||||
<img src="/images/icon-phone.png" alt="Phone:" height="64" width="64"> (+34) 652 492 008
|
||||
<img src="/images/icon-phone.png" alt="Phone:" height="32" width="32" style="vertical-align:middle"> (+34) 652 492 008
|
||||
|
||||
<img src="/images/icon-twitter.png" alt="Twitter:" height="64" width="64"> [@marcrierai](https://www.twitter.com/marcrierai)
|
||||
|
||||
|
||||
<img src="/images/icon-linkedin.png" alt="LinkedIn:" height="64" width="64"> [Marc Riera Irigoyen](https://www.linkedin.com/in/marc-riera-irigoyen/)
|
||||
<a href="/images/rutes/l3/1.png" target="_blank"></a>
|
||||
|
||||
<img src="/images/icon-twitter.png" alt="Twitter:" height="32" width="32" style="vertical-align:middle"> <a href="https://www.twitter.com/marcrierai"target="_blank">@marcrierai</a>
|
||||
|
||||
<img src="/images/icon-linkedin.png" alt="LinkedIn:" height="32" width="32" style="vertical-align:middle"> <a href="https://www.linkedin.com/in/marc-riera-irigoyen/"target="_blank">Marc Riera Irigoyen</a>
|
||||
|
||||
</center>
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 12 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 20 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 79 KiB After ![]() (image error) Size: 13 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 34 KiB After ![]() (image error) Size: 31 KiB ![]() ![]() |
|
@ -82,7 +82,7 @@ img {
|
|||
margin: auto;
|
||||
max-width:100%;
|
||||
max-height:100%;
|
||||
display: block;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
img.right {
|
||||
|
@ -132,7 +132,8 @@ hr {
|
|||
max-width:100%;
|
||||
max-height:100%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#site-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue