-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
31 lines (29 loc) · 1.33 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="keywords" content="copyright, law, license, do, i, need, dinal"/>
<meta name="author" content="Phil Weiss">
<title>DINAL? | About</title>
</head>
<body>
<div class="main-wrapper">
<header>
<div class="logo"><a href="index.html"><h1>DINAL?</h1></a></div>
<nav>
<ul class="clearfix">
<li class="active">ABOUT</li>
</ul>
</nav>
</header>
<div class="about">
<p><b>What this is- </b>Do I Need a License? (DINAL?) is a web-based tool that offers quick, free guidance to creative people who want to use someone else's creative work in their own. Based on an algrithm that's currently in development, the program will.</p>
<p><b>Sources- </b>DINAL will initially be based on a very small sample: under 40 SCOTUS and 9th Circuit cases. With time, we hope to develop the data, algorithm and design to make the product more sophisticated.</p>
<p><b>Credits- </b>
<a href="https://www.brooklaw.edu/academics/clinicalprogram/blip/aboutblip?">Brooklyn Law Incubator and Policy Clinic</a></p>
<p><b>NOTE THAT IT'S ALWAYS SAFEST TO ASK FOR CONSENT BEFORE KNOWINGLY USING SOMEONE ELSE'S WORK.</b></p>
</div>
</div>
</body>
</html>