Skip to content

Commit

Permalink
Modif link
Browse files Browse the repository at this point in the history
  • Loading branch information
silvia80569 committed Feb 26, 2024
1 parent 701dbbd commit ad78d43
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../pages_css/style.css">
<link rel="stylesheet" href="pages_css/style.css">
</head>
<body>
<header >
<section class="section ">
<div class="container global-header ">
<div class="logo-webstudio">
<a href="index.html" target="_parent"><img src="../assets/logo.svg" alt="logo-webstudio" width="156" height="24"></a>
<a href="index.html" target="_parent"><img src="assets/logo.svg" alt="logo-webstudio" width="156" height="24"></a>
</div>
<nav class="nav">
<ul class="nav-list">
<li>
<a href="../studio.html" target="_self">Studio</a>
<a href="studio.html" target="_self">Studio</a>
</li>

<li>
<a href="../portofolio.html" target="_self">Portofolio</a>
<a href="portofolio.html" target="_self">Portofolio</a>
</li>

<li>
<a href="../contact.html" target="_self">Contact</a>
<a href="contact.html" target="_self">Contact</a>
</li>
</ul>
</nav>
Expand Down Expand Up @@ -85,15 +85,15 @@ <h2 class="title-skils">Technologies</h2>
<h2 class="title">What are we doing</h2>
<ul class="list-img">
<li>
<img src="../assets/imag1.jpg" alt="imagine-interfata-calculator">
<img src="assets/imag1.jpg" alt="imagine-interfata-calculator">
</li>

<li>
<img src="../assets/imag2.jpg" alt="imagine-interfata-mobil">
<img src="assets/imag2.jpg" alt="imagine-interfata-mobil">
</li>

<li>
<img src="../assets/imag3.jpg" alt="imagine-interfata-calculator-mobil">
<img src="assets/imag3.jpg" alt="imagine-interfata-calculator-mobil">
</li>
</ul>
</div>
Expand All @@ -105,7 +105,7 @@ <h2 class="title header-our-team">Our Team</h2>
<ul class="list-photo">
<li>
<div class="photo">
<img src="../assets/photo1.jpg" alt=" photo Mark Guerrero">
<img src="assets/photo1.jpg" alt=" photo Mark Guerrero">
<div class="card-content">
<h3>Mark Guerrero</h3>
<p>Product Designer</p>
Expand All @@ -115,7 +115,7 @@ <h3>Mark Guerrero</h3>

<li>
<div class="photo">
<img src="../assets/photo2.jpg" alt="photo Tom Ford">
<img src="assets/photo2.jpg" alt="photo Tom Ford">
<div class="card-content">
<h3> Tom Ford</h3>
<p>Frontend Developer</p></div>
Expand All @@ -124,7 +124,7 @@ <h3> Tom Ford</h3>

<li>
<div class="photo">
<img src="../assets/photo3.jpg" alt="photo Camila Garcia">
<img src="assets/photo3.jpg" alt="photo Camila Garcia">
<div class="card-content">
<h3>Camila Garcia</h3>
<p>Marketing</p></div>
Expand All @@ -133,7 +133,7 @@ <h3>Camila Garcia</h3>

<li>
<div class="photo">
<img src="../assets/photo4.jpg" alt="photo Daniel Wilson">
<img src="assets/photo4.jpg" alt="photo Daniel Wilson">
<div class="card-content">
<h3>Daniel Wilson</h3>
<p>UI Designer</p>
Expand Down

0 comments on commit ad78d43

Please sign in to comment.