Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Satakshijain authored Aug 9, 2024
1 parent 65bf5a3 commit 2f6a04f
Showing 1 changed file with 15 additions and 34 deletions.
49 changes: 15 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="assests/style.css">
<link rel="stylesheet" href="try.css">
<title>CodePlan</title>
<title>Coding Hustlers</title>
</head>

<body>
Expand All @@ -30,7 +30,7 @@
<a class="nav-link " href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact US</a>
<a class="nav-link" href="#contact">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Satakshijain/CodingHustlers">Contribute</a>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h1 class="button">Competitive Programming</h1>

<div class="col ">
<div class="title">
<h1 class="button">Open Source and fellowship</h1>
<h1 class="button">Open Source and Fellowship</h1>
</div>
</div>

Expand Down Expand Up @@ -125,11 +125,9 @@ <h2 class="title_text"> <i> First, solve the problem. Then, write the code.” <
alt="Generic placeholder image">
<div class="media-body">
<h1 class="mt-0 mp-5">Basic Programming </h1>
<p> Which is the best language
to start programming?
What are the best courses to learn?
Youtube vs paid courses
NEVER MISS OUT ON INFO <a href="studybasics.html"> know more</a> </p>
<p> Are you finding it difficult to choose your first programming language?
With so many resources available, it can be challenging to decide which ones to follow.
Discover the best free resources to get started and never miss out on valuable information <a href="studybasics.html"> Read more</a> </p>
<p class="mb-0">
</div>
</div>
Expand All @@ -153,14 +151,11 @@ <h1 class="mt-0 mp-5">Basic Programming </h1>
alt="Generic placeholder image">
<div class="media-body">
<h1 class="mt-0">Competitive Programming</h1>
<p>Competitive programming is a sport. You have to solve a problem with code that is
fast,
consumes the minimum amount of memory, and is often
practically unreadable. It is super popular among university students and those
trying to
get into big companies,
primarily because it helps them get placed in those companies. <a
href="competitive.html">know more</a>
<p>Competitive Programming is a mind sport where programmers solve well-defined problems within a time limit.
It involves writing code to solve algorithmic challenges, often requiring logical thinking, problem-solving skills, and knowledge of data structures and algorithms.
Beginners start by learning basic concepts and gradually tackle more complex problems.
It's a fun way to improve coding skills, think creatively, and prepare for technical interviews <a
href="competitive.html"> Read more</a>

</p>
<p class="mb-0"></p>
Expand Down Expand Up @@ -198,17 +193,11 @@ <h2 class="title_text"> <i> "It’s not a bug – it’s an undocumented feature
alt="Generic placeholder image">
<div class="media-body">
<h1 class="mt-4">Open Source & Fellowship</h1>
<p>Open-source software is a type of computer software in which source code is released
under a
license in which the
copyright holder grants users the rights to use, study, change, and distribute the
software
to anyone and for
any purpose. Open-source software may be developed in a collaborative public
manner. <a href="open.html"> know more</a> </p>
<p>Open Source & Fellowship programs provide opportunities for developers and enthusiasts to contribute to open-source projects while gaining valuable experience and mentorship.
Participants collaborate on real-world projects, often guided by experienced professionals, which helps them enhance their skills, build a professional network, and sometimes earn stipends or other benefits <a href="open.html"> Read more</a> </p>
<p class="mb-0">.</p>
</div>
</div>
</div>
</div>

</div>
Expand Down Expand Up @@ -251,9 +240,7 @@ <h2>Satakshi Jain</h2>

</ul>
</footer>
<!-- Optional JavaScript; choose one of the two! -->

<!-- Option 1: Bootstrap Bundle with Popper -->

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
Expand All @@ -262,12 +249,6 @@ <h2>Satakshi Jain</h2>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">


<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
-->
</body>

</html>

0 comments on commit 2f6a04f

Please sign in to comment.