Commit b8c19b84 authored by Kyrene Espedido's avatar Kyrene Espedido

made edits to index html

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