|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html> |
| 2 | +<html lang="en"> |
3 | 3 | <head>
|
| 4 | + <meta charset="utf-8"/> |
4 | 5 | <title>Simone Cociancich (shb) on GitHub</title>
|
| 6 | + <meta name="viewport" content="width:device-width"/> |
5 | 7 | <link href="//netdna.bootstrapcdn.com/bootswatch/3.0.2/cerulean/bootstrap.min.css" rel="alternate stylesheet" title="cerulean">
|
6 | 8 | <link href="//netdna.bootstrapcdn.com/bootswatch/3.0.2/slate/bootstrap.min.css" rel="stylesheet" title="slate">
|
7 | 9 | <link href="//netdna.bootstrapcdn.com/bootswatch/3.0.2/cyborg/bootstrap.min.css" rel="alternate stylesheet" title="cyborg">
|
8 | 10 | <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
|
| 11 | + <link href="styles.css" rel="stylesheet"> |
9 | 12 | <script src="//code.jquery.com/jquery.min.js"></script>
|
10 | 13 | <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js" async></script>
|
11 |
| - <style> |
12 |
| -.row { margin-bottom:20px; } |
13 |
| -.row section { margin-bottom:20px; } |
14 |
| - |
15 |
| -.matrix, .vector { margin:28px 5ex 0; width:auto; position:relative; } |
16 |
| -.matrix:before, .vector:before, .matrix:after, .vector:after |
17 |
| - { position:absolute; top:-12px; font-size:76px; line-height:1; } |
18 |
| -.matrix:before { left:-0.75ex; content:"{"; } |
19 |
| -.matrix:after { right:-0.75ex; content:"}"; } |
20 |
| -.vector:before { left:-0.75ex; content:"["; } |
21 |
| -.vector:after { right:-0.75ex; content:"]"; } |
22 |
| -table.matrix { background-color:transparent; } |
23 |
| -ul.vector { list-style-type:none; padding-left:0; } |
24 |
| -
|
25 |
| -body header h1 { letter-spacing:8px; } |
26 |
| -body header h1 small { letter-spacing:0; } |
27 |
| -
|
28 |
| -#uniform a { display:inline-block; width:1em; height:1em; border:1px solid #888; |
29 |
| - vertical-align:middle; } |
30 |
| -#uniform-cerulean { background-color:white; } |
31 |
| -#uniform-slate { background-color:#272b30; } |
32 |
| -#uniform-cyborg { background-color: #060606; } |
33 |
| -
|
34 |
| -#contact { margin-top:28px; line-height: 62px; vertical-align:middle; } |
35 |
| -
|
36 |
| -#languages { clear:left; } |
37 |
| -
|
38 |
| -#main-skills h4 { white-space:pre-line; } |
39 |
| -#main h4 .lead { font-family:"Cabin",Arial,sans,sans-serif; line-height:49px; } |
40 |
| - </style> |
41 | 14 | </head>
|
42 | 15 | <body class="container">
|
43 |
| - <header> |
| 16 | + <header id="header"> |
44 | 17 | <hgroup class="pull-left">
|
45 |
| - <h1> |
| 18 | + <h1><a href="index.html"> |
46 | 19 | shb<br/>
|
47 |
| - <small>hacker</small> |
48 |
| - </h1> |
| 20 | + <small title="≠ cracker">hacker</small> |
| 21 | + </a></h1> |
49 | 22 | </hgroup>
|
50 | 23 | <table id="identity" class="matrix pull-left">
|
51 | 24 | <tr>
|
|
61 | 34 | <td><a><i class="fa"></i></a></td>
|
62 | 35 | </tr>
|
63 | 36 | </table>
|
64 |
| - <ul id="uniform" class="vector pull-left"> |
| 37 | + <ul id="uniform" class="column vector pull-left"> |
65 | 38 | <li><a id="uniform-cerulean" data-style="cerulean"></a></li>
|
66 | 39 | <li><a id="uniform-slate" data-style="slate"></a></li>
|
67 |
| - <li><a id="uniform-cyborg" data-style="cerulean"></a></li> |
| 40 | + <li><a id="uniform-cyborg" data-style="cyborg"></a></li> |
68 | 41 | </ul>
|
69 | 42 | <div id="languages">
|
70 |
| - <code>IO = "italian" | "english" | 'html' | 'css' | 'javascript'</code> |
| 43 | + <br/> |
| 44 | + <code>IO = <a href="#it">"italian"</a> | <a href="#en">"english"</a> | 'javascript' | 'html' | 'css'</code> |
71 | 45 | </div>
|
72 | 46 | </header>
|
73 | 47 | <div id="main" class="row">
|
74 |
| - <!--<div class="col-sm-4"> |
75 |
| - <h3 class="page-header">Updates</h3> |
76 |
| - </div> |
77 | 48 | <div class="col-sm-4">
|
78 |
| - <h3 class="page-header">Bio</h3> |
| 49 | + <h3 class="page-header">Skills</h3> |
| 50 | + <dl> |
| 51 | + <dt>Advanced Javascript programming</dt> |
| 52 | + <dd>Both browser-side and server-side</dd> |
| 53 | + <dt>Advanced HTML5 and CSS3</dt> |
| 54 | + <dd></dd> |
| 55 | + <dt>PHP, and other programming languages</dt> |
| 56 | + <dd>C#.NET, Perl, and anything that comes at hand</dd> |
| 57 | + </dl> |
| 58 | + <h3>Services</h3> |
| 59 | + <dl> |
| 60 | + <dt>Setup and customization of CMS's</dt> |
| 61 | + <dd>Such as: WordPress, Perch, Magento</dd> |
| 62 | + <dt>Development and management of web sites and applications</dt> |
| 63 | + <dd>Implementation of custom graphic templates</dd> |
| 64 | + <dd>Creation and customization of custom components</dd> |
| 65 | + </dl> |
79 | 66 | </div>
|
80 | 67 | <div class="col-sm-4">
|
81 | 68 | <h3 class="page-header">Projects</h3>
|
82 |
| - </div>--> |
| 69 | + <h4>Clients Projects</h4> |
| 70 | + <ul class="pager"> |
| 71 | + <li class="next"> |
| 72 | + <a href="clients.html">View all...</a> |
| 73 | + </li> |
| 74 | + </ul> |
| 75 | + <h4>Free Software</h4> |
| 76 | + <ul class="pager"> |
| 77 | + <li class="next"> |
| 78 | + <a href="repos.html">View all...</a> |
| 79 | + </li> |
| 80 | + </ul> |
| 81 | + </div> |
| 82 | + <div class="col-sm-4"> |
| 83 | + <h3 class="page-header">Bio</h3> |
| 84 | + </div> |
83 | 85 | </div>
|
| 86 | + <div class="row"> |
| 87 | + <footer id="colophon" class="col-xs-12 |
| 88 | + col-sm-10 col-sm-offset-1 |
| 89 | + col-md-8 col-md-offset-1 |
| 90 | + col-lg-6 col-lg-offset-3"> |
| 91 | + <hr/> |
| 92 | + <p>This site made awesome by Bootstrap and —you name it— Font Awesome.</p> |
| 93 | + <p>Graciously hosted on GitHub.</p> |
| 94 | + </footer></div> |
| 95 | + <script src="scripts.js" async></script> |
84 | 96 | </body>
|
85 | 97 | </html>
|
0 commit comments