-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathw3.html
More file actions
109 lines (104 loc) · 3.33 KB
/
w3.html
File metadata and controls
109 lines (104 loc) · 3.33 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
rel="stylesheet" type="text/css">
<link href="http://pingendo.github.io/pingendo-bootstrap/themes/default/bootstrap.css"
rel="stylesheet" type="text/css">
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>
<u>Videos Week 3</u>
<br>
</h1>
</div>
</div>
</div>
</div>
<div class="section section-primary">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Online Legal Forms</h1>
<h3>Ron Staudt</h3>
</div>
<div class="col-md-6">
<pre>
<code>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XVnSay62leg"
frameborder="0" allowfullscreen=""></iframe>
</code>
</pre>
</div>
</div>
</div>
</div>
<div class="section section-info">
<div class="container">
<div class="row">
<div class="col-md-6">
<pre>
<code>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tkR_JpAgZhQ"
frameborder="0" allowfullscreen=""></iframe>
</code>
</pre>
</div>
<div class="col-md-6">
<h1>Technology in the Courts</h1>
<h3>Jim McMilan</h3>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">
<u>Readings & Exercises Week 3</u>
</h1>
</div>
</div>
</div>
</div>
<div class="section section-primary">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Cyberclinics: Law Schools, Technology and Justice</h1>
<h3>Ron Staudt</h3>
</div>
<div class="col-md-6">
<pre>
<a href="http://web.archive.org/web/20130522115110/http://www.law.harvard.edu/programs/plp/pdf/009-03358_03358-ch0008.pdf">Stoudt Article</a>
</pre>
</div>
</div>
</div>
</div>
<div class="section section-info">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Cut and Past Coding</h1>
<h3>David Colarusso</h3>
</div>
<div class="col-md-6">
<pre>
<a href="https://lawyerist.com/126074/online-forms-meet-local-document-automation-cut-and-paste-coding/">Lawyerist Aritcle</a>
</pre>
</div>
</div>
</div>
</div>
</body>
</html>