Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change images to folder and update links in index.html #47

Merged
merged 1 commit into from
Jul 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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