Skip to content
Snippets Groups Projects
Commit ba26c6a3 authored by Your Name's avatar Your Name
Browse files

backs

parent 30ac8045
No related branches found
No related tags found
No related merge requests found
Pipeline #296431 passed
{% extends "layout.html" %}
{% block title %}Attributions{% endblock %}
{% block lead %}This page must show the attribution form of your project. This includes the work done by each of the student members on your team and any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster. This requirement is not about literature references - these can and should be displayed throughout your wiki.{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Bronze Medal Criterion #2</h4>
<p>Describe what work your team members did and what other people did for your project.</p>
<p>The form that bas been embded in an iframe in this page shows your team's Project Attribution form. This page must keep the form as it is.</p>
<p>If you use a different website framework, make sure to embed the right URL for your team's form.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/deliverables/project-attribution">Project Attribution page</a> for more information.</p>
{% block header %}
<header class="bg-hero" style="background-size: cover;background-image: url('https://static.igem.wiki/teams/4771/wiki/back/attributions.png');height: 100vh;background-position: center;">
<div class="container h-100 d-flex justify-content-center align-items-start">
<div class="row">
<div class="col-lg-12" style="text-align: center;">
<h1 class="display-1 mt-5 mb-1 fade-in" style="font-weight: bold;color:#4d1288">{{ self.title() }}</h1>
</div>
</div>
</div>
</div>
</header>
{% endblock %}
{% block page_content %}
<!--
======================================================================
......
......@@ -3,11 +3,11 @@
{% block title %}Contribution{% endblock %}
{% block header %}
<header class="bg-hero" style= "background-size: cover;background-image: url('https://static.igem.wiki/teams/4771/wiki/random.png');height: 100vh;background-position-x : center;background-position-y : center;">
<div class="container h-100">
<div class="row h-90 align-items-end">
<div class="col-lg-12" style="text-align: left;">
<h1 class="display-1 text-white mt-5 mb-1">{{ self.title() }}</h1>
<header class="bg-hero" style="background-size: cover;background-image: url('https://static.igem.wiki/teams/4771/wiki/back/contribution.png');height: 100vh;background-position: center;">
<div class="container h-100 d-flex justify-content-center align-items-start">
<div class="row">
<div class="col-lg-12" style="text-align: center;">
<h1 class="display-1 mt-5 mb-1 fade-in" style="font-weight: bold;color:#4d1288">{{ self.title() }}</h1>
</div>
</div>
</div>
......
{% extends "layout.html" %}
{% block title %}Safety{% endblock %}
{% block lead %}Describe all the safety issues of your project.{% endblock %}
{% block header %}
<header class="bg-hero" style="background-size: cover;background-image: url('https://static.igem.wiki/teams/4771/wiki/back/safety.png');height: 100vh;background-position: center;">
<div class="container h-100 d-flex justify-content-center align-items-start">
<div class="row">
<div class="col-lg-12" style="text-align: center;">
<h1 class="display-1 mt-5 mb-1 fade-in" style="font-weight: bold;color:#4d1288">{{ self.title() }}</h1>
</div>
</div>
</div>
</header>
{% endblock %}
{% block page_content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment