-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathInProgress.html
73 lines (69 loc) · 2.88 KB
/
InProgress.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://kit.fontawesome.com/838022ab7e.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="InProgress.css"/>
<link rel="stylesheet" href="./footer/footer.css"/>
</head>
<body>
<div id="a">
<div class="info1">Welcome!</div>
<img src ="./components/images/que.png" alt=""/>
</div>
<div id="nav2">
<div id="nav21">Home</div>
<div id="nav22">In Progress</div>
<div id="nav23">Completed</div>
</div>
<div>
<div id="div1">
<img src="./components/images/thinking.png">
<p>You will find your in-progress courses here.</p>
<div id="k">
<img src="./components/images/pho2.png"/>
<div>
<p>The great thing about Coursera is the flexibility. You can learn anywhere, which is better than a rigid campus curriculum.<p>
<p id="kx">— Yeshwanth C.</p>
</div>
</div>
</div>
<div id="div2">
<div class="c1">
<div>
<h5>UNIANDES</h5>
<h3>Maestría en Ingeniería de Software</h3>
<div>¡Inscríbete ahora! Tienes hasta el 13 de abril 2022</div>
<div class="bt1">Get Started</div>
</div>
<div>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera-promounit-images.s3.amazonaws.com/10/c8d46f850745f984a9f4073ba352a8/SW-hpp.png?auto=format%2Ccompress&dpr=1&w=172"/>
</div>
</div>
<div class="c1">
<div>
<h5>UNIVERSITY OF CHICAGO</h5>
<h3>Machine Learning for Analytics MasterTrack®</h3>
<div>Master in-demand computing skills and hone your innovation and creativity</div>
<div class="bt1">Learn More</div>
</div>
<div>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera-promounit-images.s3.amazonaws.com/b9/898fd79c8f47249979cbfca8af2086/University-of-Chicago_Machine-Learning_HPP-unit-x2size-1-.png?auto=format%2Ccompress&dpr=1&w=172"/>
</div>
</div>
</div>
<div id="b31">Explore all of Coursera</div>
<div id="footer"></div>
</div>
</body>
</html>
<script src="mhepg.js"></script>
<script type="module">
import footer from "./footer/footer.js";
console.log("footer:",footer);
let foot = document.getElementById("footer")
foot.innerHTML = footer();
</script>