Skip to content

Commit

Permalink
Staging (#167)
Browse files Browse the repository at this point in the history
* add footer links and routing

* match styles for headers

* more style changes

* make header styles for 508

* fix font weight of headers

---------

Signed-off-by: usiiasirrush <[email protected]>
Co-authored-by: Usi Diamond <[email protected]>
  • Loading branch information
UsiDiamond and UsiDiamond authored Jul 12, 2023
1 parent f8c0dc4 commit bc1d51f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 21 deletions.
10 changes: 10 additions & 0 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ li {
margin-right: 10px;
}

.navigation button {
font-weight: bold;
}

button:hover , button:focus {
background-color: purple;
color: aliceblue;
font-weight: bold;
}

img {
height: auto;
width: 141px;
Expand Down
5 changes: 3 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
</div>
</div>

<span *ngIf="isContentShown">
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-3">

<span *ngIf="isContentShown" class="">
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-3 navigation">
<div class="container-fluid">
<div class="ml-auto">
<img src="../assets/logo.png" alt="Neurodiversit in Buisness Logo" />
Expand Down
13 changes: 11 additions & 2 deletions src/app/home/home.component.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
.danquote {
font-size: 30px;
font-size: 20px;
font-weight: bold;
font-style: italic;
}

#introText {
text-align: left;
text-align: center;
}


h1,
h2 {
font-family: "Montserrat", Sans-serif;
font-weight: bold;
background: #9b51e0;
color: white;
font-style: bold;
text-align: left;
padding: 40px;
}

.blurbs {
text-align: center;
}

16 changes: 8 additions & 8 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<hr />
<div class="container-fluid" style="text-align: center">
<div class="container-fluid">
<div class="row">
<div class="col">
<h1>Neurodiversity in Buisness</h1>
</div>

<h1>Neurodiversity in Business (NiB)</h1>

</div>

<div class="row">
Expand All @@ -22,8 +22,8 @@ <h1>Neurodiversity in Buisness</h1>
</p>
</div>

<div class="col">
<iframe
<div class="col" style="text-align: center;">
<iframe
title="Neurodiversity in Buisness outube Introduction with Dan Harris"
width="420"
height="315"
Expand Down Expand Up @@ -59,7 +59,7 @@ <h1>Neurodiversity in Buisness</h1>
</div>

<hr />
<div class="container-fluid">
<div class="container-fluid" class="blurbs">
<div class="row">
<h2>Who We Are</h2>
</div>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h3>Existing ND Groups</h3>
</div>
</div>

<div class="container-fluid">
<div class="container-fluid" class="blurbs">
<div class="row">
<h2>We Will Support</h2>
</div>
Expand Down
10 changes: 1 addition & 9 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/* Remove the navbar's default margin-bottom and rounded borders */

h1 {
font-family: "Montserrat", Sans-serif;
background: #9b51e0;
color: white;
font-style: bold;
}
h2 {
font-family: "Montserrat", Sans-serif;
}


.navbar {
margin-bottom: 0;
Expand Down

0 comments on commit bc1d51f

Please sign in to comment.