-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e60f582
commit a79defc
Showing
16 changed files
with
317 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
$(function(){ | ||
$("#nav-placeholder").load("../assets/placeholders/nav.html"); | ||
$("#nav-placeholder").load("/assets/placeholders/nav.html"); | ||
}); | ||
|
||
$(function(){ | ||
$("#footer-placeholder").load("../assets/placeholders/footer.html"); | ||
$("#footer-placeholder").load("/assets/placeholders/footer.html"); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Cyber Pulse</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<!--bootstraps-link--> | ||
<link rel="stylesheet" href="assets/style/style.css"> | ||
</head> | ||
<body> | ||
<!--navbar starts here--> | ||
<div id="nav-placeholder"> | ||
</div> | ||
<!--navbar ends here--> | ||
<section id="competitions"> | ||
<center> | ||
<h1 class="competition-title"> | ||
Competitions | ||
</h1> | ||
</center> | ||
<div class="row competition-card-row justify-content-center g-4"> | ||
<!--1--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/web-design.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Web Design</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
|
||
Web design integrates creativity, functionality, and user experience to build visually captivating | ||
and user-friendly websites. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--1--> | ||
<!--2--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/photo-mani.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Photo Manipulation</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Transforming and enhancing images creatively through digital editing techniques. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--2--> | ||
<!--3--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/poster-design.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Poster Design</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Communicating messages visually through compelling layouts and graphics for promotional purposes. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--3--> | ||
<!--4--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/logo-design.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Logo Design</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Crafting distinctive and memorable visual symbols to represent brands or organizations. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--4--> | ||
<!--5--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/presentation.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Presentations</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Designing visually engaging slideshows to convey information effectively and engage audiences. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--5--> | ||
<!--6--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/3d.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>3D Design</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Modeling and rendering objects and environments in three-dimensional space for various applications. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--6--> | ||
<!--7--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/video.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Video Editing</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Creating captivating visual content through editing, effects, and storytelling for various purposes. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--7--> | ||
<!--8--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/game-dev.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Game Development</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Creating immersive interactive experiences through programming, design, and storytelling elements. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--8--> | ||
<!--9--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/quiz.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>Quiz</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Developing interactive assessments to test knowledge or gather feedback in an engaging format. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--9--> | ||
<!--10--> | ||
<div class="card competition-card col-9 col-lg-3"> | ||
<div class="card-img-div"> | ||
<img src="/assets/img/e-sport.jpg" alt="" class="card-img" > | ||
</div> | ||
<div class="card-titile"> | ||
<center> | ||
<h3>E-Sports</h3> | ||
</center> | ||
</div> | ||
<div class="card-description"> | ||
Organizing competitive gaming events and tournaments for players and spectators in the digital realm. | ||
</div> | ||
<center> | ||
<button class="button card-button"> | ||
JOIN | ||
</button> | ||
</center> | ||
|
||
</div> | ||
<!--10--> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="footer-placeholder"> | ||
</div> | ||
<!--bootstraps-link--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
<!--bootstraps-link--> | ||
<!--Font awsome starts--> | ||
<script src="https://kit.fontawesome.com/8d78513a47.js" crossorigin="anonymous"></script> | ||
<!--Font awsome ends--> | ||
<script src="https://code.jquery.com/jquery-1.10.2.js"></script> | ||
<script src="assets/js/script.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters