updated company logo

This commit is contained in:
2025-12-08 10:49:18 -06:00
parent 2d9b987d03
commit 6fa4fc1f7c
7 changed files with 175 additions and 170 deletions

View File

@@ -5,26 +5,27 @@
<html lang="en""> <html lang="en"">
<head> <head>
<title>Contract Detail</title> <title>Contract Detail</title>
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" > <link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}"> <link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
<body class="g-sidenav-show bg-gray-200" >
<body class="g-sidenav-show bg-gray-200">
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg"> <main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">
{% if is_new %} {% if is_new %}
<h1>New Contract</h1> <h1>New Contract</h1>
<form method="post" action='{% url "new_contract" %}' > <form method="post" action='{% url "new_contract" %}'>
{% csrf_token %} {% csrf_token %}
{{ form }} {{ form }}
<button type=""button" value="submit">Create</button> <button type="" button" value="submit">Create</button>
</form> </form>
{% else %} {% else %}
<h1> {{ contract.name }}</h1> <h1> {{ contract.name }}</h1>
<form method="post" action='{% url "contract_detail" contract.slug %}' > <form method="post" action='{% url "contract_detail" contract.slug %}'>
{% csrf_token %} {% csrf_token %}
{{ form }} {{ form }}
<button type=""button" value="submit">Update</button> <button type="" button" value="submit">Update</button>
</form> </form>
{% endif %} {% endif %}
@@ -43,10 +44,10 @@
{{ charge_number_form }} {{ charge_number_form }}
{% else %} {% else %}
<p> There are no charge numbers for this contract</p> <p> There are no charge numbers for this contract</p>
<form method="post" action='{% url "new_charge_number" %}' > <form method="post" action='{% url "new_charge_number" %}'>
{% csrf_token %} {% csrf_token %}
{{ charge_number_form }} {{ charge_number_form }}
<button type=""button" value="submit">Update</button> <button type="" button" value="submit">Update</button>
</form> </form>
{% endif %} {% endif %}
{% endif %} {% endif %}

View File

@@ -5,9 +5,10 @@
<html lang="en""> <html lang="en"">
<head> <head>
<title>Profile</title> <title>Profile</title>
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" > <link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}"> <link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
<body class="g-sidenav-show bg-gray-200" >
<body class="g-sidenav-show bg-gray-200">
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg"> <main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">

View File

@@ -3,9 +3,10 @@
<html lang="en""> <html lang="en"">
<head> <head>
<title>Accounting</title> <title>Accounting</title>
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" > <link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}"> <link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
<body class="g-sidenav-show bg-gray-200" >
<body class="g-sidenav-show bg-gray-200">
<div class="sidenav-header"> <div class="sidenav-header">
<ul class="navbar-item"> <ul class="navbar-item">
<li class="nav-item"> <li class="nav-item">
@@ -18,7 +19,8 @@
</ul> </ul>
</div> </div>
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg"> <main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">
<nav class="navbar navbar-main navbar-expand-lg px-0 mx-4 shadow-none border-radius-xl" id="navbarBlur" data-scroll="true"> <nav class="navbar navbar-main navbar-expand-lg px-0 mx-4 shadow-none border-radius-xl" id="navbarBlur"
data-scroll="true">
<div class="container-fluid py-1 px-3"> <div class="container-fluid py-1 px-3">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<h6>Dashboard</h6> <h6>Dashboard</h6>

View File

@@ -5,9 +5,10 @@
<html lang="en""> <html lang="en"">
<head> <head>
<title>Profile</title> <title>Profile</title>
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" > <link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}"> <link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
<body class="g-sidenav-show bg-gray-200" >
<body class="g-sidenav-show bg-gray-200">
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg"> <main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -16,7 +16,7 @@
<meta property="og:description" <meta property="og:description"
content="{% block og_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}"> content="{% block og_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
<meta property="og:image" <meta property="og:image"
content="{% block og_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'public/img/logo.png' %}{% endblock %}"> content="{% block og_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'public/img/favicon.jpg' %}{% endblock %}">
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
@@ -25,7 +25,7 @@
<meta property="twitter:description" <meta property="twitter:description"
content="{% block twitter_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}"> content="{% block twitter_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
<meta property="twitter:image" <meta property="twitter:image"
content="{% block twitter_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'public/img/logo.png' %}{% endblock %}"> content="{% block twitter_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'public/img/favicon.jpg' %}{% endblock %}">
<!-- Fonts --> <!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
@@ -34,7 +34,7 @@
<!-- Custom CSS --> <!-- Custom CSS -->
<link href="{% static 'public/css/style.css' %}" rel="stylesheet"> <link href="{% static 'public/css/style.css' %}" rel="stylesheet">
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}"> <link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
{% if not debug %} {% if not debug %}
<script async defer src="https://tianji.aimloperations.com/tracker.js" <script async defer src="https://tianji.aimloperations.com/tracker.js"