Commit b8c19b84 authored by Kyrene Espedido's avatar Kyrene Espedido

made edits to index html

parent 0d9e7cd5
#topbar {
background-color: green;
height: 200px;
width: 100%;
height: 80px;
}
#topbar-text {
float: none;
font-family: Arial, Helvetica, sans-serif;
}
\ No newline at end of file
......@@ -10,18 +10,16 @@
</head>
<body>
<div id="topbar">
<a href="#"><img src="{% static 'images/topc_logo.jpg' %}" class="img logo rounded-circle mb-5" style="height: 200px; width: 200px;"></a>
<br>
<br>
<br>
<a href="#"><img src="{% static 'images/topc_logo.jpg' %}" class="img logo rounded-circle mb-5" style="height: 50px; width: 50px;"></a>
<div id="topbar-text">
<h4>Thousand Oaks Packaging Corporation</h4>
<h2>Employee Performance</h2>
</div>
</div>
<!-- Page Content -->
{% block content %}
{% endblock %}
<script src="{% static 'css/bootstrap-4.1.3-dist/js/bootstrap.min.js' %}"></script>
</body>
<footer>
<p>Copyright &copy;<script>document.write(new Date().getFullYear());</script></p>
......
......@@ -9,12 +9,12 @@
<body>
<div style="width:100%">
<h1>TOPC</h1>
<!-- <form>
<form>
<input type="file" id="file-input">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Upload</button>
</form> -->
<button type="submit">Import File</button>
</form>
</div>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment