-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (38 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Class Homepage</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar-container" style="box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3); z-index: 13;background-color: white;z-index: 13;">
<ul class="nav navbar">
<li class="nav-item active"><a href="./index.html">Home</a></li>
<li class="nav-item"><a href="./rules.html">Rules</a></li>
<li class="nav-item"><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<!-- Intro Page -->
<div style="z-index: 12; position: relative; background-color: #f6f6f6;">
<section class="page-container" id="intro" >
<div class="section-container">
<h2>CodeCraft</h2>
<br>
</div>
</section>
<div class="container">
<img src="./images/codecraft_Banner_1.png" alt="">
<div class="cont">
<p class="intro-des">
<span>CodeCraft is an innovative programming squad dedicated to transforming ideas into impactful software solutions. With a diverse team of skilled developers, designers, and problem-solvers, we tackle challenges across various domains, from web and mobile applications to data-driven projects. Our collaborative approach fosters creativity and efficiency, ensuring that we deliver high-quality, user-centric products. Passionate about coding and continuous learning, CodeCraft is committed to pushing the boundaries of technology while fostering a supportive and engaging environment for all team members.
</span>
</div>
</p>
</div>
</div>
</body>
</html>