Skip to content

Commit 6f94462

Browse files
author
Juan Sebastian Camargo Visbal
committed
Miscellanous improvements
- Subheader font weight - Grid image size
1 parent 9713f88 commit 6f94462

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ h4 {
88
text-transform: capitalize;
99
}
1010

11+
h5 {
12+
font-weight: 200;
13+
}
14+
1115
hr {
1216
width: 100%;
1317
border: 0;
@@ -97,10 +101,10 @@ p {
97101

98102
.portfolio-thumbnail {
99103
box-shadow: 0 0 .4em #ccc;
100-
height: 8.4375em;
104+
height: auto;
101105
margin: .5em .1em;
102106
position: relative;
103-
width: 15em;
107+
width: 100%;
104108
}
105109

106110
.profile-pic {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<div class="center container">
1919

20-
<img class="profile-pic" src="images/profile.jpg" />
20+
<img class="profile-pic" src="images/profile.jpg" alt="profile picture"/>
2121
<h3 class="header white-text text-lighten-2">Juan Sebastián Camargo Visbal</h3>
2222
<h5 class="header white-text text-lighten-2">Electronics & Web Engineer</h5>
2323
<div class="subheader">
@@ -86,7 +86,7 @@ <h4>Portfolio</h4>
8686
<div class="center row">
8787
<div class="col s12 m6 l6">
8888
<img class="portfolio-thumbnail" src="images/thumbnail_3.png" alt="Alvarez & Asociados Law Firm"/>
89-
<p><a class="green-text" href="http://alvarezasociados.co">Alvarez & Asociads Law Firm</a></p>
89+
<p><a class="green-text" href="http://alvarezasociados.co">Alvarez & Asociados Law Firm</a></p>
9090
</div>
9191
<div class="col s12 m6 l6">
9292
<img class="portfolio-thumbnail" src="images/thumbnail_2.png" alt="Malinche Mexica Restaurant"/>

0 commit comments

Comments
 (0)