Skip to content

Commit 610ccbc

Browse files
committed
update
1 parent 77a9f3d commit 610ccbc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Sprint0/resources/styles/table_team.css renamed to Sprint0/resources/styles/team.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ table a:link, table a:visited {
3737
}
3838
table a:hover {
3939
background-color: yellow;
40+
}
41+
42+
.repository a:link, .repository a:visited, .repository a:hover {
43+
color: black;
4044
}

Sprint0/resources/userDocs/team.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" type="text/css" href="../styles/templateISS.css">
66
<link rel="stylesheet" type="text/css" href="../styles/main.css">
77
<link rel="stylesheet" type="text/css" href="../styles/navbar.css">
8-
<link rel="stylesheet" type="text/css" href="../styles/table_team.css">
8+
<link rel="stylesheet" type="text/css" href="../styles/team.css">
99
<script type="text/javascript" src="../scripts/myScripts.js"></script>
1010
</head>
1111

@@ -51,6 +51,13 @@ <h1 align="center">Team Members</h1>
5151
<td><a href="https://www.linkedin.com/in/michele-righi/">LinkedIn</a></td>
5252
</tr>
5353
</table>
54+
<br/>
55+
<br/>
56+
<br/>
57+
<br/>
58+
<div class="repository" align="center">
59+
GitHub Repository: <b><a href="https://github.com/iss2022-BCR/WasteService">iss2022-BCR/WasteService</a></b>
60+
</div>
5461
<footer>
5562
<b><a href="https://github.com/anatali/issLab2022">ISS-LAB-2022</a></b> Software House &#174;
5663
</footer>
File renamed without changes.

0 commit comments

Comments
 (0)