Skip to content
Snippets Groups Projects
Commit 04a0b660 authored by iGEM System's avatar iGEM System
Browse files

Setup Team Name

parent 0eec496b
No related branches found
No related tags found
No related merge requests found
Pipeline #191243 passed
# iGEM TeamName Wiki
# Team Paris-Bettencourt 2023 Wiki
This repository **MUST** contain all coding assets to generate your team's wiki (HTML, CSS, JavaScript, TypeScript, Python, etc).
......@@ -52,8 +52,8 @@ To work locally with this project, follow the steps below:
#### Install
```bash
git clone https://gitlab.igem.org/templates/wiki-frozen-flask.git
cd wiki-frozen-flask
git clone https://gitlab.igem.org/2023/paris-bettencourt.git
cd paris-bettencourt
python3 -m venv venv
. venv/bin/activate # on Linux, MacOS; or
. venv\Scripts\activate # on Windows
......
......@@ -28,7 +28,7 @@
<div class="row mt-4">
<div class="col">
<p class="mb-0"><small>© 2023 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
<p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/templates/wiki-frozen-flask">gitlab.igem.org/templates/wiki-frozen-flask</a>.</small></p>
<p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2023/paris-bettencourt">gitlab.igem.org/2023/paris-bettencourt</a>.</small></p>
</div>
</div>
</div>
......
......@@ -13,7 +13,7 @@
<!-- Custom CSS -->
<link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
<title>{% block title %}{% endblock %} | TeamName - iGEM 2023</title>
<title>{% block title %}{% endblock %} | Paris-Bettencourt - iGEM 2023</title>
</head>
<body>
......
......@@ -2,7 +2,7 @@
<div class="container">
<!---- TEAM NAME ---->
<a class="navbar-brand" href="#">TeamName</a>
<a class="navbar-brand" href="#">Paris-Bettencourt</a>
<!---- SMALL SCREEN MENU ICON ---->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
......
......@@ -40,7 +40,7 @@
<iframe
style='width: 100%'
id="igem-attribution-form"
src="https://attributions.igem.org?team=Example&year=2023"
src="https://attributions.igem.org?team=Paris-Bettencourt&year=2023"
>
</iframe>
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
......
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