Skip to content

Commit

Permalink
logo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrmanu10 committed Jul 9, 2024
1 parent e0c9680 commit 363fef8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Binary file modified apps/static/assets/img/brand/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/templates/accounts/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="card-header bg-transparent pb-5">
<img class="img-fluid" id="welcome" src="/static/assets/img/brand/favicon.png" alt="Argon Design - Template Starter Logo.">
<div class="text-muted text-center mt-2 mb-3">
{% trans "Welcome to ScreenRPA!" %}
{% trans "Welcome to UBGI!" %}
</div>
</div>
<div class="card-body px-lg-5 py-lg-5">
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/accounts/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="card bg-secondary shadow border-0">
<div class="card-header bg-transparent pb-5"><img class="img-fluid" id="welcome" src="/static/assets/img/brand/favicon.png" alt="Argon Design - Template Starter Logo.">
<div class="text-muted text-center mt-2 mb-4">
{% trans "Let's join to ScreenRPA!" %}
{% trans "Let's join to UBGI!" %}
</div>
</div>
<div class="card-body px-lg-5 py-lg-5">
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/home/calibration.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<html>
<head>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>ScreenRPA - WebGazer</TITLE>
<TITLE>UBGI - WebGazer</TITLE>
<link rel="stylesheet" type="text/css" href="/static/assets/css/style.css">
<link rel="stylesheet" href="/static/assets/css/bootstrap/bootstrap.min.css">
<!-- <script src="./tensorflow.js"></script> -->
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/includes/navigation-fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav id="navbar-main" class="navbar navbar-horizontal navbar-transparent navbar-main navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/static/assets/img/brand/big-logo.png" alt="ScreenRPA Logo">ScreenRPA
<img src="/static/assets/img/brand/big-logo.png" alt="UBGI Logo">UBGI
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="{% blocktranslate %}Toggle navigation{% endblocktranslate %}">
<span class="navbar-toggler-icon"></span>
Expand All @@ -12,7 +12,7 @@
<div class="row">
<div class="col-6 collapse-brand">
<a href="/">
<img src="/static/assets/img/brand/big-logo.png">ScreenRPA
<img src="/static/assets/img/brand/big-logo.png">UBGI
</a>
</div>
<div class="col-6 collapse-close">
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/includes/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Brand -->
<div class="sidenav-header align-items-center">
<a class="navbar-brand" href="/">
<img src="/static/assets/img/brand/logo.png" class="navbar-brand-img" alt="ScreenRPA Logo">
<img src="/static/assets/img/brand/logo.png" class="navbar-brand-img" alt="UBGI Logo">
</a>
</div>
</br>
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/layouts/base-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>
ScreenRPA
UBGI
</title>

<link rel="icon" href="/static/assets/img/brand/favicon.png" type="image/png">
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/layouts/base-fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>
ScreenRPA
UBGI
</title>

<link rel="icon" href="/static/assets/img/brand/favicon.png" type="image/png">
Expand Down Expand Up @@ -49,7 +49,7 @@
<div class="col-lg-5 col-md-6">
<h1 class="text-white">
<a target="_blank" class="text-white"
href="https://github.com/RPA-US/rim">ScreenRPA</a>
href="https://github.com/RPA-US/rim">UBGI</a>
</h1>
<p class="text-lead text-light">
{% blocktranslate %}
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>
ScreenRPA
UBGI
</title>

<!-- Favicon - loaded as static -->
Expand Down

0 comments on commit 363fef8

Please sign in to comment.