Skip to content

Commit 66cf254

Browse files
Fixed Broken Links
1 parent 4dddd49 commit 66cf254

File tree

4 files changed

+92
-117
lines changed

4 files changed

+92
-117
lines changed

css/main.css

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,3 @@ a {
7373
/* Increase icon size for better visibility */
7474
}
7575

76-
/* Utilize column gaps when stretching columns */
77-
.align-items-stretch > .col {
78-
@media (min-width: 992px) {
79-
padding-left: var(--bs-gutter-xl);
80-
padding-right: var(--bs-gutter-xl);
81-
}
82-
}
83-
84-
/* Prevent uneven gaps when floating children */
85-
.float-child {
86-
float: left;
87-
width: calc(50% - var(--bs-gutter-xl)/2);
88-
margin-bottom: 2rem;
89-
}
90-
91-
/* Override Bootstrap defaults to allow floated child elements */
92-
.row>.float-child {
93-
box-sizing: border-box;
94-
position: relative;
95-
min-height: 1px;
96-
padding-left: 0;
97-
padding-right: 0;
98-
}

index.html

Lines changed: 84 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<link rel="icon" href="./assets/images/favicon.png" type="image/x-icon">
56
<link rel="stylesheet" type="text/css" href="./style.css" />
6-
<link rel="stylesheet" href="./button.css"/>
7+
<link rel="stylesheet" href="./button.css" />
78
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
89
<script src="https://kit.fontawesome.com/b08b6de27e.js" crossorigin="anonymous"></script>
910
<meta charset="utf-8" />
1011
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
1112
<meta name="description"
1213
content="Discover a treasure trove of knowledge at CSEdge Learn! Our comprehensive guides and tutorials empower interns with the tools they need to excel in their roles. Simplify your internship journey with our easy-to-follow articles and documentation, unlocking a world of opportunities." />
13-
<meta name="author" content="CSEdge" />
14+
<meta name="Durgesh Vaigandla" content="CSEdge" />
1415
<title>CSEdge - Learn: Unlocking Interns' Potential</title>
1516
<meta name="keywords"
1617
content="CSEdge, Learn, Internship, Tutorials, Guides, Interns, Career, Development, Skills, Knowledge, Resources, Opportunities" />
@@ -19,75 +20,70 @@
1920
<!-- Core theme CSS (includes Bootstrap)-->
2021
<link href="css/styles.css" rel="stylesheet" />
2122
<link rel="stylesheet" href="./css/main.css">
23+
<link rel="stylesheet"
24+
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
25+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
26+
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
27+
crossorigin="anonymous" referrerpolicy="no-referrer" />
28+
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
29+
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
30+
2231
<!--Google Site Search Verification-->
2332
<meta name="google-site-verification" content="lnzqpbpjoknDdDMpcJhBthXHLR7jUWtfSXoGHbdpI40" />
2433
</head>
25-
<body>
26-
<style>
27-
.card-text {
28-
display: -webkit-box;
29-
-webkit-box-orient: vertical;
30-
overflow: hidden;
31-
text-overflow: ellipsis;
32-
-webkit-line-clamp: 3;
33-
}
34-
</style>
35-
<!-- Responsive navbar-->
36-
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
37-
<div class="container">
38-
<img
39-
height="32px"
40-
width="32px"
41-
src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png"
42-
alt="logo"
43-
/>
44-
<a class="navbar-brand" href="./index.html">CSEdge Learn</a>
45-
<button
46-
class="navbar-toggler"
47-
type="button"
48-
data-bs-toggle="collapse"
49-
data-bs-target="#navbarSupportedContent"
50-
aria-controls="navbarSupportedContent"
51-
aria-expanded="false"
52-
aria-label="Toggle navigation"
53-
>
54-
<span class="navbar-toggler-icon"></span>
55-
</button>
5634

