-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsite.html
executable file
·62 lines (54 loc) · 1.72 KB
/
site.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
<!DOCTYPE html>
<html>
<head>
<title>STEP.PY-CORNS</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<font face="Courier, Digital, Sans-serif"><h1> STEP.PY-CORNS </h1>
<p><b><i>BRH 2017</i></b></font></p>
<hr width="100" size="3" noshade>
</header>
<section>
<h2>Our Mission</h2>
<blockquote>
public class Empower {<br>
  TeachForAmerica em = new TeachForAmerica();<br>
  Student e = new Student(Gerardo, 12, North Carolina);<br>
  Educator r = new Educator(Mr. Guy, 22, New York City);<br>
<br>
  public void pow(Student e, Educator r) {<br>
    e.knowledge()++;<br>
    e.confidence()++;<br>
    r.expertise()++;<br>
    r.empathy()++;<br>
  }<br>
<br>
  public static void main(String[] args) {<br>
    em.pow(e, r);<br>
  }<br>
}
</blockquote>
</section>
<aside id="mySidebar">
<form action="practice.php" method="POST" enctype="multipart/form-data">
<div>
<label>User ID: </label>
<input type="text" name="username">
</div>
<br>
<div>
<label>Upload: </label>
<input type="file" name="fileName">
</div>
<br>
<input type="submit" name="submit" value="Submit">
</form>
<p>
<tt><a href="http://www.google.com" target="_blank"> Google</a></tt> <br>
<tt><a href="mailto:[email protected]"> Email Henry </a></tt>
</p>
</aside>
</body>
</html>