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/acc.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="acc-title">Alex Carbonell</div>
<div class="acc-subtitle">M�s claro agua</div>
<div class="acc-circular"></div>
<div class="acc-title">Programador</div>
</body>
</html>
17 changes: 17 additions & 0 deletions css/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,21 @@
float: none;
margin: 0 auto;
}
/*ACC*/
.acc-title{font-size:32px; font-family:'Arvo'; text-align:center}
.acc-subtitle{font-size:15px; font-family:'Arvo'; text-align:center; font-style:italic;}
.acc-circular {
width: 200px;
height: 200px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background: url(http://www.freeiconspng.com/uploads/duck-png-16.png) 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 @@ -19,6 +19,7 @@
<select class="form-control" id="sel_dev" onchange="document.getElementById('content').src = this.options[this.selectedIndex].value">
<option value="content/blank.html">---</option>
<option value="content/rt.html">Roger Torrell</option>
<option value="content/acc.html">Alex Carbonell</option>
</select>
</div>
</div>
Expand Down