57-
<div class="collapse navbar-collapse" id="navbarSupportedContent">
58-
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 flex">
59-
<li class="nav-item me-2">
60-
<a class="nav-link" href="https://csedge.courses"><i class="fa-solid fa-house"></i> Home</a>
61-
</li>
62-
<li class="nav-item me-2">
63-
<a class="nav-link" href="https://csedge.courses/about"> <i class="fa-solid fa-circle-info"></i> About</a>
64-
</li>
65-
<li class="nav-item me-2">
35+
<body>
36+
<style>
37+
.card-text {
38+
display: -webkit-box;
39+
-webkit-box-orient: vertical;
40+
overflow: hidden;
41+
text-overflow: ellipsis;
42+
-webkit-line-clamp: 3;
43+
}
44+
</style>
45+
<!-- Responsive navbar-->
46+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
47+
<div class="container">
48+
<img height="32px" width="32px" src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png" alt="logo" />
49+
<a class="navbar-brand" href="./index.html">CSEdge Learn</a>
50+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
51+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
52+
<span class="navbar-toggler-icon"></span>
53+
</button>
6654

67-
<a class="nav-link" href="https://csedge.courses#contact"
68-
><i class="fa-solid fa-phone"></i> Contact</a
69-
>
55+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
56+
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 flex">
57+
<li class="nav-item me-2">
58+
<a class="nav-link" href="https://csedge.courses"><i class="fa-solid fa-house"></i> Home</a>
59+
</li>
60+
<li class="nav-item me-2">
61+
<a class="nav-link" href="https://csedge.courses/about"> <i class="fa-solid fa-circle-info"></i> About</a>
62+
</li>
63+
<li class="nav-item me-2">
7064

