aarushiibisht commented on a change in pull request #6:
URL: https://github.com/apache/airavata-mft-portal/pull/6#discussion_r415571718
##########
File path: airavata_mft/templates/base.html
##########
@@ -1,14 +1,85 @@
{% load render_bundle from webpack_loader %}
<!DOCTYPE html>
-<head>
-
-</head>
{% block scripts %}
{% endblock scripts %}
{% render_bundle 'chunk-vendors' config='DEFAULT'%}
{% render_bundle 'app' config='DEFAULT'%}
-<body>
-<!-- TODO : header and side navigation bar" -->
-{% block app %}
-{% endblock app %}
-</body>
+
+{% load static %}
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
+ <meta name="description" content="">
+ <meta name="author" content="">
+
+ <title>Airavata MFT</title>
+ <!-- Bootstrap CSS CDN -->
+ <link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin="anonymous">
+ <!-- Custom styles -->
+ <link href="{% static 'base.css' %}" type="text/css" rel="stylesheet">
+ </head>
+
+ <body>
+ <nav class="navbar navbar-expand-lg navbar-light ">
+ <a class="navbar-brand" href="#">
+ AIRAVATA MFT
+ </a>
+ <div>
Review comment:
Can you please correct the indentation
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]