From a2821f8b38b00ee1cb7d80ce271c610ed5e2040d Mon Sep 17 00:00:00 2001 From: Xie Xiaoyu <1624595892@qq.com> Date: Tue, 3 Dec 2024 05:15:21 +0000 Subject: [PATCH] Update 2 files - /wiki/pages/awards.html - /static/style.css --- static/style.css | 8 ++++++++ wiki/pages/awards.html | 13 +++++++++++++ 2 files changed, 21 insertions(+) diff --git a/static/style.css b/static/style.css index 674eb62..b728e34 100644 --- a/static/style.css +++ b/static/style.css @@ -3471,6 +3471,14 @@ padding-top: 0%!important;} border-color: #8e5e95; background-image:url("https://static.igem.wiki/teams/5048/edu17.jpg"); } + .floataaward { + background-image:url("https://static.igem.wiki/teams/5048/medal.svg"); + background-size: 100%; + box-shadow:0 0 10px #eb9d0e80; + width: 300px; + height: 300px; + border-radius:20px; + } .videoo{ margin-left: 200px; width: 570px; diff --git a/wiki/pages/awards.html b/wiki/pages/awards.html index 62dc5fb..bc2b98e 100644 --- a/wiki/pages/awards.html +++ b/wiki/pages/awards.html @@ -1,5 +1,18 @@ {% extends "layout.html" %} +<div class="container1"> + <div class="til"> + <img class="til8" src="https://static.igem.wiki/teams/5048/til8.png" > + <img class="til4" src="https://static.igem.wiki/teams/5048/til4.png" > + <img class="til3" src="https://static.igem.wiki/teams/5048/til3.png" > + <img class="til2" src="https://static.igem.wiki/teams/5048/til2.png" > + <img class="til1" src="https://static.igem.wiki/teams/5048/til1.png" > + <img class="til6" src="https://static.igem.wiki/teams/5048/til6.png" > + <img class="til7" src="https://static.igem.wiki/teams/5048/til7.png" > + <img class="til5" src="https://static.igem.wiki/teams/5048/til5.png" > + <img class="tilt"style="margin-left:450px;margin-top:300px;height: 160px;" src="https://static.igem.wiki/teams/5048/awards.png" > + </div> +<div class="floataaward"></div> {% block title %}Attributions{% endblock %} {% block lead %}In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.{% endblock %} -- GitLab