Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauska authored Jun 10, 2024
1 parent c0e54d8 commit dd21f02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@

<title>Advanced Styling with Responsive Design taught by Colleen van Lent, PhD</title>
<link rel="stylesheet" href="./css/styles.css" />
<link rel="stylesheet" href="./css/follow.css" />
</head>
<body>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~ script function: scrollFunction() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<script defer src="js/follow.js"></script>
<script>
<!-- get the button -->
var mybutton = document.getElementById("myBtn");
Expand Down Expand Up @@ -52,20 +54,23 @@ <h6 style="text-align: center;">taught by Colleen van Lent, PhD</h6>
</header>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01. intro to responsive design (01) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div id="zoomC">
<img class="displayed"
src="./images/image001.webp?raw=true"
title="Introduction to Responsive Design by Colleen van Lent, Ph.D. (lecturer, school of information)"
alt="Introduction to Responsive Design by Colleen van Lent, Ph.D. (lecturer, school of information)."
style="width:35%" />
</div>
<br>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~ 02. university of michigan logo (01) ~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<img class="displayed"
<div id="zoomC">
<img class="displayed"
src="./images/image002.webp?raw=true"
title="What is Responsive Design?"
alt="What is Responsive Design?"
style="width:25%" />

</div>
<h2 id="syllabus">Syllabus</h2>

<p>This <dfn title="A Coursera Specialization is a series of related courses designed
Expand Down

0 comments on commit dd21f02

Please sign in to comment.