Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c8172704
authored
2023-09-26 21:06:24 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
LOGIN
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
49ac09ac
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
wp-content/themes/understrap-child/images/login.png
wp-content/themes/understrap-child/images/logo.png
wp-content/themes/understrap-child/page-templates/login.php
wp-content/themes/understrap-child/images/login.png
0 → 100644
View file @
c817270
3.15 MB
wp-content/themes/understrap-child/images/logo.png
0 → 100644
View file @
c817270
14.7 KB
wp-content/themes/understrap-child/page-templates/login.php
View file @
c817270
...
...
@@ -24,14 +24,14 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
?>
<div
class=
"hero-container header-section blur-image"
data-src=
"
<?php
echo
the_post_thumbnail_url
();
?>
"
style=
"--med-image: url(
<?php
echo
the_post_thumbnail_url
(
'medium'
);
?>
);"
>
<div
class=
"hero-container header-section blur-image"
data-src=
"
/wp-content/themes/understrap-child/images/login.png"
style=
"--med-image: url(/wp-content/themes/understrap-child/images/login.png
);"
>
<div
class=
"full-image-login"
>
<div
class=
"container"
>
<div
class=
"hero-content row"
>
<div
class=
"col align-self-center"
>
<img
width=
"580"
height=
"254"
src=
"/wp-content/themes/understrap-child/images/logo.png"
class=
"img-fluid"
alt=
"StellerVista Connect"
decoding=
"async"
>
<?php
the_custom_logo
();
while
(
have_posts
()
)
{
the_post
();
get_template_part
(
'loop-templates/content'
,
'page'
);
...
...
Please
register
or
sign in
to post a comment