Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/jp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="../css/team.css">
<link rel="stylesheet" type="text/css" href="../css/bootstrap/bootstrap.min.css">
</head>
<body>
<div class="jp-title">Jordi Pl� Montoro</div>
<div class="jp-subtitle">Es genial trabajar con ordenadores. No discuten, lo recuerdan todo y no se beben tu cerveza.</div>
<div class="jp-circular"></div>
<div class="jp-title">My skills...</div>
</body>
</html>
15 changes: 15 additions & 0 deletions css/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,18 @@
margin: 0 auto;
}

/*JP*/
.jp-title{font-size:32px; font-family:'Arvo'; text-align:center}
.jp-subtitle{font-size:15px; font-family:'Arvo'; text-align:center; font-style:italic;}
.jp-circular {
width: 200px;
height: 200px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background: url(https://pbs.twimg.com/profile_images/640951167355228160/b68hTQjT.jpg) no-repeat;
background-size: auto 200px;
background-position: center;
float: none;
margin: 0 auto;
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<option value="content/ecc.html">Edgar Coca Collado</option>
<option value="content/jcc.html">Joan Cusco Celma</option>
<option value="content/cgr.html">Conrado Garc�a</option>
<option value="content/jp.html">Jordi Pla</option>
</select>
</div>
</div>
Expand Down