update the things
This commit is contained in:
19
AboutMe.sln
19
AboutMe.sln
@@ -7,27 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AboutMe", "src\AboutMe\Abou
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AboutMe.Web", "src\AboutMe.Web\AboutMe.Web.csproj", "{44897F13-6E56-43D2-813C-50FC8100064A}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AboutMe.Web", "src\AboutMe.Web\AboutMe.Web.csproj", "{44897F13-6E56-43D2-813C-50FC8100064A}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{87E584F7-EF46-4EB9-8C6B-106D8AEF097F}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
PublishScripts\AzureWebsitePublishModule.psm1 = PublishScripts\AzureWebsitePublishModule.psm1
|
|
||||||
PublishScripts\Publish-WebApplicationWebsite.ps1 = PublishScripts\Publish-WebApplicationWebsite.ps1
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{A5C33959-FEA3-4CDA-AAC7-B67A30404D08}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
PublishScripts\Configurations\AboutMeWeb-WAWS-dev.json = PublishScripts\Configurations\AboutMeWeb-WAWS-dev.json
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F526845D-6E6D-4DED-B5BD-7113ED3C3F68}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F526845D-6E6D-4DED-B5BD-7113ED3C3F68}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.nuget\packages.config = .nuget\packages.config
|
.nuget\packages.config = .nuget\packages.config
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{411CB67C-50C5-4C1D-B0B5-515EABECB553}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
WebEssentials-Settings.json = WebEssentials-Settings.json
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -46,7 +30,4 @@ Global
|
|||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(NestedProjects) = preSolution
|
|
||||||
{A5C33959-FEA3-4CDA-AAC7-B67A30404D08} = {87E584F7-EF46-4EB9-8C6B-106D8AEF097F}
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
@@ -1,184 +0,0 @@
|
|||||||
{
|
|
||||||
"BrowserLink": {
|
|
||||||
"CssIgnorePatterns": "bootstrap*; reset.css; normalize.css; jquery*; toastr*; foundation*; animate*; inuit*; elements*; ratchet*; hint*; flat-ui*; 960*; skeleton*",
|
|
||||||
"EnableMenu": true,
|
|
||||||
"EnablePixelPushing": true,
|
|
||||||
"ShowMenu": true
|
|
||||||
},
|
|
||||||
"CodeGen": {
|
|
||||||
"AddTypeScriptReferencePath": true,
|
|
||||||
"CamelCaseEnumerationValues": false,
|
|
||||||
"CamelCasePropertyNames": true,
|
|
||||||
"CamelCaseTypeNames": false
|
|
||||||
},
|
|
||||||
"CoffeeScript": {
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"GenerateSourceMaps": true,
|
|
||||||
"LintOnBuild": false,
|
|
||||||
"LintOnSave": true,
|
|
||||||
"LintResultLocation": "Message",
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"ProcessSourceMapsForEditorEnhancements": true,
|
|
||||||
"ShowPreviewPane": true,
|
|
||||||
"WrapClosure": true
|
|
||||||
},
|
|
||||||
"Css": {
|
|
||||||
"AdjustRelativePaths": true,
|
|
||||||
"AutoMinify": true,
|
|
||||||
"Autoprefix": false,
|
|
||||||
"AutoprefixerBrowsers": null,
|
|
||||||
"GenerateRtlSourceMaps": true,
|
|
||||||
"GzipMinifiedFiles": false,
|
|
||||||
"MakeMinified": true,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"RtlCss": false,
|
|
||||||
"RunOnBuild": false,
|
|
||||||
"ShowBrowserTooltip": true,
|
|
||||||
"ShowInitialInherit": false,
|
|
||||||
"ShowUnsupported": true,
|
|
||||||
"SyncBase64ImageValues": true,
|
|
||||||
"SyncVendorValues": true,
|
|
||||||
"ValidateEmbedImages": true,
|
|
||||||
"ValidateStarSelector": true,
|
|
||||||
"ValidateVendorSpecifics": true,
|
|
||||||
"ValidateZeroUnit": true,
|
|
||||||
"ValidationLocation": "Messages"
|
|
||||||
},
|
|
||||||
"General": {
|
|
||||||
"AllMessagesToOutputWindow": false,
|
|
||||||
"KeepImportantComments": true,
|
|
||||||
"ShowWEIgnoreLogs": true,
|
|
||||||
"SvgPreviewPane": true
|
|
||||||
},
|
|
||||||
"Handlebars": {
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"OutputDirectory": null
|
|
||||||
},
|
|
||||||
"Html": {
|
|
||||||
"AttributeQuotesRemovalMode": "KeepQuotes",
|
|
||||||
"AutoMinify": false,
|
|
||||||
"CustomAngularDirectiveList": null,
|
|
||||||
"EnableAngularValidation": true,
|
|
||||||
"EnableBootstrapValidation": true,
|
|
||||||
"EnableEnterFormat": true,
|
|
||||||
"EnableFoundationValidation": true,
|
|
||||||
"GzipMinifiedFiles": false,
|
|
||||||
"ImageDropFormats": [
|
|
||||||
{
|
|
||||||
"HtmlFormat": "<img src=\"{0}\" alt=\"\" />",
|
|
||||||
"Name": "Simple Image Tag"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"HtmlFormat": "<div><img src=\"{0}\" alt=\"\" /></div>",
|
|
||||||
"Name": "Enclosed in Div"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"HtmlFormat": "<li id=\"item_{1}\"><img src=\"{0}\" alt=\"\" /></li>",
|
|
||||||
"Name": "Enclosed as List Item"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"HtmlFormat": "<div style=\"background-image=url('{0}')\"></div>",
|
|
||||||
"Name": "Inline CSS"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"MakeMinified": true,
|
|
||||||
"MinifyAngularBindingExpressions": false,
|
|
||||||
"MinifyKnockoutBindingExpressions": false,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"ProcessableScriptTypeList": null,
|
|
||||||
"RunOnBuild": false
|
|
||||||
},
|
|
||||||
"JavaScript": {
|
|
||||||
"AutoMinify": true,
|
|
||||||
"BlockCommentCompletion": true,
|
|
||||||
"EvalTreatment": "MakeImmediateSafe",
|
|
||||||
"GenerateSourceMaps": true,
|
|
||||||
"GzipMinifiedFiles": false,
|
|
||||||
"LintOnBuild": false,
|
|
||||||
"LintOnSave": true,
|
|
||||||
"LintResultLocation": "Message",
|
|
||||||
"MakeMinified": true,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"RootDirectory": "/Scripts/",
|
|
||||||
"RunOnBuild": false,
|
|
||||||
"TermSemicolons": true
|
|
||||||
},
|
|
||||||
"Less": {
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"EnableChainCompilation": true,
|
|
||||||
"GenerateSourceMaps": true,
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"ProcessSourceMapsForEditorEnhancements": true,
|
|
||||||
"ShowPreviewPane": true,
|
|
||||||
"StrictMath": false
|
|
||||||
},
|
|
||||||
"LiveScript": {
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"GenerateSourceMaps": true,
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"ProcessSourceMapsForEditorEnhancements": true,
|
|
||||||
"ShowPreviewPane": true,
|
|
||||||
"WrapClosure": true
|
|
||||||
},
|
|
||||||
"Markdown": {
|
|
||||||
"AutoHyperlink": false,
|
|
||||||
"AutoNewLines": false,
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"EncodeProblemUrlCharacters": false,
|
|
||||||
"GenerateXHTML": true,
|
|
||||||
"LinkEmails": false,
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"ShowPreviewPane": true,
|
|
||||||
"StrictBoldItalic": false
|
|
||||||
},
|
|
||||||
"Scss": {
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"EnableChainCompilation": true,
|
|
||||||
"GenerateSourceMaps": true,
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"NumberPrecision": 5,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"OutputStyle": "Expanded",
|
|
||||||
"ProcessSourceMapsForEditorEnhancements": true,
|
|
||||||
"ShowPreviewPane": true,
|
|
||||||
"UseRubyRuntime": false
|
|
||||||
},
|
|
||||||
"Sprite": {
|
|
||||||
"CssOutputDirectory": null,
|
|
||||||
"IsVertical": true,
|
|
||||||
"LessOutputDirectory": null,
|
|
||||||
"Margin": 1,
|
|
||||||
"Optimize": true,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"RunOnBuild": false,
|
|
||||||
"ScssOutputDirectory": null,
|
|
||||||
"UseAbsoluteUrl": false,
|
|
||||||
"UseFullPathForIdentifierName": true
|
|
||||||
},
|
|
||||||
"SweetJs": {
|
|
||||||
"CompileOnBuild": false,
|
|
||||||
"CompileOnSave": true,
|
|
||||||
"GenerateSourceMaps": true,
|
|
||||||
"MinifyInPlace": false,
|
|
||||||
"OutputDirectory": null,
|
|
||||||
"ProcessSourceMapsForEditorEnhancements": true,
|
|
||||||
"ShowPreviewPane": true
|
|
||||||
},
|
|
||||||
"TypeScript": {
|
|
||||||
"LintOnBuild": false,
|
|
||||||
"LintOnSave": true,
|
|
||||||
"LintResultLocation": "Message",
|
|
||||||
"ShowPreviewPane": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -193,7 +193,6 @@
|
|||||||
<Content Include="fonts\glyphicons-halflings-regular.eot" />
|
<Content Include="fonts\glyphicons-halflings-regular.eot" />
|
||||||
<Content Include="Content\bootstrap-theme.css.map" />
|
<Content Include="Content\bootstrap-theme.css.map" />
|
||||||
<Content Include="Content\bootstrap.css.map" />
|
<Content Include="Content\bootstrap.css.map" />
|
||||||
<Content Include="Images\github-chart.png" />
|
|
||||||
<Content Include="Images\profile.png" />
|
<Content Include="Images\profile.png" />
|
||||||
<Content Include="Scripts\bootstrap.js" />
|
<Content Include="Scripts\bootstrap.js" />
|
||||||
<Content Include="Scripts\bootstrap.min.js" />
|
<Content Include="Scripts\bootstrap.min.js" />
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
@@ -1,6 +1,4 @@
|
|||||||
jQuery(document).ready(function ($) {
|
jQuery(document).ready(function ($) {
|
||||||
/*======= Skillset *=======*/
|
|
||||||
|
|
||||||
$('.level-bar-inner').css('width', '0');
|
$('.level-bar-inner').css('width', '0');
|
||||||
|
|
||||||
$(window).on('load', function () {
|
$(window).on('load', function () {
|
||||||
@@ -11,6 +9,7 @@ jQuery(document).ready(function ($) {
|
|||||||
width: itemWidth
|
width: itemWidth
|
||||||
}, 800);
|
}, 800);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Bootstrap Tooltip for Skillset */
|
/* Bootstrap Tooltip for Skillset */
|
||||||
@@ -44,5 +43,10 @@ jQuery(document).ready(function ($) {
|
|||||||
entryTemplate: '<h3 class="title"><a href="{url}" target="_blank">{title}</a></h3><div><p>{shortBodyPlain}</p><a class="more-link" href="{url}" target="_blank"><i class="fa fa-external-link"></i>Read more</a></div>'
|
entryTemplate: '<h3 class="title"><a href="{url}" target="_blank">{title}</a></h3><div><p>{shortBodyPlain}</p><a class="more-link" href="{url}" target="_blank"><i class="fa fa-external-link"></i>Read more</a></div>'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
window.GitHubActivity.feed({
|
||||||
|
username: "tparnell8",
|
||||||
|
selector: "#feed",
|
||||||
|
limit: 20 // optional
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
3
src/AboutMe.Web/Scripts/main.min.js
vendored
3
src/AboutMe.Web/Scripts/main.min.js
vendored
@@ -1 +1,2 @@
|
|||||||
jQuery(document).ready(function(n){n(".level-bar-inner").css("width","0");n(window).on("load",function(){n(".level-bar-inner").each(function(){var t=n(this).data("level");n(this).animate({width:t},800)})});n(".level-label").tooltip();n("#rss-feeds").rss("https://blog.tommyparnell.com/rss",{limit:3,effect:"slideFastSynced",layoutTemplate:"<div class='item'>{entries}<\/div>",entryTemplate:'<h3 class="title"><a href="{url}" target="_blank">{title}<\/a><\/h3><div><p>{shortBodyPlain}<\/p><a class="more-link" href="{url}" target="_blank"><i class="fa fa-external-link"><\/i>Read more<\/a><\/div>'})});
|
jQuery(document).ready(function(n){n(".level-bar-inner").css("width","0");n(window).on("load",function(){n(".level-bar-inner").each(function(){var t=n(this).data("level");n(this).animate({width:t},800)})});n(".level-label").tooltip();n("#rss-feeds").rss("https://blog.tommyparnell.com/rss",{limit:3,effect:"slideFastSynced",layoutTemplate:"<div class='item'>{entries}<\/div>",entryTemplate:'<h3 class="title"><a href="{url}" target="_blank">{title}<\/a><\/h3><div><p>{shortBodyPlain}<\/p><a class="more-link" href="{url}" target="_blank"><i class="fa fa-external-link"><\/i>Read more<\/a><\/div>'});window.GitHubActivity.feed({username:"tparnell8",selector:"#feed",limit:20})});
|
||||||
|
//# sourceMappingURL=main.min.js.map
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"version":3,
|
"version":3,
|
||||||
"file":"main.min.js",
|
"file":"main.min.js",
|
||||||
"lineCount":1,
|
"lineCount":1,
|
||||||
"mappings":"AAAAA,MAAM,CAACC,QAAD,CAAUC,MAAM,CAAC,QAAS,CAACC,CAAD,CAAI,CAGhCA,CAAC,CAAC,kBAAD,CAAoBC,IAAI,CAAC,OAAO,CAAE,GAAV,CAAc,CAEvCD,CAAC,CAACE,MAAD,CAAQC,GAAG,CAAC,MAAM,CAAE,QAAS,CAAA,CAAG,CAC7BH,CAAC,CAAC,kBAAD,CAAoBI,KAAK,CAAC,QAAS,CAAA,CAAG,CACnC,IAAIC,EAAYL,CAAC,CAAC,IAAD,CAAMM,KAAK,CAAC,OAAD,CAAS,CAErCN,CAAC,CAAC,IAAD,CAAMO,QAAQ,CAAC,CACZ,KAAK,CAAEF,CADK,CAEf,CAAE,GAFY,CAHoB,CAAb,CADG,CAArB,CAQV,CAGFL,CAAC,CAAC,cAAD,CAAgBQ,QAAQ,CAAA,CAAE,CAG3BR,CAAC,CAAC,YAAD,CAAcS,IAAI,CAGf,mCAAmC,CAEnC,CAII,KAAK,CAAE,CAAC,CAKR,MAAM,CAAE,iBAAiB,CAKzB,cAAc,CAAE,oCAAmC,CAKnD,aAAa,CAAE,8MAnBnB,CALe,CAnBa,CAAd,CA+CpB",
|
"mappings":"AAAAA,MAAM,CAACC,QAAD,CAAUC,MAAM,CAAC,QAAS,CAACC,CAAD,CAAI,CAChCA,CAAC,CAAC,kBAAD,CAAoBC,IAAI,CAAC,OAAO,CAAE,GAAV,CAAc,CAEvCD,CAAC,CAACE,MAAD,CAAQC,GAAG,CAAC,MAAM,CAAE,QAAS,CAAA,CAAG,CAC7BH,CAAC,CAAC,kBAAD,CAAoBI,KAAK,CAAC,QAAS,CAAA,CAAG,CACnC,IAAIC,EAAYL,CAAC,CAAC,IAAD,CAAMM,KAAK,CAAC,OAAD,CAAS,CAErCN,CAAC,CAAC,IAAD,CAAMO,QAAQ,CAAC,CACZ,KAAK,CAAEF,CADK,CAEf,CAAE,GAFY,CAHoB,CAAb,CADG,CAArB,CASV,CAGFL,CAAC,CAAC,cAAD,CAAgBQ,QAAQ,CAAA,CAAE,CAG3BR,CAAC,CAAC,YAAD,CAAcS,IAAI,CAGf,mCAAmC,CAEnC,CAII,KAAK,CAAE,CAAC,CAKR,MAAM,CAAE,iBAAiB,CAKzB,cAAc,CAAE,oCAAmC,CAKnD,aAAa,CAAE,8MAnBnB,CALe,CA0BlB,CACDP,MAAMQ,eAAeC,KAAK,CAAC,CACvB,QAAQ,CAAE,WAAW,CACrB,QAAQ,CAAE,OAAO,CACjB,KAAK,CAAE,EAHgB,CAAD,CA7CM,CAAd,CAmDpB",
|
||||||
"sources":["main.js"],
|
"sources":["main.js"],
|
||||||
"names":["jQuery","document","ready","$","css","window","on","each","itemWidth","data","animate","tooltip","rss"]
|
"names":["jQuery","document","ready","$","css","window","on","each","itemWidth","data","animate","tooltip","rss","GitHubActivity","feed"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,6 @@
|
|||||||
<p>Sysadmin turned Software Engineer. I love solving huge web problems. I love C#, but I am open to using any language/technology. I really enjoy working with cloud technologies, and utilizing the latest Continuous Integration techniques</p>
|
<p>Sysadmin turned Software Engineer. I love solving huge web problems. I love C#, but I am open to using any language/technology. I really enjoy working with cloud technologies, and utilizing the latest Continuous Integration techniques</p>
|
||||||
|
|
||||||
<p>On my free time I like to play guitar, and tinker with various cloud technologies</p>
|
<p>On my free time I like to play guitar, and tinker with various cloud technologies</p>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</section><!--//section-->
|
</section>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Tommy James Parnell</title>
|
<title>Tommy James Parnell</title>
|
||||||
<!-- Meta -->
|
@*Meta*@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -15,15 +15,10 @@
|
|||||||
<link rel="shortcut icon" href="/Images/favicon.ico">
|
<link rel="shortcut icon" href="/Images/favicon.ico">
|
||||||
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic" rel="stylesheet" type="text/css">
|
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic" rel="stylesheet" type="text/css">
|
||||||
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||||
<!-- Global CSS -->
|
|
||||||
<link rel="stylesheet" href="/Content/bootstrap.min.css">
|
<link rel="stylesheet" href="/Content/bootstrap.min.css">
|
||||||
<!-- Plugins CSS -->
|
|
||||||
<link rel="stylesheet" href="/Content/font-awesome.css">
|
<link rel="stylesheet" href="/Content/font-awesome.css">
|
||||||
<!-- github acitivity css -->
|
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
|
||||||
@*<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
|
<link rel="stylesheet" href="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.css">
|
||||||
<link rel="stylesheet" href="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.css">*@
|
|
||||||
|
|
||||||
<!-- Theme CSS -->
|
|
||||||
<link id="theme-style" rel="stylesheet" href="/Content/styles.min.css">
|
<link id="theme-style" rel="stylesheet" href="/Content/styles.min.css">
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
@@ -35,7 +30,6 @@
|
|||||||
<script async type="text/javascript" src="~/Scripts/GAnalytics.min.js"></script>
|
<script async type="text/javascript" src="~/Scripts/GAnalytics.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- ******HEADER****** -->
|
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<img class="profile-image img-responsive pull-left" src="/Images/profile.png" alt="Tommy Parnell" />
|
<img class="profile-image img-responsive pull-left" src="/Images/profile.png" alt="Tommy Parnell" />
|
||||||
@@ -47,16 +41,15 @@
|
|||||||
<li><a href="http://www.linkedin.com/pub/tommy-parnell/24/722/63a"><i class="fa fa-linkedin"></i></a></li>
|
<li><a href="http://www.linkedin.com/pub/tommy-parnell/24/722/63a"><i class="fa fa-linkedin"></i></a></li>
|
||||||
<li class="last-item"><a href="https://github.com/tparnell8"><i class="fa fa-github-alt"></i></a></li>
|
<li class="last-item"><a href="https://github.com/tparnell8"><i class="fa fa-github-alt"></i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!--//profile-->
|
</div>
|
||||||
<a class="btn btn-cta-primary pull-right" href="mailto:tparnell8@gmail.com" target="_blank"><i class="fa fa-paper-plane"></i> Contact Me</a>
|
<a class="btn btn-cta-primary pull-right" href="mailto:tparnell8@gmail.com" target="_blank"><i class="fa fa-paper-plane"></i> Contact Me</a>
|
||||||
</div><!--//container-->
|
</div>
|
||||||
</header><!--//header-->
|
</header>
|
||||||
|
|
||||||
<div class="container sections-wrapper">
|
<div class="container sections-wrapper">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="primary col-md-8 col-sm-12 col-xs-12">
|
<div class="primary col-md-8 col-sm-12 col-xs-12">
|
||||||
@Html.Partial("AboutMe")
|
@Html.Partial("AboutMe")
|
||||||
@* @Html.Partial("Projects")*@
|
|
||||||
|
|
||||||
<section class="experience section">
|
<section class="experience section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
@@ -65,51 +58,46 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="title">Software Engineer <span class="place"><a href="http://vistaprint.com">Vistaprint.com</a></span> <span class="year">(2015 - Present)</span></h3>
|
<h3 class="title">Software Engineer <span class="place"><a href="http://vistaprint.com">Vistaprint.com</a></span> <span class="year">(2015 - Present)</span></h3>
|
||||||
<p>Work on our gallery, and search engine platform</p>
|
<p>Work on our gallery, and search engine platform</p>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="title">Lead Systems Administrator <span class="place"><a href="http://vistaprint.com">Vistaprint.com</a></span> <span class="year">(2011 - 2015)</span></h3>
|
<h3 class="title">Lead Systems Administrator <span class="place"><a href="http://vistaprint.com">Vistaprint.com</a></span> <span class="year">(2011 - 2015)</span></h3>
|
||||||
<p>Devops Engineer, Technical lead for our Monitoring team</p>
|
<p>Devops Engineer, Technical lead for our Monitoring team</p>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</section><!--//section-->
|
</section>
|
||||||
@Html.Partial("Projects")
|
@Html.Partial("Projects")
|
||||||
|
@*Blog Posts*@
|
||||||
<aside class="blog section">
|
<aside class="blog section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
<h2 class="heading">Latest Blog Posts</h2>
|
<h2 class="heading">Latest Blog Posts</h2>
|
||||||
<p></p>
|
<p></p>
|
||||||
<div id="rss-feeds" class="content">
|
<div id="rss-feeds" class="content">
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</aside><!--//section-->
|
</aside>
|
||||||
|
@*Github Feed*@
|
||||||
@*<section class="github section">
|
<section class="github section visible-md visible-lg">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
<div id="ghfeed" class="ghfeed">
|
<div id="feed" class="ghfeed feed">
|
||||||
</div><!--//ghfeed-->
|
</div>
|
||||||
</div><!--//secton-inner-->
|
</div>
|
||||||
</section><!--//section-->*@
|
</section>
|
||||||
|
</div>
|
||||||
</div><!--//primary-->
|
|
||||||
@Html.Partial("RightPane")
|
@Html.Partial("RightPane")
|
||||||
|
</div>
|
||||||
</div><!--//row-->
|
</div>
|
||||||
</div><!--//masonry-->
|
|
||||||
<!-- ******FOOTER****** -->
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<small class="copyright">tommyparnell.com</small>
|
<small class="copyright">tommyparnell.com</small>
|
||||||
</div><!--//container-->
|
</div>
|
||||||
</footer><!--//footer-->
|
</footer>
|
||||||
<!-- Javascript -->
|
|
||||||
<script type="text/javascript" src="/Scripts/jquery-2.1.3.min.js"></script>
|
<script type="text/javascript" src="/Scripts/jquery-2.1.3.min.js"></script>
|
||||||
<script type="text/javascript" src="/Scripts/jquery-migrate-1.2.1.min.js"></script>
|
<script type="text/javascript" src="/Scripts/jquery-migrate-1.2.1.min.js"></script>
|
||||||
<script type="text/javascript" src="/Scripts/bootstrap.min.js"></script>
|
<script type="text/javascript" src="/Scripts/bootstrap.min.js"></script>
|
||||||
<script type="text/javascript" src="/Scripts/jquery-rss/dist/jquery.rss.min.js"></script>
|
<script type="text/javascript" src="/Scripts/jquery-rss/dist/jquery.rss.min.js"></script>
|
||||||
<!-- github activity plugin -->
|
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
|
||||||
@*<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
|
<script type="text/javascript" src="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.js"></script>
|
||||||
<script type="text/javascript" src="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.js"></script>*@
|
|
||||||
<!-- custom js -->
|
|
||||||
<script type="text/javascript" src="/Scripts/main.min.js"></script>
|
<script type="text/javascript" src="/Scripts/main.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -22,67 +22,9 @@
|
|||||||
<p>
|
<p>
|
||||||
I came across a cool <a href="https://github.com/owin-middleware/OwinOAuthProviders">OWIN Oauth provider</a>, but unfortunately they did not have an implementation for twitch. So I did the grunt work, and submitted <a href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47">a pull request</a>.
|
I came across a cool <a href="https://github.com/owin-middleware/OwinOAuthProviders">OWIN Oauth provider</a>, but unfortunately they did not have an implementation for twitch. So I did the grunt work, and submitted <a href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47">a pull request</a>.
|
||||||
</p>
|
</p>
|
||||||
</div><!--//desc-->
|
</div>
|
||||||
<a class="btn btn-cta-secondary" href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47" target="_blank"><i class="fa fa-code-fork"></i> View Pull Request</a>
|
<a class="btn btn-cta-secondary" href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47" target="_blank"><i class="fa fa-code-fork"></i> View Pull Request</a>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
@*<hr class="divider" />
|
</div>
|
||||||
<div class="item row">
|
</div>
|
||||||
<a class="col-md-4 col-sm-4 col-xs-12" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank">
|
</section>
|
||||||
<img class="img-responsive project-image" src="/Images/projects/project-4.png" alt="project name" />
|
|
||||||
</a>
|
|
||||||
<div class="desc col-md-8 col-sm-8 col-xs-12">
|
|
||||||
<h3 class="title"><a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank">Velocity - Designed for Products</a></h3>
|
|
||||||
<p>You can put one of your secondary projects here. Suspendisse in tellus dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante dolor non turpis.</p>
|
|
||||||
<p><a class="more-link" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
|
|
||||||
</div><!--//desc-->
|
|
||||||
</div><!--//item-->
|
|
||||||
|
|
||||||
<div class="item row">
|
|
||||||
<a class="col-md-4 col-sm-4 col-xs-12" href="https://wrapbootstrap.com/theme/tempo-designed-for-startups-WB07364T3?ref=3wm" target="_blank">
|
|
||||||
<img class="img-responsive project-image" src="/Images/projects/project-1.png" alt="project name" />
|
|
||||||
</a>
|
|
||||||
<div class="desc col-md-8 col-sm-8 col-xs-12">
|
|
||||||
<h3 class="title"><a href="https://wrapbootstrap.com/theme/tempo-designed-for-startups-WB07364T3?ref=3wm" target="_blank">Tempo - Designed for Startups</a></h3>
|
|
||||||
<p>You can put one of your secondary projects here. Suspendisse in tellus dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante dolor non turpis.</p>
|
|
||||||
<p><a class="more-link" href="https://wrapbootstrap.com/theme/tempo-designed-for-startups-WB07364T3?ref=3wm" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
|
|
||||||
</div><!--//desc-->
|
|
||||||
</div><!--//item-->
|
|
||||||
|
|
||||||
<div class="item row">
|
|
||||||
<a class="col-md-4 col-sm-4 col-xs-12" href="https://wrapbootstrap.com/theme/delta-promote-mobile-app-effectively-WB09R23P8?ref=3wm" target="_blank">
|
|
||||||
<img class="img-responsive project-image" src="/Images/projects/project-2.png" alt="project name" />
|
|
||||||
</a>
|
|
||||||
<div class="desc col-md-8 col-sm-8 col-xs-12">
|
|
||||||
<h3 class="title"><a href="https://wrapbootstrap.com/theme/delta-promote-mobile-app-effectively-WB09R23P8?ref=3wm" target="_blank">Delta - Designed for Mobile Apps</a></h3>
|
|
||||||
<p> You can put one of your secondary projects here. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p>
|
|
||||||
<p><a class="more-link" href="https://wrapbootstrap.com/theme/delta-promote-mobile-app-effectively-WB09R23P8?ref=3wm" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
|
|
||||||
</div><!--//desc-->
|
|
||||||
</div><!--//item-->*@
|
|
||||||
</div><!--//content-->
|
|
||||||
</div><!--//section-inner-->
|
|
||||||
</section><!--//section-->
|
|
||||||
|
|
||||||
@*<section class="projects section">
|
|
||||||
<div class="section-inner">
|
|
||||||
<h2 class="heading">Other Projects</h2>
|
|
||||||
<div class="content">
|
|
||||||
<div class="item">
|
|
||||||
<h3 class="title"><a href="#">Project Title Cras Lacus</a></h3>
|
|
||||||
<p class="summary">Provide a brief description of your project. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatu.</p>
|
|
||||||
<p><a class="more-link" href="https://wrapbootstrap.com/theme/delta-promote-mobile-app-effectively-WB09R23P8?ref=3wm" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
|
|
||||||
</div><!--//item-->
|
|
||||||
<div class="item">
|
|
||||||
<h3 class="title"><a href="#">Project Title Cras eget lacus</a> <span class="label label-theme">Open Source</span></h3>
|
|
||||||
<p class="summary">Provide a brief description of your project. Maecenas ornare ultricies risus, in fermentum augue consectetur in. Vestibulum vitae mauris iaculis, sollicitudin velit in, molestie nulla. </p>
|
|
||||||
<p><a class="more-link" href="https://wrapbootstrap.com/theme/delta-promote-mobile-app-effectively-WB09R23P8?ref=3wm" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
|
|
||||||
</div><!--//item-->
|
|
||||||
<div class="item">
|
|
||||||
<h3 class="title"><a href="#">Project Title Maecenas Ornare</a> <span class="label label-theme">Open Source</span></h3>
|
|
||||||
<p class="summary">Provide a brief description of your project. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In vel purus enim. Etiam tortor felis, fermentum ac ultrices sed.</p>
|
|
||||||
<p><a class="more-link" href="https://wrapbootstrap.com/theme/delta-promote-mobile-app-effectively-WB09R23P8?ref=3wm" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
|
|
||||||
</div><!--//item-->
|
|
||||||
|
|
||||||
<a class="btn btn-cta-secondary" href="#">More on CoderWall <i class="fa fa-chevron-right"></i></a>
|
|
||||||
</div><!--//content-->
|
|
||||||
</div><!--//section-inner-->
|
|
||||||
</section><!--//section-->*@
|
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
<li><i class="fa fa-link"></i><span class="sr-only">Blog:</span><a href="http://blog.tommyparnell.com">Blog</a></li>
|
<li><i class="fa fa-link"></i><span class="sr-only">Blog:</span><a href="http://blog.tommyparnell.com">Blog</a></li>
|
||||||
<li><i class="fa fa-envelope-o"></i><span class="sr-only">Email:</span><a href="mailto:tparnell8@gmail.com">tparnell8@gmail.com</a></li>
|
<li><i class="fa fa-envelope-o"></i><span class="sr-only">Email:</span><a href="mailto:tparnell8@gmail.com">tparnell8@gmail.com</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</aside><!--//aside-->
|
</aside>
|
||||||
|
|
||||||
<aside class="skills aside section">
|
<aside class="skills aside section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
@@ -24,68 +24,65 @@
|
|||||||
<div class="skillset">
|
<div class="skillset">
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<!--<h3 class="level-title">C#<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="You can use the tooltip to add more info...">Expert</span></h3>-->
|
|
||||||
<h3 class="level-title">C#/.NET<span class="level-label">Expert</span></h3>
|
<h3 class="level-title">C#/.NET<span class="level-label">Expert</span></h3>
|
||||||
<div class="level-bar">
|
<div class="level-bar">
|
||||||
<div class="level-bar-inner" data-level="100%">
|
<div class="level-bar-inner" data-level="100%">
|
||||||
</div>
|
</div>
|
||||||
</div><!--//level-bar-->
|
</div>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="level-title">Javascript & jQuery<span class="level-label">Expert</span></h3>
|
<h3 class="level-title">Javascript & jQuery<span class="level-label">Expert</span></h3>
|
||||||
<div class="level-bar">
|
<div class="level-bar">
|
||||||
<div class="level-bar-inner" data-level="90%">
|
<div class="level-bar-inner" data-level="90%">
|
||||||
</div>
|
</div>
|
||||||
</div><!--//level-bar-->
|
</div>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="level-title">HTML5, CSS3, SASS & LESS<span class="level-label">Pro</span></h3>
|
<h3 class="level-title">HTML5, CSS3, SASS & LESS<span class="level-label">Pro</span></h3>
|
||||||
<div class="level-bar">
|
<div class="level-bar">
|
||||||
<div class="level-bar-inner" data-level="85%">
|
<div class="level-bar-inner" data-level="85%">
|
||||||
</div>
|
</div>
|
||||||
</div><!--//level-bar-->
|
</div>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="level-title">Puppet<span class="level-label">Intermediate</span></h3>
|
<h3 class="level-title">Puppet<span class="level-label">Intermediate</span></h3>
|
||||||
<div class="level-bar">
|
<div class="level-bar">
|
||||||
<div class="level-bar-inner" data-level="75%">
|
<div class="level-bar-inner" data-level="75%">
|
||||||
</div>
|
</div>
|
||||||
</div><!--//level-bar-->
|
</div>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="level-title">Ruby<span class="level-label">Intermediate</span></h3>
|
<h3 class="level-title">Ruby<span class="level-label">Intermediate</span></h3>
|
||||||
<div class="level-bar">
|
<div class="level-bar">
|
||||||
<div class="level-bar-inner" data-level="70%">
|
<div class="level-bar-inner" data-level="70%">
|
||||||
</div>
|
</div>
|
||||||
</div><!--//level-bar-->
|
|
||||||
</div><!--//item-->
|
|
||||||
<!--<p><a class="more-link" href="#"><i class="fa fa-external-link"></i> More on Coderwall</a></p>-->
|
|
||||||
</div>
|
</div>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
<p><a class="more-link" href="https://coderwall.com/tparnell8"><i class="fa fa-external-link"></i> More on Coderwall</a></p>
|
||||||
</aside><!--//section-->
|
</div>
|
||||||
@*
|
</div>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<aside class="testimonials aside section">
|
<aside class="testimonials aside section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
<h2 class="heading">Testimonials</h2>
|
<h2 class="heading">Testimonials</h2>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<blockquote class="quote">
|
<blockquote class="quote">
|
||||||
<p><i class="fa fa-quote-left"></i>James is an excellent software engineer and he is passionate about what he does. You can totally count on him to deliver your projects!</p>
|
<p><i class="fa fa-quote-left"></i>Tommy has been instrumental at increasing our web presence, but much more than that, he has increased the technological knowledge of our internal staff. Empowering our employees with the tools to edit our website on the fly, and the knowledge to identify improvement areas that can be resolved with proper IT infrastructure. He has also been monumental at creating new internal software, which has exponentially increased our competitive advantage against other companies in our space.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p class="source"><span class="name">Tim Adams</span><br /><span class="title">Curabitur commodo</span></p>
|
<p class="source"><span class="name">Richard Warren</span><br /><span class="title">Founder Mold Assessing and Remediation Services, LLC</span></p>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
|
|
||||||
<p><a class="more-link" href="#"><i class="fa fa-external-link"></i> More on Linkedin</a></p>
|
|
||||||
</div><!--//content-->
|
|
||||||
</div><!--//section-inner-->
|
|
||||||
</aside><!--//section-->
|
|
||||||
*@
|
|
||||||
|
|
||||||
|
<p><a class="more-link" href="https://www.linkedin.com/pub/tommy-parnell/24/722/63a"><i class="fa fa-external-link"></i>More on Linkedin</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
<aside class="education aside section">
|
<aside class="education aside section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
<h2 class="heading">Education</h2>
|
<h2 class="heading">Education</h2>
|
||||||
@@ -93,14 +90,14 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="title"><i class="fa fa-graduation-cap"></i> B.S. Information Technology</h3>
|
<h3 class="title"><i class="fa fa-graduation-cap"></i> B.S. Information Technology</h3>
|
||||||
<h4 class="university">Southern New Hampshire University <span class="year">(2012-2014)</span></h4>
|
<h4 class="university">Southern New Hampshire University <span class="year">(2012-2014)</span></h4>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h3 class="title"><i class="fa fa-graduation-cap"></i> A.S. Information Technology</h3>
|
<h3 class="title"><i class="fa fa-graduation-cap"></i> A.S. Information Technology</h3>
|
||||||
<h4 class="university">GreatBay Community College <span class="year">(2010-2012)</span></h4>
|
<h4 class="university">GreatBay Community College <span class="year">(2010-2012)</span></h4>
|
||||||
</div><!--//item-->
|
</div>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</aside><!--//section-->
|
</aside>
|
||||||
|
|
||||||
<aside class="languages aside section">
|
<aside class="languages aside section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
@@ -110,26 +107,25 @@
|
|||||||
<li class="item">
|
<li class="item">
|
||||||
<span class="title"><strong>English:</strong></span>
|
<span class="title"><strong>English:</strong></span>
|
||||||
<span class="level">Native Speaker <br class="visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </span>
|
<span class="level">Native Speaker <br class="visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </span>
|
||||||
</li><!--//item-->
|
</li>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<span class="title"><strong>Sign Language (US):</strong></span>
|
<span class="title"><strong>Sign Language (US):</strong></span>
|
||||||
<span class="level">Somewhat Proficient <br class="visible-sm visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half"></i></span>
|
<span class="level">Somewhat Proficient <br class="visible-sm visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half"></i></span>
|
||||||
</li><!--//item-->
|
</li>>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</aside><!--//section-->
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
<aside class="list conferences aside section">
|
<aside class="list conferences aside section">
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
<h2 class="heading">Conferences</h2>
|
<h2 class="heading">Conferences</h2>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
|
<li><i class="fa fa-calendar"></i> <a href="http://monitorama.com/" target="_blank">Monitorama 2015</a> (Portland)</li>
|
||||||
<li><i class="fa fa-calendar"></i> <a href="http://monitorama.com/" target="_blank">Monitorama 2014</a> (Portland)</li>
|
<li><i class="fa fa-calendar"></i> <a href="http://monitorama.com/" target="_blank">Monitorama 2014</a> (Portland)</li>
|
||||||
<li><i class="fa fa-calendar"></i> <a href="http://devopsenterprise.io/">DevOps Enterprise</a> (San Fransisco)</li>
|
<li><i class="fa fa-calendar"></i> <a href="http://devopsenterprise.io/">DevOps Enterprise</a> (San Fransisco)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!--//content-->
|
</div>
|
||||||
</div><!--//section-inner-->
|
</div>
|
||||||
</aside><!--//section-->
|
</aside>
|
||||||
</div><!--//secondary-->
|
</div>
|
||||||
Reference in New Issue
Block a user