-
Notifications
You must be signed in to change notification settings - Fork 0
/
homework.html
134 lines (125 loc) · 3.34 KB
/
homework.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<title>ivillega | Homework Table</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<style>
table,
th,
td {
border: 5px solid black;
border-collapse: collapse;
}
th,
td {
padding: 5px;
}
div.txt {
text-align: center;
}
</style>
</head>
<body>
<div class="txt">Homework Page for Ismael Villegas Molina (ivillega)</div>
<br />
<br />
<div>
<table style="width:60%" align="center">
<tbody>
<tr>
<td>
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework1.html"
>Link to Homework #1</a
>
</td>
<td>
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework2.html"
>Link to Homework #2</a
>
</td>
</tr>
<tr>
<td>
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework3/home.html"
>Link to Homework #3</a
>
</td>
<td>
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework4/home.html"
>Link to Homework #4</a
>
</td>
</tr>
<tr>
<td>
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework5.html"
>
Link to Homework #5
</a>
</td>
<td>
<div>
<a
target="_blank"
href="https://ivillega-webtech-hw6.appspot.com/"
>Link to Homework #6</a
>
<br />
<a
target="_blank"
href="http://newsapi.org/v2/top-headlines?country=us&apiKey=31527b1a768c43eab04c23920fc6627b"
>Link to Google Call</a
>
</div>
</td>
</tr>
<tr>
<td>
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework7.html"
>
Link to Homework #7
</a>
</td>
<td>
<a
target="_blank"
href="https://ivillega-webtech-hw8.wl.r.appspot.com/home"
>
Link to Homework #8
</a>
<br />
<a
target="_blank"
href="http://ivillega.freevar.com/homeworks/homework8.html"
>
README on how to make API calls
</a>
<br />
<a
target="_blank"
href="https://ivillega-nytimes-guardian.wl.r.appspot.com/guardian/home"
>API call to Guardian - home section
</a>
</td>
</tr>
<tr>
<td>Link to Homework #9</td>
<td>Link to Homework #10</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>