Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions stackle-app/src/app/public/login/login.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,38 @@
}
#toolbar {
background-color: rgb(85, 70, 181);
}
}
.responsive {
text-align: center;
padding: 20px;
margin-top: 10%
}
img{
display: inline;
padding: 10px;
}

@media only screen and (max-width: 600px) {
img {
display: inline;
padding: 10px;
width: 100%;
height: auto;
}
}
.body {
color: white;
background-color: #111111;
position: absolute;
width: 100%;
height: 100%;
}
/*
#landing-banner {
color: white;
background-image: url('../../../assets/images/Stackle-landing.jpg');
background-image: url('../../../assets/images/stacklelogo.png');
position: absolute;
width: 100%;
height: 100%;
}
}
*/
10 changes: 10 additions & 0 deletions stackle-app/src/app/public/login/login.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div class="body">


<div class="container-fluid login-body" id="landing-banner">
<div class="row">
<div class="col-md-6">
Expand All @@ -9,5 +12,12 @@ <h1 class="header mat-h1">Stackle by SCoRe</h1>
</button>
</div>



</div>
</div>
<div class="responsive">
<img src="../../../assets/images/stacklelogo.png" alt="Stackle by SCoRe">
<img src="../../../assets/images/slogan.png" alt="">
</div>
</div>
Binary file added stackle-app/src/assets/images/slogan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stackle-app/src/assets/images/stacklelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.