From 09d84bc420ab3920bd94526b0aeb6ff5d4a3e858 Mon Sep 17 00:00:00 2001 From: iGEM System <aws@igem.org> Date: Tue, 21 Jun 2022 21:08:51 +0000 Subject: [PATCH] Replace Team Name --- README.md | 4 ++-- wiki/footer.html | 2 +- wiki/layout.html | 2 +- wiki/menu.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f147743..a5b3900 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iGEM TeamName Wiki +# Team Korea_HS 2022 Wiki This repository **MUST** contain all coding assets to generate your team's wiki (HTML, CSS, JavaScript, TypeScript, Python, etc). @@ -53,7 +53,7 @@ To work locally with this project, you'll have to follow the steps below: #### Install ```bash -git clone https://gitlab.igem.org/templates/wiki-frozen-flask +git clone https://gitlab.igem.org/2022/korea-hs cd example python3 -m venv venv . venv/bin/activate diff --git a/wiki/footer.html b/wiki/footer.html index 1b27c29..c2eaf4e 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -28,7 +28,7 @@ <div class="row mt-4"> <div class="col"> <p class="mb-0"><small>© 2022 - 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/2022/korea-hs">gitlab.igem.org/2022/korea-hs</a>.</small></p> </div> </div> </div> diff --git a/wiki/layout.html b/wiki/layout.html index 810ab9b..ab7f973 100644 --- a/wiki/layout.html +++ b/wiki/layout.html @@ -13,7 +13,7 @@ <!-- Custom CSS --> <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet"> - <title>{% block title %}{% endblock %} | TeamName - iGEM 2022</title> + <title>{% block title %}{% endblock %} | Korea_HS - iGEM 2022</title> </head> <body> diff --git a/wiki/menu.html b/wiki/menu.html index bc086b9..a4daa92 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -2,7 +2,7 @@ <div class="container"> <!---- TEAM NAME ----> - <a class="navbar-brand" href="#">TeamName</a> + <a class="navbar-brand" href="#">Korea_HS</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"> -- GitLab