Skip to content

Commit a7e8064

Browse files
authored
Merge pull request #71 from Prouser123/patch-1
HTTPS all the things!
2 parents d4a64a6 + 7e4c5b9 commit a7e8064

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

thomas/fish.png

1.32 MB
Loading

thomas/index.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@
44
<head>
55
<title>my home page</title>
66
<link href="style.css" rel="stylesheet" type="text/css">
7-
<style>
8-
img{
9-
width:204px;
10-
height:128px;
11-
transition: width 5s;
12-
transition: height 4s;
13-
}
14-
img:active{
15-
width:264px;
16-
height:228px;
17-
}
18-
</style>
19-
207
</head>
218

229
<body>
@@ -31,12 +18,12 @@ <h2>What hobbies am I interested in</h2>
3118
<a HREF="https://en.wikipedia.org/wiki/Wargaming"> Don't usually use wiki this much</a>
3219
</li>
3320
<li>
34-
<a HREF="http://www.w3schools.com/html/html_lists.asp"> How to do what I do in index.html</a>
21+
<a HREF="https://www.w3schools.com/html/html_lists.asp"> How to do what I do in index.html</a>
3522
</li>
3623
<li>The above are the main ones</li>
3724
</ul>
3825
<h2>Good game</h2>
39-
<img onclick="addFish()" src="http://www.drodd.com/images15/fish8.png" alt="good pic" style=";">
26+
<img onclick="addFish()" src="fish.png" alt="good pic" style=";">
4027
<p>You have <span id="fishQuantity">0</span> fish</p>
4128
<h2> fish.com</h2>
4229
<p onclick="buyapond">Pond: 15 fish<p>

thomas/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,17 @@ a {
6868
letter-spacing: 2px;
6969
background-color: green;
7070
}
71+
72+
/* Image Styling */
73+
74+
img{
75+
width:204px;
76+
height:128px;
77+
transition: width 5s;
78+
transition: height 4s;
79+
}
80+
81+
img:active{
82+
width:264px;
83+
height:228px;
84+
}

0 commit comments

Comments
 (0)