-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename Index.html to index.html
- Loading branch information
1 parent
2cbe77b
commit 637d696
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,14 +6,14 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home Page</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href=".CSS/home_style.css"> | ||
<link rel="stylesheet" href="home_style.css"> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg"> | ||
<div class="container-fluid"> | ||
<a href="Index.html" class="navbar-brand"> | ||
<img src="../Pics/logo3-modified.jpg" alt="Logo"> | ||
<img src="logo3-modified.jpg" alt="Logo"> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" | ||
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" | ||
|
@@ -90,47 +90,47 @@ <h2>06</h2> | |
|
||
<!-- C Card --> | ||
<div class="card"> | ||
<img src=".Pics/c.jpg" alt="C"> | ||
<img src="c.jpg" alt="C"> | ||
<h2>C</h2> | ||
<p>C is used for server-side web development.</p> | ||
<a href="c1.html">Learn More</a> | ||
</div> | ||
|
||
<!-- C++ Card --> | ||
<div class="card"> | ||
<img src=".Pics/c++.jpg" alt="C++"> | ||
<img src="c++.jpg" alt="C++"> | ||
<h2>C++</h2> | ||
<p>C++ is a powerful programming language.</p> | ||
<a href="c++.html">Learn More</a> | ||
</div> | ||
|
||
<!-- JavaScript Card --> | ||
<div class="card"> | ||
<img src=".Pics/JavaScript.jpg" alt="JavaScript"> | ||
<img src="JavaScript.jpg" alt="JavaScript"> | ||
<h2>JavaScript</h2> | ||
<p>JavaScript is used for interactive web development.</p> | ||
<a href="js.html">Learn More</a> | ||
</div> | ||
|
||
<!-- Java Card --> | ||
<div class="card"> | ||
<img src=".Pics/java.png" alt="Java"> | ||
<img src="java.png" alt="Java"> | ||
<h2>Java</h2> | ||
<p>Java is widely used for enterprise applications.</p> | ||
<a href="j.html">Learn More</a> | ||
</div> | ||
|
||
<!-- Python Card --> | ||
<div class="card"> | ||
<img src=".Pics/python.jpg" alt="Python"> | ||
<img src="python.jpg" alt="Python"> | ||
<h2>Python</h2> | ||
<p>Python is a versatile language with many applications.</p> | ||
<a href="python.html">Learn More</a> | ||
</div> | ||
|
||
<!-- MySQL Card --> | ||
<div class="card"> | ||
<img src=".Pics/mysql.png" alt="MySQL"> | ||
<img src="mysql.png" alt="MySQL"> | ||
<h2>MySQL</h2> | ||
<p>MySQL is a popular relational database management system.</p> | ||
<a href="mysql.html">Learn More</a> | ||
|
@@ -139,15 +139,15 @@ <h2>MySQL</h2> | |
|
||
<!-- HTML Card --> | ||
<div class="card"> | ||
<img src=".Pics/html.jpg" alt="HTML"> | ||
<img src="html.jpg" alt="HTML"> | ||
<h2>HTML</h2> | ||
<p>HTML is a powerful programming language.</p> | ||
<a href="h.html">Learn More</a> | ||
</div> | ||
|
||
<!-- CSS Card --> | ||
<div class="card"> | ||
<img src=".Pics/css.jpg" alt="CSS"> | ||
<img src="css.jpg" alt="CSS"> | ||
<h2>CSS</h2> | ||
<p>CSS is a powerful programming language.</p> | ||
<a href="cs.html">Learn More</a> | ||
|