Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
* improve overall styling
* fix typos and project descriptions
  • Loading branch information
regul4rj0hn committed Jan 19, 2020
1 parent a543187 commit bc34676
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
Binary file modified docs/_framework/_bin/System.ComponentModel.DataAnnotations.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Core.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Net.Http.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.Text.Json.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/System.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/WebAssembly.Bindings.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/WebAssembly.Net.Http.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/mscorlib.dll
Binary file not shown.
Binary file modified docs/_framework/_bin/resume.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/css/site.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

a, .btn-link {
color: #0366d6;
color: #0f3774;
}

.btn-primary {
Expand Down Expand Up @@ -47,7 +47,7 @@ app {
}

.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #0f3774 70%);
}

.sidebar .top-row {
Expand Down Expand Up @@ -138,7 +138,7 @@ app {

@media (max-width: 767.98px) {
.main .top-row:not(.auth) {
display: none;
display: block;
}

.main .top-row.auth {
Expand Down
6 changes: 3 additions & 3 deletions docs/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "Identity Provider",
"date": "August 2017 - Present",
"technology": "AWS, ASP.NET Core, Identity Server 4, C#, PostgreSQL",
"summary": "The Identity Provider project aims to unify the company's authentication and user's data, having a set of online services and website that authenticates users by means of security tokens.",
"summary": "Aims to unify the company's authentication and user identity data with set of web APIs and front-end website, that authenticate users and systems by means of security tokens.",
"contributions": [
"Implemented from scratch using the latest ASP.NET Core using the OpenID Connect Certified IdentityServer4 framework",
"Achieved a high-availability architecture through AWS technologies: Elastic Beanstalk, RDS, Application ELB for multiple running instances and with MultiAZ, Rolling updates, Blue-Green deployments and a fall-back region",
"On-boarded serverl clients from the company including SPAs, WebApps, and protected API resources",
"On-boarded serveral clients from the company including SPAs, WebApps, and protected API resources",
"Added SAML support and integrated with external federation services, such as customers' ADFS identity servers",
"Worked on a continuous integration and continuous deployment pipeline"
]
Expand All @@ -16,7 +16,7 @@
"name": "Fleet Monitoring System",
"date": "October 2011 - Present",
"technology": "AWS, ASP.NET Framework, SQL Server, Kafka",
"summary": "The FMS is a web-based companion product to the Remote Presence telehealth devices, designed specifically to support an administrator's fleet management and monitoring workflow.",
"summary": "Web-based pages and APIs companion to the Remote Presence telehealth devices, custom-designed to support an administrator's fleet management and monitoring workflow.",
"contributions": [
"Implemented a publisher for pushing messages to Kafka servers",
"Integrated the FMS with Auth0 and Salesforce APIs",
Expand Down

0 comments on commit bc34676

Please sign in to comment.