Skip to content

Commit 074d2cc

Browse files
committed
better
1 parent 91d3012 commit 074d2cc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ pre {
519519
}
520520
}
521521
.wrapper-normal {
522-
max-width: 560px
522+
max-width: 575px
523523
}
524524
.wrapper-large {
525525
max-width: 810px
@@ -635,7 +635,7 @@ pre {
635635
margin-right: 10px
636636
}
637637
.page {
638-
margin-top: 125px
638+
margin-top: 100px;
639639
}
640640
.page>h1 {
641641
text-align: center;
@@ -943,7 +943,7 @@ pre {
943943
z-index: 99
944944
}
945945
.header-home>.link>.selfie {
946-
width: 125px;
946+
width: 150px;
947947
margin-bottom: 25px;
948948
border-radius: 100%;
949949
transition: all .2s;

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@
3434
<div class="page home">
3535
<header class="header-home animated">
3636
<span class="link">
37-
<img width="125" height="125" src="https://s.gravatar.com/avatar/206ef4d316fe558b845395ed1972c9b7?s=125" alt="Valerio Barrila" class="selfie">
37+
<img width="150" height="150" src="https://s.gravatar.com/avatar/206ef4d316fe558b845395ed1972c9b7?s=150" alt="Valerio Barrila" class="selfie">
3838
</span>
3939
<h1 class="title">Valerio Barrila</h1>
4040
<h2 class="description">Freelance software developer, devops and food maker</h2>
41-
<p>If you like me and my work get in touch and tell me about your next project, I'll reply as soon as possible and I hope it will be a good challenge.</p>
41+
<p>I like to build <b>Scalable Microservices Architectures</b> and apply <b>DevOps</b> and <b>Continuous Delivery</b> strategies to them. I like to work in <b>agile kanban</b> teams.</p>
42+
<p>If you like me get in touch and tell me about your next project, I'll reply as soon as possible and I hope it will be a good challenge.</p>
4243
<div class="social-links">
4344
<a class="link" data-title="[email protected]" href="mailto:[email protected]" target="_blank">
4445
<svg class="icon icon-mail">

0 commit comments

Comments
 (0)