71-
</li>
72-
<li class="nav-item me-2">
73-
<a class="nav-link active" aria-current="page" href="#!"><i class="fa-solid fa-blog"></i> Blog</a>
74-
</li>
75-
</ul>
76-
</div>
65+
<a class="nav-link" href="https://csedge.courses#contact"><i class="fa-solid fa-phone"></i> Contact</a>
66+
67+
</li>
68+
<li class="nav-item me-2">
69+
<a class="nav-link active" aria-current="page" href="#!"><i class="fa-solid fa-blog"></i> Blog</a>
70+
</li>
71+
</ul>
7772
</div>
78-
</nav>
73+
</div>
74+
</nav>
7975
<!-- Page header with logo and tagline-->
80-
<div class="container" >
81-
<div class="text-center my-5">
82-
<h1 class="fw-bolder" style="margin-top: 80px;">Welcome to CSEdge Learn!</h1>
83-
<p class="lead mb-0">
84-
This website offers straightforward guides and tutorials for
85-
interns, providing clear directions to complete tasks effectively.
86-
Simplify your internship experience with our easy-to-follow articles
87-
and docs.
88-
</p>
89-
</div>
76+
<div class="container">
77+
<div class="text-center my-5">
78+
<h1 class="fw-bolder" style="margin-top: 80px;">Welcome to CSEdge Learn!</h1>
79+
<p class="lead mb-0">
80+
This website offers straightforward guides and tutorials for
81+
interns, providing clear directions to complete tasks effectively.
82+
Simplify your internship experience with our easy-to-follow articles
83+
and docs.
84+
</p>
9085
</div>
86+
</div>
9187
</header>
9288
<!-- Page content-->
9389
<div class="container">
@@ -162,16 +158,16 @@ <h2 class="card-title h4">
162158
<!-- Blog post-->
163159
<div class="card mb-4">
164160
<a href="./posts/technology/How-to-build-rest-api-using-node-and-mongo-db.html"><img class="card-img-top"
165-
src="https://shorturl.at/hxiFR"
166-
alt="RestApi" /></a>
161+
src="https://shorturl.at/hxiFR" alt="RestApi" /></a>
167162
<div class="card-body">
168163
<div class="small text-muted">May 26, 2024</div>
169164
<h2 class="card-title h4">
170165
Building a RESTful API with Node.js and MongoDB: A Step-by-Step Guide
171166
</h2>
172167
<p class="card-text">
173-
Learn how to create, test, and deploy your API, and discover best practices for handling routes,
174-
authentication, and error handling. By the end of this guide, you'll be ready to build and host your own RESTful API,
168+
Learn how to create, test, and deploy your API, and discover best practices for handling routes,
169+
authentication, and error handling. By the end of this guide, you'll be ready to build and host your
170+
own RESTful API,
175171
empowering your applications with seamless data communication. 🚀🌐
176172
</p>
177173
<a class="btn btn-primary"
@@ -207,19 +203,18 @@ <h2 class="card-title h4">
207203
<!-- Blog post Java Awt-->
208204
<div class="card mb-4">
209205
<a href="./posts/github/How-to-Make-Pull-Requests-on-GitHub.html"><img class="card-img-top"
210-
src="https://miro.medium.com/v2/resize:fit:400/1*qp-tg5nRgXcdBAPOrMFrpg.jpeg"
211-
alt="Java AWT" /></a>
206+
src="https://miro.medium.com/v2/resize:fit:400/1*qp-tg5nRgXcdBAPOrMFrpg.jpeg" alt="Java AWT" /></a>
212207
<div class="card-body">
213208
<div class="small text-muted">May 25, 2024</div>
214209
<h2 class="card-title h4">
215-
Expand your knowledge on Graphic User Interphase designing
210+
Expand your knowledge on Graphic User Interphase designing
216211
using Java AWT (Abstract Window Toolkit)
217212
</h2>
218213
<p class="card-text">
219-
Discover the secrets to creating dynamic Java GUIs with our guide,
220-
"Mastering Java AWT: A to Z."
214+
Discover the secrets to creating dynamic Java GUIs with our guide,
215+
"Mastering Java AWT: A to Z."
221216
Whether you're a beginner eager to learn
222-
the fundamentals or an experienced developer
217+
the fundamentals or an experienced developer
223218
looking to hone your skills with custom components and advanced layouts,
224219
this guide offers everything you need.
225220
Transform your Java programming abilities and elevate your applications to new heights today!
@@ -229,7 +224,7 @@ <h2 class="card-title h4">
229224
</div>
230225
<!-- Blog post -->
231226
</div>
232-
227+
233228
<div class="card mb-4">
234229
<a href="./posts/github/How-to-Make-Pull-Requests-on-GitHub.html"><img class="card-img-top"
235230
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRloyzP9KVKtrLX6gDh5koAKVUHZ3prgr3b0YRlK-ORcg&s"
@@ -255,8 +250,8 @@ <h2 class="card-title h4">
255250
</a>
256251
</div>
257252
</div>
258-
259-
253+
254+
260255
<!-- Blog post-->
261256
<div class="card mb-4">
262257
<a href="./posts/github/How-to-setup-your-github-local-repository.html"><img class="card-img-top"
@@ -268,12 +263,16 @@ <h2 class="card-title h4">
268263
Unlocking GitHub CLI: Setting Up Your Local Repository
269264
</h2>
270265
<p class="card-text">
271-
Embark on your open source journey with GitHub by setting up your local repository.
272-
In this detailed guide, we'll walk you through the step-by-step process of creating a local GitHub repository.
273-
Learn how to initialize Git, add files, commit changes, and connect your local repo to your remote GitHub account.
274-
Whether you're a beginner or an experienced developer, this tutorial empowers you to manage your code efficiently and collaborate seamlessly.
266+
Embark on your open source journey with GitHub by setting up your local repository.
267+
In this detailed guide, we'll walk you through the step-by-step process of creating a local GitHub
268+
repository.
269+
Learn how to initialize Git, add files, commit changes, and connect your local repo to your remote
270+
GitHub account.
271+
Whether you're a beginner or an experienced developer, this tutorial empowers you to manage your code
272+
efficiently and collaborate seamlessly.
275273
</p>
276-
<a class="btn btn-primary" href="./posts/github/How-to-setup-your-github-local-repository.html">Read more →</a>
274+
<a class="btn btn-primary" href="./posts/github/How-to-setup-your-github-local-repository.html">Read
275+
more →</a>
277276
</div>
278277
</div>
279278
</div>
@@ -457,8 +456,9 @@ <h6>Quick Links</h6>
457456

