-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathWinter_2020.html
106 lines (68 loc) · 2.84 KB
/
Winter_2020.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>☕️</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet">
<script type="text/javascript" src="js/mysteryClick.js"></script>
</head>
<p>
This will break stuff... I've done this for too long eh?
</p>
<body bgcolor="E6E6FA">
<h1 id="title">UW COFFEE 'N CODE COLLAB SITE</h1>
<h1>UW COFFEE 'N CODE COLLAB SITE</h1>
<img src="https://tinyurl.com/tmq6ae3" alt="Simply Easy Learning" width="600" height="600"/>
<p>The Prequels did nothing wrong.'</p>
<b> <p>This is a community created site by ALL of the members of the UW Coffee 'N Code club.'</p> </b>
<p id="mysteryClick">
<a href="https://github.com/UWCoffeeNCode/UWCoffeeNCodeCollabSite" target="_blank">
<a class="button">Go here to contribute to this quality site!</a>
</a>
</p>
<button type="button" onclick="myFunction()">Don't click this. Bad thing will happend</button>
<p> <b>AND...</b> </p>
<p>
<img src="images/attack.jpg">
<a href="Winter_2019.html" target="_blank">
Go here to see our Winter_2019 version of the site!
</a>
</p>
<button type="button">Click Me!</button>
<button onclick="myFunction()">Click me</button>
<div id="buttondiv">
</div>
<script>
function myfunction() {
<button>
onclick="document.getElementById("buttondiv").src'images/149.jpg'">Getmemes</button>
}
</script>
<button>
<a href="Lol.html" target="_blank">
Learn to make a website in 2 simple steps!
</a>
</button>
<h5> 2 ways to success </h5>
<ol>
<li> Work hard </li>
<li> Work really hard </li>
</ol>
<p>
This is a new line!
Okay I think I commited on someone's branch. Is this the correct one?
</p>
<script>
var title = document.getElementById('title')
var n = 0;
setInterval(() => {
n++;
var degrees = n * 2;
var scale = 1 + (n * 0.05);
title.style.transform = `rotate(${degrees}deg) scale(${scale}, ${scale})`;
}, 5);
</script>
</body>
</html>