updated company logo
This commit is contained in:
@@ -5,26 +5,27 @@
|
||||
<html lang="en"">
|
||||
<head>
|
||||
<title>Contract Detail</title>
|
||||
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" >
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}">
|
||||
<body class="g-sidenav-show bg-gray-200" >
|
||||
<link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
|
||||
|
||||
<body class="g-sidenav-show bg-gray-200">
|
||||
|
||||
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">
|
||||
|
||||
{% if is_new %}
|
||||
<h1>New Contract</h1>
|
||||
<form method="post" action='{% url "new_contract" %}' >
|
||||
<form method="post" action='{% url "new_contract" %}'>
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
<button type=""button" value="submit">Create</button>
|
||||
<button type="" button" value="submit">Create</button>
|
||||
</form>
|
||||
|
||||
{% else %}
|
||||
<h1> {{ contract.name }}</h1>
|
||||
<form method="post" action='{% url "contract_detail" contract.slug %}' >
|
||||
<form method="post" action='{% url "contract_detail" contract.slug %}'>
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
<button type=""button" value="submit">Update</button>
|
||||
<button type="" button" value="submit">Update</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
@@ -43,10 +44,10 @@
|
||||
{{ charge_number_form }}
|
||||
{% else %}
|
||||
<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 %}
|
||||
{{ charge_number_form }}
|
||||
<button type=""button" value="submit">Update</button>
|
||||
<button type="" button" value="submit">Update</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
<html lang="en"">
|
||||
<head>
|
||||
<title>Profile</title>
|
||||
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" >
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}">
|
||||
<body class="g-sidenav-show bg-gray-200" >
|
||||
<link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
|
||||
|
||||
<body class="g-sidenav-show bg-gray-200">
|
||||
|
||||
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">
|
||||
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
<html lang="en"">
|
||||
<head>
|
||||
<title>Accounting</title>
|
||||
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" >
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}">
|
||||
<body class="g-sidenav-show bg-gray-200" >
|
||||
<link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
|
||||
|
||||
<body class="g-sidenav-show bg-gray-200">
|
||||
<div class="sidenav-header">
|
||||
<ul class="navbar-item">
|
||||
<li class="nav-item">
|
||||
@@ -18,7 +19,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<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">
|
||||
<nav aria-label="breadcrumb">
|
||||
<h6>Dashboard</h6>
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
<html lang="en"">
|
||||
<head>
|
||||
<title>Profile</title>
|
||||
<link href="{% static 'financial/css/material-dashboard.css' %}" rel="stylesheet" >
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}">
|
||||
<body class="g-sidenav-show bg-gray-200" >
|
||||
<link href=" {% static 'financial/css/material-dashboard.css' %}" rel="stylesheet">
|
||||
<link rel="icon" type="image/xicon" href="{% static 'public/img/favicon.jpg' %}">
|
||||
|
||||
<body class="g-sidenav-show bg-gray-200">
|
||||
|
||||
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">
|
||||
|
||||
|
||||
BIN
company_site/public/static/public/img/favicon.jpg
Normal file
BIN
company_site/public/static/public/img/favicon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
@@ -16,7 +16,7 @@
|
||||
<meta property="og:description"
|
||||
content="{% block og_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
|
||||
<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 -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
@@ -25,7 +25,7 @@
|
||||
<meta property="twitter:description"
|
||||
content="{% block twitter_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
|
||||
<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 -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<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 %}
|
||||
<script async defer src="https://tianji.aimloperations.com/tracker.js"
|
||||
|
||||
Reference in New Issue
Block a user