Difference between revisions of "Team:CSMU Taiwan/Medal Criteria"

 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
</script>
 
</script>
 
<style>
 
<style>
    a{
+
a {
      padding-right:0!important;
+
    padding-right: 0 !important;
    }
+
}
    figure {
+
 
 +
figure {
 
     margin-block-start: 1em;
 
     margin-block-start: 1em;
 
     margin-block-end: 1em;
 
     margin-block-end: 1em;
Line 30: Line 31:
  
  
.pictureTitle{
+
.pictureTitle {
   
+
 
 
+
 
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-size: cover;
 
     background-size: cover;
     background-position:center;
+
     background-position: center;
  
 
}
 
}
 +
 
.ImgContainer {
 
.ImgContainer {
  position: relative;
+
    position: relative;
  cursor:zoom-in;
+
    cursor: zoom-in;
 
}
 
}
  
 
.Img {
 
.Img {
  display: block;
+
    display: block;
  width: 100%;
+
    width: 100%;
  height: auto;
+
    height: auto;
  opacity: 1;  
+
    opacity: 1;
  border-width: 2px !important;
+
    border-width: 2px !important;
  border-color: white;
+
    border-color: white;
 
}
 
}
  
 
.ImgOverlay {
 
.ImgOverlay {
  position: absolute;
+
    position: absolute;
  top: 0;
+
    top: 0;
  bottom: 0;
+
    bottom: 0;
  left: 0;
+
    left: 0;
  right: 0;
+
    right: 0;
  height: 100%;
+
    height: 100%;
  width: 100%;
+
    width: 100%;
  opacity: 0;
+
    opacity: 0;
  visibility: hidden;
+
    visibility: hidden;
  transition: .5s ease;
+
    transition: .5s ease;
  background-color: rgba(30,30,30,1);
+
    background-color: rgba(30, 30, 30, 1);
  z-index: 99;
+
    z-index: 99;
 
}
 
}
  
  
 
.ImgContainer:hover .ImgOverlay {
 
.ImgContainer:hover .ImgOverlay {
  opacity: 1;
+
    opacity: 1;
 
}
 
}
  
  
   
+
 
 
.ImgContainer.mobileShow .ImgOverlay {
 
.ImgContainer.mobileShow .ImgOverlay {
  visibility: visible;
+
    visibility: visible;
  opacity: 0.97;
+
    opacity: 0.97;
  transition: .5s ease;
+
    transition: .5s ease;
}  
+
}
 +
 
 
.ImgContainer.mobileShow .Img {
 
.ImgContainer.mobileShow .Img {
  transition: .5s ease;
+
    transition: .5s ease;
  opacity: 1;
+
    opacity: 1;
}  
+
}
 +
 
 
.ImgContainer.mobileShow {
 
.ImgContainer.mobileShow {
  cursor:zoom-out;
+
    cursor: zoom-out;
}  
+
}
  
 
.ImgText {
 
.ImgText {
  color: rgba(220,220,220,1);
+
    color: rgba(220, 220, 220, 1);
  position: absolute;
+
    position: absolute;
  top: 15%;
+
    top: 15%;
  left: 10%;
+
    left: 10%;
  -webkit-transform: translate(-5%, -10%);
+
    -webkit-transform: translate(-5%, -10%);
  -ms-transform: translate(-5%, -10%);
+
    -ms-transform: translate(-5%, -10%);
  transform: translate(-5%, -10%);
+
    transform: translate(-5%, -10%);
 
}
 
}
.ImgText p{
+
 
     font-size:16px;
+
.ImgText p {
     color:#ffffff;
+
     font-size: 16px;
 +
     color: #ffffff;
 
}
 
}
.ImgText b{
+
 
  font-size:20px;
+
.ImgText b {
  color: rgba(255,255,255,1);
+
    font-size: 20px;
 +
    color: rgba(255, 255, 255, 1);
 
}
 
}
   
+
 
 
.parallax {
 
.parallax {
 
     /* The image used */
 
     /* The image used */
 
+
 
  
 
     /* Full height */
 
     /* Full height */
     height: 50vh;  
+
     height: 50vh;
  
 
     /* Create the parallax scrolling effect */
 
     /* Create the parallax scrolling effect */
Line 118: Line 124:
 
     background-size: cover;
 
     background-size: cover;
 
}
 
}
   
+
 
 
@media only screen and (max-width: 575.98px) {
 
@media only screen and (max-width: 575.98px) {
.ImgText {
+
    .ImgText {
  font-size: 1rem;
+
        font-size: 1rem;
}
+
    }
 
}
 
}
  
 
@media only screen and (min-width: 575.98px) {
 
@media only screen and (min-width: 575.98px) {
.ImgText {
+
    .ImgText {
font-size: 1.5rem;
+
        font-size: 1.5rem;
}
+
    }
 
}
 
}
  
 
@media only screen and (min-width: 767.98px) {
 
@media only screen and (min-width: 767.98px) {
  
.ImgText {
+
    .ImgText {
font-size: 1rem;
+
        font-size: 1rem;
}
+
    }
  
 
}
 
}
Line 141: Line 147:
 
@media only screen and (min-width: 991.98px) {
 
@media only screen and (min-width: 991.98px) {
  
.ImgText {
+
    .ImgText {
font-size: 1.2rem;
+
        font-size: 1.2rem;
}
+
    }
  
 
}
 
}
  
 
@media only screen and (min-width: 1199.98px) {
 
@media only screen and (min-width: 1199.98px) {
.ImgText {
+
    .ImgText {
font-size: 1rem;
+
        font-size: 1rem;
}
+
    }
.ImgOverlay {
+
 
  width: 100%;
+
    .ImgOverlay {
    top: 100%;
+
        width: 100%;
height:140%;
+
        top: 100%;
}
+
        height: 140%;
.Img {
+
    }
  transition: .5s ease;
+
 
 +
    .Img {
 +
        transition: .5s ease;
 +
    }
 +
 
 
}
 
}
  
}
+
.Img:nth-child(2) {
.Img:nth-child(2){
+
 
     position: absolute;
 
     position: absolute;
 
     top: 0;
 
     top: 0;
 
     left: 0;
 
     left: 0;
  opacity: 0;
+
    opacity: 0;
  transition: opacity 0.3s ease-in-out
+
    transition: opacity 0.3s ease-in-out
 
}
 
}
.Img:nth-child(2):hover{
+
 
  opacity: 1;
+
.Img:nth-child(2):hover {
 +
    opacity: 1;
 
}
 
}
.medal-icon{
+
 
  cursor: pointer;
+
.medal-icon {
 +
    cursor: pointer;
 
}
 
}
 
</style>
 
</style>
Line 182: Line 193:
 
     <div class="main-container">
 
     <div class="main-container">
 
         <section style="background-size: 100%;height: 95%;margin-top: 0em;padding-top: 1.1em;" class="height-90 parallax">
 
         <section style="background-size: 100%;height: 95%;margin-top: 0em;padding-top: 1.1em;" class="height-90 parallax">
        <div class="main-container" style="height: 100%;">
+
            <div class="main-container" style="height: 100%;">
            <center style="height: 100%;">
+
                <center style="height: 100%;">
                <div class="col-md-12" style="height: 100%;margin-top:2em; padding:0px">
+
                    <div class="col-md-12" style="height: 100%;margin-top:2em; padding:0px">
                    <div id="logoPrinteria" class="item" style="background-image: url(https://static.igem.org/mediawiki/2019/3/34/T--CSMU_Taiwan--cover_medal.png);height: 100%;    width: 100%;background-attachment: fixed;background-size: cover;">
+
                        <div id="logoPrinteria" class="item" style="background-image: url(https://static.igem.org/mediawiki/2019/3/34/T--CSMU_Taiwan--cover_medal.png);height: 100%;    width: 100%;background-attachment: fixed;background-size: cover;">
                        <img src="https://static.igem.org/mediawiki/2019/5/52/T--CSMU_Taiwan--medal_.png" style=" margin-top: 0px;">
+
                            <img src="https://static.igem.org/mediawiki/2019/5/52/T--CSMU_Taiwan--medal_.png" style=" margin-top: 0px;">
                     
+
                            </a>
                         </a>
+
                         </div>
 
                     </div>
 
                     </div>
                 </div>
+
                 </center>
             </center>
+
             </div>
         </div>
+
         </section>
 
+
    </section>
+
 
     </div>
 
     </div>
 
 
     <!-- FIN MAIN CONTAINER -->
 
     <!-- FIN MAIN CONTAINER -->
 
     <a class="anchorOffset" id="story"></a>
 
     <a class="anchorOffset" id="story"></a>
 
     <section class="feature-large" style="padding-top: 1em; padding-bottom: 150px; outline: none;" data-scroll-id="story" tabindex="-1">
 
     <section class="feature-large" style="padding-top: 1em; padding-bottom: 150px; outline: none;" data-scroll-id="story" tabindex="-1">
      <div class="container" style="
+
        <div class="container" style="
 
           width: 70%;
 
           width: 70%;
 
       ">
 
       ">
          <div class="row">
+
            <div class="row">
              <div class="col-4 medal-icon">
+
                <div class="col-4 medal-icon">
                <a href=#bronze>
+
                    <a href=#bronze>
                <img src="https://static.igem.org/mediawiki/2019/f/f0/T--CSMU_Taiwan--bronze.png" style="width:100%">
+
                        <img src="https://static.igem.org/mediawiki/2019/f/f0/T--CSMU_Taiwan--bronze.png" style="width:100%">
                </a>
+
                    </a>
              </div>        
+
                </div>
              <div class="col-4 medal-icon">
+
                <div class="col-4 medal-icon">
                <a href=#silver>
+
                    <a href=#silver>
                  <img src="https://static.igem.org/mediawiki/2019/1/19/T--CSMU_Taiwan--silver.png" style="width:100%">
+
                        <img src="https://static.igem.org/mediawiki/2019/1/19/T--CSMU_Taiwan--silver.png" style="width:100%">
                </a>
+
                    </a>
              </div>
+
                </div>
              <div class="col-4 medal-icon">
+
                <div class="col-4 medal-icon">
                <a href=#gold>
+
                    <a href=#gold>
                  <img src="https://static.igem.org/mediawiki/2019/b/ba/T--CSMU_Taiwan--gold.png" style="width:100%">
+
                        <img src="https://static.igem.org/mediawiki/2019/b/ba/T--CSMU_Taiwan--gold.png" style="width:100%">
                </a>
+
                    </a>
              </div>
+
                </div>
          </div>
+
            </div>
      </div>
+
        </div>
 
         <div class="container">
 
         <div class="container">
 
             <div class="row">
 
             <div class="row">
                 <div class="col-md-12 col9Phone" style="
+
                 <div class="col-md-12 col9Phone" style="padding-left: 6em;padding-right: 6em;">
padding-left: 6em;padding-right: 1em;">
+
 
                     <div>
 
                     <div>
 
                         <h3>Medal criteria summary</h3>
 
                         <h3>Medal criteria summary</h3>
                       
 
 
                     </div>
 
                     </div>
 
                     <!--ENLACE DE DESTINO: HARVARD -->
 
                     <!--ENLACE DE DESTINO: HARVARD -->
 
                     <a class="anchorOffset" id="harvard"></a>
 
                     <a class="anchorOffset" id="harvard"></a>
 
                     <!--FIN ENLACE DE DESTINO -->
 
                     <!--FIN ENLACE DE DESTINO -->
                     <div style="
+
                     <div style="margin-top: 50px;" class="hashlink">
            margin-top: 50px;" class="hashlink">
+
 
                         <div class="row">
 
                         <div class="row">
                             <div class="col-md-12" style="
+
                             <div class="col-md-12" style="padding-bottom: 10px;padding-left: 30px;padding-top: 10px;border-radius: 2em;border: 7px solid #535353 !important;border-color: black;;">
padding-bottom: 10px;
+
padding-left: 30px;
+
padding-top: 10px;;
+
border-radius: 2em;
+
border: 7px solid #535353 !important;
+
border-color: black;;">
+
 
                                 <a class="anchorOffset" id="bronze" tabindex="-1" style="outline: none;"></a>
 
                                 <a class="anchorOffset" id="bronze" tabindex="-1" style="outline: none;"></a>
 
                                 <h3>Bronze</h3>
 
                                 <h3>Bronze</h3>
 
                                 <h4>Registration and Giant Jamboree Attendance</h4>
 
                                 <h4>Registration and Giant Jamboree Attendance</h4>
                                 <p>Taiwan CSMU iGEM has registered for iGEM and is looking forward to participating a wonderful conference.</p>
+
                                 <p>iGEM CSMU Taiwan has registered for iGEM and is looking forward to participating a wonderful conference.</p>
 
                                 <h4>Competition Deliverables</h4>
 
                                 <h4>Competition Deliverables</h4>
 
                                 <ul style="list-style-type:square">
 
                                 <ul style="list-style-type:square">
Line 251: Line 250:
 
                                         <p><b>Wiki:</b> Welcome fellow! Please visit our pages and see what we have done this year.</p>
 
                                         <p><b>Wiki:</b> Welcome fellow! Please visit our pages and see what we have done this year.</p>
 
                                     </li>
 
                                     </li>
<li>
+
                                    <li>
 
                                         <p><b>Poster:</b> You are welcome to make a brief stop at our poster at the Giant Jamboree.</p>
 
                                         <p><b>Poster:</b> You are welcome to make a brief stop at our poster at the Giant Jamboree.</p>
 
                                     </li>
 
                                     </li>
<li>
+
                                    <li>
 
                                         <p><b>Presentation:</b> Please don’t miss our presentation.</p>
 
                                         <p><b>Presentation:</b> Please don’t miss our presentation.</p>
 
                                     </li>
 
                                     </li>
 
 
                                     <li>
 
                                     <li>
 
                                         <p><b>Judging form:</b> Check it out! We have filled up the judging form properly.</p>
 
                                         <p><b>Judging form:</b> Check it out! We have filled up the judging form properly.</p>
Line 263: Line 261:
 
                                 </ul>
 
                                 </ul>
 
                                 <h4>Attributions</h4>
 
                                 <h4>Attributions</h4>
                                 <p>Thanks a lot for all the attributions, check our  
+
                                 <p>Thanks a lot for all the attributions, check our
<a href="https://2019.igem.org/Team:CSMU_Taiwan/Attributions" target="blank">Attributions</a> page to see what we have done.</p>
+
                                    <a href="https://2019.igem.org/Team:CSMU_Taiwan/Attributions" target="blank">Attributions</a> page to see what we have done.</p>
<h4>NEW FOR 2019: Project Inspiration and Description</h4>
+
                                <h4>NEW FOR 2019: Project Inspiration and Description</h4>
                                 <p>If you wonder why we pick this project, please visit our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Description">Description</a> page to see what has inspired us and the goals we want to achieve. </p>
+
                                 <p>If you wonder why we pick this project, please visit our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Description">Description</a> page to see what has inspired us and the goals we want to achieve. </p>
 
                                 <h4>Characterization</h4>
 
                                 <h4>Characterization</h4>
                                 <p style="
+
                                 <p style="padding-right: 20%;width: 100%;">
padding-right: 20%;
+
                                    We’ve characterized an existing part:
width: 100%;">We’ve characterized an existing part: <a href="http://parts.igem.org/Part:BBa_K1319004" target="blank">BBa_K1319004</a> and added experimental data to its parts registry main page. Please visit our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Characterization" target="blank"> characterization</a> page or BBa_K1319004 part’s main page for more details.</p>
+
                                    <a href="http://parts.igem.org/Part:BBa_K1319004" target="blank">BBa_K1319004</a>
                               
+
                                    and added experimental data to its parts registry main page. Please visit our
                                 <img src="https://static.igem.org/mediawiki/2019/f/f0/T--CSMU_Taiwan--bronze.png" style="
+
                                    <a href="https://2019.igem.org/Team:CSMU_Taiwan/Characterization" target="blank"> characterization</a>
z-index: 3;
+
                                    page or BBa_K1319004 part’s main page for more details.
top: 81%;
+
                                </p>
left: 85%;position: absolute;
+
                                 <img src="https://static.igem.org/mediawiki/2019/f/f0/T--CSMU_Taiwan--bronze.png" style="z-index: 3;top: 81%;left: 85%;position: absolute;float: right;width:170px;">
float: right;
+
width:170px;">
+
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
                     <div style="
+
                     <div style="margin-top: 50px;" class="hashlink">
            margin-top: 50px;" class="hashlink">
+
 
                         <div class="row">
 
                         <div class="row">
                             <div class="col-md-12" style="
+
                             <div class="col-md-12" style="padding-bottom: 10px;padding-left: 30px;padding-top: 10px;border-radius: 2em;border: 7px solid #535353 !important;border-color: black;">
padding-bottom: 10px;
+
padding-left: 30px;
+
padding-top: 10px;;
+
border-radius: 2em;
+
border: 7px solid #535353 !important;
+
border-color: black;">
+
 
                                 <a class="anchorOffset" id="silver" tabindex="-1" style="outline: none;"></a>
 
                                 <a class="anchorOffset" id="silver" tabindex="-1" style="outline: none;"></a>
 
                                 <h3>Silver</h3>
 
                                 <h3>Silver</h3>
 
                                 <h4>Validated Part / Validated Contribution</h4>
 
                                 <h4>Validated Part / Validated Contribution</h4>
                                 <p>Our parts are fully documented on our Parts’ registry main page. Don’t forget to learn more about our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Parts" target="blank">Part</a> page. →<a href="http://parts.igem.org/Part:BBa_K2951003">BBa_K2951003</a>, <a href="http://parts.igem.org/Part:BBa_K2951004">BBa_K2951004</a>, <a href="http://parts.igem.org/Part:BBa_K2951014">BBa_K2951014</a>  
+
                                 <p>Our parts are fully documented on our Parts’ registry main page. Don’t forget to learn more about our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Parts" target="blank">Parts</a> page. →<a href="http://parts.igem.org/Part:BBa_K2951003">BBa_K2951003</a>, <a href="http://parts.igem.org/Part:BBa_K2951004">BBa_K2951004</a>, <a href="http://parts.igem.org/Part:BBa_K2951014">BBa_K2951014</a></p>
 
                                 <h4>Collaborations</h4>
 
                                 <h4>Collaborations</h4>
 
                                 <p>Explore our fully documented collaborations here. → <a href="https://2019.igem.org/Team:CSMU_Taiwan/Collaborations" target="blank">Collaborations</a></p>
 
                                 <p>Explore our fully documented collaborations here. → <a href="https://2019.igem.org/Team:CSMU_Taiwan/Collaborations" target="blank">Collaborations</a></p>
 
                                 <h4>Human Practices</h4>
 
                                 <h4>Human Practices</h4>
                                 <p style="
+
                                 <p style="padding-right: 20%;">Our team explored different aspects that our project would be able to have impact on. We found out that our project would be able to play an important role on the prevention work through visiting governmental institutions. Besides, we had discussed the ethical issues about genetic engineering and our project with the Doctor of laws. Visit our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Human_Practices" target="blank">Human Practices</a> page to learn more.
padding-right: 20%;">Our team explored different aspects that our project would be able to have impact on. We found out that our project would be able to play an important role on the prevention work through visiting governmental institutions. Besides, we had discussed the ethical issues about genetic engineering and our project with the Doctor of laws. Visit our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Human_Practices" target="blank">Human Practices</a> page to learn more.</p>
+
                                </p>
                                 <img src="https://static.igem.org/mediawiki/2019/1/19/T--CSMU_Taiwan--silver.png" style="
+
                                 <img src="https://static.igem.org/mediawiki/2019/1/19/T--CSMU_Taiwan--silver.png" style="z-index: 3;top: 67%;left: 85%;position: absolute;float: right;width:170px;">
z-index: 3;
+
top: 67%;
+
left: 85%;position: absolute;
+
float: right;
+
width:170px;">
+
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
                     <div style="
+
                     <div style="   margin-top: 50px;" class="hashlink">
            margin-top: 50px;" class="hashlink">
+
                         <div class="row">
                         <div class="row" >
+
                             <div class="col-md-12" style="padding-bottom: 10px;padding-left: 30px;padding-top: 10px;border-radius: 2em;border: 7px solid #535353 !important;border-color: black;;">
                             <div class="col-md-12" style="
+
padding-bottom: 10px;
+
padding-left: 30px;
+
padding-top: 10px;;
+
border-radius: 2em;
+
border: 7px solid #535353 !important;
+
border-color: black;;">
+
 
                                 <a class="anchorOffset" id="gold" tabindex="-1" style="outline: none;"></a>
 
                                 <a class="anchorOffset" id="gold" tabindex="-1" style="outline: none;"></a>
 
                                 <h3>Gold</h3>
 
                                 <h3>Gold</h3>
Line 326: Line 303:
 
                                 <p>We successfully contributed to the iGEM community with <a href="http://parts.igem.org/Part:BBa_K2951008">BBa_K2951008</a> by improving an existing part: <a href="http://parts.igem.org/Part:BBa_K1955000">BBa_K1955000</a>. There’s much more information on our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Improve">Improve</a> page, don’t forget to check it out.</p>
 
                                 <p>We successfully contributed to the iGEM community with <a href="http://parts.igem.org/Part:BBa_K2951008">BBa_K2951008</a> by improving an existing part: <a href="http://parts.igem.org/Part:BBa_K1955000">BBa_K1955000</a>. There’s much more information on our <a href="https://2019.igem.org/Team:CSMU_Taiwan/Improve">Improve</a> page, don’t forget to check it out.</p>
 
                                 <h4>Model Your Project</h4>
 
                                 <h4>Model Your Project</h4>
                                 <p style="
+
                                 <p style="padding-right: 20%;;">We determined the properties of both aptamers and their targets by website tools, and built model of the aptamer-protein docking structure by algorithms. These models were used to improve our experimental methods, and would be applied to our future work. More details are shown on our<a href="https://2019.igem.org/Team:CSMU_Taiwan/Model"> Model</a> page.</p><img src="https://static.igem.org/mediawiki/2019/b/ba/T--CSMU_Taiwan--gold.png" style="top: 78%;left: 85%;position: absolute;float: right;width:170px;">
padding-right: 20%;;">We determined the properties of both aptamers and their targets by website tools, and built model of the aptamer-protein docking structure by algorithms.
+
These models were used to improve our experimental methods, and would be applied to our future work. More details are shown on our<a href="https://2019.igem.org/Team:CSMU_Taiwan/Model"> Model</a> page.</p><img src="https://static.igem.org/mediawiki/2019/b/ba/T--CSMU_Taiwan--gold.png" style="
+
top: 78%;
+
left: 85%;position: absolute;
+
float: right;
+
width:170px;">
+
 
                                 <h4>Demonstration of Your Work</h4>
 
                                 <h4>Demonstration of Your Work</h4>
                                 <p style="
+
                                 <p style="padding-right: 20%;">We successfully engineered the aptamer on paper strip for the use of early detection. Please refer to our Wiki page to view the full documentation. → <a href="https://2019.igem.org/Team:CSMU_Taiwan/Demonstrate" target="blank">Demonstrate</a></p>
padding-right: 20%;">We successfully engineered the aptamer on paper strip for the use of early detection. Please refer to our Wiki page to view the full documentation. → <a href="https://2019.igem.org/Team:CSMU_Taiwan/Demonstrate" target="blank">Demonstrate</a></p>
+
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
Line 344: Line 314:
 
     </section>
 
     </section>
 
     <!--<div class="loader"></div>-->
 
     <!--<div class="loader"></div>-->
     <a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active" style="font-size: 82%;">
+
     <a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active" style="font-size: 82%;background-color:#BCE5ED">
 
         <i class="stack-interface stack-up-open-big"></i>
 
         <i class="stack-interface stack-up-open-big"></i>
 
     </a>
 
     </a>
 
</body>
 
</body>
 
  
 
</html>
 
</html>
 
{{CSMU_Taiwan/footer}}
 
{{CSMU_Taiwan/footer}}

Latest revision as of 21:33, 21 October 2019

Stack Multipurpose HTML Template

Medal criteria summary