Skip to content
Snippets Groups Projects
Commit f5ab4279 authored by tongwenjing's avatar tongwenjing
Browse files

Upload From local development env

parent 53befd6c
No related branches found
No related tags found
No related merge requests found
Pipeline #20510 passed
......@@ -17,6 +17,8 @@
<title>{% block title %}{% endblock %} | BFSU-ICUnited - iGEM 2022</title>
{% block customHead %}{% endblock %}
</head>
<body>
......@@ -36,9 +38,9 @@
</header>
<!-- Page Content -->
<div class="container">
<!-- <div class="container"> -->
{% block page_content %}{% endblock %}
</div>
<!-- </div> -->
<!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
{% include 'footer.html' %}
......
{% extends "layout.html" %}
{% block title %}Home - ICUnited{% endblock %}
{% block lead %}<b>Welcome to we ICUnited ! </b> Just enjoy ~ {% endblock %}
{% block page_content %}
{% block customHead %}
<style type="text/css">
main{
align-self: center;
......@@ -19,14 +17,20 @@
background-color: #323232;
color: aliceblue;
text-align: center;
scroll-padding-top: 80px;
}
</style>
{% endblock %}
{% block lead %}<b>Welcome to we ICUnited ! </b> Just enjoy ~ {% endblock %}
{% block page_content %}
<main class="firstPage">
<section><h1> Cancer ! </h1></section>
<section><h1> Cancer ! </h1></section>
<section><h1> Cancer ! </h1></section>
<section><h1> Cancer ! </h1></section>
<section>Cancer 1 ! </section>
<section>Cancer 2 ! </section>
<section>Cancer 3 ! </section>
<section>Cancer 4 ! </section>
</main>
<p>hel1</p>
......
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