Skip to content

Commit

Permalink
Merge pull request #3 from tharuka01/main
Browse files Browse the repository at this point in the history
Added Particles to other pages and did some corrections
  • Loading branch information
VishwaAmarasinghe authored Jun 26, 2024
2 parents 0b96fa7 + 917cc7b commit b51f77c
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 75 deletions.
20 changes: 13 additions & 7 deletions 3d design.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<!-- section starts here-->
<section id="Competition-sub">
<div id="particles-js"></div>
<div class="content">
<center>
<h3 class="competition-name">
3D Design
Expand All @@ -35,12 +37,14 @@ <h3 class="titles">
</h3>
<div class="titile-text">
<ul>
<li>
The competition will be held as two catogories <br>
-6-9: Children aged 6 to 9 years old. <br>
-10-13: Children aged 10 to 13 years old
</li>
<li> Participants must participate individualy.</li>
<li>
The competition will be held in two categories
<ul type="circle">
<li>Grade 6-9 Students</li>
<li>Grade 10-13 Students</li>
</ul>
</li>
<li> Participants must participate individually.</li>
</ul>

</div>
Expand Down Expand Up @@ -80,7 +84,7 @@ <h3 class="titles">
The deadline will be July 27th <br>
Submissions will open soon
</div>

</div>
</section>
<!--section ends here-->
<div id="footer-placeholder">
Expand All @@ -93,5 +97,7 @@ <h3 class="titles">
<!--Font awsome ends-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ background-size:cover;
background: #050d1b;
padding: 150px;
padding-top: 100px;
background-size: cover;
padding: 80px;
position: relative;
overflow: hidden;
}
.acf-img{
width: 200px;
Expand Down
4 changes: 3 additions & 1 deletion competitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<!--navbar ends here-->
<section id="competitions">
<div class="particles-js-comp"></div>
<div id="particles-js"></div>
<div class="content">
<center>
<h1 class="competition-title" data-aos="zoom-in" data-aos-once="true">
Expand Down Expand Up @@ -257,5 +257,7 @@ <h3>Quiz</h3>
AOS.init();
</script>
<script src="assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
20 changes: 13 additions & 7 deletions game-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<!-- section starts here-->
<section id="Competition-sub">
<div id="particles-js"></div>
<div class="content">
<center>
<h3 class="competition-name">
Game Development
Expand All @@ -35,12 +37,14 @@ <h3 class="titles">
</h3>
<div class="titile-text">
<ul>
<li>
The competition will be held as two catogories <br>
-6-9: Children aged 6 to 9 years old. <br>
-10-13: Children aged 10 to 13 years old
</li>
<li> Participants must participate individualy.</li>
<li>
The competition will be held in two categories
<ul type="circle">
<li>Grade 6-9 Students</li>
<li>Grade 10-13 Students</li>
</ul>
</li>
<li> Participants must participate individually.</li>
</ul>

</div>
Expand Down Expand Up @@ -111,7 +115,7 @@ <h3 class="titles">
The deadline will be July 27th <br>
Submissions will open soon
</div>

</div>
</section>
<!--section ends here-->
<div id="footer-placeholder">
Expand All @@ -124,5 +128,7 @@ <h3 class="titles">
<!--Font awsome ends-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
26 changes: 16 additions & 10 deletions logo-design.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<!-- section starts here-->
<section id="Competition-sub">
<div id="particles-js"></div>
<div class="content">
<center>
<h3 class="competition-name">
Logo Design
Expand All @@ -35,23 +37,25 @@ <h3 class="titles">
</h3>
<div class="titile-text">
<ul>
<li>
The competition will be held as two catogories <br>
-6-9: Children aged 6 to 9 years old. <br>
-10-13: Children aged 10 to 13 years old
</li>
<li> Participants must participate individualy.</li>
<li>
The competition will be held in two categories
<ul type="circle">
<li>Grade 6-9 Students</li>
<li>Grade 10-13 Students</li>
</ul>
</li>
<li> Participants must participate individually.</li>
</ul>

</div>
<h3 class="titles">
GUIDELINES
</h3>
<div class="titile-text"> <ul>
<li> Entries must be original creations by the participant. </li>
<li> Entries must be original creations of the participant. </li>
<li> Submissions should reflect the theme of robotics exploration or innovation. </li>
<li>Resloutiong is (1:1).</li>
<li>Desings should be original.</li>
<li>Resloution is (1:1).</li>
<li>Designs should be original.</li>

</ul>
</div>
Expand Down Expand Up @@ -81,7 +85,7 @@ <h3 class="titles">
The deadline will be July 27th <br>
Submissions will open soon
</div>

</div>
</section>
<!--section ends here-->
<div id="footer-placeholder">
Expand All @@ -94,5 +98,7 @@ <h3 class="titles">
<!--Font awsome ends-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
20 changes: 13 additions & 7 deletions photo-manipulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<!-- section starts here-->
<section id="Competition-sub">
<div id="particles-js"></div>
<div class="content">
<center>
<h3 class="competition-name">
Photo Manipulation
Expand All @@ -35,12 +37,14 @@ <h3 class="titles">
</h3>
<div class="titile-text">
<ul>
<li>
The competition will be held as two catogories <br>
-6-9: Children aged 6 to 9 years old. <br>
-10-13: Children aged 10 to 13 years old
</li>
<li> Participants must participate individualy.</li>
<li>
The competition will be held in two categories
<ul type="circle">
<li>Grade 6-9 Students</li>
<li>Grade 10-13 Students</li>
</ul>
</li>
<li> Participants must participate individually.</li>
</ul>

</div>
Expand Down Expand Up @@ -93,7 +97,7 @@ <h3 class="titles">
The deadline will be July 27th <br>
Submissions will open soon
</div>

</div>
</section>
<!--section ends here-->
<div id="footer-placeholder">
Expand All @@ -106,5 +110,7 @@ <h3 class="titles">
<!--Font awsome ends-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
20 changes: 13 additions & 7 deletions poster-design.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<!-- section starts here-->
<section id="Competition-sub">
<div id="particles-js"></div>
<div class="content">
<center>
<h3 class="competition-name">
Poster Design
Expand All @@ -35,12 +37,14 @@ <h3 class="titles">
</h3>
<div class="titile-text">
<ul>
<li>
The competition will be held as two catogories <br>
-6-9: Children aged 6 to 9 years old. <br>
-10-13: Children aged 10 to 13 years old
</li>
<li> Participants must participate individualy.</li>
<li>
The competition will be held in two categories
<ul type="circle">
<li>Grade 6-9 Students</li>
<li>Grade 10-13 Students</li>
</ul>
</li>
<li> Participants must participate individually.</li>
</ul>

</div>
Expand Down Expand Up @@ -97,7 +101,7 @@ <h3 class="titles">
The deadline will be July 27th <br>
Submissions will open soon
</div>

</div>
</section>
<!--section ends here-->
<div id="footer-placeholder">
Expand All @@ -110,5 +114,7 @@ <h3 class="titles">
<!--Font awsome ends-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
30 changes: 16 additions & 14 deletions presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<!-- section starts here-->
<section id="Competition-sub">
<div id="particles-js"></div>
<div class="content">
<center>
<h3 class="competition-name">
Presentation
Expand All @@ -35,26 +37,24 @@ <h3 class="titles">
</h3>
<div class="titile-text">
<ul>
<li>
The competition will be held as two catogories <br>
-6-9: Children aged 6 to 9 years old. <br>
-10-13: Children aged 10 to 13 years old
</li>
<li> Participants must participate individualy.</li>
<li>
The competition will be held in two categories
<ul type="circle">
<li>Grade 6-9 Students</li>
<li>Grade 10-13 Students</li>
</ul>
</li>
<li> Participants must participate individually.</li>
</ul>

</div>
<h3 class="titles">
GUIDELINES
</h3>
<div class="titile-text"> <ul>
<li> Entries must be original creations by the participant. </li>
<li> Submissions should reflect the theme of robotics exploration or innovation. </li>
<li>Participants have utilize any coding language, framework, or tool for web development. </li>
<li>Participant may submit only one project.</li>
<li>Using Content management systems (CMS) and platforms will be lead to immediate disqualification.</li>
<li>Participants should upload their coded files to Github and submit the link in the forms provided by us. </li>

<li> Entries must be original creations of the participant. </li>
<li> Submissions should reflect the theme of robotics exploration or innovation. </li>
<li>Participant may submit only one project.</li>
</ul>
</div>
<h3 class="titles">
Expand All @@ -72,7 +72,7 @@ <h3 class="titles">
The deadline will be July 27th <br>
Submissions will open soon
</div>

</div>
</section>
<!--section ends here-->
<div id="footer-placeholder">
Expand All @@ -85,5 +85,7 @@ <h3 class="titles">
<!--Font awsome ends-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
Loading

0 comments on commit b51f77c

Please sign in to comment.