diff --git a/app/css/stylish-portfolio.css b/app/css/stylish-portfolio.css index 2e56f65..53dec02 100644 --- a/app/css/stylish-portfolio.css +++ b/app/css/stylish-portfolio.css @@ -14,6 +14,10 @@ html { background-color: #2d2d2d; } +.homelogo { + width: 150px; +} + body { font-family: 'Source Sans Pro'; } @@ -134,6 +138,7 @@ h6 { border-left: 1px solid rgba(255, 255, 255, 0.1); } + .sidebar-nav { position: absolute; top: 0; diff --git a/app/home.html b/app/home.html index d06dcae..b4ad221 100644 --- a/app/home.html +++ b/app/home.html @@ -1,4 +1,3 @@ -HOME PAGE @@ -6,7 +5,7 @@ - Coding Black Females + Coding Black Females Home @@ -31,17 +30,51 @@ + + + + + +
- - -

WELCOME

+

WELCOME

We are the coding black female community started by Charlene in 2017

Our Mission is......

- - + + + +
+ + + + + + + + + + + + + diff --git a/app/img/favicon.png b/app/img/favicon.png new file mode 100644 index 0000000..ba17d33 Binary files /dev/null and b/app/img/favicon.png differ