-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpress.html
More file actions
123 lines (107 loc) · 5.06 KB
/
press.html
File metadata and controls
123 lines (107 loc) · 5.06 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
layout: pages
title: Press
permalink: /press/
---
<link href="/assets/css/resources.stylesheet.css" rel="stylesheet">
<!-- Body begins here -->
<div class="container">
<div class="col-md-12">
<h2 class="Resources-h2">Press</h2>
<hr>
<table class="table table-bordered">
<thead>
<tr>
<th colspan="2"><h3 class="subheader" style="text-align: center">{{site.data.resources.Links.title}}</h3></th>
</tr>
</thead>
<table class="table table-bordered">
<thead>
<tr>
<td colspan="2"><strong><a href="https://thecampanile.org/2019/03/24/paly-robotics-succeeds-in-competitions/"
target="_blank">{{site.data.press.Links.campanile0}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a
href="https://palyvoice.com/154810/news/robotics-season-canceled-due-to-coronavirus-after-team-qualifies-for-world-championships/"
target="_blank">{{site.data.press.Links.palyvoice0}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a
href="https://palyvoice.com/131304/news/paly-robotics-places-at-world-championships-ends-season-on-high-note/"
target="_blank">{{site.data.press.Links.palyvoice1}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a
href="https://palyvoice.com/121100/news/paly-robotics-team-to-offer-summer-camp-for-middle-schoolers/"
target="_blank">{{site.data.press.Links.palyvoice2}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/19626/news/node-19626/"
target="_blank">{{site.data.press.Links.palyvoice3}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/17333/opinion/node-17333/"
target="_blank">{{site.data.press.Links.palyvoice4}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/133743/news/robotics-team-reaches-quarterfinals-in-off-season-competition/"
target="_blank">{{site.data.press.Links.palyvoice5}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/130660/news/palo-alto-high-school-robotics-team-8-advances-to-world-championships/"
target="_blank">{{site.data.press.Links.palyvoice6}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/120005/news/robotics-team-excels-at-world-championships/"
target="_blank">{{site.data.press.Links.palyvoice7}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/103253/features/the-art-of-robotics/"
target="_blank">{{site.data.press.Links.palyvoice8}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/101198/editorspick/robotics-team-wins-entrepreneurship-award-at-regional-competition/"
target="_blank">{{site.data.press.Links.palyvoice9}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/70349/news/robotics-team-places-22nd-out-of-58-at-silicon-valley-regional/"
target="_blank">{{site.data.press.Links.palyvoice10}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://palyvoice.com/160632/news/career-speaker-series-to-host-women-in-stem-panel/"
target="_blank">{{site.data.press.Links.palyvoice11}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://thecampanile.org/2020/03/23/paly-robotics-wins-regionals/"
target="_blank">{{site.data.press.Links.campanile1}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://thecampanile.org/28023/uncategorized/robotics-lab-floods-team-8-temporarily-relocates-to-mac/"
target="_blank">{{site.data.press.Links.campanile2}}</strong></th>
</tr>
</tr>
<tr>
<td colspan="2"><strong><a href="https://paloaltoonline.com/news/2019/04/12/born-in-a-garage-grassroots-robotics-team-heads-to-world-championships"
target="_blank">{{site.data.press.Links.paloaltoonline0}}</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://www.paloaltoonline.com/news/2020/06/27/around-town-students-argument-for-universal-vote-by-mail-recognized-by-the-new-york-times"
target="_blank">"{{site.data.press.Links.paloaltoonline1}}"</strong></th>
</tr>
<tr>
<td colspan="2"><strong><a href="https://verdemagazine.com/robotics-scroll"
target="_blank">{{site.data.press.Links.verde0}}</strong></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<style>
a {
text-decoration: none !important;
}
</style>