Skip to content

Commit 78ba3c0

Browse files
committed
Final Submission
1 parent 4cb68e1 commit 78ba3c0

File tree

313 files changed

+19759
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+19759
-11
lines changed

home.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Home</title>
7-
<link rel="stylesheet" type="text/css" href="week_2/css/styles_home.css">
7+
<link rel="stylesheet" type="text/css" href="styles_home.css">
88
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap" rel="stylesheet">
99
</head>
1010
<body>
1111
<h1>Coursera Programming Assignments</h1>
1212
<p> Click on the respective week's link to see the programming assignment submissions: </p>
13-
<a href="https://nikhilnano.github.io/coursera_assignments/week_2/"><div class="week"> Week 2 </div></a>
14-
<!-- <a href="https://nikhilnano.github.io/coursera_assignments/week_3/"><div class="week"> Week 3 </div></a>
15-
<a href="https://nikhilnano.github.io/coursera_assignments/week_4/"><div class="week"> Week 4 </div></a>
16-
<a href="https://nikhilnano.github.io/coursera_assignments/week_5/"><div class="week"> Week 5 </div></a> -->
13+
<a href="week_2/index.html"><div class="week"> Week 2 </div></a>
14+
<a href="week_3/index.html"><div class="week"> Week 3 </div></a>
15+
<a href="week_4/index.html"><div class="week"> Week 4 </div></a>
16+
<a href="week_5/index.html"><div class="week"> Week 5 </div></a>
1717
</body>
1818
</html>

week_2/css/styles_home.css styles_home.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ h1 {
1717
background-color: #444;
1818
border-radius: 5px;
1919
border: 1px #fff solid;
20-
height: 50px;
20+
padding-bottom: 8px;
2121
}
2222

2323
p {
2424
margin-left: 15px;
2525
}
2626

2727
.week {
28-
height: 40px;
2928
font-size: 1.25em;
3029
background-color: #444;
3130
width: 20%;

week_2/css/styles_index.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ h1 {
1717
background-color: #444;
1818
border-radius: 5px;
1919
border: 1px #fff solid;
20-
height: 50px;
20+
padding-bottom: 8px;
2121
}
2222

2323
#p {
@@ -73,34 +73,34 @@ div > div > div > p {
7373
}
7474

7575
#h {
76-
height: 50px;
7776
font-size: 1.25em;
7877
background-color: red;
7978
float: right;
8079
width: 70px;
8180
text-align: center;
8281
border-radius: 5px;
8382
border: 1px #fff solid;
83+
padding-bottom: 10px;
8484
}
8585

8686
#c {
87-
height: 50px;
8887
font-size: 1.25em;
8988
background-color: blue;
9089
float: right;
9190
width: 70px;
9291
text-align: center;
9392
border-radius: 5px;
9493
border: 1px #fff solid;
94+
padding-bottom: 10px;
9595
}
9696

9797
#j {
98-
height: 50px;
9998
font-size: 1.25em;
10099
background-color: orange;
101100
float: right;
102101
width: 130px;
103102
text-align: center;
104103
border-radius: 5px;
105104
border: 1px #fff solid;
105+
padding-bottom: 10px;
106106
}

0 commit comments

Comments
 (0)