-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
51 lines (42 loc) · 1.22 KB
/
index.Rmd
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
---
title: "Events and Resources"
favicon: favicon.ico
image: "images/Hokuala_logo.jpg"
output:
postcards::trestles
site: distill::distill_website
---
<script>
$('#button').click(function(){
$('#wrapper').toggle();
});
</script>
<style>
#wrapper {
display:none
}
.button {
background-color: #4CAF50;
border-radius: 12px;
border: none;
color: white;
padding: 10px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
</style>
<div>
## Student Opportunities at NOAA Pacific Islands Fisheries Science Center
Mission - goals
[Add yourself to the list of students currently at PIFSC](https://docs.google.com/spreadsheets/d/1Ki91FEhA06jYTgf1UhyDp1M1mjfH6cQlDGsMWSgbmuU/edit?usp=sharing)
<hr>
## Upcoming Student Opportunites/Events
* **Coming Soon**
[PIFSC Student Events Calendar](https://calendar.google.com/calendar/u/0?cid=Y18zYzJhOWRmZDc4MjVjNTZmOTdjNWE0ZmI2ZTZhMTY0OWYzZTM1ODMyMmY2NzBmYTExZjI1MWNjNTE4MDlmOGJlQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20)
<hr>
For questions or to sign up for activities email us at [[email protected]](mailto:[email protected])
or [create an issue](https://github.com/noaa-pifsc/StudentOpportunities/issues).