-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml.html
More file actions
94 lines (87 loc) · 5.43 KB
/
Copy pathhtml.html
File metadata and controls
94 lines (87 loc) · 5.43 KB
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
<!doctype html>
<html>
<head>
<title>PerryMa*tk: Software Engineering</title>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="canonical" href="https://perryma.tk/" />
<script src="https://use.fontawesome.com/8e8d811efd.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="page">
<div class="title">
Perryma<span class="tiny"><i class="fa fa-cog fa-spin"></i></span>tk: Software Engineering
</div>
<div class="wrapper">
<div class="menubar">
<div class="menu" onclick="">
<h1>Links</h1>
<div class="dropdown">
<ul>
<li><a href="/">Perryma.tk Home</a></li>
<li><a href="https://codehs.com/">Code HS</a></li>
<li><a href="https://github.com/">GitHub</a></li>
</ul>
</div>
</div>
</div>
<div class="main">
<div>
<h2>Videos:</h2>
<div class="videodrawer">
<ul><li><h2><a href="#v1">How HTML and HTTP bring us the internet.</a></h2></li></ul>
<div class="video" id="v1">
<iframe width="560" height="315" src="https://www.youtube.com/embed/kBXQZMmiA4s" frameborder="0" allowfullscreen></iframe>
How HTML and HTTP bring us the internet. © 2016 <a href="https://code.org/educate/resources/videos">Code.org</a>
</div>
</div>
<div class="videodrawer">
<ul><li><h2><a href="#v2">How your browser finds the page you want.</a></h2></li></ul>
<div class="video" id="v2">
<iframe width="560" height="315" src="https://www.youtube.com/embed/5o8CwafCxnU" frameborder="0" allowfullscreen></iframe>
How your browser finds the page you want. © 2016 <a href="https://code.org/educate/resources/videos">Code.org</a>
</div>
</div>
<div class="videodrawer">
<ul><li><h2><a href="#v3">Cracking Websites with Cross Site Scripting</a></h2></li></ul>
<div class="video" id="v3">
<iframe width="560" height="315" src="https://www.youtube.com/embed/L5l9lSnNMxg" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="videodrawer">
<ul><li><h2><a href="#v4">XSS and the Self-Retweeting Tweet</a></h2></li></ul>
<div class="video" id="v4">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zv0kZKC6GAM" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div>
<h2>Worksheets & Instructions:</h2>
<ul>
<li><a href="https://goo.gl/ZUnfTE">HTML Hello World</a></li>
<li><a href="https://goo.gl/TCUUwb">HTML Recipe</a></li>
<li><a href="https://goo.gl/WaWRTJ">Create a webpage & 404</a></li>
<li><a href="https://goo.gl/j6MRNs">Building a website - Bio Page</a></li>
<li><a href="https://goo.gl/yFWnyk">Using NetBeans to develop your website</a></li>
<li><a href="https://goo.gl/MNr79p">Javascript Game & Javascript Popup</a></li>
<li><a href="https://goo.gl/JdwE5D">The <span> Tag</a></li>
<li><a href="https://goo.gl/NIeGJX">Javascript Events</a></li>
<li><a href="https://goo.gl/PKDPid">Modifying the page with JavaScript</a></li>
<li><a href="https://goo.gl/tKgGFf">Cross Site Scripting (XSS)</a></li>
<li><a href="https://goo.gl/ijc7TP">JavaScript Review Sheet</a></li>
<li><a href="https://goo.gl/DTmYCu">JavaScript Element Properties</a></li>
<li><a href="https://goo.gl/lWXfRS">Creating Elements</a></li>
<li><a href="https://goo.gl/qjnY84">Tic-Tac-Toe</a></li>
<li><a href="https://goo.gl/uR78xm">Building Structures</a></li>
<li><a href="https://goo.gl/yN4edn">Basic User Input</a></li>
<li><a href="https://goo.gl/YP288m">Calendar Challenge</a></li>
<li><a href="https://goo.gl/GmeyMx">Advanced CSS</a></li>
<!-- <li><a href=""></a></li> ->
</ul>
</div>
</div>
</div>
</div>
</body>
</html>