-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (42 loc) · 2.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ONE</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark py-0 order-lg-0 fixed-top">
<div class="container px-4">
<h2
class="text-uppercase px-5 navbarbtn mx-auto text-center text-white d-flex justify-content-center align-items-center">
concurso</h2>
</div>
</div>
</nav>
<div class="paraSection container">
<p class="text-center text-dark">This exciting event is a platform to showcase your coding skills and innovative
thinking. Whether you're a
seasoned coder or just starting your journey, this competition welcomes all levels of expertise. Join fellow
coding enthusiasts as you tackle real-world challenges, develop creative solutions, and dive into the world
of algorithms and logic. Sharpen your programming abilities, collaborate with like-minded individuals, and
vie for recognition as you take on the thrilling Coding Program competition.</p>
</div>
<section class="cardList">
<div class="container">
<div id="cardsData" class="row justify-content-center">
</div>
</div>
</section>
<footer class="custom-footer mt-4 navbar-dark bg-dark">
<p>© 2023 ONE. All rights reserved by HH</p>
</footer>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
</body>
</html>