Small changes to the resume
Removed the PDF link, changed front, removed non-work interests (life is just no fun).
This commit is contained in:
parent
95318087fd
commit
639eef8ebe
Binary file not shown.
2
css/skeleton.css
vendored
2
css/skeleton.css
vendored
@ -124,7 +124,7 @@ body {
|
||||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
/*font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
|
||||
color: #222; }
|
||||
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
52
index.html
52
index.html
@ -5,19 +5,33 @@
|
||||
<!-- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Brian Picciano - Senior Systems and Backend Programmer - Resume</title>
|
||||
<meta name="description" content="TODO">
|
||||
<meta name="description" content="Senior Systems and Backend Programmer">
|
||||
<meta name="author" content="Brian Picciano">
|
||||
|
||||
<!-- No favicon -->
|
||||
<link rel="shortcut icon" href="#" />
|
||||
|
||||
<!-- Mobile Specific Metas -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- FONT -->
|
||||
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton.css">
|
||||
<style>
|
||||
|
||||
html {
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Overpass";
|
||||
src: url("overpass-regular.woff") format('woff');
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, .button-primary, .button {
|
||||
font-family: "Overpass", Helvetica;
|
||||
}
|
||||
|
||||
.section-tail {
|
||||
padding-bottom: 3%;
|
||||
margin-bottom: 2%;
|
||||
@ -38,20 +52,10 @@
|
||||
</style>
|
||||
|
||||
|
||||
<!-- Favicon
|
||||
<link rel="icon" type="image/png" href="images/favicon.png">
|
||||
-->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="row no-print" style="margin-top: 1%; color: gray;">
|
||||
<p style="float: right">Last updated: Jan 2019</p>
|
||||
<p><a href="Brian_Picciano-Senior_Systems_and_Backend_Programmer-Resume.pdf">
|
||||
Download as PDF
|
||||
</a></p>
|
||||
</div>
|
||||
|
||||
<div class="row" style="margin-top: 2%">
|
||||
<h1 style="margin-bottom:0;">Brian Picciano</h1>
|
||||
@ -234,26 +238,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="four columns">
|
||||
<h4>Outside of work</h4>
|
||||
</div>
|
||||
<div class="eight columns">
|
||||
<ul>
|
||||
<li>Rock climber and backpacker.</li>
|
||||
<li>
|
||||
Organizer of the
|
||||
<a href="https://cryptic.house">Dumbathon</a>,
|
||||
an annual hackathon of sorts.
|
||||
</li>
|
||||
<li>Competitive Super Smash Bros. Player.</li>
|
||||
<li>
|
||||
Attained 100% completion of Super Meat Boy video game.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
BIN
overpass-regular.woff
Normal file
BIN
overpass-regular.woff
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user