Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html with company brand #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions hello_azure/templates/hello_azure/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load static %}
<!doctype html>
<head>
<title>Hello Azure - Python Quickstart</title>
<title>Hello Glencore - Python Quickstart</title>
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
<link rel="icon"href="{% static 'favicon.ico' %}">
</head>
Expand All @@ -11,7 +11,7 @@
<div class="px-4 py-3 my-2 text-center">
<img class="d-block mx-auto mb-4" src="{% static 'images/azure-icon.svg' %}" alt="Azure Logo" width="192" height="192"/>
<!-- <img src="/docs/5.1/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57"> -->
<h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
<h1 class="display-6 fw-bold text-primary">Welcome to Glencore</h1>
</div>
<form method="post" action="hello">
{% csrf_token %}
Expand All @@ -29,4 +29,4 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
</form>
</main>
</body>
</html>
</html>