Skip to content

Commit

Permalink
Merge pull request #47 from facn2/images
Browse files Browse the repository at this point in the history
change images to folder and update links in index.html
  • Loading branch information
KatiaAsh authored Jul 6, 2017
2 parents a4b6381 + dc8dbd8 commit c3318f5
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="./fav-icon.png">
<link rel="icon" type="image/png" href="./images/fav-icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<title>Ba6e5</title>
Expand All @@ -13,7 +13,7 @@
<section class="top">
<div class="top-center">
<h1 class="logo">Ba6e5 Developers</h1>
<img class="watermelon" src="./watermelon.svg" onerror="this.src='watermelon.png'" alt="watermelon">
<img class="watermelon" src="./images/watermelon.svg" onerror="this.src='watermelon.png'" alt="watermelon">
<h3 class="top-content">we are an international team of developers from FACN2
<br>we craft beautiful and functional websites.</br>
</h3>
Expand Down Expand Up @@ -67,7 +67,7 @@ <h3>Team</h3>
<div class="team-content">
<div class="team-scroll">
<div class="team-member">
<img class="img-team" src="Matt1.png" alt="Smiley face">
<img class="img-team" src="./images/Matt1.png" alt="Matt">
<h4> Matt </h4>
<p> LEGEND ^^^
</p>
Expand All @@ -77,7 +77,7 @@ <h4> Matt </h4>
</div>

<div class="team-member">
<img class="img-team" src="heather2.png" alt="Smiley face">
<img class="img-team" src="./images/heather2.png" alt="Heather">
<h4> Heather </h4>
<p> Heather wants to improve the happiness of the world by giving everyone knafe!
</p>
Expand All @@ -87,7 +87,7 @@ <h4> Heather </h4>
</div>

<div class="team-member">
<img class="img-team" src="sajeda1.png" alt="Smiley face">
<img class="img-team" src="./images/sajeda1.png" alt="Sajeda">
<h4> Sajeda </h4>
<p> Always ask, learn, smile!
</p>
Expand All @@ -97,7 +97,7 @@ <h4> Sajeda </h4>
</div>

<div class="team-member">
<img class="img-team" src="katya1.png" alt="Smiley face">
<img class="img-team" src="./images/katya1.png" alt="Katia">
<h4> Katia </h4>
<p> If you have a Dream, Dream big !
</p>
Expand Down

0 comments on commit c3318f5

Please sign in to comment.