Skip to content

Commit

Permalink
src links accessibility changed
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEgoian committed Jul 14, 2023
1 parent b77f42a commit 2289a29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Complite 2023 Backend Bootcamp In Georgian</title>
<link rel="icon" type="image/png" href="../img/geCampLogo.png" />
<link rel="icon" type="image/png" href="./img/geCampLogo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down Expand Up @@ -34,7 +34,7 @@
<!-- This code is creating a navigation bar with a logo, a menu with dropdown options, and links to
different pages. The dropdown menus have different options for browsing and downloading apps. -->
<a class="logo" href="./index.html">
<img src="../img/geCampText.png" width="150" alt="Inc Logo" />
<img src="./img/geCampText.png" width="150" alt="Geo Camp Logo" />
</a>
<!-- This code is creating the right side of the navigation bar. It includes a search bar, a user profile
picture, a "Create" button, and a hamburger menu button for mobile devices. -->
Expand Down Expand Up @@ -69,25 +69,25 @@ <h4>
<a href="./course/book/index.html">კურსის დაწყება</a>
</div>
<div class="right">
<img src="../img/backendLogo2.png" alt="" width="400" />
<img src="./img/backendLogo2.png" alt="Back End Logo 2" width="400" />
</div>
</div>
<div class="top-bottom">
<div class="left">
<img src="../img/priceTagLogo.png" alt="" />
<img src="./img/priceTagLogo.png" alt="Price Tag Logo" />
<h2>უფასო</h2>
<p>
ფასი არის $0/თვეში, ასე რომ თქვენ შეგიძლიათ ისწავლოს კოდირება
ნულოვანი რისკით.
</p>
</div>
<div class="center">
<img src="../img/mapLogo.png" alt="" />
<img src="./img/mapLogo.png" alt="Map Logo" />
<h2>დისტანციური</h2>
<p>გამოტოვეთ მგზავრობა და ისწავლეთ ონლაინ სახლიდან გაუსვლელად.</p>
</div>
<div class="right">
<img src="../img/clockLogo.png" alt="" />
<img src="./img/clockLogo.png" alt="Clock Logo" />
<h2>მოქნილი</h2>
<p>
შეესაბამება თქვენს ნორმალურ ცხოვრებას და შეგიძლიათ ისწავლოთ
Expand Down

0 comments on commit 2289a29

Please sign in to comment.