Skip to content

Commit

Permalink
Add home page and start fixing profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBMaloney committed Feb 9, 2020
1 parent 0ba902e commit 79ad71a
Show file tree
Hide file tree
Showing 14 changed files with 163 additions and 47 deletions.
78 changes: 59 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/build-angular": "^0.13.9",
"@angular/cli": "~7.3.8",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/app/app-header/app-header.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin-top: 30px;
}

hr {
.hr1 {
box-shadow: none;
border: none;
margin-bottom: 100px;
Expand All @@ -13,7 +13,7 @@ hr {

}

h2 {
.white-pill {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 10px;
Expand Down
5 changes: 3 additions & 2 deletions src/app/app-header/app-header.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="app-header-container">
<img src="assets/med-logo.JPG" width="150" height="75" class="align-left" style="float: right">
<h2 class="white-pill" click="goToHome"> < GO BACK TO HOME </h2>
</div>
<h2 class="white-pill" routerLink="/home"> < GO BACK TO HOME </h2>
</div>

Loading

0 comments on commit 79ad71a

Please sign in to comment.