Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lulyany committed Oct 6, 2023
1 parent 0961c2e commit e059aa9
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 @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="images/logo-drk.png" />
<link rel="icon" type="image/png" href="images/logo-drk.png">
<link rel="stylesheet" type="text/css" href="css/html5reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Newer Company Inc.</title>
Expand All @@ -27,7 +27,7 @@ <h1>New Company Inc.</h1>
</div>

<div class="about-image" id="about">
<img src="images/about.jpg" alt="People meeting and writing around the desk, meeting."/>
<img src="images/about.jpg" alt="People meeting and writing around the desk, meeting.">
</div>

<div class="about text-block">
Expand All @@ -36,7 +36,7 @@ <h2>About</h2>
</div>

<div class="method-image" id="method">
<img src="images/method.jpg" alt="Someone taking notes with on paper."/>
<img src="images/method.jpg" alt="Someone taking notes with on paper.">
</div>

<div class="method text-block">
Expand All @@ -46,7 +46,7 @@ <h2>Method</h2>
</div>

<div class="clients-image" id="clients">
<img src="images/clients.jpg" alt="Two men and a woman are meeting around a table."/>
<img src="images/clients.jpg" alt="Two men and a woman are meeting around a table.">
</div>

<div class="clients text-block">
Expand All @@ -55,7 +55,7 @@ <h2>Clients</h2>
</div>

<div class="contact-image" id="contact">
<img src="images/contact.jpg" alt ="A man is making a phone call."/>
<img src="images/contact.jpg" alt ="A man is making a phone call.">
</div>

<div class="contact text-block">
Expand All @@ -64,7 +64,7 @@ <h2>Contact</h2>
</div>
</main>
<footer>
<p>University of Michigan School of Information <br/>
<p>University of Michigan School of Information <br>
&copy; Colleen van Lent, Drew Asselin - Web Design 2019-2020</p>
</footer>
</body>
Expand Down

0 comments on commit e059aa9

Please sign in to comment.