458457
<div class="col-md-12">
459458
<p class="copyright-text">
460-
Copyright &copy; <script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
461-
</p>
459+
Copyright &copy;
460+
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
461+
</p>
462462
</div>
463463

464464
</div>
@@ -467,9 +467,8 @@ <h6>Quick Links</h6>
467467
</footer>
468468
<!-- Bootstrap core JS-->
469469
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
470-
471-
<button id="goTopBtn" title="Go to top"><i class="uil uil-arrow-up"></i></button>
470+
<script src="./ScrollToTop.js"></script>
472471

473472
</body>
474473

475-
</html>
474+
</html>

posts/master-github.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div class="col-lg-6">
6767
<!-- Blog post-->
6868
<div class="card mb-4">
69-
<a href="./posts/github/How-to-Apply-for-GitHub-Student-Developer-Pack.html"><img class="card-img-top"
69+
<a href="./github/How-to-Apply-for-GitHub-Student-Developer-Pack.html"><img class="card-img-top"
7070
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQNYDqYlvfORMgsjdtflgwHnjA-hHUwJPkFaLDn5zFwyQ&s"
7171
alt="GitHub Student Pro Account" /></a>
7272
<div class="card-body">
@@ -85,12 +85,12 @@ <h2 class="card-title h4">
8585
tailored for students.
8686
</p>
8787
<a class="btn btn-primary"
88-
href="./posts/github/How-to-Apply-for-GitHub-Student-Developer-Pack.html">Read more →</a>
88+
href="./github/How-to-Apply-for-GitHub-Student-Developer-Pack.html">Read more →</a>
8989
</div>
9090
</div>
9191

9292
<div class="card mb-4">
93-
<a href="./posts/github/How-to-Make-Pull-Requests-on-GitHub.html"><img class="card-img-top"
93+
<a href="./github/How-to-Make-Pull-Requests-on-GitHub.html"><img class="card-img-top"
9494
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRloyzP9KVKtrLX6gDh5koAKVUHZ3prgr3b0YRlK-ORcg&s"
9595
alt="GitHub Pull Request" /></a>
9696
<div class="card-body">
@@ -110,15 +110,15 @@ <h2 class="card-title h4">
110110
community. Ready to elevate your GitHub workflow? Let's dive
111111
in!
112112
</p>
113-
<a class="btn btn-primary" href="./posts/github/How-to-Make-Pull-Requests-on-GitHub.html">Read more
113+
<a class="btn btn-primary" href="./github/How-to-Make-Pull-Requests-on-GitHub.html">Read more
114114
</a>
115115
</div>
116116
</div>
117117

118118

119119
<!-- Blog post-->
120120
<div class="card mb-4">
121-
<a href="./posts/github/How-to-setup-your-github-local-repository.html"><img class="card-img-top"
121+
<a href="./github/How-to-setup-your-github-local-repository.html"><img class="card-img-top"
122122
src="https://user.oc-static.com/upload/2022/01/04/16412576933806_image30.png"
123123
alt="Local Github Repository Setup" /></a>
124124
<div class="card-body">
@@ -135,7 +135,7 @@ <h2 class="card-title h4">
135135
Whether you're a beginner or an experienced developer, this tutorial empowers you to manage your code
136136
efficiently and collaborate seamlessly.
137137
</p>
138-
<a class="btn btn-primary" href="./posts/github/How-to-setup-your-github-local-repository.html">Read
138+
<a class="btn btn-primary" href="./github/How-to-setup-your-github-local-repository.html">Read
139139
more →</a>
140140
</div>
141141
</div>

sitemap.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@
2929
</url>
3030
<url>
3131
<loc>https://learn.csedge.courses/posts/technology/How-to-build-rest-api-using-node-and-mongo-db.html</loc>
32-
<url>
33-
34-
</urlset>
32+
</url>
33+
</urlset>

0 commit comments

Comments
 (0)