aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-16 21:23:11 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-16 21:23:11 +0530
commit16c623fb8fe56d2ea9840a8589d3aec15147d372 (patch)
tree8bde8230ee682c2fa239b2064cfd7e2c9a595190
parenta8f0cdfebbeb8fc58ed739157d0a0e928379fe7a (diff)
added alt text to homepage and moved to OG Bootstrap theme
-rw-r--r--app/templates/base.html8
-rw-r--r--app/templates/home.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index dcae79c..6e10d2f 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<title>Curie Web</title>
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/solar/bootstrap.min.css">
- <link rel="stylesheet" href= href="{{ url_for('static', filename='css/solar.css') }}">
+ <!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/solar/bootstrap.min.css">-->
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='favicons/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicons/favicon-32x32.png') }}">
@@ -50,7 +50,7 @@
</ul>
</div>
</nav>
- <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg_blur.jpg')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
+ <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg_blur.jpg')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;" alt="An image of a protein having PDB ID:6LU7 ">
<div class="container">
<h1 style="color: white;">Curie Web</h1>
</div>
@@ -85,7 +85,7 @@
<p>The Curie Project aims to make the process of CADD from ideation to in-silico testing as easy as possible.</p>
</div>
</div>
- <p class="copyright">Copyright © 2020</p>
+ <p>Check License on GitHub UwU</p>
</div>
</footer>
</div>
diff --git a/app/templates/home.html b/app/templates/home.html
index 8386dac..82cbc23 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -55,5 +55,5 @@
</ul>
</section>
- <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" />
+ <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" alt="Scientist working in a laboratory" />
{% endblock %} \ No newline at end of file